aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-11whitespace updatesMike Frysinger
2005-06-11recode functions to shrink sizeMike Frysinger
2005-06-11setup the HAVE_* definesMike Frysinger
2005-06-09About time to just apply this and kill off the patchesEric Andersen
2005-06-07Tito posted a devfsd error message fix. It's highly deprecated and willRob Landley
2005-06-07Clean up strings.c to use busybox's option processing. Bug 006, apparently.Rob Landley
2005-06-07Patch from Dmitry Zakharov:Rob Landley
2005-06-07Thus spake Brenda J. Butler:Rob Landley
2005-05-28Shaun Jackman submitted a patch converting an allocation to useRob Landley
2005-05-28Patch from Shaun Jackman to save a few bytes.Rob Landley
2005-05-26Tobias Krawutschke found a bug where the DHCP client would accept packetsRob Landley
2005-05-20Add readprofile applet support.Paul Mundt
2005-05-18Patch from Colin Watson (mangled slightly by Rob Landley):Rob Landley
2005-05-18Doug Swarin pointed out a security bug in the -i option of sed.Rob Landley
2005-05-16use more busybox functions and remove redundant codeMike Frysinger
2005-05-16make sure we add the local dir to the include pathMike Frysinger
2005-05-15Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),Rob Landley
2005-05-14Add automatic umount support to eject command. Patch from Tito,Rob Landley
2005-05-13as Rob Landley pointed out, need to fix the 1 versus i typo in indexingMike Frysinger
2005-05-13blah, forgot to save last time to fix whitespacingMike Frysinger
2005-05-13remove duplicated code and rework algorithms to end up with smaller codeMike Frysinger
2005-05-12use a bunch of if statements since it is a few bytes smaller than a switch; a...Mike Frysinger
2005-05-12err, added 2 to the wrong var :) also touchup the option detection to shrink ...Mike Frysinger
2005-05-12fix segfault if user only specifies 1 fileMike Frysinger
2005-05-12update usage to match actual behaviorMike Frysinger
2005-05-12fix whitespace/coding styleMike Frysinger
2005-05-12add missing comm.o ruleMike Frysinger
2005-05-12whitespace touchupsMike Frysinger
2005-05-11This makefile was a mess. Fix it to work as intended.Eric Andersen
2005-05-11Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley
2005-05-11import ether-wake applet by haveaniceday Bug 252Mike Frysinger
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger
2005-05-11import eject by Peter Willis / Tito RagusaMike Frysinger
2005-05-11now that mjn3 explained it to me, add documentation for the 3rd field in long...Mike Frysinger
2005-05-10Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by RobRob Landley
2005-05-10add documentation for long options and touch up the current docs now that i a...Mike Frysinger
2005-05-09import more libs to prep for new e2fsprogsMike Frysinger
2005-05-09import ext2fs lib to prep for new e2fsprogsMike Frysinger
2005-05-09no longer appliesMike Frysinger
2005-05-09import base_device.c for fsckMike Frysinger
2005-05-09remove unused filesMike Frysinger
2005-05-09trim out useless defines and use some busybox funcsMike Frysinger
2005-05-09override nls P_() macroMike Frysinger
2005-05-09abort if user passes -r or if they dont pass anythingMike Frysinger
2005-05-09syntax/whitespace touchupMike Frysinger
2005-05-09Patch from Shaun Jackman:Rob Landley
2005-05-07Manuel points out that if printf needs a flush to act like dprintf, the resultRob Landley
2005-05-07This one's from me. Fix ash "standalone shell".Rob Landley
2005-05-07Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.Rob Landley
2005-05-07patch by Tito which uses a lot more busybox functions to reduce size nicelyMike Frysinger