aboutsummaryrefslogtreecommitdiff
path: root/networking/nameif.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-2/+2
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-31/+11
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+4
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Header cleanup on two more networking files (move libbb.h to the top andRob Landley2006-06-051-2/+2
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-2/+2
* CONFIG->ENABLE migration.Rob Landley2006-05-041-5/+5
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-2/+2
* restore erronyous 'cleanups' by Rob Sullivan and landley"Vladimir N. Oleynik"2006-01-151-6/+9
* Cleanup patch from Rob Sullivan.Rob Landley2006-01-151-39/+9
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-051-0/+9
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* Dont use getopt_long, minor usage changes, patch by Nick FedchikGlenn L McGrath2003-01-191-9/+3
* Use vsyslog instead of syslog, improve initalisation and cleanup ofGlenn L McGrath2003-01-161-42/+36
* Eliminate most instances where we use linux kernel headersEric Andersen2003-01-141-1/+3
* Get interface names using ioctl rather than /proc, from Nick FedchikGlenn L McGrath2002-12-171-64/+68
* Fix bug when reading mac from command line, continue; if hwaddrr not foundGlenn L McGrath2002-12-131-3/+5
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-131-0/+217