aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-212-5/+6
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-216-3/+10
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-218-9/+18
* nsenter,unshare: work around older headerDenys Vlasenko2016-04-022-0/+45
* nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-022-32/+8
* unshare: remove stale commentDenys Vlasenko2016-04-021-5/+0
* nsenter: new appletBartosz Golaszewski2016-04-011-0/+286
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-11/+0
* unshare: new appletBartosz Golaszewski2016-04-011-0/+380
* mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-302-13/+13
* umount: build fix for older glibcDenys Vlasenko2016-03-281-0/+3
* more bionic fixesDenys Vlasenko2016-03-141-0/+5
* blkdiscard: new appletAri Sundholm2016-01-021-0/+83
* mount: support "nofail" option. Closes 8551Denys Vlasenko2015-12-301-1/+9
* swaponoff: fix compile-time warningDenys Vlasenko2015-12-181-1/+1
* blkid: add bcache supportMike Frysinger2015-12-163-0/+115
* swapon/swapoff: refine the -e (ifexists) optionMike Frysinger2015-12-161-8/+7
* setarch: add support for '-R' (disable randomization)Denys Vlasenko2015-10-193-26/+39
* libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-5/+1
* typo fix in commentDenys Vlasenko2015-10-131-1/+1
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-5/+5
* build system: -fno-builtin-printfDenys Vlasenko2015-10-076-61/+61
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+1
* umount: always use umount2 syscall with specified flagsDenys Vlasenko2015-10-011-4/+16
* dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard2015-08-241-3/+5
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-3/+3
* fbset: fix rgba parsingLinus Walleij2015-07-301-4/+4
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-1/+1
* typo fixesManinder Singh2015-05-251-1/+1
* mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko2015-04-191-7/+22
* mdev: improve loggingDenys Vlasenko2015-04-191-4/+8
* uevent: new appletDenys Vlasenko2015-04-161-0/+127
* volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri2015-04-141-1/+1
* Use chomp to remove newlinesRon Yorston2015-03-121-1/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-129-16/+16
* mount: -T OTHERTAB supportIsaac Dunham2015-03-112-94/+108
* acpid: fix loggingSerj Kalichev2015-02-231-5/+3
* trivial code shrinkDenys Vlasenko2015-02-182-10/+10
* fstrim: fix help textDenys Vlasenko2015-02-041-1/+1
* swaponoff: add support for -eRené Rhéaume2015-01-051-5/+13
* 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