Age | Commit message (Expand) | Author |
2013-02-28 | nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code | Thomas De Schampheleire |
2011-06-10 | Replaced __u32 etc. with standard uint32_t style types | Daniel Fandrich |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-03-06 | nameif: add matching by phy_address=NUM; extend help text | Phil Sutter |
2011-03-06 | nameif: fix parsing of /proc/net/dev; small code shrink | Phil Sutter |
2011-03-02 | don't leak malloced variables in the loop; remove double alloc | Alexey Fomenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-03-23 | udhcp: handle errors in read_staticlease | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-03-11 | docs/logging_and_backgrounding.txt: new mini-doc | Denis Vlasenko |
2008-12-02 | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko |
2008-08-01 | nameif: shrink (by Vladimir) | Denis Vlasenko |
2008-07-26 | fix several problems with config parser: | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-19 | libbb: updated config_parse() from Vladimir | Denis Vlasenko |
2008-07-17 | - fix segfault in nameif with mactab file | Bernhard Reutner-Fischer |
2008-07-16 | fix up callsites of config_read to check for >= 0 | Denis Vlasenko |
2008-07-16 | update of config file parser from Vladimir | Denis Vlasenko |
2008-04-21 | *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. | Denis Vlasenko |
2008-04-10 | nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko |
2008-01-07 | ps: fix build breakage from vda's recent commit | Denis Vlasenko |
2007-12-28 | trylink: instead of build error, disable --gc-sections if GLIBC && STATIC | Denis Vlasenko |
2007-12-24 | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko |
2007-10-14 | remove trailing whitespace | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-21 | update Glenn McGrath's email address | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | 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 |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-05 | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley |
2006-05-29 | Size reductions, mostly switching things to use libbb functions. | Rob Landley |
2006-05-04 | CONFIG->ENABLE migration. | Rob Landley |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-15 | restore erronyous 'cleanups' by Rob Sullivan and landley | "Vladimir N. Oleynik" |
2006-01-15 | Cleanup patch from Rob Sullivan. | Rob Landley |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2003-07-05 | Patch from Lars Kellogg-Stedman: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-01-19 | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | Glenn L McGrath |