aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2015-04-19mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko
2015-04-19mdev: improve loggingDenys Vlasenko
2015-04-16uevent: new appletDenys Vlasenko
2015-04-14volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri
2015-03-12Use chomp to remove newlinesRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-11mount: -T OTHERTAB supportIsaac Dunham
2015-02-23acpid: fix loggingSerj Kalichev
2015-02-18trivial code shrinkDenys Vlasenko
2015-02-04fstrim: fix help textDenys Vlasenko
2015-01-05swaponoff: add support for -eRené Rhéaume
2014-09-08mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko
2014-07-04fatattr: use the standard type for 32-bit intDenys Vlasenko
2014-06-30fatattr: new appletPascal Bellard
2014-05-02rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko
2014-04-01swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa
2014-03-31swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa
2014-03-23add discard option -d to swaponMatt Whitlock
2014-03-23fix interaction of -a and -p options in swaponMatt Whitlock
2014-03-23avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko
2014-02-25hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko
2013-11-12fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko
2013-11-10fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer
2013-11-10fstrim: Indicate failure on errorBernhard Reutner-Fischer
2013-11-09fstrim: -17bBernhard Reutner-Fischer
2013-11-09fstrim: New appletMalek Degachi
2013-11-08swaponoff: shrinkBernhard Reutner-Fischer
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-08-20fdisk: fix GPT size math errorsJody Bruchon
2013-08-08swapon: support "pri=NNN" in fstabTito Ragusa
2013-08-01volume_id: add f2fs detectionSven-Göran Bergh
2013-07-31volume_id: nilfs config description.Sven-Göran Bergh
2013-07-31volume_id: Adopt to new config style.Sven-Göran Bergh
2013-07-31volume_id: Adopt to new kbuild style.Sven-Göran Bergh
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko
2013-05-15volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko
2013-05-13mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss
2013-05-09volume_id: fix ntfs attribute searchOliver Metz
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko
2013-03-27hexdump: need to use xstrtoull for off_tDenys Vlasenko
2013-03-27hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko
2013-03-18mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko
2013-03-17mdev: fix build failureDenys Vlasenko
2013-03-12losetup: fix util-linux compatibilityMandeep Singh Baines