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