aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* undefine sysinfo to prevent breakage on ia64Glenn L McGrath2002-12-111-0/+2
|
* Forgot to rename fooGlenn L McGrath2002-12-091-1/+1
|
* Fix a debug message, from Bastian BlankGlenn L McGrath2002-12-091-3/+3
|
* Support using ip in udhcpc scripts.Glenn L McGrath2002-12-084-1/+62
| | | | Slightly modified version of patch by Bastian Blank
* Start to cleanup handling of the state file, save some space and uses linked ↵Glenn L McGrath2002-12-081-103/+104
| | | | lists.
* Differentiate struct and type namesGlenn L McGrath2002-12-071-78/+78
|
* Fix command that brings down loopbackGlenn L McGrath2002-12-071-1/+1
|
* depends on for telnet and ipcalcGlenn L McGrath2002-12-061-0/+2
|
* Fixup dumpleases compile problemEric Andersen2002-12-062-1/+4
|
* Use libbb/get_line_from_file, change default state file locationGlenn L McGrath2002-12-061-128/+39
|
* Make mapping a config option again to save space, turn off file locking, do ↵Glenn L McGrath2002-12-062-12/+28
| | | | we really need it ?
* Fix bug that stoped -a workingGlenn L McGrath2002-12-061-1/+3
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-055-110/+380
| | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik
* Use compare_string_array in ipaddress to save a few bytes, minor cleanupsGlenn L McGrath2002-12-023-126/+166
|
* Save a few more bytesGlenn L McGrath2002-12-021-31/+45
|
* Save a hundred bytes or so on the do_iproute functionGlenn L McGrath2002-12-022-53/+49
|
* Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath2002-12-0111-36/+249
| | | | Bastian Blank
* Clean up error messagesGlenn L McGrath2002-11-281-29/+13
|
* Minor error messages changesGlenn L McGrath2002-11-281-6/+8
|
* Cleanup error messagesGlenn L McGrath2002-11-281-61/+65
|
* Cleanup error messagesGlenn L McGrath2002-11-281-38/+36
|
* Syntax errorGlenn L McGrath2002-11-281-1/+1
|
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-282-3/+3
|
* Style, error_msgGlenn L McGrath2002-11-281-60/+103
|
* Use standard error messagesGlenn L McGrath2002-11-282-15/+11
|
* Use error_msg instead of fprintf(stderrGlenn L McGrath2002-11-281-17/+12
|
* use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath2002-11-263-23/+23
|
* use #ifdef instead of #ifGlenn L McGrath2002-11-261-3/+3
|
* Use #ifdef instead of #ifGlenn L McGrath2002-11-261-16/+16
|
* Fix simple syntax errorGlenn L McGrath2002-11-261-1/+1
|
* Dont use xargsGlenn L McGrath2002-11-191-2/+2
|
* dont use the -i option of xargsGlenn L McGrath2002-11-191-2/+2
|
* udhcpc documentation updateRuss Dill2002-11-191-5/+6
|
* Use error_msg_and_die, styleGlenn L McGrath2002-11-181-35/+50
|
* Remove mapping option, its should always be usedGlenn L McGrath2002-11-172-21/+0
|
* Patch from Bastian Blank:Eric Andersen2002-11-151-3/+14
| | | | | | | | | hi erik the following patch fixes the handling of iproute add <route> dev <dev>. the code got lost while removing things. bastian
* Make ifupdown use internal run_partsGlenn L McGrath2002-11-111-7/+8
|
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵Glenn L McGrath2002-11-111-4/+5
| | | | moves the guts of run_parts to libbb to be used by ifupdown.
* ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath2002-11-103-0/+169
|
* Config feature DEVPTS defined and used in telnetd, by Pavel RoskinGlenn L McGrath2002-11-101-3/+3
|
* Fix for hostname -s, by Stephan LinzGlenn L McGrath2002-11-101-2/+2
|
* Fixup a previous defineGlenn L McGrath2002-11-101-1/+1
|
* Make mapping support a definable feature, saves 1.6kBGlenn L McGrath2002-11-102-31/+40
|
* Only compile the files in this dir if the IP applet is enabledGlenn L McGrath2002-11-101-1/+1
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-1024-1/+5006
|
* debian compatable ifup and ifdown commandsGlenn L McGrath2002-11-093-0/+1444
|
* version number oopsRuss Dill2002-11-053-1/+8
|
* sync to udhcp 0.9.8Russ Dill2002-10-318-160/+243
|
* This patch from Magnus Damm fixed a long standing problemEric Andersen2002-10-251-1/+1
| | | | with freeing memory.
* Fix needless difference vs GNUEric Andersen2002-10-181-2/+2
|