projects
/
oweals
/
busybox.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/busybox.git
2009-04-07
Mike Frysinger
implement support for parameter substitution via #...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-07
Denis Vlasenko
hush: heredoc support, based on patch by Mike Frysinger...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: s/last_return_code/last_exitcode/g
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: fix "if false; then...fi" exitcode;
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
make hush-misc/*.tests executable
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: fix a bunch of obscure while/until/continue bugs
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
*.tests should be executable
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
move hush-parsing/and-or.tests to hush-misc/*
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Mike Frysinger
add some brute force logic tests
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: fix "false && echo yes || echo no" bug 265
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: beautify re_execute_shell more
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: drop allocations in re_execute_shell
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Mike Frysinger
add tests for basic fd open/close/dupe
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Mike Frysinger
fix #>&- syntax for closing fds
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Mike Frysinger
fix redir1 tests -- usleep isnt standard in $PATH
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: micro-optimization. -37 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: more efficient filtering of "safe" arithmetic
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: add <> and () as "safe" arith chars
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: print cd error to stderr; use fopen_or_warn in...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: fix "export a=a b=b" (was not setting and exporti...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: update TODO list; + my usual pointless tweaks :(
commit
|
commitdiff
|
tree
|
snapshot
2009-04-06
Denis Vlasenko
hush: mark SIGHUP TODOs better; don't disable SIGHUP...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: cosmetics, no code changes
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
modprobe/insmod for 2.4: support compressed modules.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: strip NULs from file input, they are PITA/impossi...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Mike Frysinger
drop HUSH_VER_STR since it has no relevance anymore...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: fix trap clearing in subshells on MMU; simplify...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: audit and fix "interactive shell" setup code.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: pass $! thru re-execution; try harder on re-exec...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: suppress bogus warning from 4.2.1
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
build system tweaks to account for latest hush changes
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: randomconfig fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: plug the leak on NOMMU re-execute path
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
fixing mode on hush-leak/leak_argv1.tests
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
fixing mode on hush-leak/leak_argv1.tests
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: fix passing of $n on NOMMU
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: fix hush-misc/break5.tests NOMMU failure
commit
|
commitdiff
|
tree
|
snapshot
2009-04-05
Denis Vlasenko
hush: fix all testsuite failures on NOMMU except memory...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
hush: enable NOMMU re-execution logic. Some testsuite...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
hush: preparatory patch for NOMMU-safe { list } handling.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotte...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
hush: fix "var=val >file" not creating file
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
hush: remove code which errors out on $- and $_, it...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
hush: remove CHAR_xxx constants
commit
|
commitdiff
|
tree
|
snapshot
2009-04-04
Denis Vlasenko
hush: get rid of charmap[]
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Mike Frysinger
simplify maybe_die() slightly
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
hush: finally make `cmd` safe on NOMMU
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
hush: yet another randomconfig fix
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
shell/math: randomconfig fix
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
hush: randomconfig fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
hush: improve parse_stream: does not require parsing...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
hush: simplify parse_stream
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
hush: fix bug with local environment vars in pipes...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-03
Denis Vlasenko
hush: explain parsing context structure
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Denis Vlasenko
hush: straighten parse_stream() API a bit
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Mike Frysinger
trim trailing slashes from specified subdir so we outpu...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Denis Vlasenko
hush: rename ->o_quote to ->o_escape
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Mike Frysinger
Arithmetic Expansion is supported now in hush, so drop...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Denis Vlasenko
hush: do not inadvertently parse $((1 + "22")) as ok.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Denis Vlasenko
hush: make
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Denis Vlasenko
shells: do not need to have math state global
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Denis Vlasenko
fix ash-alias/alias.tests failure
commit
|
commitdiff
|
tree
|
snapshot
2009-04-02
Mike Frysinger
split math code out of ash and into a standalone librar...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-01
Denis Vlasenko
more of pointless whitespace fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-04-01
Denis Vlasenko
dhcpd: remember and record hostnames; optimize get_option
commit
|
commitdiff
|
tree
|
snapshot
2009-04-01
Denis Vlasenko
trailing whitespace removal
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
sendmail: update by Vladimir
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
hust_test/*: use "$THIS_SH" instead of hush
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
volumeid: fix bug 249 "findfs finds the wrong partition"
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
ash: add/improve comments, no code changes
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
ash: fix $IFS handling in read. closes bug 235
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
hush: fix wait builtin
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
libbb: fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
hush: don't lie in comment
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
hush: fix comments, no code changes
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
hush: make ^C work again, ^Z probably isn't working
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
hush: do not reset sighaldlers after fork - instead...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-31
Denis Vlasenko
hush: rework signal and trap handling. Some smaller...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-30
Mike Frysinger
implement `unset` semantics as required by POSIX
commit
|
commitdiff
|
tree
|
snapshot
2009-03-30
Mike Frysinger
fix DOC build output to be like kbuild standard
commit
|
commitdiff
|
tree
|
snapshot
2009-03-30
Mike Frysinger
update `trap` poisx link
commit
|
commitdiff
|
tree
|
snapshot
2009-03-30
Mike Frysinger
do not automatically display job information when the...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Mike Frysinger
enable trap tests
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Mike Frysinger
first pass at `trap` support in hush
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Denis Vlasenko
modutils: dont pass NULL options to init_module()
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Denis Vlasenko
build system: hdparm -d is not that dangerous, remove...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Denis Vlasenko
sendmail: add more example in usage text
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Denis Vlasenko
module loading for 2.4: use fd-based io instead of...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Mike Frysinger
add test cases for `trap` ... but disabled for now...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Denis Vlasenko
sysctl: move code around to get rid of forward references.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Denis Vlasenko
sysctl: fix broken -p [file] - close bug 231
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Mike Frysinger
mark msh as deprecated
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Mike Frysinger
use bb_strtou() in umask/wait and check errno to see...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-29
Mike Frysinger
make sure we check job status whenever updating the...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
test for invalid named variables
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
do not let handle_dollar() accept vars that start with...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
implement `wait` builtin
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
remove ((expr)) bash'ism
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
randomconfig fix
commit
|
commitdiff
|
tree
|
snapshot
next