Add killall (noted by Giulio Orsero).
[oweals/busybox.git] / shell /
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-10-24 Eric AndersenPatch from vodz:
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-19 Eric AndersenAdd an option to make the shells not advertise their...
2001-10-19 Eric AndersenRemove the now unused ARITH_* defines
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-03 Eric AndersenPatch from Magnus Damm <damm@opensource.se> to avoid...
2001-09-11 Manuel Novoa III Commit my changes to xxreadtoken() to reduce code size...
2001-09-06 Eric Andersendefine IFS_BROKEN
2001-09-06 Eric AndersenPatch from vodz to make ash cope with leading redirections
2001-08-22 Eric AndersenFix a warning and potential segfault in lash when BB_FE...
2001-08-12 Manuel Novoa III I stupidly forgot one level of pointer indirection...
2001-08-10 Eric AndersenFix a merging error
2001-08-10 Manuel Novoa III A few bug fixes and significant size savings. Combined...
2001-08-10 Eric AndersenSmall size optimization from Aaron Lehmann
2001-08-10 Eric AndersenFix stupid grammar error.
2001-08-06 Matt KraaiAdd support for underscores in variable names.
2001-08-02 Eric AndersenTeach libc5 what a sighandler_t is
2001-08-02 Eric AndersenScrub away the last leftovers from BB_FEATURE_<shell...
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-31 Eric AndersenFix the let builtin (so we can close bug #1196) and...
2001-07-30 Eric AndersenThis incorporates Posix math support into ash. The...
2001-07-26 Russ Dillchar renamed can never be negative on ARM (rp->renamed...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-17 Eric AndersenCleanup from vodz
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Matt KraaiAllow assignments in the export and readonly commands.
2001-07-12 Matt KraaiRemove debugging statement.
2001-07-10 Eric AndersenFix a stupid search and replace bug...
2001-07-10 Eric Andersenvodz' latest update to ash.c
2001-07-07 Eric AndersenAdd in a shell tagline (per lash/hush behavior) to...
2001-07-06 Eric AndersenThis is vodz' latest ash update.
2001-07-05 Eric AndersenA bit of testing today showed that ASH_BBAPPS_AS_BUILTI...
2001-07-02 Eric AndersenSome updates to ash from vodz. Makes ash smaller....
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
next