summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* missed add for udhcpRuss Dill2002-10-141-0/+30
|
* added full udhcp integrationRuss Dill2002-10-1438-1589/+4232
|
* last_patch58 from vodz:Eric Andersen2002-09-303-0/+540
| | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;)
* Use busybox's show_usage function for helpGlenn L McGrath2002-09-151-16/+3
|
* Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de>Eric Andersen2002-09-101-1/+1
|
* Eliminate use of obsolete sys_errlist[]Eric Andersen2002-08-261-13/+13
| | | | -Erik
* Remove empty loopsGlenn L McGrath2002-08-231-4/+4
|
* Use static instead of extern, braces around if's, run through indentGlenn L McGrath2002-08-231-330/+372
|