aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* assorted fixes for bugs found with randomconfigvda2007-02-031-4/+4
* hush: style fixesvda2007-01-301-89/+105
* hush: now it's -Wwrite-strings cleanvda2007-01-301-26/+32
* hush: style fixesvda2007-01-301-314/+332
* hust: -Wwrite-strings fixesvda2007-01-301-15/+18
* preparatory patch for -Wwrite-strings #2vda2007-01-291-1/+2
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-221-9/+10
* Convert cmdedit into more generic line input facilityvda2007-01-221-3/+10
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-3/+3
* style fixesvda2006-12-261-1/+1
* 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