telnet: shrink
[oweals/busybox.git] / networking / nameif.c
2008-07-19 Denis Vlasenkolibbb: updated config_parse() from Vladimir
2008-07-17 Bernhard Reutner... - fix segfault in nameif with mactab file
2008-07-16 Denis Vlasenkofix up callsites of config_read to check for >= 0
2008-07-16 Denis Vlasenkoupdate of config file parser from Vladimir
2008-04-21 Denis Vlasenko*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
2008-04-10 Denis Vlasenkonameif: fix vda's breakage (Nico Erfurth <masta AT...
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2007-12-28 Denis Vlasenkotrylink: instead of build error, disable --gc-sections...
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-05 Rob LandleyHeader cleanup on two more networking files (move libbb...
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-04 Rob LandleyCONFIG->ENABLE migration.
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 "Vladimir N. Oleynik"restore erronyous 'cleanups' by Rob Sullivan and landley
2006-01-15 Rob LandleyCleanup patch from Rob Sullivan.
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2003-07-05 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-19 Glenn L McGrathDont use getopt_long, minor usage changes, patch by...
2003-01-16 Glenn L McGrathUse vsyslog instead of syslog, improve initalisation...
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2002-12-17 Glenn L McGrathGet interface names using ioctl rather than /proc,...
2002-12-13 Glenn L McGrathFix bug when reading mac from command line, continue...
2002-12-13 Glenn L McGrathNew applet, nameif by Nick Fedchik and myself.