summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-21tar: add support for --strip-components=NDenys Vlasenko5-46/+156
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-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2015-10-18debianutils/*: convert to new-style "one file" appletsDenys Vlasenko8-85/+90
2015-10-18printutils/*: convert to new-style "one file" appletsDenys Vlasenko5-24/+27
2015-10-18runit/*: convert to new-style "one file" appletsDenys Vlasenko8-104/+107
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko7-69/+55
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko7-167/+172
2015-10-16cpio: implement -R/--ownerAaro Koskinen7-15/+58
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko5-16/+33
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-10-06wget: make openssl/ssl_helper choice configurableDenys Vlasenko8-54/+623
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski2-0/+34
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2-2/+0
2015-07-21sync: add support for -d -f FILEDenys Vlasenko4-11/+75
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-05-03Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock1-4/+10
2015-05-03Bionic lacks mempcpy; enable existing workaroundMatt Whitlock1-0/+1
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2-0/+26
2015-04-20include: Fallback to UTMP unless there is UTMPX supportBernhard Reutner-Fischer1-1/+24
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston3-8/+8
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2015-03-22truncate: new appletAri Sundholm2-1/+4
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm3-25/+26
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko4-43/+53
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko2-7/+36
2015-02-02platform.h: enable mempcpy for FreeBSDDenys Vlasenko1-1/+6
2015-01-30dpkg: update supported compression methodsDenys Vlasenko6-0/+50
2015-01-29platform.h: mempcpy needs <string.h>Denys Vlasenko1-0/+1
2015-01-25platform.h: add compat mempcpyDenys Vlasenko1-0/+9
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2015-01-02libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko4-42/+41
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa5-1067/+359
2014-12-22Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel1-0/+2
2014-12-06libarchive: add capability to unpack to mem.bufferDenys Vlasenko14-125/+241
2014-12-06Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2-3/+6
2014-11-19merge from cm-12.0 and fix conflictsFrank Chen362-22991/+7782
2014-11-07Android: Fix for 64bit arm and x86_64 targetsTanguy Pruvot8-14/+13
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam5-0/+35
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko3-32/+29
2014-08-25New BIONIC_L(Android-L) has own support for STPCPYHazouPH1-1/+1
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko4-25/+79
2014-08-06android: remove syscalls implemented in libbbTanguy Pruvot13-241/+25
[prev] [next]