aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-10-19setarch: add support for '-R' (disable randomization)Denys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-19debianutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-19printutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-19runit/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-16cpio: implement -R/--ownerAaro Koskinen
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski
2015-07-21sync: add support for -d -f FILEDenys Vlasenko