| Commit message (Expand) | Author | Age | Files | Lines |
* | docs/logging_and_backgrounding.txt: new mini-doc | Denis Vlasenko | 2009-03-11 | 1 | -1/+3 |
* | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko | 2008-12-02 | 1 | -1/+1 |
* | nameif: shrink (by Vladimir) | Denis Vlasenko | 2008-08-01 | 1 | -28/+16 |
* | fix several problems with config parser: | Denis Vlasenko | 2008-07-26 | 1 | -6/+4 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 1 | -1/+1 |
* | libbb: updated config_parse() from Vladimir | Denis Vlasenko | 2008-07-19 | 1 | -1/+1 |
* | - fix segfault in nameif with mactab file | Bernhard Reutner-Fischer | 2008-07-17 | 1 | -4/+4 |
* | fix up callsites of config_read to check for >= 0 | Denis Vlasenko | 2008-07-16 | 1 | -1/+1 |
* | update of config file parser from Vladimir | Denis Vlasenko | 2008-07-16 | 1 | -14/+6 |
* | *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. | Denis Vlasenko | 2008-04-21 | 1 | -9/+4 |
* | nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko | 2008-04-10 | 1 | -17/+29 |
* | ps: fix build breakage from vda's recent commit | Denis Vlasenko | 2008-01-07 | 1 | -1/+1 |
* | trylink: instead of build error, disable --gc-sections if GLIBC && STATIC | Denis Vlasenko | 2007-12-28 | 1 | -5/+5 |
* | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko | 2007-12-24 | 1 | -77/+153 |
* | remove trailing whitespace | Denis Vlasenko | 2007-10-14 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | update Glenn McGrath's email address | Denis Vlasenko | 2007-09-21 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -3/+3 |
* | 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 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -2/+2 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -1/+1 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -31/+11 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -10/+4 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley | 2006-06-05 | 1 | -2/+2 |
* | Size reductions, mostly switching things to use libbb functions. | Rob Landley | 2006-05-29 | 1 | -2/+2 |
* | CONFIG->ENABLE migration. | Rob Landley | 2006-05-04 | 1 | -5/+5 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -2/+2 |
* | restore erronyous 'cleanups' by Rob Sullivan and landley | "Vladimir N. Oleynik" | 2006-01-15 | 1 | -6/+9 |
* | Cleanup patch from Rob Sullivan. | Rob Landley | 2006-01-15 | 1 | -39/+9 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -2/+2 |
* | Patch from Lars Kellogg-Stedman: | Eric Andersen | 2003-07-05 | 1 | -0/+9 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
* | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | Glenn L McGrath | 2003-01-19 | 1 | -9/+3 |
* | Use vsyslog instead of syslog, improve initalisation and cleanup of | Glenn L McGrath | 2003-01-16 | 1 | -42/+36 |
* | Eliminate most instances where we use linux kernel headers | Eric Andersen | 2003-01-14 | 1 | -1/+3 |
* | Get interface names using ioctl rather than /proc, from Nick Fedchik | Glenn L McGrath | 2002-12-17 | 1 | -64/+68 |
* | Fix bug when reading mac from command line, continue; if hwaddrr not found | Glenn L McGrath | 2002-12-13 | 1 | -3/+5 |
* | New applet, nameif by Nick Fedchik and myself. | Glenn L McGrath | 2002-12-13 | 1 | -0/+217 |