oweals/busybox.git
2006-06-22 Rob LandleyClean up.
2006-06-22 Rob LandleyPatch from Shaun Jackman to replace CFLAGS_EXTRA with...
2006-06-22 Rob LandleyCONFIG_DHCP -> CONFIG_APP_DHCP.
2006-06-21 Mike FrysingerJean Wolter writes: modprobe checks, whether a module...
2006-06-21 Bernhard Reutner... - add note about strict ordering
2006-06-21 Mike FrysingerJean Wolter writes: ash uses bsearch to search in the...
2006-06-21 Rob LandleyPatch from Paul Fox to improve mount's error handling...
2006-06-21 Rob LandleyAndre (armcc2200@yahoo) patched a bug where successful...
2006-06-21 Rob LandleyAurelien Jacobs pointed out inline functions that could...
2006-06-21 Rob LandleyRemove pointless "inline" wrapper around get_terminal_w...
2006-06-21 Rob LandleyZubicaray reported a bug in vi that causes it to eat...
2006-06-20 Mike Frysingeronly enable count_bit functions when actually needed...
2006-06-20 Rob LandleySince rangecoder is just a bunch of C functions, move...
2006-06-20 Rob LandleyCleanup patch from Shaun Jackman converting %m to perror.
2006-06-20 Rob LandleyPatch by Robert P. Day to remove obsolete alias code...
2006-06-20 Mike Frysingerassign default debug level to the MSHDEBUG define
2006-06-20 Rob LandleyI broke allbareconfig with half-finished cleanups I...
2006-06-20 Rob LandleyThe type changed too.
2006-06-20 Peter KjellerstedtUse the new names for tty_baud_to_value() and tty_value...
2006-06-20 Rob LandleyRevert the last two patches to go back to a state befor...
2006-06-20 Rob LandleyPatch by Robert P. Day to make structs use c99 initiali...
2006-06-20 Rob LandleyPatch from Robert P. J. Day cleaning up some unnecessar...
2006-06-20 Rob LandleyAmrein-Marie Christophe pointed out that Mandrake chang...
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-18 Rob LandleyUndo all of the ugliness and some of the bloat from...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-18 Rob LandleyMake this slightly more readable, and expose the hypocr...
2006-06-17 Mike Frysingerdanf writes: stty doesn't support baud rates > 460800...
2006-06-16 Rob LandleyMake it so Erik has to forward me less email.
2006-06-16 Bernhard Reutner... - add cross-reference generation target.
2006-06-16 Bernhard Reutner... - do away with the fwd-decls of functions. Should not...
2006-06-16 Rob LandleyRevert svn 15333. If you vfork, you must either exec...
2006-06-16 Rob LandleyThis directory was fallout from the great feature freez...
2006-06-16 Bernhard Reutner... - hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned...
2006-06-16 Bernhard Reutner... - add patch to provide a target 'html' to build a cross...
2006-06-16 Bernhard Reutner... - add needed includes and include busybox.h needed...
2006-06-16 Rob LandleyRemove warnings caused by #include <sys/mount.h> in...
2006-06-15 Rob LandleyPatch from Rich Felker:
2006-06-15 Bernhard Reutner... - use shorter boilerplate, more accurate header guard
2006-06-15 Bernhard Reutner... - drats.
2006-06-15 Bernhard Reutner... - let the scripts be prerequisites of the files the...
2006-06-15 Rob LandleyFix bug found by Joey Hess and forwarded by Bastian...
2006-06-15 Rob LandleyDon't do workarounds for broken shells. Busybox is...
2006-06-15 Rob LandleyJens Michaelsen pointed out that Linksys' firmware...
2006-06-15 Rob LandleyWe came up with our own names for ATTRIBUTE_*, so why...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-15 Rob LandleyHelp text update for libbb, talking about make standalone.
2006-06-14 Bernhard Reutner... - there is no "CONFIG_STANDALONE" in the repository...
2006-06-14 Bernhard Reutner... - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP
2006-06-14 Bernhard Reutner... - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP...
2006-06-14 Bernhard Reutner... - correct typo
2006-06-14 Bernhard Reutner... - minor size tweak
2006-06-14 Bernhard Reutner... - minor shrinkage
2006-06-14 Rob LandleyAttempt at fixing bug 836, vaguely based on patch from...
2006-06-14 Rob LandleyUpgrade the standalone shell code to use CONFIG_BUSYBOX...
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-13 Rob LandleyDon't break allbareconfig.
2006-06-13 Rob LandleyPatch from Shaun Jackman to detect "name=value" variabl...
2006-06-13 Rob LandleyMake lash smaller. (Use llist_t for file closing,...
2006-06-13 Rob LandleyRewrite of dmesg, smaller and simpler.
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-13 Rob LandleyWork around a persistent uClibc bug, since 0.9.29 still...
2006-06-13 Rob LandleyPatch from Denis Vlasenko:
2006-06-13 Rob LandleyWhitespace cleanup from Denis Vlasenko.
2006-06-13 Rob LandleyUse -ffunction-sections -fdata-sections --gc-sections...
2006-06-13 Rob LandleyUse xstat() instead of if(stat()) die()
2006-06-13 Rob LandleyPatch from Denis Vlasenko, tweak error messages.
2006-06-13 Rob LandleyMinor size shrinkage.
2006-06-13 Rob LandleyPatch from Denis Vlasenko: unlzma was make files with...
2006-06-13 Rob LandleyFix from Paul Fox to make compressed help text notice...
2006-06-13 Bernhard Reutner... - make VERBOSE= and V= work equally; use BUILD_VERBOSE...
2006-06-12 Bernhard Reutner... - fix stupid typo from last checkin
2006-06-11 Bernhard Reutner... - remove superfluous CONFIG_BEGIN and CONFIG_END
2006-06-11 Bernhard Reutner... - add fancy mode to start-stop-daemon to support -...
2006-06-11 Bernhard Reutner... - invert logic for nocheck_targets to exclude the empty...
2006-06-10 Bernhard Reutner... - don't check for toolchain-setting for make targets...
2006-06-10 Bernhard Reutner... - revert incorrect select change
2006-06-10 Bernhard Reutner... - fix two segfaults (reported by Horst Kronstorfer)
2006-06-10 Bernhard Reutner... - use bb_xbind
2006-06-10 Bernhard Reutner... - use bb_xchdir instead of ignoring eventual errors...
2006-06-10 Bernhard Reutner... - fix bug #887, in bb_get_chomped_line_from_file()...
2006-06-09 Paul Foxadd ordering warning on enum Location
2006-06-09 Bernhard Reutner... - make sure that we see string_insert only if we need it.
2006-06-08 Paul Foxremove leading "Enable" from the config option text...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-08 Rob LandleyPatch from Erik Hovland, via Tito.
2006-06-08 Rob LandleySome day, maybe gcc will be able to optimize out static...
2006-06-07 Mike Frysingerneed prototype for new vfork_daemon()
2006-06-07 Mike Frysingerinitial support for no-mmu systems
2006-06-07 Mike Frysingersometimes daemonizing and vfork()/exit() is ok
2006-06-07 Mike Frysingerbb_xdaemon() isnt available on no-mmu systems
2006-06-07 Mike Frysingercomment all fields
2006-06-07 Mike Frysingerhint at where the Magic comes from
2006-06-07 Bernhard Reutner... - do away with the comment that noted that the current...
2006-06-07 Rob LandleyFix from Tito to read from stdin only when it's not...
2006-06-07 Bernhard Reutner... - spelling
2006-06-07 Mike Frysingeradd reference to proc(5)
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-07 Rob LandleyConsolidate devfs garbage and mark it as obsolete.
2006-06-07 Mike Frysingeruse bb_xbind/bb_xlisten
next