aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-4/+1
* losetup: use LOOP_foo definesLauri Kasanen2010-07-041-2/+2
* mount: fix a case when sometimes error message is not printedDenys Vlasenko2010-06-271-3/+3
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-4/+2
* rev: new appletMarek Polacek2010-06-221-0/+121
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-7/+0
* Allow CONFIG_VOLUMEID to be turned offDan Fandrich2010-06-181-3/+3
* mkfs_ext2: improve comments a bitDenys Vlasenko2010-06-181-3/+6
* mkfs_ext2: reuse stringBernhard Reutner-Fischer2010-06-181-1/+1
* mkfs_ext2: fix handling of -I argumentBernhard Reutner-Fischer2010-06-181-1/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-083-0/+6
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-1/+1
* fix a few goofs uncovered by "make allnoconfig" testingDenys Vlasenko2010-06-061-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-93/+91
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-043-0/+0
* mkfs_vfat: fix gcc-4.4 warningDenys Vlasenko2010-06-041-3/+4
* *: better string sharingDenys Vlasenko2010-06-021-3/+3
* mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko2010-05-191-1/+9
* losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2010-05-191-25/+34
* tune2fs: move to e2fsprogsDenys Vlasenko2010-05-095-84/+9
* swapon: skip noauto entriesLauri Kasanen2010-04-291-4/+13
* mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen2010-04-141-0/+12
* hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko2010-04-141-30/+82
* hexdump: make -s 0xNNNNN workDenys Vlasenko2010-04-061-2/+2
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-3/+2
* fdisk: make comment more clearDenys Vlasenko2010-04-061-2/+1
* fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko2010-04-061-74/+89
* fdisk: code shrink without logic changesDenys Vlasenko2010-04-061-126/+118
* cosmetic fixes, no code changedDenys Vlasenko2010-04-032-14/+14
* mdev: add "!" syntax supportDenys Vlasenko2010-04-021-19/+32
* fix Config.in tab usageDenys Vlasenko2010-03-311-3/+3
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-11/+22
* *: merge some common stringsDenys Vlasenko2010-03-233-3/+3
* lsusb: 2.6.32 compatSouf Oued2010-03-231-14/+18
* flock: should not be selected by defaultDenys Vlasenko2010-03-211-1/+1
* flock: new appletTimo Teras2010-03-183-0/+94
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-2/+2
* mdev: fix a trivial SEGVDenys Vlasenko2010-03-161-1/+1
* *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko2010-03-021-2/+2
* *: gethostname-related fixesDenys Vlasenko2010-02-271-10/+6
* mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko2010-02-241-22/+32
* fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko2010-02-241-2/+3
* volume_id/linux_swap: detect suspended image signatures tooVladimir Dronnikov2010-02-081-1/+5
* whitespace fixDenys Vlasenko2010-02-061-1/+0
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-051-2/+3
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-042-2/+3
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-045-5/+4
* mkfs_ext2: fix bad comment. no code changesDenys Vlasenko2010-02-021-3/+3
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-014-48/+11
* style fixes, no code changesDenys Vlasenko2010-01-281-1/+1