aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko
2011-05-09fbset: abort on unknown options. closes 3121Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-05-04mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer
2011-04-30fdisk: backport disk check from util-linuxLauri Kasanen
2011-04-16make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-26mount: add --rbind option supportRoman Borisov
2011-03-26mount: rprivate option fixRoman Borisov
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-07more: fix tabs handlingDenys Vlasenko
2011-02-28mount: strip multiple trailing slashes, not just oneDenys Vlasenko
2011-02-28mount: update /etc/mtab properly on mount --moveRoman Borisov
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-26mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard
2011-02-26mount: fix wrong long option namessRoman Borisov
2011-02-20blockdev: add --getsz to replace --getsizeDan Fandrich
2011-02-14reverted LINHIB0001 swap signature additionDenys Vlasenko
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-31fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko
2011-01-22hwclock: implement --systzDavide Cavalca
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2011-01-05mkswap: selinux build fixDenys Vlasenko
2010-12-30blkid: optional support for TYPE="fstype"Denys Vlasenko
2010-12-19volume_id: recognize compressed hibernate swap signatureJames Hunt
2010-12-13more: smaller version of previous fixDenys Vlasenko
2010-12-13more: exit if write to stdout errors outDenys Vlasenko
2010-11-25blkid: add TODODenys Vlasenko
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko
2010-11-01umount: cleanup and code shrinkRob Landley
2010-10-30fdisk: fix trivial build failureDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-10-28ipcrm: small code shrinkDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-28mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin
2010-10-28crc32: cleanups, no code changesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-25powertop: new appletMarek Polacek
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-10-24umount: I forgot to change another PATH_MAX to 4096Denys Vlasenko
2010-10-24umount: do not (ab)use PATH_MAX as mntent buffer sizeDenys Vlasenko
2010-10-22mount: code shrink (-81 bytes)Alexander Shishkin
2010-10-19dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko
2010-09-26acpid: add config file and map fileSouf Oued
2010-09-06Again fix license line formatDenys Vlasenko
2010-09-06blockdev: code shrinkDenys Vlasenko
2010-09-06blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.Denys Vlasenko