- 5483de1 Cleanup patch from Shaun Jackman converting %m to perror. by Rob Landley · 18 years ago
- 9fe801e Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 by Rob Landley · 18 years ago
- 14ff19b assign default debug level to the MSHDEBUG define by Mike Frysinger · 18 years ago
- 2b8a05a I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. by Rob Landley · 18 years ago
- 8437ede The type changed too. by Rob Landley · 18 years ago
- 5ab8f7d Use the new names for tty_baud_to_value() and tty_value_to_baud() again. by Peter Kjellerstedt · 18 years ago
- 57c1f73 Revert the last two patches to go back to a state before this file was by Rob Landley · 18 years ago
- 2818b29 Patch by Robert P. Day to make structs use c99 initializers. by Rob Landley · 18 years ago
- 2a613d7 Patch from Robert P. J. Day cleaning up some unnecessary preprocessor by Rob Landley · 18 years ago
- 352e117 Amrein-Marie Christophe pointed out that Mandrake changed its name. by Rob Landley · 18 years ago
- 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 19 years ago
- 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 19 years ago
- ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
- 14d7065 Make this slightly more readable, and expose the hypocrasy of a comment that by Rob Landley · 19 years ago
- b000586 danf writes: stty doesn't support baud rates > 460800 bps, the attached patch adds support for all baud rates supported by Linux 2.6.16 on x86. by Mike Frysinger · 19 years ago
- fe3d844 Make it so Erik has to forward me less email. by Rob Landley · 19 years ago
- fa61ca7 - add cross-reference generation target. Experimental. by Bernhard Reutner-Fischer · 19 years ago
- 6d82f94 - do away with the fwd-decls of functions. Should not contain any code changes by Bernhard Reutner-Fischer · 19 years ago
- d9a761d Revert svn 15333. If you vfork, you must either exec or exit. (The parent is by Rob Landley · 19 years ago
- 1449a20 This directory was fallout from the great feature freeze of 2003, which led by Rob Landley · 19 years ago
- 7470419 - hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default. by Bernhard Reutner-Fischer · 19 years ago
- f5efa7b - add patch to provide a target 'html' to build a cross-reference of the source by Bernhard Reutner-Fischer · 19 years ago
- fd4b61d - add needed includes and include busybox.h needed for the ATTRIBUTE define. by Bernhard Reutner-Fischer · 19 years ago
- bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 19 years ago
- 9947a24 Patch from Rich Felker: by Rob Landley · 19 years ago
- 1761b9d - use shorter boilerplate, more accurate header guard by Bernhard Reutner-Fischer · 19 years ago
- 7011dd0 - drats. by Bernhard Reutner-Fischer · 19 years ago
- 42f091a - let the scripts be prerequisites of the files the generate by Bernhard Reutner-Fischer · 19 years ago
- 3921893 Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's by Rob Landley · 19 years ago
- cd82c3c Don't do workarounds for broken shells. Busybox is about to grow a shell that by Rob Landley · 19 years ago
- 04b7ef9 Jens Michaelsen pointed out that Linksys' firmware download side moved. by Rob Landley · 19 years ago
- 148734d We came up with our own names for ATTRIBUTE_*, so why check if they're already by Rob Landley · 19 years ago
- 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
- d6e5083 Help text update for libbb, talking about make standalone. by Rob Landley · 19 years ago
- e2c7d34 - there is no "CONFIG_STANDALONE" in the repository. Also iff there was a by Bernhard Reutner-Fischer · 19 years ago
- 597e70e - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP by Bernhard Reutner-Fischer · 19 years ago
- 32bf1f9 - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig by Bernhard Reutner-Fischer · 19 years ago
- f1bd42a - correct typo by Bernhard Reutner-Fischer · 19 years ago
- df798b7 - minor size tweak by Bernhard Reutner-Fischer · 19 years ago
- 66e3a22 - minor shrinkage by Bernhard Reutner-Fischer · 19 years ago
- d760560 Attempt at fixing bug 836, vaguely based on patch from somebody named by Rob Landley · 19 years ago
- a34b48a Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. by Rob Landley · 19 years ago
- c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
- 575c8ba Don't break allbareconfig. by Rob Landley · 19 years ago
- 6828677 Patch from Shaun Jackman to detect "name=value" variable assignments. Random by Rob Landley · 19 years ago
- f946379 Make lash smaller. (Use llist_t for file closing, and different allocation by Rob Landley · 19 years ago
- 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 19 years ago
- 18958e9 Random cleanup of platform.h. by Rob Landley · 19 years ago
- 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 19 years ago
- 19a3940 Patch from Denis Vlasenko: by Rob Landley · 19 years ago
- 76ef08c Whitespace cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
- 7900b7b Use -ffunction-sections -fdata-sections --gc-sections if the compiler supports by Rob Landley · 19 years ago
- c4b6739 Use xstat() instead of if(stat()) die() by Rob Landley · 19 years ago
- fd8409f Patch from Denis Vlasenko, tweak error messages. by Rob Landley · 19 years ago
- 9a1a9de Minor size shrinkage. by Rob Landley · 19 years ago
- 9a202c9 Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweak by Rob Landley · 19 years ago
- 1dea55d Fix from Paul Fox to make compressed help text notice config changes. by Rob Landley · 19 years ago
- 7b8ff22 - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. by Bernhard Reutner-Fischer · 19 years ago
- 2f6a317 - fix stupid typo from last checkin by Bernhard Reutner-Fischer · 19 years ago
- f81ac42 - remove superfluous CONFIG_BEGIN and CONFIG_END by Bernhard Reutner-Fischer · 19 years ago
- a926f8e - add fancy mode to start-stop-daemon to support --oknodo and --verbose by Bernhard Reutner-Fischer · 19 years ago
- 081b1ac - invert logic for nocheck_targets to exclude the empty default target. by Bernhard Reutner-Fischer · 19 years ago
- e5de384 - don't check for toolchain-setting for make targets that don't need them by Bernhard Reutner-Fischer · 19 years ago
- 62f9856 - revert incorrect select change by Bernhard Reutner-Fischer · 19 years ago
- b25f98a - fix two segfaults (reported by Horst Kronstorfer) by Bernhard Reutner-Fischer · 19 years ago
- 3b1936d - use bb_xbind Thanks Erik Hovland by Bernhard Reutner-Fischer · 19 years ago
- 44e216f - use bb_xchdir instead of ignoring eventual errors of chdir by Bernhard Reutner-Fischer · 19 years ago
- 2d1a6e7 - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed by Bernhard Reutner-Fischer · 19 years ago
- 6ba8bbe add ordering warning on enum Location by Paul Fox · 19 years ago
- 1e23b6f - make sure that we see string_insert only if we need it. by Bernhard Reutner-Fischer · 19 years ago
- 7ba12c6 remove leading "Enable" from the config option text. not only is it by Paul Fox · 19 years ago
- 6ab0378 by Paul Fox · 19 years ago
- 176f2df Patch from Erik Hovland, via Tito. by Rob Landley · 19 years ago
- 9c6f955 Some day, maybe gcc will be able to optimize out static functions that are by Rob Landley · 19 years ago
- 2e7dfc1 need prototype for new vfork_daemon() by Mike Frysinger · 19 years ago
- 9be7435 initial support for no-mmu systems by Mike Frysinger · 19 years ago
- 6fb5847 sometimes daemonizing and vfork()/exit() is ok by Mike Frysinger · 19 years ago
- ca70774 bb_xdaemon() isnt available on no-mmu systems by Mike Frysinger · 19 years ago
- 373af43 comment all fields by Mike Frysinger · 19 years ago
- 2fc534f hint at where the Magic comes from by Mike Frysinger · 19 years ago
- f915a77 - do away with the comment that noted that the current implementation by Bernhard Reutner-Fischer · 19 years ago
- 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 19 years ago
- 5929edc - spelling by Bernhard Reutner-Fischer · 19 years ago
- 301ad67 add reference to proc(5) by Mike Frysinger · 19 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- 4c5ad2f Consolidate devfs garbage and mark it as obsolete. by Rob Landley · 19 years ago
- 830d258 use bb_xbind/bb_xlisten by Mike Frysinger · 19 years ago
- 828d6bb whitespace by Mike Frysinger · 19 years ago
- 62a2c15 whitespace by Mike Frysinger · 19 years ago
- e3fdf24 add a --noclobber flag by Mike Frysinger · 19 years ago
- 81514ec add support for cleaning out previous busybox install by Mike Frysinger · 19 years ago
- 74b29a1 dont install emtpy libdirs by Mike Frysinger · 19 years ago
- 55b1210 dont mix tabs and spaces, kthx by Mike Frysinger · 19 years ago
- bc65849 remove cvs $Id tag by Mike Frysinger · 19 years ago
- 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
- ea93f8a Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing by Mike Frysinger · 19 years ago
- e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 19 years ago
- 0753f4a Callers to identify() converted the endianness of the buffer. So did by Rob Landley · 19 years ago
- eb29d6c Remove a config entry that leaked in from my tree before I decided to by Rob Landley · 19 years ago
- c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 19 years ago