summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko2010-10-191-7/+12
* acpid: add config file and map fileSouf Oued2010-09-261-98/+208
* Again fix license line formatDenys Vlasenko2010-09-061-1/+1
* blockdev: code shrinkDenys Vlasenko2010-09-061-22/+34
* blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.Denys Vlasenko2010-09-061-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* blockdev: -2 bytesDenys Vlasenko2010-09-061-6/+9
* tweak blockdev's help textDenys Vlasenko2010-09-061-1/+1
* blockdev: new appletSergey Naumov2010-09-061-0/+180
* libbb: add xfstat functionDenys Vlasenko2010-08-315-9/+6
* mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko2010-08-311-2/+9
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1643-44/+44
* mdev: fix non-working device deletion, add a test for thatDenys Vlasenko2010-08-161-2/+3
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-167-7/+7
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-123-3/+3
* fdisk: Add support for NDS32 architecture.Macpaul Lin2010-08-111-1/+2
* Set HWCLOCK_ADJTIME_FHS to off by defaultDenys Vlasenko2010-08-101-1/+1
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-262-2/+0
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+27
* util-linux: move VOLUMEID to a submenuDenys Vlasenko2010-07-141-215/+220
* acpid: old kernel headers compatDenys Vlasenko2010-07-121-1/+17
* more: style fix. no code changesDenys Vlasenko2010-07-121-2/+2
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* *: 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