summaryrefslogtreecommitdiff
path: root/networking/nameif.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-2/+2
| | | | - use shorter boilerplate while at it.
* 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
| | | | which were otherwise cluttering the global namespace.
* 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
| | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-051-0/+9
| | | | | Glibc 2.1.3 (used by the Hardhat Linux SDK distributed by Cyclades) does not define IF_NAMESIZE in net/if.h.
* 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
| | | | variables, save 300 Bytes or so, patch by Vladimir N. Oleynik
* Eliminate most instances where we use linux kernel headersEric Andersen2003-01-141-1/+3
| | | | -Erik
* 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