summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-10-08wall,crontab: use xopen_as_uid_gid()Ryan Mallon2-31/+2
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko5-11/+16
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer4-23/+12
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko9-18/+29
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-02-03crond,crontab: make cron directory location configurableDenis Vlasenko3-9/+10
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko8-20/+17
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84
2008-09-21crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)Denis Vlasenko2-32/+35
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko4-27/+22
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko15-50/+55
2008-07-01*: introduce and use xvfork()Denis Vlasenko12-42/+18
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-18- fix open(creat) without a modeBernhard Reutner-Fischer1-1/+1
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko7-26/+37
2008-02-17crontab: stop using remove() - use unlink() insteadDenis Vlasenko1-16/+9
2008-02-16crontab: clear env if run by non-root, so that we can use PATH nowDenis Vlasenko1-10/+8
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko12-82/+88
2008-02-16crontab: almost complete rewriteDenis Vlasenko2-291/+194
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27style and message text fixesDenis Vlasenko2-18/+14
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko3-6/+23
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko10-44/+42
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko28-63/+69
2006-11-26small fixes:Denis Vlasenko9-24/+35
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko24-65/+65
2006-10-14add open_read_close() and similar stuffDenis Vlasenko38-234/+228
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko17-19/+19
2006-09-27crontab: we indent using tabsDenis Vlasenko1-272/+277
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer7-8/+8
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley5-111/+31
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-04-16use more boiler plate GPL noticesMike Frysinger7-40/+11
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer12-71/+38
[next]