2001-07-30 |
Eric Andersen | This incorporates Posix math support into ash. The... |
tree | commitdiff |
2001-07-26 |
Russ Dill | char renamed can never be negative on ARM (rp->renamed... |
tree | commitdiff |
2001-07-22 |
Eric Andersen | Some patches to make dietlibc work... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | Cleanup from vodz |
tree | commitdiff |
2001-07-17 |
Eric Andersen | This is vodz' latest patch. Sorry it took so long... |
tree | commitdiff |
2001-07-12 |
Eric Andersen | Patch from vodz: |
tree | commitdiff |
2001-07-12 |
Matt Kraai | Allow assignments in the export and readonly commands. |
tree | commitdiff |
2001-07-12 |
Matt Kraai | Remove debugging statement. |
tree | commitdiff |
2001-07-10 |
Eric Andersen | Fix a stupid search and replace bug... |
tree | commitdiff |
2001-07-10 |
Eric Andersen | vodz' latest update to ash.c |
tree | commitdiff |
2001-07-07 |
Eric Andersen | Add in a shell tagline (per lash/hush behavior) to... |
tree | commitdiff |
2001-07-06 |
Eric Andersen | This is vodz' latest ash update. |
tree | commitdiff |
2001-07-05 |
Eric Andersen | A bit of testing today showed that ASH_BBAPPS_AS_BUILTI... |
tree | commitdiff |
2001-07-02 |
Eric Andersen | Some updates to ash from vodz. Makes ash smaller.... |
tree | commitdiff |
2001-07-02 |
Eric Andersen | Patch from vodz to fix freeing a static in cmdedit. |
tree | commitdiff |
2001-06-29 |
Eric Andersen | This is a busybox port of the Minix shell. It is reaso... |
tree | commitdiff |
2001-06-28 |
Eric Andersen | Remove vodz from credits, per his request |
tree | commitdiff |
2001-06-28 |
Eric Andersen | Scrub up the licensing block |
tree | commitdiff |
2001-06-28 |
Eric Andersen | This a an ash applet I put together. It is similar... |
tree | commitdiff |
2001-06-28 |
Eric Andersen | Remove unneeded stuff. |
tree | commitdiff |
2001-06-28 |
Eric Andersen | More thrashing about trying to make hush behave itself... |
tree | commitdiff |
2001-06-27 |
Eric Andersen | don't whine if all we need to do is remove a bg job |
tree | commitdiff |
2001-06-27 |
Eric Andersen | Re-enable globbing (I'd accidentaly removed it) and... |
tree | commitdiff |
2001-06-26 |
Eric Andersen | Explicitly call setsid() |
tree | commitdiff |
2001-06-26 |
Eric Andersen | Don't choke if /etc/profile is not available |
tree | commitdiff |
2001-06-26 |
Glenn L McGrath | Vladimir's last_patch_15 |
tree | commitdiff |
2001-06-25 |
Eric Andersen | Fix the code for establishing a controlling terminal. |
tree | commitdiff |
2001-06-25 |
Eric Andersen | This should finish off the job control issues with... |
tree | commitdiff |
2001-06-22 |
Eric Andersen | Some more cleanups. Of special importance, never free... |
tree | commitdiff |
2001-06-22 |
Eric Andersen | Some cleanups for hush. Saves about 350bytes. |
tree | commitdiff |
2001-06-21 |
Eric Andersen | This commit guts lash, restoring it to what it was... |
tree | commitdiff |
2001-06-07 |
Eric Andersen | Another hush update from Larry: |
tree | commitdiff |
2001-06-06 |
Eric Andersen | A patch from Larry to fix pathological things like... |
tree | commitdiff |
2001-06-05 |
Matt Kraai | Don't close file descriptors when we are duplicating... |
tree | commitdiff |
2001-05-31 |
Eric Andersen | Cope gracefully when people type something, then hit ^C. |
tree | commitdiff |
2001-05-31 |
Eric Andersen | Patch from Vladimir to fix up autocompletion on a files... |
tree | commitdiff |
2001-05-24 |
Eric Andersen | Plug another memory leak |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Plug another memory leak in hush. This one showed... |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Fix a massive memory leak in the run_list_test() function. |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
tree | commitdiff |
2001-05-23 |
Matt Kraai | Commit a patch by Larry Doolittle which fixes recursive... |
tree | commitdiff |
2001-05-22 |
Eric Andersen | Excellent. This patch from Larry fixes the behavior... |
tree | commitdiff |
2001-05-22 |
Eric Andersen | Fix this case. No, really this time. |
tree | commitdiff |
2001-05-22 |
Eric Andersen | Fix a race. Sometimes by the time we got to checkjobs... |
tree | commitdiff |
2001-05-22 |
Eric Andersen | Oops. Remove some debug noise I left in. |
tree | commitdiff |
2001-05-22 |
Eric Andersen | Updates from both Vladimir and Larry |
tree | commitdiff |
2001-05-21 |
Eric Andersen | Patch from Lars Kellogg-Stedman <lars@larsshack.org... |
tree | commitdiff |
2001-05-21 |
Eric Andersen | The latest patch from Larry |
tree | commitdiff |
2001-05-19 |
Eric Andersen | This is a patch from Vladimir: |
tree | commitdiff |
2001-05-17 |
Eric Andersen | It turns out job control in both hush and lash was... |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
tree | commitdiff |
2001-05-16 |
Eric Andersen | Move init of a bunch of globals into main so we are... |
tree | commitdiff |
2001-05-15 |
Eric Andersen | Fix the behavior of local shell variables to match... |
tree | commitdiff |
2001-05-15 |
Eric Andersen | Oops. I left in some debug noise. |
tree | commitdiff |
2001-05-15 |
Eric Andersen | Write set_local_var() and fixup lookup_param() so you... |
tree | commitdiff |
2001-05-15 |
Eric Andersen | This patch covers one big part of variable handling. |
tree | commitdiff |
2001-05-11 |
Eric Andersen | Fix up some silly warnings |
tree | commitdiff |
2001-05-11 |
Eric Andersen | Fix a segfault in lash, hush, and cmdedit. Each of... |
tree | commitdiff |
2001-05-11 |
Eric Andersen | Use xgetcwd |
tree | commitdiff |
2001-05-08 |
Eric Andersen | A few more structural updates for job control. |
tree | commitdiff |
2001-05-08 |
Eric Andersen | Fix a stupid segfault caused by dereferencing a NULL... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | This patch from Evin Robertson <nitfol@my-deja.com... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | More hush updates from Larry: |
tree | commitdiff |
2001-05-04 |
Eric Andersen | Larry's variant on Evin Robertson's fix to what I messed up |
tree | commitdiff |
2001-05-04 |
Matt Kraai | Don't reset parents context when we encounter an termin... |
tree | commitdiff |
2001-05-04 |
Eric Andersen | If it fails to run a builtin, let it fall through to |
tree | commitdiff |
2001-05-02 |
Matt Kraai | Move up waitpid error check so that errno isn't clobber... |
tree | commitdiff |
2001-05-02 |
Eric Andersen | Some more job control updates. It will now sucessfully... |
tree | commitdiff |
2001-05-02 |
Matt Kraai | Don't treat newline as pipe separator when processing... |
tree | commitdiff |
2001-05-02 |
Matt Kraai | Fix $(...) construction. Noted and patched by Larry... |
tree | commitdiff |
2001-05-02 |
Eric Andersen | First pass at getting job control working. This gets... |
tree | commitdiff |
2001-05-02 |
Matt Kraai | Use the current pgrp, not pid, when resetting the foreg... |
tree | commitdiff |
2001-05-02 |
Matt Kraai | Don't segfault if the first word is the empty string. |
tree | commitdiff |
2001-05-02 |
Eric Andersen | Another update from Larry: |
tree | commitdiff |
2001-05-01 |
Eric Andersen | Another hush update from Larry: |
tree | commitdiff |
2001-04-30 |
Eric Andersen | Some more hush.c updates from Larry Doolittle. |
tree | commitdiff |
2001-04-27 |
Eric Andersen | Use BUFSIZ for the_command to match size used in cmdedit |
tree | commitdiff |
2001-04-27 |
Eric Andersen | An update to hush from Larry: |
tree | commitdiff |
2001-04-26 |
Eric Andersen | This is the initial checkin of Larry Doolittle's hush... |
tree | commitdiff |
2001-04-25 |
Mark Whitley | Moved some #ifdefs down below #include "busybox.h"... |
tree | commitdiff |
2001-04-23 |
Eric Andersen | Some patches from Gennady Feldman. Fixed a glob proble... |
tree | commitdiff |
2001-04-12 |
Matt Kraai | Another banner consolidation from Larry Doolittle ... |
tree | commitdiff |
2001-04-12 |
Matt Kraai | Fix handling of '' and "". |
tree | commitdiff |
2001-04-09 |
Eric Andersen | Apply Vladimir's latest cleanup patch. |
tree | commitdiff |
2001-04-05 |
Eric Andersen | Add support of /W prompts |
tree | commitdiff |
2001-04-04 |
Matt Kraai | Avoid segfault when export is invoked with no arguments... |
tree | commitdiff |
2001-03-29 |
Eric Andersen | Add in a new standalone env applet for fixing up app... |
tree | commitdiff |
2001-03-27 |
Mark Whitley | Fix to last patch: locale code should be 9, not 7. |
tree | commitdiff |
2001-03-27 |
Mark Whitley | Applied patch from Vladimir N. Oleynik to add locale... |
tree | commitdiff |
2001-03-23 |
Eric Andersen | -Wshadow sh fix from Jeff Garzik |
tree | commitdiff |
2001-03-21 |
Eric Andersen | A nice patch from Larry Doolittle that adds -Wshadow and |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Another cleanup patch from Jeff Garzik <jgarzik@mandrak... |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Fix to cmdedit.c from Vladimir |
tree | commitdiff |
2001-03-17 |
Eric Andersen | Patch from Larry and Vladimir to clean up sh.c and fix |
tree | commitdiff |
2001-03-15 |
Eric Andersen | Fix from Larry for glob problems. |
tree | commitdiff |
2001-03-15 |
Eric Andersen | cmdedit.c bugfix patch from Vladimir. |
tree | commitdiff |
2001-03-15 |
Mark Whitley | Reversed previous patch. The right way is to fix uClibc. |
tree | commitdiff |
2001-03-15 |
Mark Whitley | Applied patch from Andreas Neuhaus to fix namespace... |
tree | commitdiff |
2001-03-14 |
Eric Andersen | Yesterday I make strsep_space include post-token whites... |
tree | commitdiff |
2001-03-14 |
Eric Andersen | I forgot to malloc space for the NULL. |
tree | commitdiff |
next |