summaryrefslogtreecommitdiff
path: root/misc/blkid.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-11Fix miscellaneous gcc -Wall warnings in blkid and tune2fsTheodore Ts'o1-1/+0
2009-03-08remove useless if-before-free testsJim Meyering1-4/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-2/+2
2008-07-14blkid: Fix portability issue if TIOCGSIZE and TIOCGWINSZ are presentTheodore Ts'o1-6/+6
2008-07-13blkid: Add new option -L which pretty-prints the device listTheodore Ts'o1-5/+161
2007-12-16blkid: Output non-printing characters using ^ and M- notationTheodore Ts'o1-7/+37
2007-05-18Add -g option to the blkid program to garbage collect the blkid.tab fileTheodore Ts'o1-4/+10
2006-05-30Declare getopt() according to POSIX 2001 if getopt.h not found.Matthias Andree1-0/+1
2005-05-07Add a new option to the blkid program, -l, which will more efficiently searchTheodore Ts'o1-3/+25
2005-05-07Add new two new functions to the blkid library: blkid_dev_set_search(), andTheodore Ts'o1-27/+4
2005-05-06Fix potential portability issue in the blkid program. (On architecturesTheodore Ts'o1-1/+1
2005-01-27blkid.c (main, compare_search_type): Make blkid -t work moreTheodore Ts'o1-36/+32
2005-01-21Make blkid -t display all devices that match the specified criteria, Theodore Ts'o1-3/+25
2004-03-21Eliminate the partially implemented -p option in blkid.Theodore Ts'o1-2/+2
2004-03-20blkid.c (main, print_tags): Add new option -o which allows theTheodore Ts'o1-10/+34
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-3/+3
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-0/+1
2003-03-01Minor bug fixes in the blkid library.Theodore Ts'o1-10/+2
2003-02-16Rename blkid_get_devname() to blkid_get_dev(), and blkid_get_token()Theodore Ts'o1-3/+3
2003-02-12Wholesale changes to blkid library to simplify the implementation Theodore Ts'o1-11/+6
2003-01-26Separate public and private interfaces into separate header files.Theodore Ts'o1-50/+50
2003-01-23Integrate new blkid library.Theodore Ts'o1-0/+207