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