summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko2014-09-081-1/+1
* fatattr: use the standard type for 32-bit intDenys Vlasenko2014-07-041-2/+2
* fatattr: new appletPascal Bellard2014-06-301-0/+104
* rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko2014-05-021-23/+32
* swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa2014-04-011-3/+2
* swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa2014-03-311-115/+161
* add discard option -d to swaponMatt Whitlock2014-03-232-9/+85
* fix interaction of -a and -p options in swaponMatt Whitlock2014-03-231-2/+5
* avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock2014-03-231-5/+8
* script: make it work even if fd 0 is closedDenys Vlasenko2014-03-161-0/+7
* use [s]rand(), not [s]random()Denys Vlasenko2014-03-051-2/+2
* hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko2014-02-251-2/+10
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-295-14/+14
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
* fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko2013-11-123-20/+22
* fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko2013-11-121-1/+2
* fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer2013-11-101-5/+5
* fstrim: Indicate failure on errorBernhard Reutner-Fischer2013-11-101-1/+2
* fstrim: -17bBernhard Reutner-Fischer2013-11-091-8/+5
* fstrim: New appletMalek Degachi2013-11-093-0/+119
* swaponoff: shrinkBernhard Reutner-Fischer2013-11-081-3/+2
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-4/+2
* fdisk: fix GPT size math errorsJody Bruchon2013-08-201-2/+2
* swapon: support "pri=NNN" in fstabTito Ragusa2013-08-081-0/+14
* volume_id: add f2fs detectionSven-Göran Bergh2013-08-013-0/+100
* volume_id: nilfs config description.Sven-Göran Bergh2013-07-311-1/+10
* volume_id: Adopt to new config style.Sven-Göran Bergh2013-07-3135-245/+318
* volume_id: Adopt to new kbuild style.Sven-Göran Bergh2013-07-3135-38/+71
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-8/+1
* losetup: assorted fixes. Closes 6314Denys Vlasenko2013-06-271-16/+21
* 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