aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hush: remove stray semicolon (should change nothing)vda2007-04-181-3/+3
* shells: remove few statics and duplicated codevda2007-04-162-42/+28
* style fixes, no code changesvda2007-04-161-1/+2
* msh: style fixesvda2007-04-142-6/+10
* lineedit: nuke two unused variables and code which sets themvda2007-04-141-34/+33
* lash: recognize and use NOFORK appletsvda2007-04-142-44/+46
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-143-28/+24
* teach find_root_device to deal with /dev/ subdirsvda2007-04-131-1/+2
* hush: more style fixes.vda2007-04-131-64/+66
* hush: comment out and replace bug in set_local_var:vda2007-04-131-44/+46
* shell/: add SUSv3 doc for fast & easy referencevda2007-04-131-0/+0
* lash: "forking" applets are actually can be treated the same way as "non-fork...vda2007-04-121-42/+27
* fix realloc-of-non-malloced pointer, and reduce size while at itvda2007-04-122-15/+15
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-123-15/+15
* style fixes. No code changesvda2007-04-122-18/+18
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-112-4/+2
* ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)vda2007-04-111-1/+1
* style fixes, no code changes.vda2007-04-112-2/+2
* rename: run_applet_by_name -> run_applet_and_exitvda2007-04-114-4/+4
* Rename two config options:vda2007-04-105-11/+11
* make a few struct bb_applet members conditionalvda2007-04-102-2/+2
* style fixes. No code changes.vda2007-04-102-6/+6
* - use skip_non_whitespace() where appropriatealdot2007-04-101-1/+1
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda2007-04-091-52/+7
* msh: smallish code shrinkage; cosmeticsvda2007-04-091-68/+58
* add some missed statics on constant objects.vda2007-04-082-4/+10
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-2/+2
* lash: make -c work; crush buffer overrun and free of non-malloced ptrvda2007-03-311-9/+6
* lash: style cleanupvda2007-03-311-81/+84
* 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
* random style fixes (extra spaces deleted)vda2007-03-242-4/+4
* dc: use common_bufsiz1 for evaluation stackvda2007-03-241-9/+8
* ash: fix signal handlingvda2007-03-211-7/+16
* fix accumulated whitespace and indentation damagevda2007-03-206-30/+30
* ash: popstackmark is reported trying to pop until NULLvda2007-03-131-0/+3
* add STANDALONE supportvapier2007-03-091-5/+73
* clean up accumulated whitespace damagevda2007-03-073-3/+3
* ash: "here document" testcasesvda2007-03-052-0/+115
* add ash testcasesvda2007-03-052-0/+29
* small ash testsuite, adapted from bashvda2007-03-0513-0/+978
* ash: cosmetic improvements in error messagesvda2007-03-051-21/+22
* ash: do not use "safe applets" in non-standalone shellvda2007-03-031-24/+26
* ash: replace xstrdup (shell shall not die)vda2007-02-251-2/+2
* ash: fix compile problemsvda2007-02-241-1/+4
* ash: cleanup part 2.8vda2007-02-231-75/+57
* ash: cleanup part 2.7vda2007-02-231-491/+471
* ash: cleanup part 2.6vda2007-02-231-207/+195
* ash: cleanup part 2.5vda2007-02-231-158/+159
* ash: cleanup part 2.4vda2007-02-231-1548/+1541