Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-19 | fix memory leak caused by switch to vfork | Russ Dill | |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-05 | Patch by Andrew Victor, | Glenn L McGrath | |
In arpping.h, fix structure alignment of "struct arpMsg". GCC can insert padding in the structure which causes udhcpd to send an invalid ARP packet on the network. It will then not receive a valid reply, which can cause it to assign an IP address that's already in use on the network. (With kernels before 2.4.20, the "struct ethhdr" in linux/if_ether.h wasn't marked as packed. This is also an issue if your toolchain was built with a pre-2.4.20 kernel). | |||
2004-03-05 | Fix a typo, patch by Andrew Victor | Glenn L McGrath | |
2004-01-30 | Use standard C99 types | Eric Andersen | |
2003-12-26 | it should work even if you don't assign a pidfile | Russ Dill | |
2003-12-24 | fix a long standing underallocation bug | Russ Dill | |
2003-12-24 | move debugging to safe place (before vfork) | Russ Dill | |
2003-12-18 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | |
2003-12-16 | clean up some bad, bad formatting | Russ Dill | |
2003-12-16 | include headers with prototypes to make sure prototypes match | Russ Dill | |
2003-12-16 | remove reference to missing header file which is breaking the build | Eric Andersen | |
2003-12-16 | revert removal of define | Russ Dill | |
2003-12-16 | forgotten include | Russ Dill | |
2003-12-16 | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | |
2003-12-16 | start attempting to bring udhcp in busybox back to the state where it is ↵ | Russ Dill | |
(ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth | |||
2003-12-16 | when compiled standalone, udhcp needs these headers | Russ Dill | |
2003-12-16 | whoops | Russ Dill | |
2003-12-16 | not sure who made this change, but it certainly mucks things up (note ↵ | Russ Dill | |
'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct) | |||
2003-12-15 | make udhcp work under uclinux, to an extent | Russ Dill | |
2003-12-15 | options is a pretty common symbol, bad idea to use as a global in udhcp when ↵ | Russ Dill | |
compiling into busybox | |||
2003-11-14 | Ulrich Marx writes: | Eric Andersen | |
hello i had some trouble with the filedescriptor in udhcp. Two things happened on my device: 1.) broken or not connected cable (no dhcp-server) 2.) daemonizing (starting with option -b) i got a filedescriptor fd=0 from function raw_socket, after daemonizing (daemon call) the fd is closed. Client can't recieve data's anymore. i fixed this problem (like pidfile handling): | |||
2003-10-22 | Andreas Mohr writes: | Eric Andersen | |
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer | |||
2003-09-01 | Allow one to detect and handle the case where no lease could be obtained | Glenn L McGrath | |
via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz | |||
2003-08-30 | "Without this patch, udhcpcd output may be buffered and delayed for | Glenn L McGrath | |
for minutes if stdout is not a tty." -vda@ | |||
2003-08-29 | Remove stray '\n' | Glenn L McGrath | |
2003-08-29 | Remove unused files | Glenn L McGrath | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen | |
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. | |||
2003-06-20 | Make gcc not whine about "deprecated use of label at end of compound statement" | Eric Andersen | |
2003-06-14 | Add missing pieces from vodz' last_patch88 | Eric Andersen | |
2003-06-10 | Vodz, last_patch_88 | Glenn L McGrath | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-15 | Patch from Bastian Blank | Glenn L McGrath | |
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||
2003-02-12 | sync with udhcp bug fixes | Russ Dill | |
2003-01-21 | merge fixes with udhcp | Russ Dill | |
2002-12-11 | hehe. Screwed that one up. Lets do things right this time. | Eric Andersen | |
-Erik | |||
2002-12-11 | Makefile rework coordinate with Russ so udhcp will behave | Eric Andersen | |
-Erik | |||
2002-12-11 | slight change to reflect BB_VER change | Russ Dill | |
2002-12-11 | sorry about all the noise, should be all synced up now | Russ Dill | |
2002-12-11 | resync with udhcp cvs | Russ Dill | |
2002-12-11 | Make sure we have a show_usage function prototype | Eric Andersen | |
-Erik | |||
2002-12-08 | Support using ip in udhcpc scripts. | Glenn L McGrath | |
Slightly modified version of patch by Bastian Blank | |||
2002-12-06 | Fixup dumpleases compile problem | Eric Andersen | |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | |
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 | |||
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-11-19 | udhcpc documentation update | Russ Dill | |
2002-11-05 | version number oops | Russ Dill | |