Commit Graph

6 Commits

Author SHA1 Message Date
Stephen Heumann 16cd3c0619 Merge with BusyBox 1.24.0.
There's really only one bug fix in here that should be significant for GNO hush. The other changes should be inconsequential, AFAIK.
2015-10-17 01:10:35 -05:00
Stephen Heumann 63f74a5ee7 Add sample startup scripts 2015-01-01 13:19:05 -06:00
Stephen Heumann 88869883b0 Update makefile, adding in functionality that was in extra scripts 2014-12-27 11:33:31 -06:00
Stephen Heumann f101f364bc Enable a couple optimizations that aren't reported to be buggy. 2014-12-27 10:07:53 -06:00
Stephen Heumann 4c37e05f0c Reduce stack size to 3k.
Hush uses recursion for (at least) parsing nested constructs like { ... }, so it's possible for pathological/malicious scripts to overflow the stack, but this should be enough for just about anything non-pathological (e.g. up to about 10 levels of nested { }).
2014-12-26 16:33:17 -06:00
Stephen Heumann 12d172a1d9 GNO Makefile updates
1) Rename to Makefile.mk
2) Use *.o rather than *.a for object files
3) Reduce stack size to 4096 (may reduce further later)
2014-12-15 16:35:34 -06:00