Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Re-use existing variables, patch from Tito | Glenn L McGrath | 2003-05-13 | 1 | -7/+5 | |
| | ||||||
* | last_patch84 by Vodz. | Glenn L McGrath | 2003-05-13 | 1 | -327/+284 | |
| | ||||||
* | Add some missing lines for getty, patch by Steven Scholz | Glenn L McGrath | 2003-05-13 | 1 | -0/+2 | |
| | ||||||
* | Fix \l so it doesnt print the character as well as the tty, from old | Glenn L McGrath | 2003-05-13 | 1 | -1/+2 | |
| | | | | patch by Nick Fedchik | |||||
* | minit, a Minimal init system. | Glenn L McGrath | 2003-05-11 | 7 | -0/+1051 | |
| | ||||||
* | Use xopen instead of xfopen | Glenn L McGrath | 2003-05-08 | 1 | -5/+4 | |
| | ||||||
* | Patch from Dmitry V. Levin to fix a fd leak | Eric Andersen | 2003-05-02 | 1 | -0/+1 | |
| | ||||||
* | A couple of patches from Tito <farmatito@tiscali.it> | Eric Andersen | 2003-04-27 | 2 | -18/+21 | |
| | ||||||
* | Use bb_xgetlarg | Glenn L McGrath | 2003-04-27 | 1 | -9/+1 | |
| | ||||||
* | New applet, fold | Glenn L McGrath | 2003-04-27 | 5 | -0/+222 | |
| | ||||||
* | Config option to create an fgrep alias | Glenn L McGrath | 2003-04-27 | 2 | -0/+12 | |
| | ||||||
* | Fix segfault when cleaning up | Glenn L McGrath | 2003-04-27 | 1 | -1/+1 | |
| | ||||||
* | grep -f support, adds only 60 Bytes, but regex's now compiled as | Glenn L McGrath | 2003-04-27 | 1 | -27/+48 | |
| | | | | required, rather than being pre-compiled. | |||||
* | Always preserve date | Glenn L McGrath | 2003-04-26 | 1 | -2/+1 | |
| | ||||||
* | New commands, 'G' and 'H' | Glenn L McGrath | 2003-04-26 | 1 | -1/+21 | |
| | ||||||
* | Add the -d option, its used by old versions of config.guess, change to | Glenn L McGrath | 2003-04-26 | 1 | -3/+26 | |
| | | | | use getopt. | |||||
* | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | Glenn L McGrath | 2003-04-26 | 1 | -0/+14 | |
| | ||||||
* | Patch from Steven Scholz to fix telnetd compile problem | Eric Andersen | 2003-04-25 | 1 | -2/+2 | |
| | ||||||
* | There have been many reports of init failing to reboot and/or failing to halt | Eric Andersen | 2003-04-24 | 1 | -7/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | over the years. Well I finally took the time to track this down. It turns out that inside linux/kernel/sys.c the kernel will call machine_halt(); do_exit(0); when halting, or will call machine_power_off(); do_exit(0); during a reboot. Unlike sysv init, we call reboot from within the init process, so if the call to machine_halt() or machine_power_off() returns, the call to do_exit(0) will cause the kernel to panic. Which is a very bad thing to happen. So I just added this little patch to fork and call the reboot syscall from within the forked child process, thereby neatly avoiding the problem. But IMHO, both calls to do_exit(0) within linux/kernel/sys.c are bugs and should be fixed. -Erik | |||||
* | unlink a previous file before its extracted | Glenn L McGrath | 2003-04-21 | 1 | -1/+2 | |
| | ||||||
* | sync with waldi | Glenn L McGrath | 2003-04-21 | 5 | -13/+47 | |
| | ||||||
* | unlink() an existing file, before opening it, simply truncating can | Glenn L McGrath | 2003-04-21 | 1 | -1/+2 | |
| | | | | cause nasty problems if overwriting glibc, spotted by waldi. | |||||
* | Add link to SimplyGNUstep | Eric Andersen | 2003-04-21 | 1 | -0/+1 | |
| | ||||||
* | Patch from David Updegraff to use calloc so that forward pointers start out | Eric Andersen | 2003-04-19 | 1 | -7/+29 | |
| | | | | | NULL, and so it can handle format strings that have stuff _after_ the last %? specification | |||||
* | Patch from David Updegraff to avoid corrupting memory while parsing the | Eric Andersen | 2003-04-19 | 1 | -2/+5 | |
| | | | | | networks/iterfaces file with next_word routine. Without this, next_word increments one beyond the end of the string. | |||||
* | Minor .o file naming change | Eric Andersen | 2003-04-16 | 2 | -5/+5 | |
| | ||||||
* | enable CONFIG_USE_BB_PWD_GRP for the debian installer, | Eric Andersen | 2003-04-16 | 4 | -4/+4 | |
| | | | | | | to prevent glibc from trying and failing to use NSS junk that is not present. -Erik | |||||
* | Fix logic error in grouped commands | Glenn L McGrath | 2003-04-12 | 1 | -42/+25 | |
| | ||||||
* | Fix up indenting | Glenn L McGrath | 2003-04-11 | 1 | -78/+59 | |
| | ||||||
* | Really fix the 'r' command | Glenn L McGrath | 2003-04-09 | 1 | -4/+7 | |
| | ||||||
* | Fix the sed 'r' command | Glenn L McGrath | 2003-04-09 | 1 | -3/+2 | |
| | ||||||
* | fix substitution when replacing with &, we shouldnt check for an escape ↵ | Glenn L McGrath | 2003-04-09 | 1 | -2/+1 | |
| | | | | charcter. Its already been taken care of _somewhere_ else | |||||
* | Label ends at a newline, update comments, rename linked list field | Glenn L McGrath | 2003-04-09 | 1 | -36/+37 | |
| | ||||||
* | Run through indent | Glenn L McGrath | 2003-04-08 | 1 | -301/+360 | |
| | ||||||
* | Fixes block commands to correctly identify end of block, recognise the #n ↵ | Glenn L McGrath | 2003-04-08 | 1 | -27/+63 | |
| | | | | directive, fix substitue command when regex isnt specified | |||||
* | Add hold space commands 'g', 'h', 'x' | Glenn L McGrath | 2003-04-07 | 1 | -5/+19 | |
| | ||||||
* | Rename "line" to pattern_space to be more descriptive and closer to the ↵ | Glenn L McGrath | 2003-04-07 | 1 | -34/+32 | |
| | | | | POSIX description | |||||
* | Sync with waldi's package | Glenn L McGrath | 2003-04-06 | 8 | -247/+1160 | |
| | ||||||
* | Preparation for the new net-udeb based on required applets documented at | Glenn L McGrath | 2003-04-06 | 1 | -0/+369 | |
| | | | | http://cvs.debian.org/debian-installer/doc/busybox-applets.txt | |||||
* | Add more help text | Eric Andersen | 2003-04-04 | 1 | -1/+2 | |
| | ||||||
* | Test that cvs commit messages are working properly | Eric Andersen | 2003-04-04 | 1 | -1/+3 | |
| | | | | -Erik | |||||
* | Fix 'thinko'. | Manuel Novoa III | 2003-04-03 | 1 | -1/+1 | |
| | ||||||
* | Yet another rather large face lift. It now works for me as expected. | Eric Andersen | 2003-04-02 | 1 | -488/+486 | |
| | | | | -Erik | |||||
* | Avoid errors with buggy preprocessors | Eric Andersen | 2003-03-31 | 1 | -2/+2 | |
| | ||||||
* | Update config to new menu options | Glenn L McGrath | 2003-03-30 | 1 | -93/+100 | |
| | ||||||
* | Rename, to specify kernel | Glenn L McGrath | 2003-03-30 | 1 | -1/+1 | |
| | ||||||
* | Group common string | Glenn L McGrath | 2003-03-30 | 1 | -4/+4 | |
| | ||||||
* | Small fix for sed 'y' command | Glenn L McGrath | 2003-03-30 | 1 | -1/+1 | |
| | ||||||
* | sed 'y' command, simplify some other code | Glenn L McGrath | 2003-03-30 | 1 | -33/+97 | |
| | ||||||
* | Experimental support for embeded newline. (im evil) | Glenn L McGrath | 2003-03-30 | 2 | -10/+64 | |
| | | | | Fix segfault when using 'N' with an odd number of lines. |