oweals/busybox.git
2006-05-10 Mike Frysingeraccept() takes a socklen_t, not an int
2006-05-10 Mike Frysingerfix whitespace in comment example
2006-05-10 Mike Frysingersome more useful debug info from Jason Holden
2006-05-10 Mike Frysingeradd a default .o rule for easier debug
2006-05-10 Bernhard Reutner... - add helptext for --retries
2006-05-10 Mike Frysingertouchup whitespace/english a bit more
2006-05-10 Mike Frysingerwhitespace between if and (
2006-05-10 Bernhard Reutner... - typo in error-message: s/algotithm/algorithm
2006-05-10 Mike Frysingerclean more files
2006-05-09 Rob LandleyReplace isnan() and isinf() with inline tests so uClibc...
2006-05-09 Rob LandleySplit CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and...
2006-05-09 Bernhard Reutner... - fix bug in make help introduced by landley in r15022:
2006-05-09 Rob LandleyConvert sed's static variables to a single global struc...
2006-05-08 Rob LandleyMove sed over to the generic llist_t for append. Saves...
2006-05-08 Rob LandleyMake bloatcheck work when building out of tree.
2006-05-08 Bernhard Reutner... - fix build
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-08 Rob LandleyTweak suggested by Matt Mackall when I submitted the...
2006-05-08 Rob LandleyThe changes svn 14960 made to Rules.mak broke building...
2006-05-08 Rob LandleyThe if() is cheaper than the extra function parameter...
2006-05-08 Rob LandleyRemove a link that leaked in from the pending llist_t...
2006-05-08 Mike Frysingerre-enable udhcp in a few more places
2006-05-08 Mike Frysingeradd back in udhcp support
2006-05-08 Rob LandleyShrink the code about 50 bytes, allocate less run-time...
2006-05-08 Rob LandleyMore busting on legacy mtab support in the help text.
2006-05-07 Rob LandleyCleanup patch from tito.
2006-05-07 Rob LandleyThe udhcp was deleted from busybox in 14634. Bolting...
2006-05-07 Rob LandleyPatch to fix bug 868, and some related cleanup while...
2006-05-07 Rob LandleyScript to easily get an assembly dump of a single function.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-07 Rob LandleyAdd "make bloatcheck" to run Matt Mackall's bloat-o...
2006-05-07 Rob LandleyDennis Vlasenko pointed out that run_applet_by_name...
2006-05-06 Mike Frysingerfix udhcp again
2006-05-06 Mike Frysingermake sure script is executable
2006-05-05 Rob LandleyAdd an "optional" line for FEATURE_READLINK_FOLLOW.
2006-05-05 Rob LandleyNew test from Natanael Copa.
2006-05-05 Mike Frysingerdidnt mean to commit debug enable
2006-05-05 Mike Frysingeruse %p when printing pointers, not %x
2006-05-05 Mike Frysingerfix Bug 659 as reported by Robin Getz
2006-05-05 Rob LandleyBusybox's udhcp was deleted a while ago. Bolting an...
2006-05-05 Rob LandleyAnother patch from Garrett: remove bad block bitmap...
2006-05-05 Rob LandleyMigrate endianness macros.
2006-05-05 Rob LandleyPatch from Dennis Vlasenko resetting values that get...
2006-05-05 Rob LandleyPatch from Dennis Vlasenko simplifying the APPLET macros.
2006-05-05 Rob LandleyPatch from Jason Schoon to make mount -a not abort...
2006-05-05 Bernhard Reutner... - ignore missing helptext for options which are not...
2006-05-05 Bernhard Reutner... - add helptext for CONFIG_UNIX2DOS
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-05-04 Rob LandleyThere aren't any bzip2 based RPMs. If people want...
2006-05-04 Rob LandleyCONFIG->ENABLE migration.
2006-05-04 Rob LandleyFix allbareconfig.
2006-05-04 Bernhard Reutner... - add script to check for missing help entries of confi...
2006-05-03 Rob LandleyBig dead code elimination pass from Garrett.
2006-05-03 Rob LandleyBuild break fix from Bernhard fischer, fixing fallout...
2006-05-03 Rob LandleyWhitespace and documentation cleanup from Dennis Vlasenko.
2006-05-03 Rob LandleyPatch from Rich Felker to make ls use libc's qsort.
2006-05-03 Rob LandleyRich Felker writes:
2006-05-03 Rob LandleyPatch from Garrett Kajmowicz to move a lot of #defines...
2006-05-03 Rob LandleyRemove HDIO_GETGEO_BIG which is dead (removed from...
2006-05-03 Rob LandleyUse ATTRIBUTE_NORETURN as suggested by tito, plus a...
2006-05-02 Rob LandleyPatch from Jason Schoon to add optional SIGUSR1 support...
2006-05-02 Rob LandleyMinor tweaks: remove traces of old $COMMAND environment...
2006-05-02 Rob LandleyPatch from Shaun Jackman:
2006-05-01 Rob LandleyPatch from tito removing obsolete code.
2006-05-01 Rob LandleyNotes on portability, and on when #include <linux/blah...
2006-05-01 Rob LandleyFixup a build break if ENABLE_SHOW_USAGE switched off...
2006-04-29 Rob LandleyPatches from Denis Vlasenko to rework "current_name...
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-29 Rob LandleyRemove some unused code pointed out by Tito, plus a...
2006-04-29 Rob LandleyStyle fixes from Denis Vlasenko.
2006-04-29 Rob LandleyAnother patch from Denis Vlasenko:
2006-04-29 Rob LandleyFrom Dennis Vlasenko, Make hdparm smaller:
2006-04-29 Rob LandleyCleanup to hdparm by tito.
2006-04-29 Mike Frysingertermios.h is already included so dont include sys/termi...
2006-04-29 Mike Frysingerdetect more obsolete headers
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-04-29 Mike FrysingerRob Sullivan writes: rewrite the regex handling to...
2006-04-29 Mike Frysingercompile.h is incorrect; create a new do_link.h and...
2006-04-29 Mike Frysingeruse pretty output for scripts/bb_mkdep and scripts...
2006-04-28 Bernhard Reutner... - rerun gcse pass after reload, enable whole-program...
2006-04-28 Bernhard Reutner... - print "Obsolet headers" instead of "Obsolete function...
2006-04-28 Rob LandleyMore usage.h cleanups, with collateral changes to httpd...
2006-04-28 Rob LandleyPatch from tito to update output of hdparm.
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-27 Rob LandleyRe-wordwrap the new tests, and fix seq.c to pass them.
2006-04-27 Bernhard Reutner... - add two regression tests for seq.
2006-04-26 Bernhard Reutner... - add note about crond
2006-04-26 Bernhard Reutner... - patch from Denis Vlasenko to make sizes PHONY and...
2006-04-25 Rob LandleyConvert a chunk of usage.h to USE_ and SKIP_ (more...
2006-04-25 Rob LandleyPortability tweak from Shaun Jackman, don't include...
2006-04-24 Rob LandleyFrom Denis Vlasenko:
2006-04-24 Bernhard Reutner... - return ret so we return something meaningful.
2006-04-21 Mike FrysingerJason Schoon writes: Attached is a patch to display...
2006-04-21 Mike FrysingerJason Schoon writes: This makes the case where LFS...
2006-04-21 Mike Frysinger2006-04-20 Shaun Jackman <sjackman@gmail.com>
2006-04-21 Ned Ludd- passwd doesnt use salt with md5 passwords; bug #604...
2006-04-20 Mike Frysingerkill signed warnings
next