aboutsummaryrefslogtreecommitdiff
path: root/hush.c
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