aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-15Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess'slandley2-4/+16
2006-06-15Don't do workarounds for broken shells. Busybox is about to grow a shell thatlandley1-10/+6
2006-06-15Jens Michaelsen pointed out that Linksys' firmware download side moved.landley1-1/+1
2006-06-15We came up with our own names for ATTRIBUTE_*, so why check if they're alreadylandley1-22/+0
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley9-49/+10
2006-06-15Help text update for libbb, talking about make standalone.landley1-1/+5
2006-06-14- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a aldot1-1/+1
2006-06-14- rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTPaldot1-1/+1
2006-06-14- rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfigaldot1-22/+19
2006-06-14- correct typoaldot2-2/+2
2006-06-14- minor size tweakaldot1-8/+7
2006-06-14- minor shrinkagealdot1-8/+13
2006-06-14Attempt at fixing bug 836, vaguely based on patch from somebody namedlandley1-16/+29
2006-06-14Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.landley2-5/+2
2006-06-14Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley4-26/+40
2006-06-13Don't break allbareconfig.landley1-2/+0
2006-06-13Patch from Shaun Jackman to detect "name=value" variable assignments. Randomlandley1-10/+11
2006-06-13Make lash smaller. (Use llist_t for file closing, and different allocationlandley1-71/+24
2006-06-13Rewrite of dmesg, smaller and simpler.landley1-70/+25
2006-06-13Random cleanup of platform.h.landley3-29/+24
2006-06-13Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped.landley1-5/+6
2006-06-13Patch from Denis Vlasenko:landley1-57/+44
2006-06-13Whitespace cleanup from Denis Vlasenko.landley1-9/+8
2006-06-13Use -ffunction-sections -fdata-sections --gc-sections if the compiler supportslandley1-0/+2
2006-06-13Use xstat() instead of if(stat()) die()landley3-13/+5
2006-06-13Patch from Denis Vlasenko, tweak error messages.landley1-52/+50
2006-06-13Minor size shrinkage.landley1-4/+2
2006-06-13Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweaklandley3-8/+15
2006-06-13Fix from Paul Fox to make compressed help text notice config changes.landley1-1/+1
2006-06-13- make VERBOSE= and V= work equally; use BUILD_VERBOSE internally.aldot2-49/+58
2006-06-12- fix stupid typo from last checkinaldot1-1/+1
2006-06-11- remove superfluous CONFIG_BEGIN and CONFIG_ENDaldot1-2/+2
2006-06-11- add fancy mode to start-stop-daemon to support --oknodo and --verbosealdot3-47/+72
2006-06-11- invert logic for nocheck_targets to exclude the empty default target.aldot1-3/+3
2006-06-10- don't check for toolchain-setting for make targets that don't need themaldot2-2/+16
2006-06-10- revert incorrect select changealdot1-7/+5
2006-06-10- fix two segfaults (reported by Horst Kronstorfer)aldot1-147/+139
2006-06-10- use bb_xbindaldot1-1/+1
2006-06-10- use bb_xchdir instead of ignoring eventual errors of chdiraldot2-3/+3
2006-06-10- fix bug #887, in bb_get_chomped_line_from_file(), the last char was removedaldot1-9/+14
2006-06-09add ordering warning on enum Locationpgf1-0/+1
2006-06-09- make sure that we see string_insert only if we need it.aldot1-2/+2
2006-06-08remove leading "Enable" from the config option text. not only is itpgf1-12/+12
2006-06-08made "test" an ash built-in.pgf8-232/+270
2006-06-08Patch from Erik Hovland, via Tito.landley1-2/+2
2006-06-08Some day, maybe gcc will be able to optimize out static functions that arelandley1-1/+2
2006-06-07need prototype for new vfork_daemon()vapier1-0/+1
2006-06-07initial support for no-mmu systemsvapier1-0/+4
2006-06-07sometimes daemonizing and vfork()/exit() is okvapier1-5/+19
2006-06-07bb_xdaemon() isnt available on no-mmu systemsvapier1-1/+3