aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-01-09Allow FAST_FUNC to be overridden at build timeKang-Che Sung
2016-12-23modprobe-small: make applets individually selectableDenys Vlasenko
2016-12-22Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko
2016-12-12suppress glibc "use sysmacros.h for major" warningDenys Vlasenko
2016-12-09selinux: drop deprecated headersMike Frysinger
2016-12-08randomconfig fixesDenys Vlasenko
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov
2016-11-23Remove outdated commentsDenys Vlasenko
2016-11-23Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko
2016-11-23Convert all selinux/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko
2016-11-23Remove remnants of disabled "length" appletDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-23Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-23tc: consolidate its disabled bitsDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-17applets.h.sh: a script to check applet names against config optionsDenys Vlasenko
2016-11-16Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko
2016-11-14Make ifup and ifdown individually selectable.Denys Vlasenko
2016-11-14Make swapon and swapoff individually selectable.Denys Vlasenko
2016-11-13dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2016-09-18libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)Denys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko
2016-04-24generate_BUFSIZ.sh: yet another tweakDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-03whitespace and namespace cleanupsDenys Vlasenko
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2016-03-30applet_tables: save space by removing applet name offsetsRon Yorston
2016-03-14fixes for problems found by bionic buildDenys Vlasenko
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
2015-12-17include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-22remove systemd supportDenys Vlasenko
2015-10-22tar: add support for --strip-components=NDenys Vlasenko