summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko4-24/+41
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-27fdisk_gpt: simplify GPT partition name printingDenys Vlasenko1-2/+2
2016-11-27fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2-15/+42
2016-11-23Make "hd" independently selectableDenys Vlasenko1-2/+3
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-11-16Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko4-10/+19
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko4-11/+20
2016-11-14Make swapon and swapoff individually selectable.Denys Vlasenko4-32/+50
2016-11-13Make setarch/linux32/linux64 independently selectableDenys Vlasenko1-5/+24
2016-10-11more: accept and ignore a bunch of optionsDenys Vlasenko1-1/+10
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko1-8/+14
2016-09-26mount: tweak "IPv6 scoped addr" commitDenys Vlasenko1-3/+3
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2-2/+11
2016-09-17fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko1-36/+36
2016-09-07mdev: create devices from /sys/devDenys Vlasenko1-47/+41
2016-09-06volume_id: Add support for UBIFSSerj Kalichev4-1/+135
2016-08-23fdisk: tweak some messagesDenys Vlasenko1-19/+24
2016-08-23fdisk: print much less cryptic partition tableDenys Vlasenko1-87/+103
2016-08-22unshare: --network should be --net. Closes 9116Denys Vlasenko1-2/+2
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2-2/+2
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-04-24flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko1-12/+12
2016-04-24flock: fix -c; improve error handling of fork+execDenys Vlasenko1-2/+17
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-02nsenter,unshare: work around older headerDenys Vlasenko2-0/+45
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko5-35/+38
2016-04-02unshare: remove stale commentDenys Vlasenko1-5/+0
2016-04-01nsenter: new appletBartosz Golaszewski1-0/+286
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko6-15/+22
2016-04-01unshare: new appletBartosz Golaszewski1-0/+380
2016-03-30mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko1-2/+2
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2016-03-28umount: build fix for older glibcDenys Vlasenko1-0/+3
2016-03-14more bionic fixesDenys Vlasenko2-1/+6
2016-01-02blkdiscard: new appletAri Sundholm1-0/+83
2015-12-30mount: support "nofail" option. Closes 8551Denys Vlasenko1-1/+9
2015-12-18swaponoff: fix compile-time warningDenys Vlasenko1-1/+1
2015-12-16blkid: add bcache supportMike Frysinger3-0/+115
2015-12-16swapon/swapoff: refine the -e (ifexists) optionMike Frysinger1-8/+7
2015-10-19setarch: add support for '-R' (disable randomization)Denys Vlasenko4-29/+39
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko4-29/+24
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-10-13typo fix in commentDenys Vlasenko1-1/+1
[next]