aboutsummaryrefslogtreecommitdiff
path: root/scripts/config/msgbox.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-12-19vodz noticed we need to cast things back to an unsigned longEric Andersen1-2/+2
or the syscall will not get the proper arguments.
2003-12-19Fix a bug preventing use of escaped characters that use the signed bitGlenn L McGrath1-3/+2
2003-12-18rename __getgrent so that it doesn't conflict with some libc'sRuss Dill7-8/+8
2003-12-18Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill25-284/+509
2003-12-16clean up some bad, bad formattingRuss Dill1-48/+49
2003-12-16include headers with prototypes to make sure prototypes matchRuss Dill8-1/+9
2003-12-16remove reference to missing header file which is breaking the buildEric Andersen1-1/+0
2003-12-16Using vlock also requires libcryptEric Andersen1-0/+1
2003-12-16revert removal of defineRuss Dill1-1/+1
2003-12-16forgotten includeRuss Dill1-0/+1
2003-12-16why the complication of a static string rather than a define? gcc isn't dumbRuss Dill3-2/+5
2003-12-16start attempting to bring udhcp in busybox back to the state where it is ↵Russ Dill3-6/+80
(ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth
2003-12-16when compiled standalone, udhcp needs these headersRuss Dill1-0/+2
2003-12-16whoopsRuss Dill1-1/+1
2003-12-16not sure who made this change, but it certainly mucks things up (note ↵Russ Dill1-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-15make udhcp work under uclinux, to an extentRuss Dill2-1/+7
2003-12-15options is a pretty common symbol, bad idea to use as a global in udhcp when ↵Russ Dill5-16/+17
compiling into busybox
2003-12-15Get vfork_daemon_rexec working under uclinuxRuss Dill5-20/+72
2003-12-12Be certain we use a correct entity when performing theEric Andersen1-1/+1
BLKGETSIZE64 ioctl -- don't just assume 8,
2003-12-12Doh! I broke automatic filesystem type guessing. Fix mount soEric Andersen1-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-12Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabledEric Andersen1-6/+9
2003-12-11It appears the Netgear WG602 distributes sourceEric Andersen2-1/+2
2003-12-11Fixup some html bugsEric Andersen6-8/+4
2003-12-11some minor website cleanupsEric Andersen4-92/+12
2003-12-11prepare for release1_00_pre4Eric Andersen3-717/+2264
2003-12-11Update modutils with 2.6 module supportEric Andersen4-38/+140
2003-12-11go directly to current cvsEric Andersen1-1/+1
2003-12-11remove some spaces that mess up autodocifier.plEric Andersen1-4/+4