aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-05-03Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock
2015-05-03Bionic lacks mempcpy; enable existing workaroundMatt Whitlock
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock
2015-04-20include: Fallback to UTMP unless there is UTMPX supportBernhard Reutner-Fischer
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-22truncate: new appletAri Sundholm
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko
2015-02-02platform.h: enable mempcpy for FreeBSDDenys Vlasenko
2015-01-30dpkg: update supported compression methodsDenys Vlasenko
2015-01-29platform.h: mempcpy needs <string.h>Denys Vlasenko
2015-01-25platform.h: add compat mempcpyDenys Vlasenko
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2015-01-02libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa
2014-12-22Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko