aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally.Bernhard Reutner-Fischer2006-06-132-49/+58
| | | | - move the link flags to cmd_link* so they are printed when requesting verbose output
* - fix stupid typo from last checkinBernhard Reutner-Fischer2006-06-121-1/+1
|
* - remove superfluous CONFIG_BEGIN and CONFIG_ENDBernhard Reutner-Fischer2006-06-111-2/+2
|
* - add fancy mode to start-stop-daemon to support --oknodo and --verboseBernhard Reutner-Fischer2006-06-113-47/+72
|
* - invert logic for nocheck_targets to exclude the empty default target.Bernhard Reutner-Fischer2006-06-111-3/+3
|
* - don't check for toolchain-setting for make targets that don't need themBernhard Reutner-Fischer2006-06-102-2/+16
| | | | | - we already depend on sed, so do away with tr. Avoids pulling in yet another dependency.
* - revert incorrect select changeBernhard Reutner-Fischer2006-06-101-7/+5
|
* - fix two segfaults (reported by Horst Kronstorfer)Bernhard Reutner-Fischer2006-06-101-147/+139
| | | | | | | | | | - remove dangling file if get fails (spotted and fixed by Jason Schoon) - shrink it (Bernhard Fischer) Thanks, all! text data bss dec hex filename 2684 0 0 2684 a7c networking/tftp.o.orig 2748 0 0 2748 abc networking/tftp.o.allfixed 2666 0 0 2666 a6a networking/tftp.o.+shrink
* - use bb_xbindBernhard Reutner-Fischer2006-06-101-1/+1
| | | | Thanks Erik Hovland
* - use bb_xchdir instead of ignoring eventual errors of chdirBernhard Reutner-Fischer2006-06-102-3/+3
| | | | Thanks to Erik Hovland
* - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removedBernhard Reutner-Fischer2006-06-101-9/+14
| | | | | | unconditionally, even if it was not a newline. This was apparently broken by r14254 - whitespace while at it.
* add ordering warning on enum LocationPaul Fox2006-06-091-0/+1
|
* - make sure that we see string_insert only if we need it.Bernhard Reutner-Fischer2006-06-091-2/+2
|
* remove leading "Enable" from the config option text. not only is itPaul Fox2006-06-081-12/+12
| | | | | redundant, but it made the menuconfig shortcut mechanism mostly useless, since so many of the entries started with 'E'.
* made "test" an ash built-in.Paul Fox2006-06-088-232/+270
| | | | | | | | | | | | | | | | | | | moved the contents of libbb/bb_echo.c back into coreutils/echo.c, which is a more reasonable place for them than libbb. this forces anyone who wants echo and test to be builtin to ash to also have them available as applets. their cost is very small, and the number of people who wouldn't want them as applets is also very small. added warning about shell builtins vs. CONFIG_FEATURE_SH_STANDALONE_SHELL, which conflicts with their use. thanks to nathanael copa for debugging help. some string size optimization in test.c may have been lost with this commit, but this is a good new baseline.
* Patch from Erik Hovland, via Tito.Rob Landley2006-06-081-2/+2
|
* Some day, maybe gcc will be able to optimize out static functions that areRob Landley2006-06-081-1/+2
| | | | never used so we don't have to #ifdef them. Wouldn't that be nice?
* need prototype for new vfork_daemon()Mike Frysinger2006-06-071-0/+1
|
* initial support for no-mmu systemsMike Frysinger2006-06-071-0/+4
|
* sometimes daemonizing and vfork()/exit() is okMike Frysinger2006-06-071-5/+19
|
* bb_xdaemon() isnt available on no-mmu systemsMike Frysinger2006-06-071-1/+3
|
* comment all fieldsMike Frysinger2006-06-071-4/+4
|
* hint at where the Magic comes fromMike Frysinger2006-06-071-1/+1
|
* - do away with the comment that noted that the current implementationBernhard Reutner-Fischer2006-06-071-1/+1
| | | | unly supports linux.
* Fix from Tito to read from stdin only when it's not a tty.Rob Landley2006-06-072-4/+4
|
* - spellingBernhard Reutner-Fischer2006-06-071-1/+1
|
* add reference to proc(5)Mike Frysinger2006-06-071-0/+1
|
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-0722-86/+77
|
* Consolidate devfs garbage and mark it as obsolete.Rob Landley2006-06-072-13/+16
|
* use bb_xbind/bb_xlistenMike Frysinger2006-06-071-5/+2
|
* whitespaceMike Frysinger2006-06-071-1/+1
|
* whitespaceMike Frysinger2006-06-071-1/+1
|
* add a --noclobber flagMike Frysinger2006-06-071-2/+8
|
* add support for cleaning out previous busybox installMike Frysinger2006-06-071-0/+18
|
* dont install emtpy libdirsMike Frysinger2006-06-071-1/+1
|
* dont mix tabs and spaces, kthxMike Frysinger2006-06-071-13/+13
|
* remove cvs $Id tagMike Frysinger2006-06-071-3/+0
|
* - add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer2006-06-076-0/+109
| | | | | | | | | | text data bss dec hex filename 584 0 0 584 248 taskset.o.gcc-2.95 509 0 0 509 1fd taskset.o.gcc-3.3 505 0 0 505 1f9 taskset.o.gcc-3.4 506 0 0 506 1fa taskset.o.gcc-4.0 498 0 0 498 1f2 taskset.o.gcc-4.1 495 0 0 495 1ef taskset.o.gcc-4.2-HEAD
* Tito writes: this patch fixes two potential bugs with the -i -I flags that ↵Mike Frysinger2006-06-071-2/+2
| | | | could be reset during option parsing
* - fix the build if we have ftpput without ftpget (speeling reeoe)Bernhard Reutner-Fischer2006-06-072-3/+3
| | | | Thanks to Stephane Billiart
* Callers to identify() converted the endianness of the buffer. So didRob Landley2006-06-071-16/+16
| | | | | | identify(). This meant big endian systems had a NUXI problem. Removed the redundant conversion from the callers, and made some in-passing cleanups while I was there.
* Remove a config entry that leaked in from my tree before I decided toRob Landley2006-06-061-7/+1
| | | | implement cat -v as a separate applet.
* Whack the one last warning in make allbareconfig...Rob Landley2006-06-061-1/+1
|
* import support for microblaze relocations from uClinux-distMike Frysinger2006-06-061-0/+59
|
* make the default prompt suck less when using fancy promptsMike Frysinger2006-06-061-2/+11
|
* fix from uClinux-dist for proper exit status if reading /proc/modules failedMike Frysinger2006-06-061-5/+5
|
* merge blackfin/microblaze from uClinux-distMike Frysinger2006-06-061-0/+17
|
* use vfork() instead of vork() since the only thing we do is execve() an app ↵Mike Frysinger2006-06-061-1/+1
| | | | after fork (allows time to work on no-mmu)
* only check __GNU_LIBRARY__ if it is actually definedMike Frysinger2006-06-061-2/+2
|
* Header cleanup on two more networking files (move libbb.h to the top andRob Landley2006-06-053-26/+17
| | | | | remove #includes that libbb.h already does), plus a minor cleanup of libbb.h to move #includes towards the top of the file where we can see 'em.