aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
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
2009-12-15switch_root: more clear error messagesDenys Vlasenko
2009-12-15mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-12-10mount: "already mounted" msg appears only if -vDenys Vlasenko
2009-12-07lsusb: new applet. +400 bytesSouf Oued
2009-12-05lspci: new applet. +573 bytesSouf Oued
2009-12-05mount: prevent second mount -a from mounting everything againDenys Vlasenko
2009-12-04mount: add support for -O list. +44 bytesMichael Abbott