aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix command that brings down loopbackbug12002-12-071-1/+1
* depends on for telnet and ipcalcbug12002-12-061-0/+2
* Fixup dumpleases compile problemandersen2002-12-062-1/+4
* Use libbb/get_line_from_file, change default state file locationbug12002-12-061-128/+39
* Make mapping a config option again to save space, turn off file locking, do w...bug12002-12-062-12/+28
* Fix bug that stoped -a workingbug12002-12-061-1/+3
* Yet another major rework of the BusyBox config system, using the considerablyandersen2002-12-055-110/+380
* Use compare_string_array in ipaddress to save a few bytes, minor cleanupsbug12002-12-023-126/+166
* Save a few more bytesbug12002-12-021-31/+45
* Save a hundred bytes or so on the do_iproute functionbug12002-12-022-53/+49
* Enable ip commands to be compiled seperate from ip, modifed patch from Bastia...bug12002-12-0111-36/+249
* Clean up error messagesbug12002-11-281-29/+13
* Minor error messages changesbug12002-11-281-6/+8
* Cleanup error messagesbug12002-11-281-61/+65
* Cleanup error messagesbug12002-11-281-38/+36
* Syntax errorbug12002-11-281-1/+1
* Change if(x)free(x); to free(x);aaronl2002-11-282-3/+3
* Style, error_msgbug12002-11-281-60/+103
* Use standard error messagesbug12002-11-282-15/+11
* Use error_msg instead of fprintf(stderrbug12002-11-281-17/+12
* use #ifdef CONFIG_* instead of #if CONFIG_*bug12002-11-263-23/+23
* use #ifdef instead of #ifbug12002-11-261-3/+3
* Use #ifdef instead of #ifbug12002-11-261-16/+16
* Fix simple syntax errorbug12002-11-261-1/+1
* Dont use xargsbug12002-11-191-2/+2
* dont use the -i option of xargsbug12002-11-191-2/+2
* udhcpc documentation updateruss2002-11-191-5/+6
* Use error_msg_and_die, stylebug12002-11-181-35/+50
* Remove mapping option, its should always be usedbug12002-11-172-21/+0
* Patch from Bastian Blank:andersen2002-11-151-3/+14
* Make ifupdown use internal run_partsbug12002-11-111-7/+8
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...bug12002-11-111-4/+5
* ipcalc applet by Stephan Linz and Jordan Crousebug12002-11-103-0/+169
* Config feature DEVPTS defined and used in telnetd, by Pavel Roskinbug12002-11-101-3/+3
* Fix for hostname -s, by Stephan Linzbug12002-11-101-2/+2
* Fixup a previous definebug12002-11-101-1/+1
* Make mapping support a definable feature, saves 1.6kBbug12002-11-102-31/+40
* Only compile the files in this dir if the IP applet is enabledbug12002-11-101-1/+1
* IP applet by Bastian Blank <waldi@debian.org>bug12002-11-1024-1/+5006
* debian compatable ifup and ifdown commandsbug12002-11-093-0/+1444
* version number oopsruss2002-11-053-1/+8
* sync to udhcp 0.9.8russ2002-10-318-160/+243
* This patch from Magnus Damm fixed a long standing problemandersen2002-10-251-1/+1
* Fix needless difference vs GNUandersen2002-10-181-2/+2
* missed add for udhcpruss2002-10-141-0/+30
* added full udhcp integrationruss2002-10-1438-1589/+4232
* last_patch58 from vodz:andersen2002-09-303-0/+540
* Use busybox's show_usage function for helpbug12002-09-151-16/+3
* Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de>andersen2002-09-101-1/+1
* Eliminate use of obsolete sys_errlist[]andersen2002-08-261-13/+13