aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* move remaining help text from include/usage.src.hPere Orga2011-04-1136-1/+589
* mount: add --rbind option supportRoman Borisov2011-03-261-0/+2
* mount: rprivate option fixRoman Borisov2011-03-261-1/+1
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-4/+1
* more: fix tabs handlingDenys Vlasenko2011-03-071-3/+6
* mount: strip multiple trailing slashes, not just oneDenys Vlasenko2011-02-281-1/+1
* mount: update /etc/mtab properly on mount --moveRoman Borisov2011-02-281-9/+67
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-27/+27
* mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard2011-02-261-0/+3
* mount: fix wrong long option namessRoman Borisov2011-02-261-8/+8
* blockdev: add --getsz to replace --getsizeDan Fandrich2011-02-201-6/+18
* reverted LINHIB0001 swap signature additionDenys Vlasenko2011-02-141-1/+0
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-1/+1
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko2011-01-311-9/+5
* hwclock: implement --systzDavide Cavalca2011-01-221-5/+59
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-182-2/+2
* disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko2011-01-181-2/+0
* mkswap: selinux build fixDenys Vlasenko2011-01-051-1/+1
* blkid: optional support for TYPE="fstype"Denys Vlasenko2010-12-3020-37/+83
* volume_id: recognize compressed hibernate swap signatureJames Hunt2010-12-191-0/+1
* more: smaller version of previous fixDenys Vlasenko2010-12-131-3/+1
* more: exit if write to stdout errors outDenys Vlasenko2010-12-131-0/+3
* blkid: add TODODenys Vlasenko2010-11-251-0/+2
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-221-5/+6
* umount: cleanup and code shrinkRob Landley2010-11-011-40/+7
* fdisk: fix trivial build failureDenys Vlasenko2010-10-301-0/+1
* whitespace cleanupDenys Vlasenko2010-10-292-9/+9
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-281-5/+9
* ipcrm: small code shrinkDenys Vlasenko2010-10-281-4/+3
* *: whitespace fixesDenys Vlasenko2010-10-2810-15/+14
* mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin2010-10-281-12/+22
* crc32: cleanups, no code changesDenys Vlasenko2010-10-281-2/+1
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-10/+3
* powertop: new appletMarek Polacek2010-10-251-11/+0
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-253-22/+268
* umount: I forgot to change another PATH_MAX to 4096Denys Vlasenko2010-10-241-1/+1
* umount: do not (ab)use PATH_MAX as mntent buffer sizeDenys Vlasenko2010-10-241-4/+1
* mount: code shrink (-81 bytes)Alexander Shishkin2010-10-221-41/+15
* dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko2010-10-191-7/+12
* acpid: add config file and map fileSouf Oued2010-09-261-98/+208
* Again fix license line formatDenys Vlasenko2010-09-061-1/+1
* blockdev: code shrinkDenys Vlasenko2010-09-061-22/+34
* blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.Denys Vlasenko2010-09-061-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* blockdev: -2 bytesDenys Vlasenko2010-09-061-6/+9
* tweak blockdev's help textDenys Vlasenko2010-09-061-1/+1
* blockdev: new appletSergey Naumov2010-09-061-0/+180
* libbb: add xfstat functionDenys Vlasenko2010-08-315-9/+6
* mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko2010-08-311-2/+9