summaryrefslogtreecommitdiff
path: root/shell/hush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-3/+3
* style fixesDenis Vlasenko2006-12-261-1/+1
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-2/+2
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-2/+2
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* hush.c: stop using __FILE__ (bad in out-of-tree builds)Denis Vlasenko2006-10-111-1/+2
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-2/+2
* Unbreak allbareconfig.Rob Landley2006-09-151-5/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-23/+19
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-2/+2
* Replace the previous checkin with the correct fix.Rob Landley2006-07-191-2/+2
* For now, get around the error that "child" might be uninitialized."Robert P. J. Day"2006-07-181-1/+1
* Get rid of all "#if 0" content."Robert P. J. Day"2006-07-011-62/+0
* Remove "#if 1" directives."Robert P. J. Day"2006-07-011-14/+1
* Cleanup patch from Shaun Jackman converting %m to perror.Rob Landley2006-06-201-1/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+2
* I was playing around with a dependency generator a couple weeks ago and I foundRob Landley2006-02-241-1/+1
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-161-2/+3
* quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. ..."Vladimir N. Oleynik"2006-01-311-12/+12
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-3/+3
* just whitespaceTim Riker2006-01-251-10/+10
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-14/+2
* Uninitialized variable causing intermittent syntax errors (bug 449).Rob Landley2005-12-121-0/+1
* data --> text"Vladimir N. Oleynik"2005-10-171-7/+7
* Reduce exported from hush applet"Vladimir N. Oleynik"2005-09-221-13/+15
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Wolfgang Denk writes:Eric Andersen2004-04-121-1/+1
* Jamie Guinan writes:Eric Andersen2004-04-121-2/+2
* Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortofEric Andersen2004-04-071-12/+0
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-56/+56
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-8/+10
* Major coreutils update.Manuel Novoa III2003-03-191-33/+33
* Make hush comple once againEric Andersen2002-12-061-1/+1
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-3/+2
* Nice patch from Wolfgang Denk <wd@denx.de> to provide hush withEric Andersen2002-04-131-39/+308
* Fixup some silly prototype warningsEric Andersen2001-10-311-3/+3
* Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen2001-10-281-1/+10
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+11
* Add an option to make the shells not advertise their busybox natureEric Andersen2001-10-191-1/+4
* Allow multiple shells to be enabled.Matt Kraai2001-08-011-4/+4
* Patch from vodz:Eric Andersen2001-07-121-5/+2
* More thrashing about trying to make hush behave itself wrt jobEric Andersen2001-06-281-16/+18
* Explicitly call setsid()Eric Andersen2001-06-261-0/+1
* Don't choke if /etc/profile is not availableEric Andersen2001-06-261-8/+7
* Vladimir's last_patch_15Glenn L McGrath2001-06-261-1/+1
* Fix the code for establishing a controlling terminal.Eric Andersen2001-06-251-28/+42
* Some more cleanups. Of special importance, never free a pipeEric Andersen2001-06-221-27/+52
* Some cleanups for hush. Saves about 350bytes.Eric Andersen2001-06-221-98/+67
* Another hush update from Larry:Eric Andersen2001-06-071-14/+16