| Commit message (Expand) | Author | Age | Files | Lines |
* | style fixes, no code changes | vda | 2007-04-16 | 1 | -1/+2 |
* | msh: style fixes | vda | 2007-04-14 | 2 | -6/+10 |
* | lineedit: nuke two unused variables and code which sets them | vda | 2007-04-14 | 1 | -34/+33 |
* | lash: recognize and use NOFORK applets | vda | 2007-04-14 | 2 | -44/+46 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | vda | 2007-04-14 | 3 | -28/+24 |
* | teach find_root_device to deal with /dev/ subdirs | vda | 2007-04-13 | 1 | -1/+2 |
* | hush: more style fixes. | vda | 2007-04-13 | 1 | -64/+66 |
* | hush: comment out and replace bug in set_local_var: | vda | 2007-04-13 | 1 | -44/+46 |
* | shell/: add SUSv3 doc for fast & easy reference | vda | 2007-04-13 | 1 | -0/+0 |
* | lash: "forking" applets are actually can be treated the same way as "non-fork... | vda | 2007-04-12 | 1 | -42/+27 |
* | fix realloc-of-non-malloced pointer, and reduce size while at it | vda | 2007-04-12 | 2 | -15/+15 |
* | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | vda | 2007-04-12 | 3 | -15/+15 |
* | style fixes. No code changes | vda | 2007-04-12 | 2 | -18/+18 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 2 | -4/+2 |
* | ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) | vda | 2007-04-11 | 1 | -1/+1 |
* | style fixes, no code changes. | vda | 2007-04-11 | 2 | -2/+2 |
* | rename: run_applet_by_name -> run_applet_and_exit | vda | 2007-04-11 | 4 | -4/+4 |
* | Rename two config options: | vda | 2007-04-10 | 5 | -11/+11 |
* | make a few struct bb_applet members conditional | vda | 2007-04-10 | 2 | -2/+2 |
* | style fixes. No code changes. | vda | 2007-04-10 | 2 | -6/+6 |
* | - use skip_non_whitespace() where appropriate | aldot | 2007-04-10 | 1 | -1/+1 |
* | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | vda | 2007-04-09 | 1 | -52/+7 |
* | msh: smallish code shrinkage; cosmetics | vda | 2007-04-09 | 1 | -68/+58 |
* | add some missed statics on constant objects. | vda | 2007-04-08 | 2 | -4/+10 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | aldot | 2007-04-04 | 1 | -2/+2 |
* | lash: make -c work; crush buffer overrun and free of non-malloced ptr | vda | 2007-03-31 | 1 | -9/+6 |
* | lash: style cleanup | vda | 2007-03-31 | 1 | -81/+84 |
* | make pidfile writing configurable. | vda | 2007-03-27 | 1 | -5/+5 |
* | inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) | vda | 2007-03-24 | 1 | -43/+61 |
* | random style fixes (extra spaces deleted) | vda | 2007-03-24 | 2 | -4/+4 |
* | dc: use common_bufsiz1 for evaluation stack | vda | 2007-03-24 | 1 | -9/+8 |
* | ash: fix signal handling | vda | 2007-03-21 | 1 | -7/+16 |
* | fix accumulated whitespace and indentation damage | vda | 2007-03-20 | 6 | -30/+30 |
* | ash: popstackmark is reported trying to pop until NULL | vda | 2007-03-13 | 1 | -0/+3 |
* | add STANDALONE support | vapier | 2007-03-09 | 1 | -5/+73 |
* | clean up accumulated whitespace damage | vda | 2007-03-07 | 3 | -3/+3 |
* | ash: "here document" testcases | vda | 2007-03-05 | 2 | -0/+115 |
* | add ash testcases | vda | 2007-03-05 | 2 | -0/+29 |
* | small ash testsuite, adapted from bash | vda | 2007-03-05 | 13 | -0/+978 |
* | ash: cosmetic improvements in error messages | vda | 2007-03-05 | 1 | -21/+22 |
* | ash: do not use "safe applets" in non-standalone shell | vda | 2007-03-03 | 1 | -24/+26 |
* | ash: replace xstrdup (shell shall not die) | vda | 2007-02-25 | 1 | -2/+2 |
* | ash: fix compile problems | vda | 2007-02-24 | 1 | -1/+4 |
* | ash: cleanup part 2.8 | vda | 2007-02-23 | 1 | -75/+57 |
* | ash: cleanup part 2.7 | vda | 2007-02-23 | 1 | -491/+471 |
* | ash: cleanup part 2.6 | vda | 2007-02-23 | 1 | -207/+195 |
* | ash: cleanup part 2.5 | vda | 2007-02-23 | 1 | -158/+159 |
* | ash: cleanup part 2.4 | vda | 2007-02-23 | 1 | -1548/+1541 |
* | ash: cleanup part 2.3 | vda | 2007-02-23 | 1 | -74/+69 |
* | ash: cleanup part 2.2 | vda | 2007-02-23 | 1 | -148/+146 |