aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko2013-05-151-36/+16
* mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss2013-05-131-12/+35
* volume_id: fix ntfs attribute searchOliver Metz2013-05-091-1/+1
* mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko2013-04-021-3/+3
* hexdump: need to use xstrtoull for off_tDenys Vlasenko2013-03-271-1/+1
* hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2013-03-271-1/+6
* mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko2013-03-181-63/+14
* mdev: fix build failureDenys Vlasenko2013-03-171-2/+1
* losetup: fix util-linux compatibilityMandeep Singh Baines2013-03-121-51/+65
* mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko2013-02-271-88/+177
* mdev: add environment variable matchDenys Vlasenko2013-02-261-6/+71
* fdisk_sun: fix partition alignmentAaro Koskinen2013-02-111-3/+6
* fdisk_sun: fix corrupted partition data with blank diskAaro Koskinen2013-02-111-0/+1
* mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko2013-02-041-1/+2
* mdev: extend debug logging outputDenys Vlasenko2013-01-301-1/+5
* getopt: improve help text; code shrinkDenys Vlasenko2013-01-241-27/+32
* mount: whitespace fix. no code changesDenys Vlasenko2013-01-221-2/+2
* mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko2013-01-211-2/+14
* 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