summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
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
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-11-23rx: fix file corruption on block checksum failureDaniel Fandrich1-0/+1
2011-11-03rx: code shrinkDenys Vlasenko1-13/+7
2011-11-03rx: Fix file corruption with duplicate blocksDan Fandrich1-0/+1
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-08-02rx: strip padding from last block. closes bug 501.Denys Vlasenko2-43/+86
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko14-83/+60
2008-03-12nc: remove a bit of bloatDenis Vlasenko7-301/+308
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko14-57/+68
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-16style fixes, no code changesDenis Vlasenko13-17/+34
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer10-10/+0
2006-11-26small fixes:Denis Vlasenko9-24/+35
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer7-8/+8
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko14-35/+35
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
2006-06-21Aurelien Jacobs pointed out inline functions that could be removed. Doing soRob Landley1-29/+13
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-05-27- use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer3-5/+3
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer12-71/+38
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer13-146/+31
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-12-20New applet, rx, by Christopher HooverGlenn L McGrath5-0/+361