index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2008-06-10
hush: fix yet another fallout
Denis Vlasenko
2008-06-10
hush: fix some fallout from prev commits, add testsuite
Denis Vlasenko
2008-06-10
hush: search/and/replace style cleanups, no code changes
Denis Vlasenko
2008-06-10
hush: fix two nasty bugs:
Denis Vlasenko
2008-06-10
hush: fix a memory leak in NOMMU case
Denis Vlasenko
2008-06-09
less: fix a case when regexp matches ""
Denis Vlasenko
2008-06-09
reword the error msg so people realize that they broke it, they buy it
Mike Frysinger
2008-06-09
cosmetics
Denis Vlasenko
2008-06-09
msh_function.patch: picked it up in the wild.
Denis Vlasenko
2008-06-09
msh: style cleanups. No code changes.
Denis Vlasenko
2008-06-08
hush: add yet another bug to testsuite :(
Denis Vlasenko
2008-06-05
ash testsuite: modify it so that it can run hush and msh tests
Denis Vlasenko
2008-06-01
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
msh: fix ENOENT testcase
Denis Vlasenko
2008-05-30
msh: fix the case where the file has exec bit but can't be run directly
Denis Vlasenko
2008-05-25
hush: make it ignore SIGINT etc in a config wich has no job control
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-18
ash: more of -Wall fixes
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-14
fix by Jie Zhang for exit status and POSIX compliance:
Mike Frysinger
2008-05-06
ash: make set -o and set +o work as in dash/bash.
Denis Vlasenko
2008-04-15
trivial fixes to make bbox compile with gcc 4.3.0
Denis Vlasenko
2008-04-14
ash: fix breakage introduced in rev 21481.
Denis Vlasenko
2008-04-13
ash: add another testsuite entry ("leaking variables" bug)
Denis Vlasenko
2008-04-13
ash: speed up NOFORK code in ash by eliminating second find_applet().
Denis Vlasenko
2008-04-12
ash: a bit more complete POSIX subst testsuite entry
Denis Vlasenko
2008-04-12
ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}
Denis Vlasenko
2008-04-12
ash: add FEATURE_SH_NOFORK support
Denis Vlasenko
2008-04-12
ash: do not do find_applet() twice in shellexec/tryexec
Denis Vlasenko
2008-04-11
fix build with gcc -combine
Denis Vlasenko
2008-04-01
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-03-25
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2008-03-25
ash: comment about [[; code style fixes. No code changes.
Denis Vlasenko
2008-03-25
ash: optional bash-like pattern subst and substring opts
Denis Vlasenko
2008-03-25
ash: add read -u; fix read -t and read -n; add testsuite entries.
Denis Vlasenko
2008-03-24
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
lpr: add more accurate comments
Denis Vlasenko
2008-03-24
lpd: fix OOM vulnerability (was eating arbitrarily large commands)
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-20
*: use fopen_or_warn in few more places
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
Denis Vlasenko
2008-03-12
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-02
msh: create testsuite (based on hush one)
Denis Vlasenko
2008-03-02
msh: a few fields renamed; short->int conversion for a field
Denis Vlasenko
2008-03-02
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
msh: renames: ->words => ->op_words, space() => get_space()
Denis Vlasenko
[prev]
[next]