summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: [xalloc] add xstrdup()Karel Zak2010-11-242-9/+9
* findmnt: apply new changes from tt.cKarel Zak2010-11-241-42/+16Star
* lib: [tt] add TT_FL_RIGHT, add columns list parserKarel Zak2010-11-242-11/+65
* lib: [ismounted] don't wast time with mtab is /proc/mounts usedKarel Zak2010-11-241-0/+4
* libblkid: remove unused variableKarel Zak2010-11-231-1/+0Star
* docs: update TODO fileKarel Zak2010-11-231-5/+2Star
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-2335-182/+139Star
* libblkid: cache is incorrectly revalidatedKarel Zak2010-11-232-6/+5Star
* mount: mark die() as nonreturnKarel Zak2010-11-231-1/+1
* mount: ignore *context= options on remountKarel Zak2010-11-191-3/+59
* mount: update relatime description in mount.8Karel Zak2010-11-161-0/+9
* agetty: use nl_langinfo()Karel Zak2010-11-152-9/+7Star
* cal: follow HAVE_LANGINFOKarel Zak2010-11-152-20/+6Star
* findmnt: follow HAVE_LANGINFOKarel Zak2010-11-153-7/+4Star
* lib: add fallback for nl_langinfo()Karel Zak2010-11-153-1/+200
* lib/tt: fix langinfo build breakDavidlohr Bueso2010-11-151-1/+1
* libblkid: add blkid_probe_get_sectors()Davidlohr Bueso2010-11-154-0/+14
* 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