aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.16.0 fixes, bump version to 1.16.11_16_1Denys Vlasenko2010-03-282-3/+7
* whitespace fixesDenys Vlasenko2010-01-252-8/+8
* randomconfig fixesDenys Vlasenko2010-01-241-4/+4
* fbset: add possibility to set timing and sync polarityMichael Grzeschik2010-01-231-97/+172
* *: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko2010-01-121-2/+2
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-093-27/+27
* hwclock: tiny tweak in commentDenys Vlasenko2010-01-071-1/+1
* hwclock: make commented-out code compilableDenys Vlasenko2010-01-071-23/+32
* hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko2010-01-071-18/+33
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-062-13/+38
* 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