summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2014-02-24sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko1-0/+3
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-09-05sysctl: implement -qJoshua Kahlenberg1-13/+19
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-11-20Merge 1.19.3 gingerbread into icsTanguy Pruvot24-2258/+8544
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-21bootchartd: added optional compat featuresDenys Vlasenko4-43/+127
2010-03-27sysctl: tiny code shrinkDenys Vlasenko1-2/+1
2009-05-10sysctl: stop abusing parser->lineDenys Vlasenko1-4/+4
2009-03-29sysctl: move code around to get rid of forward references.Denis Vlasenko1-108/+101
2009-03-29sysctl: fix broken -p [file] - close bug 231Denis Vlasenko1-4/+9
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko13-56/+35
2009-01-08sysctl: fix another corner case with "dots and slashes"Denis Vlasenko1-2/+8
2008-12-29sysctl: fix gcc warning (false positive)Denis Vlasenko1-2/+3
2008-12-24*: tweak error messagesDenis Vlasenko3-147/+137
2008-10-15sysctl: sysctl -a was still misbehaving, fix itDenis Vlasenko1-2/+6
2008-10-15return accidentally deleted "/* vi: set sw=4 ts=4: */"Denis Vlasenko1-0/+1
2008-10-15sysctl: fix bug 3894 _for real_.Denis Vlasenko1-7/+18
2008-10-15sysctl: remove trivial comments. no code changesDenis Vlasenko1-27/+12
2008-10-15sysctl: remove special-cased reporting of EPERM,Denis Vlasenko1-30/+10
2008-10-15sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)Denis Vlasenko1-4/+23
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-20libbb: fixes to config_read() by maintainerDenis Vlasenko2-50/+27
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-29sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>)Denis Vlasenko2-102/+77
2007-10-29syscall: code shrinkDenis Vlasenko2-101/+92
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko24-65/+65
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko6-13/+10
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley14-50/+37
2006-04-17Remove a superfluous quote and more non-generic standalone code.Rob Landley1-10/+1
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer13-90/+66
2006-01-30fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen13-46/+49
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"16-49/+33
[next]