summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* ansifyAaron Lehmann2002-08-231-4/+2
|
* remove duplicate definition of GAaron Lehmann2002-08-231-2/+0
| | | | caught by tinycc
* Run through indent, fix commentGlenn L McGrath2002-08-221-163/+174
|
* Run through indent, fix commentsGlenn L McGrath2002-08-221-86/+91
|
* Cleanups. These SHOULD make the binary a lot smaller. But they don't.Aaron Lehmann2002-08-211-19/+18
| | | | CURSE GCC
* Disable debuggingGlenn L McGrath2002-08-211-1/+1
|
* Clean up udhcpd a bit. Constify. Staticize. Remove these functions andAaron Lehmann2002-08-211-66/+54
| | | | inline their contents: print_usage, pidfile_delete, and background.
* New applet, udhcp clientGlenn L McGrath2002-08-213-0/+1573
|
* Commited patch from bug #1182Robert Griebl2002-07-241-7/+35
| | | | | Although ssrat@mailbag.com says this is not GNU behaviour, it really *is* (man nslookup)
* Accept the --passive-ftp cmd.line option. We always use passive ftp mode,Robert Griebl2002-07-121-8/+14
| | | | so it doesn't hurt (adds compatibility though)
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-112-1/+3
| | | | -Erik
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-1/+1
| | | | | silly games. -Erik