aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
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
2010-01-28style fixes, no code changesDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2010-01-24randomconfig fixesDenys Vlasenko
2010-01-23fbset: add possibility to set timing and sync polarityMichael Grzeschik
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-07hwclock: tiny tweak in commentDenys Vlasenko
2010-01-07hwclock: make commented-out code compilableDenys Vlasenko
2010-01-07hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko
2010-01-06hwclock: make it report system/rtc clock differenceDenys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-12-16mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko
2009-12-15mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko