summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-02-01Fix compiling with musl's utmp stubsKylie McClain4-3/+5
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko7-167/+172
2013-01-06klogd: handle multi-char log levelsPeter Korsgaard1-5/+2
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-25syslogd,klogd: better help textDenys Vlasenko2-13/+20
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-07klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko1-1/+30
2010-10-19klogd: do not log partial linesDenys Vlasenko2-12/+18
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-01klogd: make it work on non-linux systemsJeremie Koenig2-19/+126
2008-11-19klogd: fix small buglet in previous commitDenis Vlasenko1-0/+1
2008-11-19klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko1-20/+17
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko2-28/+45
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-06klogd: make help text more understandableDenis Vlasenko2-18/+19
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko14-57/+68
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2007-11-16dmesg,klogd: make code more readableDenis Vlasenko3-69/+77
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko12-31/+33
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko11-102/+40
2007-03-24NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko10-30/+34
2007-02-17klogd: code de-obfuscation with small code size reductionDenis Vlasenko2-25/+21
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-09- shrink klogd a tiny bit.Bernhard Reutner-Fischer1-9/+12
2007-01-04klogd: small optimizationsDenis Vlasenko1-24/+25
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
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-31- shrink klogd a bitBernhard Reutner-Fischer1-35/+37
2006-05-31- s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer7-19/+19
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer12-22/+33
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-02-16moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"10-19/+33
2006-01-22- add platform.h.Bernhard Reutner-Fischer30-264/+182
2005-09-14Cleanup patch from tito: migrate option parsing to the bb_ functions and fixRob Landley1-25/+12
2004-08-06Part of patch from William Barsse, fixes a problem with unescaped %.Glenn L McGrath1-1/+1
2004-06-25Do not mess with the console logging level unlessEric Andersen1-5/+5
2004-06-22Patch from Bastian Blank:Eric Andersen7-67/+22
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-12-15Get vfork_daemon_rexec working under uclinuxRuss Dill5-20/+72
[next]