aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2016-03-28umount: build fix for older glibcDenys Vlasenko
2016-03-14more bionic fixesDenys Vlasenko
2016-01-02blkdiscard: new appletAri Sundholm
2015-12-30mount: support "nofail" option. Closes 8551Denys Vlasenko
2015-12-18swaponoff: fix compile-time warningDenys Vlasenko
2015-12-16blkid: add bcache supportMike Frysinger
2015-12-16swapon/swapoff: refine the -e (ifexists) optionMike Frysinger
2015-10-19setarch: add support for '-R' (disable randomization)Denys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-13typo fix in commentDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-01umount: always use umount2 syscall with specified flagsDenys Vlasenko
2015-08-24dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-07-30fbset: fix rgba parsingLinus Walleij
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-05-25typo fixesManinder Singh
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