summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer2013-01-171-17/+35
* mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson2013-01-161-1/+15
* whitespace cleanup. no code changesDenys Vlasenko2013-01-149-45/+43
* Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'Denys Vlasenko2013-01-141-10/+0
* volume_id: add squashfs detectionSven-Göran Bergh2013-01-144-0/+74
* whitespace fixes. no code changesDenys Vlasenko2013-01-1410-172/+172
* volume_id: uuid_format small code shrinkSven-Göran Bergh2013-01-142-20/+9
* volume_id: display hfs[+] 128-bit UUID properlySven-Göran Bergh2013-01-143-9/+23
* blkid: add type display for hfsplusSven-Göran Bergh2013-01-141-1/+1
* dmesg: handle multi-char log levelsPeter Korsgaard2013-01-051-7/+6
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-1/+1
* volume_id: add exFAT detectionS-G Bergh2012-11-135-0/+145
* blkid: show filesystem when both label and UUID are missing, but type is knownS-G Bergh2012-11-051-1/+5
* blkid: add support for nilfs2Sven-Göran Bergh2012-09-025-0/+109
* volume_id: code shrinkDenys Vlasenko2012-09-021-15/+19
* blkid: add type display for btrfsSven-Göran Bergh2012-09-021-0/+1
* fbset: respect rgba configuration lines in fb.modesLinus Walleij2012-07-071-1/+25
* acpid: add missing lid switch definitionEric Martin2012-07-071-0/+1
* mount: support strictatime option. Closes 5240Denys Vlasenko2012-06-261-1/+9
* mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko2012-06-221-2/+8
* mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko2012-06-221-1/+1
* mount: fix the wrongly stored fs creation timeDenys Vlasenko2012-06-211-7/+4
* mount: set up RO loop device if mount -o ro. Closes 4784Denys Vlasenko2012-06-211-14/+15
* volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko2012-06-121-67/+7
* rdate: code shrinkDenys Vlasenko2012-06-111-2/+2
* rdate: code shrinkDenys Vlasenko2012-06-111-11/+12
* mdev: tell kernel that we didn't find the firmwareChristoph Lohmann2012-05-191-17/+24
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2012-05-191-37/+14
|\
| * mdev: remove undocumented subsystem/devname matching hackDenys Vlasenko2012-05-181-29/+2
| * mdev: when found, print major,minor into mdev.logDenys Vlasenko2012-05-181-8/+12
* | tweak help textDenys Vlasenko2012-05-181-2/+2
|/
* mdev: add support for $DEVNAME and /dev/mdev.log debug aidDenys Vlasenko2012-05-181-20/+147
* volume_id/ext: detect ext4 tooDenys Vlasenko2012-05-181-4/+48
* mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko2012-04-211-3/+5
* whitespace fixesDenys Vlasenko2012-04-201-3/+3
* hwclock: fix wrong comparison of time value (when it will overlow int)Denys Vlasenko2012-04-171-1/+1
* Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko2012-04-171-1/+1
* umount: make -d always active, add -D to suppress itDenys Vlasenko2012-04-171-8/+16
* Create and use our own copy of linux/ext2_fs.hDenys Vlasenko2012-04-131-7/+1
* work around linux/ext2_fs.h breakageDenys Vlasenko2012-04-121-0/+6
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-1/+1
* blkid: if parameters are given, do not scan /devDenys Vlasenko2012-03-032-13/+16
* getopt: trim help textDenys Vlasenko2012-02-091-2/+1
* getopt: simple code shrink; expand help textDenys Vlasenko2012-02-091-16/+36
* mdev: add a comment. no code changesDenys Vlasenko2012-02-061-1/+5
* acpid: do not install handlers for fatal signalsDenys Vlasenko2012-02-051-2/+6
* mdev: fix wrong sizeofJavier Viguera2012-01-301-1/+1
* *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-2/+1
* 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