summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko7-167/+172
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-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84
2008-06-11logger: "clean up" a dirty hack a bitDenis Vlasenko5-30/+75
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2007-11-23fix buglets found by randomconfigDenis Vlasenko2-2/+3
2007-11-23logread: eliminate usage of data/bssDenis Vlasenko3-14/+33
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-02logger: fix a problem of losing all argv except firstDenis Vlasenko1-3/+3
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko7-87/+68
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
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-12undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objectsDenis Vlasenko1-9/+7
2007-01-09- shrink by 26 bytes or soBernhard Reutner-Fischer1-15/+21
2007-01-04syslogd: start using bb_common_bufsiz1 instead of stack/mallocDenis Vlasenko3-72/+63
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22logger: getopt_ulflags'isationDenis Vlasenko1-16/+7
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko6-13/+10
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer17-43/+47
2005-04-06Removed the incorrect and confusing facility argument specified withPeter Kjellerstedt1-3/+3
2004-08-26Tito writes:Eric Andersen9-18/+18
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-11-10last_patch57 from Vladimir N. OleynikGlenn L McGrath1-9/+14
2002-09-30Vodz' last_patch57:Eric Andersen9-32/+27
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-07-22Some patches to make dietlibc work...Eric Andersen19-28/+62
2001-07-19Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen18-109/+149
2001-03-12Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley17-254/+1115
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-03Logger forgot to NULL terminate strings from stdin.Eric Andersen2-2/+2
2001-01-02Log stdin when no message given and use getopt.Matt Kraai4-78/+36
2000-12-11Patch from larry doolittle to make sure we don't reallocEric Andersen2-0/+2
2000-12-09Some little cleanups from Larry DoolittleEric Andersen4-4/+4
2000-12-08Patch from Matt Kraai to make logger log all arguments.Eric Andersen3-6/+25
[next]