aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2010-07-06whitespace fixesDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04losetup: use LOOP_foo definesLauri Kasanen
2010-06-27mount: fix a case when sometimes error message is not printedDenys Vlasenko
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-22rev: new appletMarek Polacek
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko
2010-06-18Allow CONFIG_VOLUMEID to be turned offDan Fandrich
2010-06-18mkfs_ext2: improve comments a bitDenys Vlasenko
2010-06-18mkfs_ext2: reuse stringBernhard Reutner-Fischer
2010-06-18mkfs_ext2: fix handling of -I argumentBernhard Reutner-Fischer
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2010-06-06fix a few goofs uncovered by "make allnoconfig" testingDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-04mkfs_vfat: fix gcc-4.4 warningDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-05-19mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko
2010-05-19losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko
2010-04-29swapon: skip noauto entriesLauri Kasanen
2010-04-14mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen
2010-04-14hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko
2010-04-06hexdump: make -s 0xNNNNN workDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06fdisk: make comment more clearDenys Vlasenko
2010-04-06fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko
2010-04-06fdisk: code shrink without logic changesDenys Vlasenko
2010-04-03cosmetic fixes, no code changedDenys Vlasenko
2010-04-02mdev: add "!" syntax supportDenys Vlasenko
2010-03-31fix Config.in tab usageDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-23lsusb: 2.6.32 compatSouf Oued
2010-03-21flock: should not be selected by defaultDenys Vlasenko
2010-03-18flock: new appletTimo Teras
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-16mdev: fix a trivial SEGVDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-24mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko
2010-02-24fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko
2010-02-08volume_id/linux_swap: detect suspended image signatures tooVladimir Dronnikov
2010-02-06whitespace fixDenys Vlasenko
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-02-02mkfs_ext2: fix bad comment. no code changesDenys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko