aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-04-24flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko
2016-04-24flock: fix -c; improve error handling of fork+execDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-02nsenter,unshare: work around older headerDenys Vlasenko
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-02unshare: remove stale commentDenys Vlasenko
2016-04-01nsenter: new appletBartosz Golaszewski
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-04-01unshare: new appletBartosz Golaszewski
2016-03-30mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
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