提交歷史

作者 SHA1 備註 提交日期
  Denys Vlasenko 2634bf366b randomconfig fixes 15 年之前
  Denys Vlasenko d6b05eb9c2 hush: make builtins work in pipes (eval ... | ...) on NOMMU 15 年之前
  Denys Vlasenko d5f1b1bbe0 *: add FAST_FUNC to function ptrs where it makes sense 15 年之前
  Denis Vlasenko 5e34ff29bc *: mass renaming of USE_XXXX to IF_XXXX 15 年之前
  Denis Vlasenko eb85849b50 hush: deal with umask TODO (symbolic modes) 15 年之前
  Denis Vlasenko 135cecbbce ash: fix warning in debug build 15 年之前
  Denis Vlasenko 34d4d89b2d hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting 15 年之前
  Denis Vlasenko b29eb6ed25 shells: do not need to have math state global 15 年之前
  Denis Vlasenko 0dfe1d26a9 fix ash-alias/alias.tests failure 15 年之前
  Mike Frysinger 98c52645c0 split math code out of ash and into a standalone library so we can use it in any shell (like hush!) 15 年之前
  Denis Vlasenko 551ffdccea more of pointless whitespace fixes 15 年之前
  Denis Vlasenko f6fbd62760 ash: add/improve comments, no code changes 15 年之前
  Denis Vlasenko 46aeab9a34 ash: fix $IFS handling in read. closes bug 235 15 年之前
  Denis Vlasenko 5368ad53e9 ash: expand comment 15 年之前
  Denis Vlasenko 1bb3d7e450 ash: add missing comma in debug scaffolding 15 年之前
  Denis Vlasenko b9e70ddf2d ash: fix a case where we close wrong descriptor; add debug hack for that 15 年之前
  Denis Vlasenko f173395c4a ash: DEBUG should be 0 :) 15 年之前
  Denis Vlasenko b21f379639 ash: fix TRACE commands 15 年之前
  Denis Vlasenko 653d8e79b2 ash: make evaltree save/restore int suppression depth. 15 年之前
  Denis Vlasenko 4b875708c1 ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler 15 年之前
  Denis Vlasenko 7f88e34e1a ash: tentatively fix bug 189. 15 年之前
  Denis Vlasenko 5c2b81470d ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy 15 年之前
  Denis Vlasenko 9604e1b8fc modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" 15 年之前
  Denis Vlasenko 8ad78e1ec7 ash: make dot command search current directory first, as bash does. 16 年之前
  Denis Vlasenko 4e12b1a2a9 libbb: introduce and use xmalloc_ttyname (-32 in bss). 16 年之前
  Denis Vlasenko 68819d1232 ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case 16 年之前
  Denis Vlasenko 81c3a1d0b2 ash: remove TODO which seems to actually work now. 16 年之前
  Denis Vlasenko f8535ccd65 ash: finally installed it as /bin/sh on my machine. 16 年之前
  Denis Vlasenko e27dafd338 ash: add FIXME 16 年之前
  Denis Vlasenko 7b2294edff ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX" 16 年之前