summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-06-088.0 and 7.1 share one code, distinguish different parts with PLATFORM_SDK_VER...Xindong Xu8-3/+13665
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko8-32/+41
2017-01-01Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko5-39/+41
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko4-24/+41
2016-12-12suppress glibc "use sysmacros.h for major" warningDenys Vlasenko1-1/+1
2016-12-09selinux: drop deprecated headersMike Frysinger2-3/+12
2016-12-08randomconfig fixesDenys Vlasenko5-5/+30
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov3-80/+68
2016-11-23Remove outdated commentsDenys Vlasenko2-5/+2
2016-11-23Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko5-4/+19
2016-11-23Convert all selinux/* applets to "new style" applet definitionsDenys Vlasenko14-137/+148
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko3-9/+29
2016-11-23Remove remnants of disabled "length" appletDenys Vlasenko4-40/+0
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko18-203/+213
2016-11-23Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko6-47/+47
2016-11-23tc: consolidate its disabled bitsDenys Vlasenko3-12/+16
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-17applets.h.sh: a script to check applet names against config optionsDenys Vlasenko1-0/+20
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 ifup and ifdown individually selectable.Denys Vlasenko4-116/+127
2016-11-14Make swapon and swapoff individually selectable.Denys Vlasenko4-32/+50
2016-11-13dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko4-11/+24
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko6-25/+45
2016-09-18libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)Denys Vlasenko1-2/+3
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko4-69/+186
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko4-6/+11
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko5-28/+23
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston2-15/+8
2016-05-26cp: add -u/--update and --remove-destinationDenys Vlasenko3-19/+56
2016-04-24generate_BUFSIZ.sh: yet another tweakDenys Vlasenko2-13/+42
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-03whitespace and namespace cleanupsDenys Vlasenko4-8/+8
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg4-31/+69
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko5-35/+38
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko6-15/+22
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko16-171/+107
2016-03-29applet_tables: save space by removing applet name offsetsRon Yorston4-58/+120
2016-03-14fixes for problems found by bionic buildDenys Vlasenko2-18/+28
2016-02-01Fix compiling with musl's utmp stubsKylie McClain4-3/+5
2015-12-17include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm1-1/+0
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2-1/+8
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-10-22remove systemd supportDenys Vlasenko7-76/+0
[next]