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
2023-08-31
ash: initialize basepf.buf in ash
zhuyan
2023-07-18
libbb: rename source files, no code changes
Denys Vlasenko
2023-07-17
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
getfattr: fix "getfattr NOTEXIST" - now prints error msg
Denys Vlasenko
2023-07-16
getfattr: new applet
YU Jincheng
2023-07-14
hwclock: force LONG_OPTS, stop accepting non-compatible -t
Denys Vlasenko
2023-07-12
hwclock: add get/set parameters option
Andrej Picej
2023-07-10
ntpd: fix a warning on 32-bit arch build
Denys Vlasenko
2023-07-10
i2ctransfer: fix build warning
Denys Vlasenko
2023-07-10
Update applet size estimates
Denys Vlasenko
2023-07-10
ash: tweak comments, no code changes
Denys Vlasenko
2023-07-10
ash: remove "volatile" specifier from suppress_int
Denys Vlasenko
2023-07-10
ash: disable sleep as builtin, closes 15619
Denys Vlasenko
2023-07-09
libiproute: fix filtering ip6 route by table id
Yousong Zhou
2023-07-08
hush: fix a compile failure
Denys Vlasenko
2023-07-04
ash: disable check for "good" function name, bash does not check this
Denys Vlasenko
2023-07-03
hush: quote values in "readonly" output
Denys Vlasenko
2023-07-02
shell/math: avoid $((3**999999999999999999)) to take years
Denys Vlasenko
2023-07-02
shell/math: do not accept $((36#@))
Denys Vlasenko
2023-06-30
shell/math: code shrink
Denys Vlasenko
2023-06-29
shell/math: code shrink
Denys Vlasenko
2023-06-28
shell/math: code shrink
Denys Vlasenko
2023-06-26
shell/math: improve comments
Denys Vlasenko
2023-06-26
shell/math: rename TOK_NUM to TOK_VALUE, improve comments
Denys Vlasenko
2023-06-25
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-19
shell/math: disable debug again
Denys Vlasenko
2023-06-19
shell/math: $((1?)) has one-too-small opstack, fix this
Denys Vlasenko
2023-06-19
shell/math: fix comments about jammed-together num+num corner cases
Denys Vlasenko
2023-06-18
shell/math: add note on ERANGE
Denys Vlasenko
2023-06-18
shell/math: explain why we use separate &end
Denys Vlasenko
2023-06-18
shell/math: code shrink
Denys Vlasenko
2023-06-18
shell/math: eliminate redundant endofname()
Denys Vlasenko
2023-06-18
shell: typo fix in tests
Denys Vlasenko
2023-06-18
shell/math: code shrink
Denys Vlasenko
2023-06-18
shell/math: decrease stack usage by not allocating copies of variable names
Denys Vlasenko
2023-06-18
shell/math: decrease stack usage
Denys Vlasenko
2023-06-17
shell: move varcmp() to shell_common.h and use it in hush
Denys Vlasenko
2023-06-17
ash: code shrink
Denys Vlasenko
2023-06-17
shell/read: do not allow empty variable name
Denys Vlasenko
2023-06-17
shell/math: eliminate some redundant stores on return code path
Denys Vlasenko
2023-06-17
shell/math: change ?: nesting code to not have 63 level nesting limitation
Denys Vlasenko
2023-06-17
shell/math.h: update comments, rearrange struct members for smaller code
Denys Vlasenko
2023-06-17
shell/math: code shrink
Denys Vlasenko
2023-06-16
shell/math: tweka comments
Denys Vlasenko
2023-06-16
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-15
shell/math: simplify handling of unary plus
Denys Vlasenko
2023-06-15
shell/math: explain the logic, small tweak to make code smaller
Denys Vlasenko
2023-06-15
shell/math: fix order of expansion of variables to numbers
Denys Vlasenko
2023-06-15
shell: document another arithmetic discrepancy with bash
Denys Vlasenko
2023-06-15
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
[next]