aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
AgeCommit message (Expand)Author
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-12Wolfgang Denk writes:Eric Andersen
2004-04-12Jamie Guinan writes:Eric Andersen
2004-04-07Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortofEric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-06Make hush comple once againEric Andersen
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-04-13Nice patch from Wolfgang Denk <wd@denx.de> to provide hush withEric Andersen
2001-10-31Fixup some silly prototype warningsEric Andersen
2001-10-28Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-19Add an option to make the shells not advertise their busybox natureEric Andersen
2001-08-01Allow multiple shells to be enabled.Matt Kraai
2001-07-12Patch from vodz:Eric Andersen
2001-06-28More thrashing about trying to make hush behave itself wrt jobEric 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-22Some more cleanups. Of special importance, never free a pipeEric Andersen
2001-06-22Some cleanups for hush. Saves about 350bytes.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-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-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-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
2001-05-08A few more structural updates for job control.Eric Andersen