Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-12-19 | vodz noticed we need to cast things back to an unsigned long | Eric Andersen | 1 | -2/+2 | |
or the syscall will not get the proper arguments. | |||||
2003-12-19 | Fix a bug preventing use of escaped characters that use the signed bit | Glenn L McGrath | 1 | -3/+2 | |
2003-12-18 | rename __getgrent so that it doesn't conflict with some libc's | Russ Dill | 7 | -8/+8 | |
2003-12-18 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | 25 | -284/+509 | |
2003-12-16 | clean up some bad, bad formatting | Russ Dill | 1 | -48/+49 | |
2003-12-16 | include headers with prototypes to make sure prototypes match | Russ Dill | 8 | -1/+9 | |
2003-12-16 | remove reference to missing header file which is breaking the build | Eric Andersen | 1 | -1/+0 | |
2003-12-16 | Using vlock also requires libcrypt | Eric Andersen | 1 | -0/+1 | |
2003-12-16 | revert removal of define | Russ Dill | 1 | -1/+1 | |
2003-12-16 | forgotten include | Russ Dill | 1 | -0/+1 | |
2003-12-16 | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | 3 | -2/+5 | |
2003-12-16 | start attempting to bring udhcp in busybox back to the state where it is ↵ | Russ Dill | 3 | -6/+80 | |
(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 | 1 | -0/+2 | |
2003-12-16 | whoops | Russ Dill | 1 | -1/+1 | |
2003-12-16 | not sure who made this change, but it certainly mucks things up (note ↵ | Russ Dill | 1 | -9/+13 | |
'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 | 2 | -1/+7 | |
2003-12-15 | options is a pretty common symbol, bad idea to use as a global in udhcp when ↵ | Russ Dill | 5 | -16/+17 | |
compiling into busybox | |||||
2003-12-15 | Get vfork_daemon_rexec working under uclinux | Russ Dill | 5 | -20/+72 | |
2003-12-12 | Be certain we use a correct entity when performing the | Eric Andersen | 1 | -1/+1 | |
BLKGETSIZE64 ioctl -- don't just assume 8, | |||||
2003-12-12 | Doh! I broke automatic filesystem type guessing. Fix mount so | Eric Andersen | 1 | -2/+3 | |
it will properly fall back to /proc/mounts when /etc/filesystems is missing, allowing mount to guess the correct fs type when a fs type is not explicitly specified. -Erik | |||||
2003-12-12 | Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled | Eric Andersen | 1 | -6/+9 | |
2003-12-11 | It appears the Netgear WG602 distributes source | Eric Andersen | 2 | -1/+2 | |
2003-12-11 | Fixup some html bugs | Eric Andersen | 6 | -8/+4 | |
2003-12-11 | some minor website cleanups | Eric Andersen | 4 | -92/+12 | |
2003-12-11 | prepare for release1_00_pre4 | Eric Andersen | 3 | -717/+2264 | |
2003-12-11 | Update modutils with 2.6 module support | Eric Andersen | 4 | -38/+140 | |
2003-12-11 | go directly to current cvs | Eric Andersen | 1 | -1/+1 | |
2003-12-11 | remove some spaces that mess up autodocifier.pl | Eric Andersen | 1 | -4/+4 | |