| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a timing bug which occured when bb ash is run in a rxvt on the | sandman | 2002-07-30 | 1 | -1/+2 |
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | sandman | 2002-07-19 | 1 | -2/+1 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | andersen | 2002-07-03 | 1 | -1/+1 |
* | Apply last_patch37 from vodz | andersen | 2002-04-24 | 1 | -2/+3 |
* | Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-K | andersen | 2002-04-13 | 1 | -8/+12 |
* | Patch from vodz to fix a potential segfault | andersen | 2002-03-20 | 1 | -2/+2 |
* | Patch from vodz to implement ^L (clear screen) | andersen | 2001-12-21 | 1 | -1/+10 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | kraai | 2001-12-20 | 1 | -2/+2 |
* | Fixup the location of pwd.h and grp.h | andersen | 2001-10-24 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -47/+47 |
* | Teach libc5 what a sighandler_t is | andersen | 2001-08-02 | 1 | -0/+4 |
* | Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing | andersen | 2001-08-02 | 1 | -1/+1 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | andersen | 2001-08-02 | 1 | -14/+10 |
* | Some patches to make dietlibc work... | andersen | 2001-07-22 | 1 | -1/+1 |
* | This is vodz' latest patch. Sorry it took so long... | andersen | 2001-07-17 | 1 | -1/+10 |
* | Patch from vodz: | andersen | 2001-07-12 | 1 | -62/+26 |
* | Patch from vodz to fix freeing a static in cmdedit. | andersen | 2001-07-02 | 1 | -1/+2 |
* | Vladimir's last_patch_15 | bug1 | 2001-06-26 | 1 | -41/+51 |
* | Patch from Vladimir to fix up autocompletion on a files/dirs with spaces in | andersen | 2001-05-31 | 1 | -13/+4 |
* | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | andersen | 2001-05-21 | 1 | -7/+7 |
* | It turns out job control in both hush and lash was broken by the | andersen | 2001-05-17 | 1 | -0/+4 |
* | Fix a segfault in lash, hush, and cmdedit. Each of these used | andersen | 2001-05-11 | 1 | -0/+4 |
* | Some patches from Gennady Feldman. Fixed a glob problem such that | andersen | 2001-04-23 | 1 | -1/+3 |
* | Apply Vladimir's latest cleanup patch. | andersen | 2001-04-09 | 1 | -152/+97 |
* | Add support of /W prompts | andersen | 2001-04-05 | 1 | -0/+13 |
* | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | andersen | 2001-03-19 | 1 | -1/+1 |
* | Fix to cmdedit.c from Vladimir | andersen | 2001-03-19 | 1 | -0/+1 |
* | cmdedit.c bugfix patch from Vladimir. | andersen | 2001-03-15 | 1 | -12/+14 |
* | - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT | markw | 2001-03-14 | 1 | -8/+8 |
* | Update the lash shell (hopefully the last time...) so things like | andersen | 2001-03-13 | 1 | -76/+97 |
* | Whitespace / formatting / bracket cleanup. | markw | 2001-03-08 | 1 | -5/+7 |
* | Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it | andersen | 2001-02-20 | 1 | -6/+5 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -15/+15 |
* | Put back Vladimir's testing defines, which I mistakenly removed. | andersen | 2001-02-18 | 1 | -4/+6 |
* | Several features were hard coded on. Stop that. List tab completion | andersen | 2001-02-16 | 1 | -12/+8 |
* | Commit Vladimir's latest cmdedit. I modified it slightly to ensure | andersen | 2001-02-16 | 1 | -6/+7 |
* | Make ar be crossed. | andersen | 2001-02-16 | 1 | -493/+1028 |
* | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | andersen | 2001-02-01 | 1 | -0/+3 |
* | Removed trailing \n from error_msg{,_and_die} messages. | kraai | 2001-01-31 | 1 | -1/+1 |
* | If the ioctl fails to tell us the winsize, default to 79. | andersen | 2001-01-31 | 1 | -1/+4 |
* | Fix the pwd and group functions. The bb_ stuff was a leftover from | andersen | 2001-01-30 | 1 | -9/+10 |
* | Add in a patch to make busybox use the normal pwd.h and grp.h | andersen | 2001-01-27 | 1 | -7/+3 |
* | Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion | markw | 2001-01-26 | 1 | -255/+501 |
* | #define -> static const int. Also got rid of some big static buffers. | markw | 2001-01-23 | 1 | -3/+6 |
* | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | kraai | 2001-01-18 | 1 | -1/+1 |
* | Cleanup -- move win handling to cmdedit.c, static-ify many functions. | andersen | 2001-01-04 | 1 | -15/+30 |
* | Ok, this is a pretty major update to sh.c. I renamed all the variables and | andersen | 2000-12-18 | 1 | -3/+13 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -1/+1 |
* | Stop using TRUE and FALSE for exit status. | kraai | 2000-12-01 | 1 | -1/+1 |
* | Cleanup of duplicated symbols -- found by compiling with | andersen | 2000-11-07 | 1 | -1/+1 |