Fix for big endian machines
[oweals/busybox.git] / shell /
2001-07-02 Eric AndersenPatch from vodz to fix freeing a static in cmdedit.
2001-06-29 Eric AndersenThis is a busybox port of the Minix shell. It is reaso...
2001-06-28 Eric AndersenRemove vodz from credits, per his request
2001-06-28 Eric AndersenScrub up the licensing block
2001-06-28 Eric AndersenThis a an ash applet I put together. It is similar...
2001-06-28 Eric AndersenRemove unneeded stuff.
2001-06-28 Eric AndersenMore thrashing about trying to make hush behave itself...
2001-06-27 Eric Andersendon't whine if all we need to do is remove a bg job
2001-06-27 Eric AndersenRe-enable globbing (I'd accidentaly removed it) and...
2001-06-26 Eric AndersenExplicitly call setsid()
2001-06-26 Eric AndersenDon't choke if /etc/profile is not available
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-25 Eric AndersenFix the code for establishing a controlling terminal.
2001-06-25 Eric AndersenThis should finish off the job control issues with...
2001-06-22 Eric AndersenSome more cleanups. Of special importance, never free...
2001-06-22 Eric AndersenSome cleanups for hush. Saves about 350bytes.
2001-06-21 Eric AndersenThis commit guts lash, restoring it to what it was...
2001-06-07 Eric AndersenAnother hush update from Larry:
2001-06-06 Eric AndersenA patch from Larry to fix pathological things like...
2001-06-05 Matt KraaiDon't close file descriptors when we are duplicating...
2001-05-31 Eric AndersenCope gracefully when people type something, then hit ^C.
2001-05-31 Eric AndersenPatch from Vladimir to fix up autocompletion on a files...
2001-05-24 Eric AndersenPlug another memory leak
2001-05-23 Eric AndersenPlug another memory leak in hush. This one showed...
2001-05-23 Eric AndersenFix a massive memory leak in the run_list_test() function.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-23 Matt KraaiCommit a patch by Larry Doolittle which fixes recursive...
2001-05-22 Eric AndersenExcellent. This patch from Larry fixes the behavior...
2001-05-22 Eric AndersenFix this case. No, really this time.
2001-05-22 Eric AndersenFix a race. Sometimes by the time we got to checkjobs...
2001-05-22 Eric AndersenOops. Remove some debug noise I left in.
2001-05-22 Eric AndersenUpdates from both Vladimir and Larry
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-21 Eric AndersenThe latest patch from Larry
2001-05-19 Eric AndersenThis is a patch from Vladimir:
2001-05-17 Eric AndersenIt turns out job control in both hush and lash was...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-16 Eric AndersenMove init of a bunch of globals into main so we are...
2001-05-15 Eric AndersenFix the behavior of local shell variables to match...
2001-05-15 Eric AndersenOops. I left in some debug noise.
2001-05-15 Eric AndersenWrite set_local_var() and fixup lookup_param() so you...
2001-05-15 Eric AndersenThis patch covers one big part of variable handling.
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Eric AndersenUse xgetcwd
2001-05-08 Eric AndersenA few more structural updates for job control.
2001-05-08 Eric AndersenFix a stupid segfault caused by dereferencing a NULL...
2001-05-07 Eric AndersenThis patch from Evin Robertson <nitfol@my-deja.com...
2001-05-07 Eric AndersenMore hush updates from Larry:
2001-05-04 Eric AndersenLarry's variant on Evin Robertson's fix to what I messed up
2001-05-04 Matt KraaiDon't reset parents context when we encounter an termin...
2001-05-04 Eric AndersenIf it fails to run a builtin, let it fall through to
2001-05-02 Matt KraaiMove up waitpid error check so that errno isn't clobber...
2001-05-02 Eric AndersenSome more job control updates. It will now sucessfully...
2001-05-02 Matt KraaiDon't treat newline as pipe separator when processing...
2001-05-02 Matt KraaiFix $(...) construction. Noted and patched by Larry...
2001-05-02 Eric AndersenFirst pass at getting job control working. This gets...
2001-05-02 Matt KraaiUse the current pgrp, not pid, when resetting the foreg...
2001-05-02 Matt KraaiDon't segfault if the first word is the empty string.
2001-05-02 Eric AndersenAnother update from Larry:
2001-05-01 Eric AndersenAnother hush update from Larry:
2001-04-30 Eric AndersenSome more hush.c updates from Larry Doolittle.
2001-04-27 Eric AndersenUse BUFSIZ for the_command to match size used in cmdedit
2001-04-27 Eric AndersenAn update to hush from Larry:
2001-04-26 Eric AndersenThis is the initial checkin of Larry Doolittle's hush...
2001-04-25 Mark WhitleyMoved some #ifdefs down below #include "busybox.h"...
2001-04-23 Eric AndersenSome patches from Gennady Feldman. Fixed a glob proble...
2001-04-12 Matt KraaiAnother banner consolidation from Larry Doolittle ...
2001-04-12 Matt KraaiFix handling of '' and "".
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric AndersenAdd support of /W prompts
2001-04-04 Matt KraaiAvoid segfault when export is invoked with no arguments...
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-27 Mark WhitleyFix to last patch: locale code should be 9, not 7.
2001-03-27 Mark WhitleyApplied patch from Vladimir N. Oleynik to add locale...
2001-03-23 Eric Andersen-Wshadow sh fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-19 Eric AndersenFix to cmdedit.c from Vladimir
2001-03-17 Eric AndersenPatch from Larry and Vladimir to clean up sh.c and fix
2001-03-15 Eric AndersenFix from Larry for glob problems.
2001-03-15 Eric Andersencmdedit.c bugfix patch from Vladimir.
2001-03-15 Mark WhitleyReversed previous patch. The right way is to fix uClibc.
2001-03-15 Mark WhitleyApplied patch from Andreas Neuhaus to fix namespace...
2001-03-14 Eric AndersenYesterday I make strsep_space include post-token whites...
2001-03-14 Eric AndersenI forgot to malloc space for the NULL.
2001-03-14 Mark WhitleyApplied patch from Larry Doolittle to fix '>\na\n'...
2001-03-14 Eric Andersenlibc5 glob is pretty stupid and doesn't do GLOB_BRACE...
2001-03-14 Mark Whitley - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATU...
2001-03-13 Eric AndersenUpdate the lash shell (hopefully the last time...)...
2001-03-12 Eric AndersenA fix from Larry Doolittle for some nasty segfaults...
2001-03-10 Eric AndersenWhen using wordexp, only try to use the expand command
2001-03-09 Eric AndersenFixed a couple more cases. $FOO/bar ${FOO} and such...
2001-03-09 Eric AndersenAllow wordexp to be used if available
2001-03-09 Eric AndersenUrg. Remove the debug noise
2001-03-09 Eric AndersenOk, sh.c should be working now. Many thanks to Larry...
2001-03-09 Eric AndersenFix sh.c for the glab case. I was messing things up for
2001-03-09 Eric AndersenA '.' is a legal seperator.
2001-03-09 Eric AndersenCleanup patch from Larry
2001-03-08 Eric AndersenAdd in 'trim' routine. Fix up sh.c so it works when...
next