summaryrefslogtreecommitdiff
path: root/networking/udhcpc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use busybox's show_usage function for helpGlenn L McGrath2002-09-151-16/+3
|
* 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
|
* 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-211-0/+1571