| Commit message (Expand) | Author | Age | Files | Lines |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -3/+3 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: remove some uses of argc | Denys Vlasenko | 2010-01-04 | 1 | -3/+2 |
* | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko | 2008-12-02 | 1 | -7/+6 |
* | logger: "clean up" a dirty hack a bit | Denis Vlasenko | 2008-06-11 | 1 | -25/+6 |
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 1 | -19/+23 |
* | fix buglets found by randomconfig | Denis Vlasenko | 2007-11-23 | 1 | -2/+2 |
* | logread: eliminate usage of data/bss | Denis Vlasenko | 2007-11-23 | 1 | -0/+3 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | logger: fix a problem of losing all argv except first | Denis Vlasenko | 2007-10-02 | 1 | -3/+3 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko | 2007-07-27 | 1 | -1/+1 |
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -4/+5 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects | Denis Vlasenko | 2007-01-12 | 1 | -9/+7 |
* | - shrink by 26 bytes or so | Bernhard Reutner-Fischer | 2007-01-09 | 1 | -15/+21 |
* | syslogd: start using bb_common_bufsiz1 instead of stack/malloc | Denis Vlasenko | 2007-01-04 | 1 | -35/+19 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -6/+3 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | logger: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -16/+7 |
* | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko | 2006-09-09 | 1 | -1/+1 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -15/+2 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -1/+1 |
* | Removed the incorrect and confusing facility argument specified with | Peter Kjellerstedt | 2005-04-06 | 1 | -3/+3 |
* | Tito writes: | Eric Andersen | 2004-08-26 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -7/+7 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
* | last_patch57 from Vladimir N. Oleynik | Glenn L McGrath | 2002-11-10 | 1 | -9/+14 |
* | Vodz' last_patch57: | Eric Andersen | 2002-09-30 | 1 | -3/+3 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -3/+3 |
* | Some patches to make dietlibc work... | Eric Andersen | 2001-07-22 | 1 | -10/+11 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen | 2001-07-19 | 1 | -11/+15 |
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -2/+3 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+2 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -2/+2 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
* | Logger forgot to NULL terminate strings from stdin. | Eric Andersen | 2001-01-03 | 1 | -1/+1 |
* | Log stdin when no message given and use getopt. | Matt Kraai | 2001-01-02 | 1 | -38/+17 |
* | Patch from larry doolittle to make sure we don't realloc | Eric Andersen | 2000-12-11 | 1 | -0/+1 |
* | Some little cleanups from Larry Doolittle | Eric Andersen | 2000-12-09 | 1 | -1/+1 |
* | Patch from Matt Kraai to make logger log all arguments. | Eric Andersen | 2000-12-08 | 1 | -3/+12 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -3/+3 |
* | Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format | Matt Kraai | 2000-12-07 | 1 | -1/+1 |
* | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen | 2000-11-14 | 1 | -0/+43 |
* | Clean up error handling and uses of TRUE/FALSE. | Matt Kraai | 2000-10-25 | 1 | -14/+8 |