aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* use busybox sysinfo structruss2004-05-192-1/+1
* Fix a compile problemandersen2004-05-191-2/+1
* fix timewarp in client (server fix later)russ2004-05-194-6/+16
* remove uneccessary check (already done in pidfile.c)russ2004-05-191-6/+4
* fix memory leak caused by switch to vforkruss2004-05-191-3/+4
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-251-1/+1
* Larry Doolittle writes:andersen2004-04-149-11/+11
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1525-193/+192
* Patch by Andrew Victor,bug12004-03-052-5/+10
* Fix a typo, patch by Andrew Victorbug12004-03-051-1/+1
* Use standard C99 typesandersen2004-01-3019-117/+117
* it should work even if you don't assign a pidfileruss2003-12-261-6/+7
* fix a long standing underallocation bugruss2003-12-241-2/+5
* move debugging to safe place (before vfork)russ2003-12-241-3/+2
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.russ2003-12-1825-284/+509
* clean up some bad, bad formattingruss2003-12-161-48/+49
* include headers with prototypes to make sure prototypes matchruss2003-12-168-1/+9
* remove reference to missing header file which is breaking the buildandersen2003-12-161-1/+0
* revert removal of defineruss2003-12-161-1/+1
* forgotten includeruss2003-12-161-0/+1
* why the complication of a static string rather than a define? gcc isn't dumbruss2003-12-163-2/+5
* start attempting to bring udhcp in busybox back to the state where it is (ide...russ2003-12-163-6/+80
* when compiled standalone, udhcp needs these headersruss2003-12-161-0/+2
* whoopsruss2003-12-161-1/+1
* not sure who made this change, but it certainly mucks things up (note 'fwrite...russ2003-12-161-9/+13
* make udhcp work under uclinux, to an extentruss2003-12-152-1/+7
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...russ2003-12-155-16/+17
* Ulrich Marx writes:andersen2003-11-141-0/+2
* Andreas Mohr writes:andersen2003-10-221-1/+1
* Allow one to detect and handle the case where no lease could be obtainedbug12003-09-011-0/+1
* "Without this patch, udhcpcd output may be buffered and delayed forbug12003-08-301-0/+2
* Remove stray '\n'bug12003-08-292-3/+3
* Remove unused filesbug12003-08-293-136/+0
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-143-3/+3
* Patch from Thomas Cameron:andersen2003-07-141-5/+25
* Make gcc not whine about "deprecated use of label at end of compound statement"andersen2003-06-201-0/+1
* Add missing pieces from vodz' last_patch88andersen2003-06-143-0/+203
* Vodz, last_patch_88bug12003-06-1019-355/+197
* Major coreutils update.mjn32003-03-191-3/+3
* Patch from Bastian Blankbug12003-02-151-0/+4
* sync with udhcp bug fixesruss2003-02-123-6/+9
* merge fixes with udhcpruss2003-01-211-3/+4
* 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
* Support using ip in udhcpc scripts.bug12002-12-084-1/+62
* Fixup dumpleases compile problemandersen2002-12-062-1/+4