index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-25
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2021-09-25
libbb/lineedit: tweak #if indenting, no code changes
Denys Vlasenko
2021-09-21
cal: implement -m
Ron Yorston
2021-09-18
libbb: code shrink parse_datestr (again)
Ron Yorston
2021-09-17
libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion
Denys Vlasenko
2021-09-17
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
2021-09-17
libbb: ensure mode_string is NUL terminated
Ron Yorston
2021-09-17
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
libbb: code shrink bb_parse_mode
Denys Vlasenko
2021-09-17
chmod: correctly report changed modes
Denys Vlasenko
2021-09-17
date,touch: allow timezone offsets in dates
Ron Yorston
2021-09-16
getopt: code shrink
Ron Yorston
2021-09-15
ash: introduce bash-like $FUNCNAME
Denys Vlasenko
2021-09-15
libbb: code shrink parse_datestr
Ron Yorston
2021-09-14
ash: let ignoreeof only affect interactive shells
Ron Yorston
2021-09-14
ash: stopped jobs should only prevent exit from interactive shell
Ron Yorston
2021-09-14
ash: fix ignoreeof option
Ron Yorston
2021-09-11
df: "support" -H as an alias of -h
Denys Vlasenko
2021-09-10
httpd: fix config deps
Denys Vlasenko
2021-09-10
libbb: reuse "bad port" error message string
Denys Vlasenko
2021-09-10
blkdiscard: accept -f (force) as no-op
Denys Vlasenko
2021-09-09
basename: implement -a and -s SUFFIX
Denys Vlasenko
2021-09-09
libbb: make bb_lookup_port() abort on bad port names
Denys Vlasenko
2021-09-09
httpd,telnetd: make default port configurable
Sergey Ponomarev
2021-09-09
awk: never return NULL from awk_printf()
Denys Vlasenko
2021-09-09
awk: code shrink
Denys Vlasenko
2021-09-09
awk: code shrink: avoid duplicate NUL checks and strlen()
Denys Vlasenko
2021-09-09
awk: fix read beyond end of buffer
Ron Yorston
2021-09-09
ash: eval: Prevent recursive PS4 expansion
Denys Vlasenko
2021-09-08
ash: parser: Get rid of PEOA
Denys Vlasenko
2021-09-08
ash: parser: Fix alias expansion after heredoc or newlines
Denys Vlasenko
2021-09-08
ash: use pgetc_eatbnl() in more places, take 3
Denys Vlasenko
2021-09-08
ash: parser: Save and restore heredoclist in expandstr
Denys Vlasenko
2021-09-08
ash: parser: Fix handling of empty aliases
Denys Vlasenko
2021-09-07
shuf: add a TODO, code shrink
Denys Vlasenko
2021-09-07
hush: fix var_LINENO3.tests failure
Denys Vlasenko
2021-09-07
shell/ash_test/run-all: unset locale/language variables
Denys Vlasenko
2021-09-07
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs
Denys Vlasenko
2021-09-07
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
2021-09-07
ash: eval: Do not cache value of eflag in evaltree
Denys Vlasenko
2021-09-07
ash: eval: Check nflag in evaltree instead of cmdloop
Denys Vlasenko
2021-09-07
ash: add bash-like ERR trap and set -E
Roberto A. Foglietta
2021-09-06
chat: hopefully fix infinite spinning on input EOF
Denys Vlasenko
2021-09-05
awk: fix printf %%
Daniel Thau
2021-09-04
shuf: make -i 99999999990-100000000000 work even on 32 bits
Denys Vlasenko
2021-09-04
udhcp: add comments, no code changes
Denys Vlasenko
2021-09-02
examples/var_service/fw/run: allow extif's to be more than one iface
Denys Vlasenko
2021-09-02
ash: regressions in process substitution
Ron Yorston
[next]