aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-24/+70
* *: remove some uses of argcDenys Vlasenko2010-01-041-1/+2
* mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko2009-12-161-31/+36
* mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko2009-12-151-12/+13
* switch_root: more clear error messagesDenys Vlasenko2009-12-151-4/+6
* mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko2009-12-151-30/+20
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-111-1/+1
* mount: "already mounted" msg appears only if -vDenys Vlasenko2009-12-101-4/+6
* lsusb: new applet. +400 bytesSouf Oued2009-12-073-0/+77
* lspci: new applet. +573 bytesSouf Oued2009-12-053-0/+113
* mount: prevent second mount -a from mounting everything againDenys Vlasenko2009-12-051-19/+58
* mount: add support for -O list. +44 bytesMichael Abbott2009-12-041-32/+50
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-282-11/+8
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-6/+4
* mount: clean up #defines. No code changesDenys Vlasenko2009-11-211-10/+6
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-136-19/+19
* mdev: print line# in error messagesDenys Vlasenko2009-11-071-1/+1
* big endian warning fixesDenys Vlasenko2009-11-072-3/+5
* mkfs_vfat: fixes for large image casesDenys Vlasenko2009-11-031-3/+9
* mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko2009-11-031-46/+46
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-024-5/+5
* mkfs.reiser: new applet. needs much polishingVladimir Dronnikov2009-11-023-6/+392
* btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko2009-11-021-8/+15
* volume_id: add FAST_FUNC where appropriateDenys Vlasenko2009-11-0132-73/+73
* volume_id: add support for btrfsVladimir Dronnikov2009-11-016-1/+114
* mdev: do not die on mknod errorsDenys Vlasenko2009-11-011-1/+1
* *: random code shrinkDenys Vlasenko2009-10-292-10/+10
* mdev: adjust error messageBernhard Reutner-Fischer2009-10-271-1/+1
* mdev: handle string modesBernhard Reutner-Fischer2009-10-271-2/+3
* mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer2009-10-271-3/+6
* mkfs_ext2: fix compile errorDenys Vlasenko2009-10-241-1/+1
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-232-2/+2
* mkfs_ext2: code shrinkDenys Vlasenko2009-10-221-8/+9
* mkfs_ext2: fix a bug where we don't fully respect -n on filesDenys Vlasenko2009-10-221-1/+2
* mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko2009-10-223-20/+35
* tune2fs: new applet by Vladimir. Only supports -L LABELDenys Vlasenko2009-10-222-0/+72
* mkfs_ext2: 1.41.9 compatDenys Vlasenko2009-10-221-17/+11
* mkfs_ext2: make sure we extend the image to requested sizeDenys Vlasenko2009-10-211-1/+8
* cosmetics in mkfs_ext2.txtDenys Vlasenko2009-10-211-1/+1
* mkfs_ext2_test: disable incomtatible behavior in standard mke2fsDenys Vlasenko2009-10-211-8/+9
* mkfs_ext2: e2fsck 1.14.4 compatDenys Vlasenko2009-10-212-5/+81
* mkfs_ext2: explain 256-byte inodes. no code changesDenys Vlasenko2009-10-211-19/+39
* mkfs_ext2: explain why 0.5G+ images are a bit differentDenys Vlasenko2009-10-211-4/+11
* mkfs_ext2: another update by VladimirDenys Vlasenko2009-10-202-89/+126
* clarify in commentDenys Vlasenko2009-10-201-3/+4
* mkfs_ext2: further work on small imagesDenys Vlasenko2009-10-202-35/+37
* mkfs_ext2: fixes for small image generation. images up to ~8M are ok nowDenys Vlasenko2009-10-202-13/+39
* mkfs_ext2: fix 60k image creationDenys Vlasenko2009-10-202-16/+7
* mkfs_ext2: further work by VladimirDenys Vlasenko2009-10-202-45/+69
* mkfs_ext2: small tweakDenys Vlasenko2009-10-201-2/+3