summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-09-08[Nougat bringup][busybox] fix compiling errorSam Wu5-8/+13
2016-09-05libbb/xwrite: print errno on "short write" errorsDenys Vlasenko1-2/+10
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
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2014-11-19merge from cm-12.0 and fix conflictsFrank Chen362-22991/+7782
2014-08-05android: clearenv should not set environ to NULLTanguy Pruvot2-3/+18
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-10-08libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2-12/+42
2013-08-05libbb: code shrinkDenys Vlasenko1-7/+5
2013-04-2072394 - fix build, enable more functions,Lawrence Mok23-6687/+6729
2012-07-14su: do not change to home dir unless -lPascal Bellard5-7/+11
2012-06-12su: do not change to home dir unless -lPascal Bellard5-7/+11
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-03-07libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko6-8/+6
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin7-16/+17
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko6-7/+7
2010-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18libbb: conditionalize AF_* usage in error reportingJeremie Koenig2-1/+4
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko6-10/+11
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko13-444/+1390
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko3-11/+3
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko9-18/+29
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich4-65/+100
2009-10-05unpackers: check errors from close() tooDenys Vlasenko3-5/+14
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko13-56/+35
2009-01-24traceroute: preparatory trivial cleanupsDenis Vlasenko2-125/+95
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko7-57/+65
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-04-21tentative fix for ppc64 problems with ioctl.Denis Vlasenko2-12/+13
2008-04-09actually adding xfuncs_printf.c :(Denis Vlasenko1-0/+521