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-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
2009-03-28
Mike Frysinger
update the normally disabled debug code around the...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
randomtest fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
add hush tests for parameter expansion
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
implement most POSIX parameter expansions (~+500bytes)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
make sure we exit based on test failure rather than...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
split up feature todo by posix/bash
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
unify `set` handling with command line processing,...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
handle the "-s" command line option that POSIX requires
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
rename "-f" (fake) option to "-n" to match POSIX
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
tweak format modifier in debug code to fixup gcc warning
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
convert some of the ENABLE_FEATURE_EDITING from CPP...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
stop lying about [[ test support
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
mkfs.vfat: fix a problem with over-estimating FAT size
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Mike Frysinger
make lash deprecation more prominent
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
mkfs.vfat: mkdosfs compat with choosing clyster size
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
mkfs.vfat: more of pointless tweaking
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
mkfs.vfat: small tweak to comments
commit
|
commitdiff
|
tree
|
snapshot
2009-03-28
Denis Vlasenko
mkdosfs (aka mkfs.vfat): new applet by Vladimir
commit
|
commitdiff
|
tree
|
snapshot
2009-03-27
Denis Vlasenko
ls: warning fix
commit
|
commitdiff
|
tree
|
snapshot
2009-03-27
Denis Vlasenko
tail: fix tail +N syntax not working. Closes bug 221.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-26
Mike Frysinger
enable most job functions on no-mmu systems
commit
|
commitdiff
|
tree
|
snapshot
2009-03-25
Denis Vlasenko
tftp: when we infer local name from remote (-r [/]path...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-23
Mike Frysinger
do not make startup banner depend on job support
commit
|
commitdiff
|
tree
|
snapshot
2009-03-23
Denis Vlasenko
libbb: revent previous version of "concurrent history...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-22
Mike Frysinger
move parse_stream out of ENABLE_HUSH_TICK to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-22
Denis Vlasenko
libbb: make history saving/loading concurrent-safe
commit
|
commitdiff
|
tree
|
snapshot
2009-03-22
Denis Vlasenko
timeout: fix parsing of -t NUM on MMU
commit
|
commitdiff
|
tree
|
snapshot
2009-03-22
Denis Vlasenko
hush: rearrange functions to reduce amount of forward...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-22
Denis Vlasenko
hush: fix segv at repeated "set -- a b c" + "shift"
commit
|
commitdiff
|
tree
|
snapshot
2009-03-21
Denis Vlasenko
hush: fix strcpy of potentially overlapping strings
commit
|
commitdiff
|
tree
|
snapshot
2009-03-21
Denis Vlasenko
msh testsuite: fix false positive, tweak run stript
commit
|
commitdiff
|
tree
|
snapshot
2009-03-21
Denis Vlasenko
ls: make readlink error to not disrupt output (try...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
cpio: more compat: -0 and -L options
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
Compatibility fixes:
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
cd: "support" -v by ignoring it
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
hush: tweak testsuite
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
hush: fix bug 207 and "hush -c" parameter passing.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
ash: expand comment
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
hush: fix set [--] params. Closes bug 199.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
ash: add missing comma in debug scaffolding
commit
|
commitdiff
|
tree
|
snapshot
2009-03-20
Denis Vlasenko
ash: fix a case where we close wrong descriptor; add...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-19
Denis Vlasenko
ash: DEBUG should be 0 :)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-19
Denis Vlasenko
ash: fix TRACE commands
commit
|
commitdiff
|
tree
|
snapshot
2009-03-19
Denis Vlasenko
ash: make evaltree save/restore int suppression depth.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-19
Denis Vlasenko
doc update
commit
|
commitdiff
|
tree
|
snapshot
2009-03-19
Denis Vlasenko
ash: in dotrap(), do not clear gotsig[] for SIGINT...
commit
|
commitdiff
|
tree
|
snapshot
next