aboutsummaryrefslogtreecommitdiff
path: root/shell/msh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesvda2007-05-301-4/+4
* msh: fix obscure case with backticks and closed fd 1vda2007-05-091-7/+12
* shells: remove few statics and duplicated codevda2007-04-161-20/+16
* msh: style fixesvda2007-04-141-6/+4
* lineedit: nuke two unused variables and code which sets themvda2007-04-141-34/+33
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-121-1/+0
* style fixes. No code changesvda2007-04-121-12/+12
* rename: run_applet_by_name -> run_applet_and_exitvda2007-04-111-1/+1
* Rename two config options:vda2007-04-101-3/+3
* make a few struct bb_applet members conditionalvda2007-04-101-1/+1
* msh: smallish code shrinkage; cosmeticsvda2007-04-091-68/+58
* make pidfile writing configurable.vda2007-03-271-5/+5
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)vda2007-03-241-43/+61
* dc: use common_bufsiz1 for evaluation stackvda2007-03-241-9/+8
* fix accumulated whitespace and indentation damagevda2007-03-201-23/+23
* add STANDALONE supportvapier2007-03-091-5/+73
* clean up accumulated whitespace damagevda2007-03-071-1/+1
* msh: fix my bugletvda2007-02-091-5/+8
* find: support for !vda2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* msh: cleaning up for -Wwrite-strings part #4vda2007-02-011-270/+287
* msh: cleaning up for -Wwrite-strings part #3vda2007-02-011-61/+57
* msh: cleaning up for -Wwrite-strings part #2vda2007-02-011-675/+648
* msh: cleaning up for -Wwrite-stringsvda2007-02-011-196/+236
* preparatory patch for -Wwrite-strings #2vda2007-01-291-14/+14
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-221-14/+14
* Convert cmdedit into more generic line input facilityvda2007-01-221-10/+16
* stty: fix width of a field for ppc32vda2007-01-011-2/+5
* msh: double "static char line[LINELIM]" etc deleted.vda2007-01-011-87/+138
* random tiny size savingsvda2006-12-241-5/+3
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* style cleanup: return(a) -> return a, part 2vda2006-11-271-139/+140
* style cleanup: return(a) -> return a, part 1vda2006-11-271-89/+89
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-1/+1
* remove duplicate flag declsvapier2006-11-151-3/+3
* silly size savings and capitalization fixesvda2006-10-261-2/+2
* add open_read_close() and similar stuffvda2006-10-141-3/+3
* Make a warning go away when standalone shell is disabled.landley2006-08-101-9/+8
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-40/+1
* Get rid of all "#if 0" content.rpjday2006-07-011-44/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-212/+207
* 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-251-310/+151
* assign default debug level to the MSHDEBUG definevapier2006-06-201-2/+1
* Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.landley2006-06-141-2/+1
* make the default prompt suck less when using fancy promptsvapier2006-06-061-2/+11
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+1
* use xmalloc()vapier2006-06-021-1/+1
* - use portability wrapper define bb_setpgrp.aldot2006-05-261-1/+1
* didnt mean to commit debug enablevapier2006-05-051-1/+1