aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-04-047-16/+695
|\
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-02-226-8/+213
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2015-10-313-26/+39
|\|
| * setarch: add support for '-R' (disable randomization)Denys Vlasenko2015-10-193-26/+39
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-1/+1
|\|
| * libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-1312-78/+88
|\|
| * 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
* | more: WIN32 portRon Yorston2015-08-041-0/+19
* | Merge branch 'busybox' into mergeRon Yorston2015-08-042-5/+5
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+1
|\|
| * typo fixesManinder Singh2015-05-251-1/+1
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-183-11/+157
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2015-03-1414-132/+152
|\|
| * 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