aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-16include headers with prototypes to make sure prototypes matchRuss Dill
2003-12-16remove reference to missing header file which is breaking the buildEric Andersen
2003-12-16Using vlock also requires libcryptEric Andersen
2003-12-16revert removal of defineRuss Dill
2003-12-16forgotten includeRuss Dill
2003-12-16why the complication of a static string rather than a define? gcc isn't dumbRuss Dill
2003-12-16start attempting to bring udhcp in busybox back to the state where it is (ide...Russ Dill
2003-12-16when compiled standalone, udhcp needs these headersRuss Dill
2003-12-16whoopsRuss Dill
2003-12-16not sure who made this change, but it certainly mucks things up (note 'fwrite...Russ Dill
2003-12-15make udhcp work under uclinux, to an extentRuss Dill
2003-12-15options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill
2003-12-15Get vfork_daemon_rexec working under uclinuxRuss Dill
2003-12-12Be certain we use a correct entity when performing theEric Andersen
2003-12-12Doh! I broke automatic filesystem type guessing. Fix mount soEric Andersen
2003-12-12Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabledEric Andersen
2003-12-11It appears the Netgear WG602 distributes sourceEric Andersen
2003-12-11Fixup some html bugsEric Andersen
2003-12-11some minor website cleanupsEric Andersen
2003-12-11prepare for releaseEric Andersen
2003-12-11Update modutils with 2.6 module supportEric Andersen
2003-12-11go directly to current cvsEric Andersen
2003-12-11remove some spaces that mess up autodocifier.plEric Andersen
2003-12-10add missing copyright textEric Andersen
2003-12-10some minor updatesEric Andersen
2003-12-10update websiteEric Andersen
2003-12-09Fix indenting.Eric Andersen
2003-12-09Bump version numberEric Andersen
2003-12-08Splitting statements with #define's can cause trouble for crossGlenn L McGrath
2003-12-08Stop sending data to the client after the first failure.Glenn L McGrath
2003-12-08Bring usage upto date, patch by Steven ScholzGlenn L McGrath
2003-12-05Fix a compile error when only using ar, patch by Paul van GoolGlenn L McGrath
2003-12-04Add (untested) support for cris, based on the (old) busybox insmodManuel Novoa III
2003-12-04Patch from Steven Scholz, make usage more consistent with actualGlenn L McGrath
2003-12-04Do not use the _syscall5 macro -- use syscall(2) insteadEric Andersen
2003-11-30Patch from Tito, size optimisation, cleanup noise when in debuggingGlenn L McGrath
2003-11-28Correct Matteo's email addressGlenn L McGrath
2003-11-28Patch from Ian Campbell, fix or'ed dependencies and handle virtualGlenn L McGrath
2003-11-27Fix a bug, ignore the source path when installing to a directory.Glenn L McGrath
2003-11-27Fix tar hard linksGlenn L McGrath
2003-11-26Important bugfixes from Ian Campbell.Glenn L McGrath
2003-11-25Fix for "Broken pipe" issue, vodz last_patch116_3Glenn L McGrath
2003-11-24When a size of 0 is passed to copyfd_size, dont do anything, it wasGlenn L McGrath
2003-11-22Fix warningGlenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-21Use safe readGlenn L McGrath
2003-11-21Fix warningGlenn L McGrath
2003-11-21Make use of libbb functions bb_xopen, bb_full_read, used #define'sGlenn L McGrath
2003-11-20Remove unused functionGlenn L McGrath
2003-11-20Dont over-read fd, use function pointer for hash function.Glenn L McGrath