aboutsummaryrefslogtreecommitdiff
path: root/scripts/usage.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-06-07comment all fieldsvapier1-4/+4
2006-06-07hint at where the Magic comes fromvapier1-1/+1
2006-06-07- do away with the comment that noted that the current implementationaldot1-1/+1
2006-06-07Fix from Tito to read from stdin only when it's not a tty.landley2-4/+4
2006-06-07- spellingaldot1-1/+1
2006-06-07add reference to proc(5)vapier1-0/+1
2006-06-07- reuse strings and messages. Saves about 600Baldot22-86/+77
2006-06-07Consolidate devfs garbage and mark it as obsolete.landley2-13/+16
2006-06-07use bb_xbind/bb_xlistenvapier1-5/+2
2006-06-07whitespacevapier1-1/+1
2006-06-07whitespacevapier1-1/+1
2006-06-07add a --noclobber flagvapier1-2/+8
2006-06-07add support for cleaning out previous busybox installvapier1-0/+18
2006-06-07dont install emtpy libdirsvapier1-1/+1
2006-06-07dont mix tabs and spaces, kthxvapier1-13/+13
2006-06-07remove cvs $Id tagvapier1-3/+0
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processaldot6-0/+109
2006-06-07Tito writes: this patch fixes two potential bugs with the -i -I flags that co...vapier1-2/+2
2006-06-07- fix the build if we have ftpput without ftpget (speeling reeoe)aldot2-3/+3
2006-06-07Callers to identify() converted the endianness of the buffer. So didlandley1-16/+16
2006-06-06Remove a config entry that leaked in from my tree before I decided tolandley1-7/+1
2006-06-06Whack the one last warning in make allbareconfig...landley1-1/+1
2006-06-06import support for microblaze relocations from uClinux-distvapier1-0/+59
2006-06-06make the default prompt suck less when using fancy promptsvapier1-2/+11
2006-06-06fix from uClinux-dist for proper exit status if reading /proc/modules failedvapier1-5/+5
2006-06-06merge blackfin/microblaze from uClinux-distvapier1-0/+17
2006-06-06use vfork() instead of vork() since the only thing we do is execve() an app a...vapier1-1/+1
2006-06-06only check __GNU_LIBRARY__ if it is actually definedvapier1-2/+2
2006-06-05Header cleanup on two more networking files (move libbb.h to the top andlandley3-26/+17
2006-06-05Confirming it's not needed.landley1-1/+1
2006-06-05- add note about need to unify the 4 itoa() implementations.aldot1-0/+3
2006-06-04- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)aldot1-0/+2
2006-06-04- add note about ingroup and is_a_group_memberaldot1-0/+2
2006-06-04- add note about removing superfluous fmt specifiersaldot1-2/+7