aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2001-07-10vodz' latest update to ash.cEric Andersen
2001-07-07Add in a shell tagline (per lash/hush behavior) to make it easierEric Andersen
2001-07-06This is vodz' latest ash update.Eric Andersen
2001-07-05A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS wasEric Andersen
2001-07-02Some updates to ash from vodz. Makes ash smaller. I made a fewEric Andersen
2001-07-02Patch from vodz to fix freeing a static in cmdedit.Eric Andersen
2001-06-29This is a busybox port of the Minix shell. It is reasonably capable,Eric Andersen
2001-06-28Remove vodz from credits, per his requestEric Andersen
2001-06-28Scrub up the licensing blockEric Andersen
2001-06-28This a an ash applet I put together. It is similar to the one putEric Andersen
2001-06-28Remove unneeded stuff.Eric Andersen
2001-06-28More thrashing about trying to make hush behave itself wrt jobEric Andersen
2001-06-27don't whine if all we need to do is remove a bg jobEric Andersen
2001-06-27Re-enable globbing (I'd accidentaly removed it) and finish off the lastEric Andersen
2001-06-26Explicitly call setsid()Eric Andersen
2001-06-26Don't choke if /etc/profile is not availableEric Andersen
2001-06-26Vladimir's last_patch_15Glenn L McGrath
2001-06-25Fix the code for establishing a controlling terminal.Eric Andersen
2001-06-25This should finish off the job control issues with lash. Make certainEric Andersen
2001-06-22Some more cleanups. Of special importance, never free a pipeEric Andersen
2001-06-22Some cleanups for hush. Saves about 350bytes.Eric Andersen
2001-06-21This commit guts lash, restoring it to what it was originally intended to do,Eric Andersen
2001-06-07Another hush update from Larry:Eric Andersen
2001-06-06A patch from Larry to fix pathological things like '>""'Eric Andersen
2001-06-05Don't close file descriptors when we are duplicating them.Matt Kraai
2001-05-31Cope gracefully when people type something, then hit ^C.Eric Andersen
2001-05-31Patch from Vladimir to fix up autocompletion on a files/dirs with spaces inEric Andersen
2001-05-24Plug another memory leakEric Andersen
2001-05-23Plug another memory leak in hush. This one showed up when backtickedEric Andersen
2001-05-23Fix a massive memory leak in the run_list_test() function.Eric Andersen
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-23Commit a patch by Larry Doolittle which fixes recursive calls to file_peek,Matt Kraai
2001-05-22Excellent. This patch from Larry fixes the behavior of hushEric Andersen
2001-05-22Fix this case. No, really this time.Eric Andersen
2001-05-22Fix a race. Sometimes by the time we got to checkjobs(), theEric Andersen
2001-05-22Oops. Remove some debug noise I left in.Eric Andersen
2001-05-22Updates from both Vladimir and LarryEric Andersen
2001-05-21Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
2001-05-21The latest patch from LarryEric Andersen
2001-05-19This is a patch from Vladimir:Eric Andersen
2001-05-17It turns out job control in both hush and lash was broken by theEric Andersen
2001-05-16Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai
2001-05-16Move init of a bunch of globals into main so we are at leastEric Andersen
2001-05-15Fix the behavior of local shell variables to match that of bash and ash.Eric Andersen
2001-05-15Oops. I left in some debug noise.Eric Andersen
2001-05-15Write set_local_var() and fixup lookup_param() so you can now useEric Andersen
2001-05-15This patch covers one big part of variable handling.Eric Andersen
2001-05-11Fix up some silly warningsEric Andersen
2001-05-11Fix a segfault in lash, hush, and cmdedit. Each of these usedEric Andersen
2001-05-11Use xgetcwdEric Andersen