platform/upstream/busybox.git
2006-05-19 Rob LandleyFirst quick stab at organizing TODO under whose TODO...
2006-05-19 Rob LandleyA pending item in my tree I might as well check in...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - forgot to make busybox_unstripped depend on the apple...
2006-05-19 Bernhard Reutner... - use shorter boilerplate.
2006-05-19 Bernhard Reutner... - redirect stdout of scripts/config/conf to /nil for
2006-05-19 Bernhard Reutner... - remove SIGIOT as suggested by landley.
2006-05-19 Rob LandleyPatch from tito to replace shared memory usage with...
2006-05-19 Mike Frysingerfix indenting in help output for ifconfig
2006-05-19 Bernhard Reutner... - typo s/allbaseconfig/allbareconfig/
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-19 Bernhard Reutner... - do not use non-standard u_int.
2006-05-19 Bernhard Reutner... - make it C89 compatible; Declarations in the middle...
2006-05-19 Bernhard Reutner... - use uint32_t instead of __u32
2006-05-19 Bernhard Reutner... - Rich Felker writes:
2006-05-19 Bernhard Reutner... - remove superfluous legacy includes.
2006-05-19 Bernhard Reutner... - include strings.h
2006-05-19 Bernhard Reutner... - fix invalid mode
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-19 Bernhard Reutner... - cleanup memory if opening aliases failed and cleanup...
2006-05-18 Rob LandleyFluff out info on morris accounts.
2006-05-18 Rob LandleyAvoid a memory leak pointed out by Lucas C. Villa Real.
2006-05-17 Rob LandleyTypo fix.
2006-05-17 Rob LandleyPatch from Bernhard Fischer to remove some useless...
2006-05-17 Rob LandleyAnnounce 1.1.3.
2006-05-17 Rob LandleyTypo that hits big endian systems.
2006-05-17 Rob LandleyThe gnu extension to have realpath() malloc its buffer...
2006-05-16 Rob LandleyRob Sullivan cleaned up the longstanding patch from...
2006-05-16 Rob LandleyLargeish cleanup patch from Tito, mostly if statement...
2006-05-16 Rob LandleyMake md5 calculation always go through an the buffer...
2006-05-15 Rob LandleyRemove some out of date bits.
2006-05-15 Rob LandleyThe one line fix to Bernhard Fischer's "profoundly".
2006-05-15 Bernhard Reutner... - patch from Robert P. J. Day to use filter instead...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerfix whitespace
2006-05-12 Rob LandleyPatch from Lucas C. Villa Real adding "source" as a...
2006-05-12 Paul Foximplement -print0 for find
2006-05-12 Rob LandleyAutodetect parts of a multipart file, from Robert P...
2006-05-11 Rob LandleyBusybox is licensed under GPLv2 or later. Shipping...
2006-05-11 Rob LandleyBug fix from Vladimir Oleynik, and suggestion I add...
2006-05-11 Rob LandleyTabs weren't lining up in the help text.
2006-05-11 Rob LandleyMore about configuring busybox.
2006-05-11 Rob LandleyRename the devfs device names option so it doesn't...
2006-05-11 Rob LandleyPatch from Vladamir Oleynik, reducing memory consumption.
2006-05-11 Rob LandleyRemove reference to programming.html, update descriptio...
2006-05-11 Rob LandleyReorganize FAQ, update a few entries, and consolidate...
2006-05-11 Mike Frysingerback out default implicit %.o rule for now
2006-05-11 Mike Frysingermove the dir related rules to the end so the E2FSPROGS_...
2006-05-11 Mike Frysingerdont use tabs people
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-05-11 Mike Frysingertypecast bbig to kill format warnings
2006-05-11 Mike Frysingerrename
2006-05-11 Mike Frysingerremove files not related to busybox
2006-05-10 Mike Frysingeradd implicit rule for %.a to help debugging in subdirs
2006-05-10 Rob LandleyShut up the warning "implicit declaration of strlen".
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...
next