aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: make Ctrl-Z work (at least sometimes)vda2007-04-212-176/+229
* hust: add a commentvda2007-04-211-0/+4
* hush: fix more backgrounding bugs. Plenty of them remains still.vda2007-04-212-11/+29
* hush: explain why "pipe; exit $?" doesn't show correct exitcodevda2007-04-212-12/+21
* hush: do not print message if killed by signal;vda2007-04-211-122/+115
* hush: begin fixing non-functional job controlvda2007-04-212-72/+204
* hush: small code shrink; style fixesvda2007-04-202-51/+58
* dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)vda2007-04-191-2/+68
* doc: add README on shell job controlvda2007-04-191-0/+237
* ps: add -o tty and -o rss supportvda2007-04-191-1/+1
* 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