summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwclock: [m68k] unbreak FTBFS with recent (>= 2.4.18?) kernelsThorsten Glaser2010-11-152-25/+19Star
* swapon: better text for "discard", note about swapon in fstab.5Karel Zak2010-11-102-4/+7
* docs: remove ipc.texi (info with IPC API docs)Karel Zak2010-11-092-1315/+0Star
* libblkid: add magic to vfatJeroen Oortwijn2010-11-081-0/+1
* column: segfault on empty inputKarel Zak2010-11-041-2/+4
* sys-utils: make use xalloc wrappersDavidlohr Bueso2010-11-014-52/+21Star
* libblkid: add signature to FAT32 fsinfo blockJeroen Oortwijn2010-11-011-0/+1
* swapon: add "discard" supportHugh Dickins2010-11-012-12/+39
* rev: use xalloc for memory allocationDavidlohr Bueso2010-11-011-3/+2Star
* ul: use xalloc for memory allocationDavidlohr Bueso2010-11-011-7/+4Star
* col: use err.h and EXIT_* macrosKarel Zak2010-11-011-27/+23Star
* col: use xalloc for memory allocationDavidlohr Bueso2010-11-011-27/+11Star
* tailf: use xalloc for memory allocationDavidlohr Bueso2010-11-011-2/+3
* more: use xalloc for memory allocationDavidlohr Bueso2010-11-011-10/+6Star
* pg: use xalloc for memory allocationDavidlohr Bueso2010-11-011-17/+3Star
* mount: use utimensat(AT_FDCWD) rather than open()+futimens()Karel Zak2010-10-291-10/+3Star
* docs: add note about agetty to TODOKarel Zak2010-10-291-1/+6
* remove free() from atexit() callbacksKarel Zak2010-10-292-13/+0Star
* chrt: Add noreturn attribute to show_usage() functionMarek Polacek2010-10-291-1/+1
* use _exit() instead of exit() in sighandlersMarek Polacek2010-10-295-5/+5
* agetty: fix -s option (baud rate setup)Karel Zak2010-10-261-7/+26
* fsck: add support for whole-disk locking (-l option)Karel Zak2010-10-263-10/+123
* libmount: optimize blkid_devno_to_devname()Karel Zak2010-10-251-23/+65
* swapon: add support for "nofail" fstab mount optionKarel Zak2010-10-252-3/+11
* umount: umount -r segfaultKarel Zak2010-10-251-5/+10
* lib: add test program to canonicalize.cKarel Zak2010-10-252-1/+16
* mount: remove warning about FS detection from mount.1Karel Zak2010-10-211-5/+0Star
* man: add russian translation of ddate.1Karel Zak2010-10-214-0/+132
* ctrlaltdel: use err() instead of fprintf() and exit()Marek Polacek2010-10-211-29/+18Star
* look: fix conflict between locally defined err() and glibc's versionDavidlohr Bueso2010-10-211-40/+10Star
* misc-utils: use new xmalloc() wrapperDavidlohr Bueso2010-10-214-17/+8Star
* xalloc: general purpose memory allocation handling wrappersDavidlohr Bueso2010-10-211-0/+46
* libblkid: fix memory leakIgor Bazhitov2010-10-211-0/+2
* column: code readability improvementsSami Kerola2010-10-211-53/+57
* column: error messaging & exit codesSami Kerola2010-10-211-8/+12
* column: EOF handling bugSami Kerola2010-10-211-2/+3
* libblkid: fix MBR detection on iPod and cleanup vfat codeKarel Zak2010-10-155-196/+192Star
* libblkid: consolidate magic strings detection codeKarel Zak2010-10-154-49/+46Star
* partx: integrate support for mac and sun partitions, based on kpartx.Davidlohr Bueso2010-10-085-7/+6Star
* partx: add sun partition table supportDavidlohr Bueso2010-10-081-0/+134
* partx: add mac partition table supportDavidlohr Bueso2010-10-081-0/+74
* docs: update TODOKarel Zak2010-10-071-29/+11Star
* mount: don't canonicalize "spec" with --no-canonicalize optionMiklos Szeredi2010-10-071-1/+1
* tests: update namei regression testKarel Zak2010-10-071-1/+5
* cal: use EXIT_* and program_invocation_short_nameKarel Zak2010-10-071-13/+9Star
* lscpu: really use 'mode' argument in path_fopen()Petr Uzel2010-10-071-1/+1
* flock: use more useful example in flock.1Jakob Unterwurzacher2010-10-071-1/+1
* findmnt: fix support for -a optionMilan Broz2010-10-071-1/+1
* sfdisk: save errno before calling perrorForest Bond2010-10-071-1/+4
* column: update manual page to match column switchesSami Kerola2010-10-071-63/+36Star