aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2001-05-08A few more structural updates for job control.Eric Andersen
2001-05-08Fix a stupid segfault caused by dereferencing a NULL ptr.Eric Andersen
2001-05-07This patch from Evin Robertson <nitfol@my-deja.com> fixes export so it works.Eric Andersen
2001-05-07More hush updates from Larry:Eric Andersen
2001-05-04Larry's variant on Evin Robertson's fix to what I messed upEric Andersen
2001-05-04Don't reset parents context when we encounter an terminator. FixesMatt Kraai
2001-05-04If it fails to run a builtin, let it fall through toEric Andersen
2001-05-02Move up waitpid error check so that errno isn't clobbered by tcsetpgrp.Matt Kraai
2001-05-02Some more job control updates. It will now sucessfully backgroundEric Andersen
2001-05-02Don't treat newline as pipe separator when processing substitutions.Matt Kraai
2001-05-02Fix $(...) construction. Noted and patched by Larry DoolittleMatt Kraai
2001-05-02First pass at getting job control working. This gets the infrastructureEric Andersen
2001-05-02Use the current pgrp, not pid, when resetting the foreground process group.Matt Kraai
2001-05-02Don't segfault if the first word is the empty string.Matt Kraai
2001-05-02Another update from Larry:Eric Andersen
2001-05-01Another hush update from Larry:Eric Andersen
2001-04-30Some more hush.c updates from Larry Doolittle.Eric Andersen
2001-04-27Use BUFSIZ for the_command to match size used in cmdeditEric Andersen
2001-04-27An update to hush from Larry:Eric Andersen
2001-04-26This is the initial checkin of Larry Doolittle's hush.c, using hisEric Andersen
2001-04-25Moved some #ifdefs down below #include "busybox.h" where they belong.Mark Whitley
2001-04-23Some patches from Gennady Feldman. Fixed a glob problem such thatEric Andersen
2001-04-12Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>.Matt Kraai
2001-04-12Fix handling of '' and "".Matt Kraai
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
2001-04-05Add support of /W promptsEric Andersen
2001-04-04Avoid segfault when export is invoked with no arguments. Thanks toMatt Kraai
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
2001-03-27Fix to last patch: locale code should be 9, not 7.Mark Whitley
2001-03-27Applied patch from Vladimir N. Oleynik to add locale support to the shell perMark Whitley
2001-03-23-Wshadow sh fix from Jeff GarzikEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-19Fix to cmdedit.c from VladimirEric Andersen
2001-03-17Patch from Larry and Vladimir to clean up sh.c and fixEric Andersen
2001-03-15Fix from Larry for glob problems.Eric Andersen
2001-03-15cmdedit.c bugfix patch from Vladimir.Eric Andersen
2001-03-15Reversed previous patch. The right way is to fix uClibc.Mark Whitley
2001-03-15Applied patch from Andreas Neuhaus to fix namespace conflict that made busyboxMark Whitley
2001-03-14Yesterday I make strsep_space include post-token whitespace,Eric Andersen
2001-03-14I forgot to malloc space for the NULL.Eric Andersen
2001-03-14Applied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132Mark Whitley
2001-03-14libc5 glob is pretty stupid and doesn't do GLOB_BRACE or GLOB_TILDEEric Andersen
2001-03-14 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPTMark Whitley
2001-03-13Update the lash shell (hopefully the last time...) so things likeEric Andersen
2001-03-12A fix from Larry Doolittle for some nasty segfaults when sh.c tried to free aEric Andersen
2001-03-10When using wordexp, only try to use the expand commandEric Andersen
2001-03-09Fixed a couple more cases. $FOO/bar ${FOO} and such now workEric Andersen
2001-03-09Allow wordexp to be used if availableEric Andersen
2001-03-09Urg. Remove the debug noiseEric Andersen