- 609f2ab hush: enable NOMMU re-execution logic. Some testsuite entries by Denis Vlasenko · 16 years ago
- 9aa7d6f hush: preparatory patch for NOMMU-safe { list } handling. by Denis Vlasenko · 16 years ago
- 42e78b9 ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/ by Denis Vlasenko · 16 years ago
- 34d4d89 hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting by Denis Vlasenko · 16 years ago
- 552433b hush: fix "var=val >file" not creating file by Denis Vlasenko · 16 years ago
- a24c8ca hush: remove code which errors out on $- and $_, it's useless; by Denis Vlasenko · 16 years ago
- 7c98612 hush: remove CHAR_xxx constants by Denis Vlasenko · 16 years ago
- 6da69cd hush: get rid of charmap[] by Denis Vlasenko · 16 years ago
- dfa9de7 simplify maybe_die() slightly by Mike Frysinger · 16 years ago
- db2a9b6 hush: finally make `cmd` safe on NOMMU by Denis Vlasenko · 16 years ago
- e0755e5 hush: yet another randomconfig fix by Denis Vlasenko · 16 years ago
- cc8289d shell/math: randomconfig fix by Denis Vlasenko · 16 years ago
- 60b392f hush: randomconfig fixes by Denis Vlasenko · 16 years ago
- b6e6556 hush: improve parse_stream: does not require parsing context struct; by Denis Vlasenko · 16 years ago
- 240c255 hush: simplify parse_stream by Denis Vlasenko · 16 years ago
- 3718168 hush: fix bug with local environment vars in pipes; simplify parse_stream() by Denis Vlasenko · 16 years ago
- f9f7429 hush: explain parsing context structure by Denis Vlasenko · 16 years ago
- 027e3fd hush: straighten parse_stream() API a bit by Denis Vlasenko · 16 years ago
- a36258f trim trailing slashes from specified subdir so we output to the right place by Mike Frysinger · 16 years ago
- b7aaae9 hush: rename ->o_quote to ->o_escape by Denis Vlasenko · 16 years ago
- 7a79afa Arithmetic Expansion is supported now in hush, so drop from TODO by Mike Frysinger · 16 years ago
- f328e00 hush: do not inadvertently parse $((1 + "22")) as ok. -20 bytes code size by Denis Vlasenko · 16 years ago
- 2f1d394 hush: make a=55; echo $(($a + 1)) $((1 + $((2)) + `echo $a`)) work as expected by Denis Vlasenko · 16 years ago
- b29eb6e shells: do not need to have math state global by Denis Vlasenko · 16 years ago
- 0dfe1d2 fix ash-alias/alias.tests failure by Denis Vlasenko · 16 years ago
- 98c5264 split math code out of ash and into a standalone library so we can use it in any shell (like hush!) by Mike Frysinger · 16 years ago
- 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
- bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
- 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
- 88b8f0a sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
- d308106 hust_test/*: use "$THIS_SH" instead of hush by Denis Vlasenko · 16 years ago
- 9983d80 volumeid: fix bug 249 "findfs finds the wrong partition" by Denis Vlasenko · 16 years ago
- f6fbd62 ash: add/improve comments, no code changes by Denis Vlasenko · 16 years ago
- 46aeab9 ash: fix $IFS handling in read. closes bug 235 by Denis Vlasenko · 16 years ago
- 7566bae hush: fix wait builtin by Denis Vlasenko · 16 years ago
- 70c6e40 libbb: fix typo in comment by Denis Vlasenko · 16 years ago
- 1b62ead hush: don't lie in comment by Denis Vlasenko · 16 years ago
- 7b830e7 hush: fix comments, no code changes by Denis Vlasenko · 16 years ago
- 422cd7c hush: make ^C work again, ^Z probably isn't working by Denis Vlasenko · 16 years ago
- abedaac hush: do not reset sighaldlers after fork - instead, prevent them from doing any harm by Denis Vlasenko · 16 years ago
- d576293 hush: rework signal and trap handling. Some smaller bits are TODO, by Denis Vlasenko · 16 years ago
- d690f68 implement `unset` semantics as required by POSIX by Mike Frysinger · 16 years ago
- 5f9f150 fix DOC build output to be like kbuild standard by Mike Frysinger · 16 years ago
- 0080ea7 update `trap` poisx link by Mike Frysinger · 16 years ago
- 87824e0 do not automatically display job information when the shell is not interactive by Mike Frysinger · 16 years ago
- 681a4b7 enable trap tests by Mike Frysinger · 16 years ago
- 9f8128f first pass at `trap` support in hush by Mike Frysinger · 16 years ago
- 0d907ea modutils: dont pass NULL options to init_module() by Denis Vlasenko · 16 years ago
- a83dbd4 build system: hdparm -d is not that dangerous, remove warning by Denis Vlasenko · 16 years ago
- a6eb7f4 sendmail: add more example in usage text by Denis Vlasenko · 16 years ago
- e1de3af module loading for 2.4: use fd-based io instead of FILE based; by Denis Vlasenko · 16 years ago
- fd303b1 add test cases for `trap` ... but disabled for now until trap support is committed by Mike Frysinger · 16 years ago
- 038fe44 sysctl: move code around to get rid of forward references. by Denis Vlasenko · 16 years ago
- 5a6617a sysctl: fix broken -p [file] - close bug 231 by Denis Vlasenko · 16 years ago
- b975feb mark msh as deprecated by Mike Frysinger · 16 years ago
- 40b8dc4 use bb_strtou() in umask/wait and check errno to see if there was a problem rather than using endp by Mike Frysinger · 16 years ago
- 8ec1c9d make sure we check job status whenever updating the prompt by Mike Frysinger · 16 years ago
- 0b87e4a test for invalid named variables by Mike Frysinger · 16 years ago
- 7c3e52c do not let handle_dollar() accept vars that start with a digit by Mike Frysinger · 16 years ago
- 56bdea1 implement `wait` builtin by Mike Frysinger · 16 years ago
- e61f07f remove ((expr)) bash'ism by Denis Vlasenko · 16 years ago
- 701ac18 randomconfig fix by Denis Vlasenko · 16 years ago
- 5a82845 update the normally disabled debug code around the syntax() func to use new maybe_die() by Mike Frysinger · 16 years ago
- a2333c8 randomtest fixes by Denis Vlasenko · 16 years ago
- 78f9d8e add hush tests for parameter expansion by Mike Frysinger · 16 years ago
- 6379bb4 implement most POSIX parameter expansions (~+500bytes) by Mike Frysinger · 16 years ago
- 42ab865 make sure we exit based on test failure rather than always exiting with 0 by Mike Frysinger · 16 years ago
- 25a6ca0 split up feature todo by posix/bash by Mike Frysinger · 16 years ago
- ad88d5a unify `set` handling with command line processing, fixup `set` argv processing so it doesnt clobber argv when setting options, and barf on unhandled set options by Mike Frysinger · 16 years ago
- 19a7ea1 handle the "-s" command line option that POSIX requires by Mike Frysinger · 16 years ago
- a71cfa8 rename "-f" (fake) option to "-n" to match POSIX by Mike Frysinger · 16 years ago
- d006edb tweak format modifier in debug code to fixup gcc warning by Mike Frysinger · 16 years ago
- ec2c655 convert some of the ENABLE_FEATURE_EDITING from CPP if to C if by Mike Frysinger · 16 years ago
- 39456a1 stop lying about [[ test support by Mike Frysinger · 16 years ago
- 781b672 mkfs.vfat: fix a problem with over-estimating FAT size by Denis Vlasenko · 16 years ago
- 70a2c8d make lash deprecation more prominent by Mike Frysinger · 16 years ago
- f54dd09 mkfs.vfat: mkdosfs compat with choosing clyster size by Denis Vlasenko · 16 years ago
- 14ee4e6 mkfs.vfat: more of pointless tweaking by Denis Vlasenko · 16 years ago
- 020f465 mkfs.vfat: small tweak to comments by Denis Vlasenko · 16 years ago
- 9d04b6b mkdosfs (aka mkfs.vfat): new applet by Vladimir by Denis Vlasenko · 16 years ago
- 4d3a812 ls: warning fix rm: accept and ignore -v (verbose) by Denis Vlasenko · 16 years ago
- 3603cd2 tail: fix tail +N syntax not working. Closes bug 221. by Denis Vlasenko · 16 years ago
- bfc0fae enable most job functions on no-mmu systems by Mike Frysinger · 16 years ago
- f9beb61 tftp: when we infer local name from remote (-r [/]path/path/file), by Denis Vlasenko · 16 years ago
- b2705e1 do not make startup banner depend on job support by Mike Frysinger · 16 years ago
- c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
- ddbee97 move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build error by Mike Frysinger · 16 years ago
- 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
- 3fd1046 timeout: fix parsing of -t NUM on MMU by Denis Vlasenko · 16 years ago
- 424f79b hush: rearrange functions to reduce amount of forward references. by Denis Vlasenko · 16 years ago
- e1300f6 hush: fix segv at repeated "set -- a b c" + "shift" by Denis Vlasenko · 16 years ago
- 786ce17 hush: fix strcpy of potentially overlapping strings by Denis Vlasenko · 16 years ago
- ccff0b9 msh testsuite: fix false positive, tweak run stript by Denis Vlasenko · 16 years ago
- 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago
- 05af832 cpio: more compat: -0 and -L options by Denis Vlasenko · 16 years ago
- 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
- 0b28103 cd: "support" -v by ignoring it by Denis Vlasenko · 16 years ago
- feecc7b hush: tweak testsuite by Denis Vlasenko · 16 years ago
- a8b6dff hush: fix bug 207 and "hush -c" parameter passing. by Denis Vlasenko · 16 years ago
- 5368ad5 ash: expand comment by Denis Vlasenko · 16 years ago