aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-07-0711-32/+31
|\
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-068-16/+10
| * randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2016-06-201-1/+1
| * randomconfig fixesDenys Vlasenko2016-06-193-15/+20
* | Merge branch 'busybox' into mergeRon Yorston2016-05-1614-23/+55
|\|
| * flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko2016-04-241-12/+12
| * flock: fix -c; improve error handling of fork+execDenys Vlasenko2016-04-241-2/+17
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-226-8/+8
| * *: 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
* | 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