aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix warningbug12002-12-161-0/+2
* Fix bug when reading mac from command line, continue; if hwaddrr not foundbug12002-12-131-3/+5
* Merge copyfd and copy_file_chunkbug12002-12-131-47/+6
* Change ftpput so it uses <remote-path> <local-file> as it shouldbug12002-12-131-1/+1
* Fix possible bug if file length not knownbug12002-12-131-6/+11
* New applets, ftpget and ftpputbug12002-12-133-0/+419
* New applet, nameif by Nick Fedchik and myself.bug12002-12-133-0/+232
* hehe. Screwed that one up. Lets do things right this time.andersen2002-12-111-1/+2
* Makefile rework coordinate with Russ so udhcp will behaveandersen2002-12-111-15/+9
* slight change to reflect BB_VER changeruss2002-12-113-3/+3
* sorry about all the noise, should be all synced up nowruss2002-12-113-3/+19
* resync with udhcp cvsruss2002-12-119-83/+46
* Make sure we have a show_usage function prototypeandersen2002-12-111-1/+3
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-3/+2
* undefine sysinfo to prevent breakage on ia64bug12002-12-111-0/+2
* Forgot to rename foobug12002-12-091-1/+1
* Fix a debug message, from Bastian Blankbug12002-12-091-3/+3
* Support using ip in udhcpc scripts.bug12002-12-084-1/+62
* Start to cleanup handling of the state file, save some space and uses linked ...bug12002-12-081-103/+104
* Differentiate struct and type namesbug12002-12-071-78/+78
* 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