aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-05-07update e2p target to match condensed filesMike Frysinger
2005-05-07patch by Tito which unifies common get/set functions into 1 get/set function ...Mike Frysinger
2005-05-07add/remove defines to handle more e2fsprogsMike Frysinger
2005-05-07use shared busybox error messages to save a few bytesMike Frysinger
2005-05-06make the exec (-e) an optional feature of netcatMike Frysinger
2005-05-06In bug 247, haveaniceday writes:Mike Frysinger
2005-05-04Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.Rob Landley
2005-05-04Revert the uptime() removal. Let the list sort it out...Rob Landley
2005-05-04Patch from Shaun Jackman:Rob Landley
2005-05-04Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfigRob Landley
2005-05-03Takeharu Kato said:Rob Landley
2005-05-03From: Shaun Jackman <sjackman@gmail.com>Rob Landley