aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* style cleanup: return(a) -> return a, part 2vda2006-11-271-2/+2
* style cleanup: return(a) -> return a, part 1vda2006-11-271-2/+2
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* hush.c: stop using __FILE__ (bad in out-of-tree builds)vda2006-10-111-1/+2
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-2/+2
* Unbreak allbareconfig.landley2006-09-151-5/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-23/+19
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-2/+2
* 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
* Get rid of all "#if 0" content.rpjday2006-07-011-62/+0
* Remove "#if 1" directives.rpjday2006-07-011-14/+1
* Cleanup patch from Shaun Jackman converting %m to perror.landley2006-06-201-1/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+2
* I was playing around with a dependency generator a couple weeks ago and I foundlandley2006-02-241-1/+1
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-161-2/+3
* 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-301-3/+3
* just whitespacetimr2006-01-251-10/+10
* - add platform.h.aldot2006-01-221-14/+2
* Uninitialized variable causing intermittent syntax errors (bug 449).landley2005-12-121-0/+1
* data --> textvodz2005-10-171-7/+7
* Reduce exported from hush appletvodz2005-09-221-13/+15
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Wolfgang Denk writes:andersen2004-04-121-1/+1
* Jamie Guinan writes:andersen2004-04-121-2/+2
* Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortofandersen2004-04-071-12/+0
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-56/+56
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-8/+10
* Major coreutils update.mjn32003-03-191-33/+33
* Make hush comple once againandersen2002-12-061-1/+1
* Change if(x)free(x); to free(x);aaronl2002-11-281-3/+2
* Nice patch from Wolfgang Denk <wd@denx.de> to provide hush withandersen2002-04-131-39/+308
* Fixup some silly prototype warningsandersen2001-10-311-3/+3
* Add in some (theoretical) uClinux support. Some init cleanupsandersen2001-10-281-1/+10
* Major rework of the directory structure and the entire build system.andersen2001-10-241-10/+11
* Add an option to make the shells not advertise their busybox natureandersen2001-10-191-1/+4
* Allow multiple shells to be enabled.kraai2001-08-011-4/+4
* Patch from vodz:andersen2001-07-121-5/+2
* More thrashing about trying to make hush behave itself wrt jobandersen2001-06-281-16/+18
* Explicitly call setsid()andersen2001-06-261-0/+1
* Don't choke if /etc/profile is not availableandersen2001-06-261-8/+7
* Vladimir's last_patch_15bug12001-06-261-1/+1
* Fix the code for establishing a controlling terminal.andersen2001-06-251-28/+42
* Some more cleanups. Of special importance, never free a pipeandersen2001-06-221-27/+52
* Some cleanups for hush. Saves about 350bytes.andersen2001-06-221-98/+67
* Another hush update from Larry:andersen2001-06-071-14/+16
* A patch from Larry to fix pathological things like '>""'andersen2001-06-061-5/+13
* Don't close file descriptors when we are duplicating them.kraai2001-06-051-1/+2