index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush.c
Age
Commit message (
Expand
)
Author
2001-05-08
Fix a stupid segfault caused by dereferencing a NULL ptr.
Eric Andersen
2001-05-07
This patch from Evin Robertson <nitfol@my-deja.com> fixes export so it works.
Eric Andersen
2001-05-07
More hush updates from Larry:
Eric Andersen
2001-05-04
Larry's variant on Evin Robertson's fix to what I messed up
Eric Andersen
2001-05-04
Don't reset parents context when we encounter an terminator. Fixes
Matt Kraai
2001-05-04
If it fails to run a builtin, let it fall through to
Eric Andersen
2001-05-02
Move up waitpid error check so that errno isn't clobbered by tcsetpgrp.
Matt Kraai
2001-05-02
Some more job control updates. It will now sucessfully background
Eric Andersen
2001-05-02
Don't treat newline as pipe separator when processing substitutions.
Matt Kraai
2001-05-02
Fix $(...) construction. Noted and patched by Larry Doolittle
Matt Kraai
2001-05-02
First pass at getting job control working. This gets the infrastructure
Eric Andersen
2001-05-02
Use the current pgrp, not pid, when resetting the foreground process group.
Matt Kraai
2001-05-02
Don't segfault if the first word is the empty string.
Matt Kraai
2001-05-02
Another update from Larry:
Eric Andersen
2001-05-01
Another hush update from Larry:
Eric Andersen
2001-04-30
Some more hush.c updates from Larry Doolittle.
Eric Andersen
2001-04-27
Use BUFSIZ for the_command to match size used in cmdedit
Eric Andersen
2001-04-27
An update to hush from Larry:
Eric Andersen
2001-04-26
This is the initial checkin of Larry Doolittle's hush.c, using his
Eric Andersen
[prev]