aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
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
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-21mount: clean up #defines. No code changesDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-07mdev: print line# in error messagesDenys Vlasenko
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-03mkfs_vfat: fixes for large image casesDenys Vlasenko
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-02mkfs.reiser: new applet. needs much polishingVladimir Dronnikov
2009-11-02btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko
2009-11-01volume_id: add FAST_FUNC where appropriateDenys Vlasenko
2009-11-01volume_id: add support for btrfsVladimir Dronnikov
2009-11-01mdev: do not die on mknod errorsDenys Vlasenko
2009-10-29*: random code shrinkDenys Vlasenko
2009-10-27mdev: adjust error messageBernhard Reutner-Fischer
2009-10-27mdev: handle string modesBernhard Reutner-Fischer
2009-10-27mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer
2009-10-24mkfs_ext2: fix compile errorDenys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-22mkfs_ext2: code shrinkDenys Vlasenko