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
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-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-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-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-14fixes for problems found by bionic buildDenys Vlasenko2-18/+28
2016-02-01Fix compiling with musl's utmp stubsKylie McClain4-3/+5
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-10-22remove systemd supportDenys Vlasenko7-76/+0
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko4-29/+24
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-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-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
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-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
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-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-06Bionic changes for tty related appletsTanguy Pruvot11-21/+70
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard5-52/+100
2014-08-05Android: update busybox def PATH and cron folderTanguy Pruvot5-3/+15
[next]