projects
/
oweals
/
busybox.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Rewritten by Manuel Novoa III.
[oweals/busybox.git]
/
hush.c
2001-08-01
Matt Kraai
Allow multiple shells to be enabled.
blob
|
commitdiff
|
raw
2001-07-12
Eric Andersen
Patch from vodz:
blob
|
commitdiff
|
raw
|
diff to current
2001-06-28
Eric Andersen
More thrashing about trying to make hush behave itself...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Eric Andersen
Explicitly call setsid()
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Eric Andersen
Don't choke if /etc/profile is not available
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Glenn L McGrath
Vladimir's last_patch_15
blob
|
commitdiff
|
raw
|
diff to current
2001-06-25
Eric Andersen
Fix the code for establishing a controlling terminal.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-22
Eric Andersen
Some more cleanups. Of special importance, never free...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-22
Eric Andersen
Some cleanups for hush. Saves about 350bytes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-07
Eric Andersen
Another hush update from Larry:
blob
|
commitdiff
|
raw
|
diff to current
2001-06-06
Eric Andersen
A patch from Larry to fix pathological things like...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-05
Matt Kraai
Don't close file descriptors when we are duplicating...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-31
Eric Andersen
Cope gracefully when people type something, then hit ^C.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-24
Eric Andersen
Plug another memory leak
blob
|
commitdiff
|
raw
|
diff to current
2001-05-23
Eric Andersen
Plug another memory leak in hush. This one showed...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-23
Eric Andersen
Fix a massive memory leak in the run_list_test() function.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-23
Matt Kraai
Commit a patch by Larry Doolittle which fixes recursive...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-22
Eric Andersen
Excellent. This patch from Larry fixes the behavior...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-22
Eric Andersen
Fix this case. No, really this time.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-22
Eric Andersen
Fix a race. Sometimes by the time we got to checkjobs...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-22
Eric Andersen
Oops. Remove some debug noise I left in.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-22
Eric Andersen
Updates from both Vladimir and Larry
blob
|
commitdiff
|
raw
|
diff to current
2001-05-21
Eric Andersen
Patch from Lars Kellogg-Stedman <lars@larsshack.org...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-21
Eric Andersen
The latest patch from Larry
blob
|
commitdiff
|
raw
|
diff to current
2001-05-19
Eric Andersen
This is a patch from Vladimir:
blob
|
commitdiff
|
raw
|
diff to current
2001-05-17
Eric Andersen
It turns out job control in both hush and lash was...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-16
Eric Andersen
Move init of a bunch of globals into main so we are...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-15
Eric Andersen
Fix the behavior of local shell variables to match...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-15
Eric Andersen
Oops. I left in some debug noise.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-15
Eric Andersen
Write set_local_var() and fixup lookup_param() so you...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-15
Eric Andersen
This patch covers one big part of variable handling.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-11
Eric Andersen
Fix up some silly warnings
blob
|
commitdiff
|
raw
|
diff to current
2001-05-11
Eric Andersen
Fix a segfault in lash, hush, and cmdedit. Each of...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-11
Eric Andersen
Use xgetcwd
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Eric Andersen
A few more structural updates for job control.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Eric Andersen
Fix a stupid segfault caused by dereferencing a NULL...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-07
Eric Andersen
This patch from Evin Robertson <nitfol@my-deja.com...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-07
Eric Andersen
More hush updates from Larry:
blob
|
commitdiff
|
raw
|
diff to current
2001-05-04
Eric Andersen
Larry's variant on Evin Robertson's fix to what I messed up
blob
|
commitdiff
|
raw
|
diff to current
2001-05-04
Matt Kraai
Don't reset parents context when we encounter an termin...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-04
Eric Andersen
If it fails to run a builtin, let it fall through to
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Matt Kraai
Move up waitpid error check so that errno isn't clobber...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Eric Andersen
Some more job control updates. It will now sucessfully...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Matt Kraai
Don't treat newline as pipe separator when processing...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Matt Kraai
Fix $(...) construction. Noted and patched by Larry...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Eric Andersen
First pass at getting job control working. This gets...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Matt Kraai
Use the current pgrp, not pid, when resetting the foreg...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Matt Kraai
Don't segfault if the first word is the empty string.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Eric Andersen
Another update from Larry:
blob
|
commitdiff
|
raw
|
diff to current
2001-05-01
Eric Andersen
Another hush update from Larry:
blob
|
commitdiff
|
raw
|
diff to current
2001-04-30
Eric Andersen
Some more hush.c updates from Larry Doolittle.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-27
Eric Andersen
Use BUFSIZ for the_command to match size used in cmdedit
blob
|
commitdiff
|
raw
|
diff to current
2001-04-27
Eric Andersen
An update to hush from Larry:
blob
|
commitdiff
|
raw
|
diff to current
2001-04-26
Eric Andersen
This is the initial checkin of Larry Doolittle's hush...
blob
|
commitdiff
|
raw
|
diff to current