aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-06-04- note to cleanup fprintf(2,...) -> bb_error_msg(...) andaldot1-0/+6
2006-06-03- use bb_msg_{read,write}_error where appropriate.aldot6-8/+8
2006-06-03- use bb functions instead of handrolling stuff.aldot1-3/+3
2006-06-03Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.landley1-492/+1
2006-06-03- remove superfluous call of stack_machine(0) upon exit.aldot1-1/+0
2006-06-03- no need to have timer_duration in the data section.aldot1-7/+4
2006-06-03- use bb_msg_write_error in 3 placesaldot1-368/+346
2006-06-03- move #include busybox.h to the very top so we pull in the configaldot17-24/+22
2006-06-03- move #include busybox.h to the very top so we pull in the configaldot4-35/+9
2006-06-03- patch from Yann E. Morin: makes modprobe understand shell patternsaldot1-2/+7
2006-06-032006-06-02 Shaun Jackman <sjackman@gmail.com>aldot1-6/+1
2006-06-03- No options should set the current system time.aldot1-4/+4
2006-06-02Patch from Atsushi Nemoto:landley1-2/+3