| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixup warnings and undefined operations that show up in gcc-3.1 | andersen | 2002-07-11 | 1 | -2/+2 |
* | Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash: | andersen | 2002-07-04 | 1 | -6/+4 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | andersen | 2002-07-03 | 1 | -2/+2 |
* | Patch from vodz to only setenv PATH when PATH changes, which is much | andersen | 2002-06-06 | 1 | -3/+3 |
* | Fix for broken handling off BusyBox's own pwd/grp implementations | sandman | 2002-06-04 | 1 | -2/+2 |
* | Add --login support. This is the bash way of starting a shell that should | sandman | 2002-05-14 | 1 | -3/+10 |
* | Ensure that getenv("PATH") stays current, since otherwise cmdedit | andersen | 2002-04-26 | 1 | -1/+3 |
* | vodz noted this line (as imported from Debian) is wrong, and has since | andersen | 2002-04-24 | 1 | -2/+2 |
* | make ash prompt the same as other shells if cmdedit and fancyprompt | timr | 2002-04-13 | 1 | -4/+7 |
* | Make private ash config options be public | andersen | 2002-01-09 | 1 | -125/+85 |
* | ash patch: errname-diff | aaronl | 2001-12-31 | 1 | -2/+2 |
* | ash patch: initvar-diff | aaronl | 2001-12-31 | 1 | -2/+2 |
* | ash patch: forkshell-diff | aaronl | 2001-12-31 | 1 | -11/+2 |
* | ash patch: fgcmd-diff | aaronl | 2001-12-31 | 1 | -3/+1 |
* | ash patch: breakcmd-diff | aaronl | 2001-12-31 | 1 | -1/+3 |
* | ash patch: addfname-diff | aaronl | 2001-12-31 | 1 | -4/+2 |
* | Patch from vodz to fix broken function prototype | andersen | 2001-12-21 | 1 | -2/+2 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | kraai | 2001-12-20 | 1 | -2/+2 |
* | The ash ansification diff! | aaronl | 2001-12-06 | 1 | -356/+191 |
* | Change strdup calls to xstrdup (patch from Steve Merrifield). | kraai | 2001-11-12 | 1 | -3/+3 |
* | Use fopen wrapper. | kraai | 2001-11-12 | 1 | -4/+2 |
* | Patch from Aaron Lehmann <aaronl@vitelus.com>; | andersen | 2001-10-31 | 1 | -26/+24 |
* | Patch from ASA <llb@udm.net.ru> to that source files | andersen | 2001-10-31 | 1 | -6/+25 |
* | Add in some (theoretical) uClinux support. Some init cleanups | andersen | 2001-10-28 | 1 | -1/+5 |
* | Fixup the location of pwd.h and grp.h | andersen | 2001-10-24 | 1 | -2/+2 |
* | Patch from vodz: | andersen | 2001-10-24 | 1 | -133/+30 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -17/+17 |
* | Add an option to make the shells not advertise their busybox nature | andersen | 2001-10-19 | 1 | -1/+3 |
* | Remove the now unused ARITH_* defines | andersen | 2001-10-19 | 1 | -27/+1 |
* | Scrub up some function prototypes. | andersen | 2001-10-18 | 1 | -19/+12 |
* | Commit my changes to xxreadtoken() to reduce code size. Also set defines | mjn3 | 2001-09-11 | 1 | -5/+85 |
* | define IFS_BROKEN | andersen | 2001-09-06 | 1 | -1/+2 |
* | Patch from vodz to make ash cope with leading redirections | andersen | 2001-09-06 | 1 | -2/+9 |
* | I stupidly forgot one level of pointer indirection in the cmdtxt(), calcsize(), | mjn3 | 2001-08-12 | 1 | -19/+23 |
* | Fix a merging error | andersen | 2001-08-10 | 1 | -2/+1 |
* | A few bug fixes and significant size savings. Combined effort of | mjn3 | 2001-08-10 | 1 | -1178/+1063 |
* | Small size optimization from Aaron Lehmann | andersen | 2001-08-10 | 1 | -2/+2 |
* | Fix stupid grammar error. | andersen | 2001-08-10 | 1 | -2/+2 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | andersen | 2001-08-02 | 1 | -126/+45 |
* | Allow multiple shells to be enabled. | kraai | 2001-08-01 | 1 | -2/+2 |
* | Fix the let builtin (so we can close bug #1196) and remove the | andersen | 2001-07-31 | 1 | -48/+28 |
* | This incorporates Posix math support into ash. The Posix math support | andersen | 2001-07-30 | 1 | -49/+56 |
* | char renamed can never be negative on ARM (rp->renamed[i] != EMPTY) | russ | 2001-07-26 | 1 | -3/+3 |
* | Cleanup from vodz | andersen | 2001-07-17 | 1 | -2/+2 |
* | This is vodz' latest patch. Sorry it took so long... | andersen | 2001-07-17 | 1 | -4/+3 |
* | Patch from vodz: | andersen | 2001-07-12 | 1 | -22/+12 |
* | Fix a stupid search and replace bug... | andersen | 2001-07-10 | 1 | -4/+4 |
* | vodz' latest update to ash.c | andersen | 2001-07-10 | 1 | -1162/+942 |
* | Add in a shell tagline (per lash/hush behavior) to make it easier | andersen | 2001-07-07 | 1 | -1/+60 |
* | This is vodz' latest ash update. | andersen | 2001-07-06 | 1 | -571/+131 |