summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libblkid: add LINHIB0001 signature to swap proberKarel Zak2010-11-302-1/+14
* fdisk: fix freespace boundaries calculation on SGI disklabelKarel Zak2010-11-291-0/+3
* fstrim: fix typoKarel Zak2010-11-291-1/+1
* libblkid: remove unnecessary __UCLIBC__ checkMike Frysinger2010-11-291-1/+1
* rtcwake: use err.h routinesKarel Zak2010-11-262-71/+58Star
* rtcwake: add 'show' mode for rtc alarmMarek Otahal2010-11-262-20/+94
* fstrim: add new commandLukas Czerner2010-11-264-3/+242
* libblkid: 256MiB is min size of btrfsKarel Zak2010-11-261-0/+1
* fallocate: fix typoKarel Zak2010-11-241-1/+1
* build-sys: fix lsblk buildingKarel Zak2010-11-242-9/+14
* lsblk: add new utilityMilan Broz2010-11-244-2/+1138
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-244-36/+47
* 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