aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
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
2009-10-22mkfs_ext2: fix a bug where we don't fully respect -n on filesDenys Vlasenko
2009-10-22mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko
2009-10-22tune2fs: new applet by Vladimir. Only supports -L LABELDenys Vlasenko
2009-10-22mkfs_ext2: 1.41.9 compatDenys Vlasenko
2009-10-21mkfs_ext2: make sure we extend the image to requested sizeDenys Vlasenko
2009-10-21cosmetics in mkfs_ext2.txtDenys Vlasenko
2009-10-21mkfs_ext2_test: disable incomtatible behavior in standard mke2fsDenys Vlasenko
2009-10-21mkfs_ext2: e2fsck 1.14.4 compatDenys Vlasenko
2009-10-21mkfs_ext2: explain 256-byte inodes. no code changesDenys Vlasenko
2009-10-21mkfs_ext2: explain why 0.5G+ images are a bit differentDenys Vlasenko
2009-10-20mkfs_ext2: another update by VladimirDenys Vlasenko