| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | vda | 2007-04-14 | 1 | -3/+1 |
* | teach find_root_device to deal with /dev/ subdirs | vda | 2007-04-13 | 1 | -1/+2 |
* | ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) | vda | 2007-04-11 | 1 | -1/+1 |
* | Rename two config options: | vda | 2007-04-10 | 1 | -4/+4 |
* | make a few struct bb_applet members conditional | vda | 2007-04-10 | 1 | -1/+1 |
* | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | vda | 2007-04-09 | 1 | -52/+7 |
* | add some missed statics on constant objects. | vda | 2007-04-08 | 1 | -3/+8 |
* | ash: fix signal handling | vda | 2007-03-21 | 1 | -7/+16 |
* | ash: popstackmark is reported trying to pop until NULL | vda | 2007-03-13 | 1 | -0/+3 |
* | clean up accumulated whitespace damage | vda | 2007-03-07 | 1 | -1/+1 |
* | 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 |
* | ash: starting second round of cleanups. #1 | vda | 2007-02-23 | 1 | -1349/+1327 |
* | ash: cleanup part 9 | vda | 2007-02-23 | 1 | -1658/+1579 |
* | ash: cleanup part 8 | vda | 2007-02-23 | 1 | -524/+441 |
* | ash: cleanup part 7 | vda | 2007-02-23 | 1 | -217/+191 |
* | ash: cleanup part 6 | vda | 2007-02-23 | 1 | -294/+283 |
* | ash: cleanup part 5 | vda | 2007-02-23 | 1 | -464/+439 |
* | ash: cleanup part 4 | vda | 2007-02-23 | 1 | -647/+597 |
* | ash: cleanup part 3 | vda | 2007-02-23 | 1 | -42/+46 |
* | ash: cleanup part 2 | vda | 2007-02-23 | 1 | -1738/+1640 |
* | ash: cleanup part 1 | vda | 2007-02-23 | 1 | -586/+539 |
* | ash: move ash_main() and helpers to end of ash.c, more fuctions renamed, | vda | 2007-02-19 | 1 | -423/+382 |
* | ash: more renaming and style fixes | vda | 2007-02-19 | 1 | -126/+130 |
* | ash: rearrange code to reduce forward references, rename some functions | vda | 2007-02-19 | 1 | -657/+568 |
* | ash: tiny style fixes | vda | 2007-02-19 | 1 | -8/+16 |
* | ash: de-obfuscate code, add 'static' keyword, etc. | vda | 2007-02-18 | 1 | -364/+299 |
* | ash: convert #ifdef CONFIG_ to #if ENABLE_ | vda | 2007-02-18 | 1 | -163/+119 |
* | ash: fix indentation and style. no code changes | vda | 2007-02-18 | 1 | -599/+593 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -2/+2 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | vda | 2007-01-22 | 1 | -9/+9 |
* | Convert cmdedit into more generic line input facility | vda | 2007-01-22 | 1 | -54/+52 |
* | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | vda | 2007-01-21 | 1 | -0/+4 |
* | fix subtle bug inherited from dash | vda | 2007-01-18 | 1 | -4/+8 |
* | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 1 | -2/+2 |
* | execute "safe applets" exev if not standalone shell | vda | 2007-01-10 | 1 | -1/+1 |
* | ash: is_safe_applet mustn't affect disabled applets | vda | 2006-12-26 | 1 | -16/+33 |
* | merge post-1.3.0 fixes | vda | 2006-12-26 | 1 | -2/+2 |
* | style fixes | vda | 2006-12-26 | 1 | -6/+6 |
* | random tiny size savings | vda | 2006-12-24 | 1 | -11/+5 |
* | less: implement waiting for input using select(). Rather tricky business. | vda | 2006-12-24 | 1 | -1/+1 |