summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix missed option argument for -I <device>, interface name checksGlenn L McGrath2003-01-191-11/+16
| | | | redesigned, patch by Nick Fedchik
* 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
* Fix leading spaces bug, free line buffer, redo next_word, save someGlenn L McGrath2003-01-141-56/+43
| | | | space.
* Eliminate most instances where we use linux kernel headersEric Andersen2003-01-145-15/+31
| | | | -Erik
* Eliminate use of kernel header fileEric Andersen2003-01-141-3/+2
| | | | -Erik
* Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath2003-01-134-11/+154
| | | | command to ipaddr, patch by Bastian Blank
* Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGEric Andersen2003-01-122-9/+8
| | | | would return 0 instead of EXIT_FAILURE when no response was received.
* arping applet by Nick FedchikGlenn L McGrath2003-01-093-0/+499
|
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-053-0/+1364
|
* fixes for ia64Glenn L McGrath2003-01-052-0/+4
|
* Add "Broadcast +" support back in. Also cut the size down some. Not wellManuel Novoa III2002-12-271-58/+85
| | | | tested, but it is the holidays...
* Bugfix, wastn retrieving last block, patch by Jean-Christophe DuboisGlenn L McGrath2002-12-191-4/+5
|
* When retrieving a file dont open file until we have to to prevent files of ↵Glenn L McGrath2002-12-181-8/+8
| | | | size 0 being created when retrieval fails, bug found by Jeff Angielski
* Get interface names using ioctl rather than /proc, from Nick FedchikGlenn L McGrath2002-12-171-64/+68
|
* Always print the routing table header for IPv4:Robert Griebl2002-12-161-7/+6
| | | | | | - this is consistent with IPv6 route - you can get very confused, if there are no routes and "route" prints nothing at all (not even "No routes" message)
* Only included headers that are used.Glenn L McGrath2002-12-1612-113/+29
|
* fix warningGlenn L McGrath2002-12-161-0/+2
|
* Fix bug when reading mac from command line, continue; if hwaddrr not foundGlenn L McGrath2002-12-131-3/+5
|
* Merge copyfd and copy_file_chunkGlenn L McGrath2002-12-131-47/+6
|
* Change ftpput so it uses <remote-path> <local-file> as it shouldGlenn L McGrath2002-12-131-1/+1
|
* Fix possible bug if file length not knownGlenn L McGrath2002-12-131-6/+11
|
* New applets, ftpget and ftpputGlenn L McGrath2002-12-133-0/+419
|
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-133-0/+232
|
* hehe. Screwed that one up. Lets do things right this time.Eric Andersen2002-12-111-1/+2
| | | | -Erik
* Makefile rework coordinate with Russ so udhcp will behaveEric Andersen2002-12-111-15/+9
| | | | -Erik
* slight change to reflect BB_VER changeRuss Dill2002-12-113-3/+3
|
* sorry about all the noise, should be all synced up nowRuss Dill2002-12-113-3/+19
|
* resync with udhcp cvsRuss Dill2002-12-119-83/+46
|
* Make sure we have a show_usage function prototypeEric Andersen2002-12-111-1/+3
| | | | -Erik
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-3/+2
| | | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik
* 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
|