summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mke2fs: do not zero out first kilobyte. Closes 3247Denys Vlasenko2012-01-111-1/+5
* mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko2012-01-111-1/+2
* acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll.Denys Vlasenko2012-01-091-19/+35
* *: style fixes. no code changesDenys Vlasenko2011-12-151-2/+2
* blkid: make help text show [BLOCKDEV]...Denys Vlasenko2011-12-061-3/+1
* volume_id/get_devname: trivial code shrinkDenys Vlasenko2011-12-061-22/+19
* mount: resolve hosts to IPs in nfs mountsDenys Vlasenko2011-11-101-1/+1
* mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko2011-11-102-9/+49
* mount: support -o noaclDave Love2011-11-101-22/+30
* mount: handle list of comma-separated fs types in -t optionKarol Lewandowski2011-11-031-3/+12
* mount: free commented /etc/filesystems lines when we read itDenys Vlasenko2011-11-031-2/+3
* remove duplicate include <sys/swap.h>Denys Vlasenko2011-10-221-1/+0
* mdev: trim overlong comments. No code changesDenys Vlasenko2011-09-221-30/+1
* mdev: don't reparse rules on -sDenys Vlasenko2011-09-221-217/+341
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-213-0/+11
* mdev: expand --help so that it's actually useful.Denys Vlasenko2011-09-193-67/+80
* losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-122-8/+10
* swapoff: dont pass "p" in opt_complementaryDenys Vlasenko2011-08-131-1/+2
* randomconfig fixesDenys Vlasenko2011-08-091-24/+32
* fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko2011-07-131-25/+18
* more tweak for bionicDenys Vlasenko2011-07-082-0/+26
* hwclock: use locale-specific date output formatDenys Vlasenko2011-07-081-10/+16
* typo fixesDan Fandrich2011-07-081-1/+1
* hwclock: better help textDenys Vlasenko2011-07-041-2/+2
* fbset: apply modelines. Closes 3823Denys Vlasenko2011-06-061-1/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0523-30/+6
* replace nonstandard unsigned typedefsDan Fandrich2011-06-031-7/+7
* fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko2011-05-291-2/+4
* simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-1/+1
* fbset: abort on unknown options. closes 3121Denys Vlasenko2011-05-091-5/+9
* libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-1/+1
* mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer2011-05-041-1/+1
* fdisk: backport disk check from util-linuxLauri Kasanen2011-04-301-7/+28
* make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko2011-04-161-0/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-1136-1/+589
* mount: add --rbind option supportRoman Borisov2011-03-261-0/+2
* mount: rprivate option fixRoman Borisov2011-03-261-1/+1
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-4/+1
* more: fix tabs handlingDenys Vlasenko2011-03-071-3/+6
* mount: strip multiple trailing slashes, not just oneDenys Vlasenko2011-02-281-1/+1
* mount: update /etc/mtab properly on mount --moveRoman Borisov2011-02-281-9/+67
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-27/+27
* mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard2011-02-261-0/+3
* mount: fix wrong long option namessRoman Borisov2011-02-261-8/+8
* blockdev: add --getsz to replace --getsizeDan Fandrich2011-02-201-6/+18
* reverted LINHIB0001 swap signature additionDenys Vlasenko2011-02-141-1/+0
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-1/+1
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko2011-01-311-9/+5
* hwclock: implement --systzDavide Cavalca2011-01-221-5/+59