aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-293-82/+53
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-72/+54
* Make a warning go away when standalone shell is disabled.landley2006-08-101-9/+8
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-034-18/+18
* Replace the previous checkin with the correct fix.landley2006-07-191-2/+2
* For now, get around the error that "child" might be uninitialized.rpjday2006-07-181-1/+1
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-5/+5
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-123-90/+9
* Bugfix from Shaun Jackman (check that argv[optind] isn't null beforelandley2006-07-091-19/+16
* Bug fix from Vladimir Oleynic via Paul Fox for:landley2006-07-061-0/+1
* Remove the silly redundancy from that header file include.rpjday2006-07-031-1/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* Patch from Shaun Jackman moving the var=value logic to here it can do some good.landley2006-07-011-6/+6
* Get rid of all "#if 0" content.rpjday2006-07-014-121/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-013-215/+210
* Remove "#if 1" directives.rpjday2006-07-011-14/+1
* 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