aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: 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
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-285-15/+31
* 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