aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* dont setpgrp() for now as it breaks system() and that is more important than ...vapier2006-06-261-4/+0
* - convert old-style parameter declarations (K&R) to modern style.aldot2006-06-252-313/+153
* - add note about strict orderingaldot2006-06-211-0/+1
* Jean Wolter writes: ash uses bsearch to search in the list of built-in comman...vapier2006-06-211-1/+1
* Cleanup patch from Shaun Jackman converting %m to perror.landley2006-06-202-5/+5
* assign default debug level to the MSHDEBUG definevapier2006-06-201-2/+1
* Make some 64 bit warnings go away on x86-64.landley2006-06-191-7/+5
* Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.landley2006-06-142-5/+2
* Patch from Shaun Jackman to detect "name=value" variable assignments. Randomlandley2006-06-131-10/+11
* Make lash smaller. (Use llist_t for file closing, and different allocationlandley2006-06-131-71/+24
* remove leading "Enable" from the config option text. not only is itpgf2006-06-081-12/+12
* made "test" an ash built-in.pgf2006-06-082-19/+49
* - reuse strings and messages. Saves about 600Baldot2006-06-072-3/+3
* make the default prompt suck less when using fancy promptsvapier2006-06-061-2/+11
* 2006-06-02 Shaun Jackman <sjackman@gmail.com>aldot2006-06-031-6/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-025-9/+8
* use xmalloc()vapier2006-06-021-1/+1
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* - use portability wrapper define bb_setpgrp.aldot2006-05-261-1/+1
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command.landley2006-05-121-0/+1
* didnt mean to commit debug enablevapier2006-05-051-1/+1
* use %p when printing pointers, not %xvapier2006-05-051-52/+54
* fix Bug 659 as reported by Robin Getzvapier2006-05-051-0/+4
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-14/+14
* - revert back to r14406aldot2006-03-131-13/+19
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-5/+7
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* vi-mode changes: eliminate warnings from out-of-range-for-typepgf2006-03-071-65/+65
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-062-3/+3
* Typo fixes brought to you by the letters a, l, and Robert P. Day.landley2006-03-031-1/+1
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-18/+8
* I was playing around with a dependency generator a couple weeks ago and I foundlandley2006-02-241-1/+1
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-164-7/+9
* Convert some help text to english.landley2006-02-081-5/+5
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. ...vodz2006-01-311-12/+12
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-304-17/+19
* Note on SVN 13424: Don't mix "default y" and select of something earlier landley2006-01-301-1/+1
* C99 say: "char" declaration may be signed or unsigned defaultvodz2006-01-251-10/+12
* Add more bash-like dot-dirs cmdedit featurevodz2006-01-252-98/+109
* just whitespacetimr2006-01-255-24/+24
* - add platform.h.aldot2006-01-223-52/+15
* - cleanup Config.in. Use "select CONFIG_FOO" and add the correspondingaldot2006-01-191-0/+10
* restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir ...vodz2006-01-191-1/+1
* sync with dash_0.5.3-1vodz2006-01-151-302/+267
* - shared libbusybox.aldot2006-01-151-0/+5