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
path:
root
/
miscutils
Age
Commit message (
Expand
)
Author
2024-03-02
crond: log5 fix typo, replace log level '4' with '5'
Jones Syue
2024-01-01
time: implement %% and \escapes in -f FMT
Denys Vlasenko
2023-12-31
time: fix max resident set size unit
Natanael Copa
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-10
i2ctransfer: fix build warning
Denys Vlasenko
2023-07-10
Update applet size estimates
Denys Vlasenko
2023-06-15
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-04-11
seedrng: fix for glibc <= 2.24 not providing random header
Thomas Devoogdt
2023-04-10
seedrng: fix for glibc <= 2.24 not providing getrandom()
Denys Vlasenko
2022-11-29
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
Fix non-Linux builds
Samuel Thibault
2022-08-30
*: style fix
Denys Vlasenko
2022-08-26
devmem: add 128-bit width
Aaro Koskinen
2022-08-26
tree: unicode tweak (use normal space char, 0x20)
Denys Vlasenko
2022-08-26
tree: make it unicode-aware
Denys Vlasenko
2022-08-18
bc: hopefully fix bug 14956 (use-after-free)
Denys Vlasenko
2022-06-30
tree: new applet
Roger Knecht
2022-05-03
seedrng: do not hash in a constant string, it's not adding entropy
Denys Vlasenko
2022-05-02
seedrng: restore error check on fsync
Denys Vlasenko
2022-05-02
seedrng: it's not a part of util-linux, move to miscutils
Denys Vlasenko
2022-05-02
crond: implement support for setting PATH in crontab files
Paul Fox
2022-02-06
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-01-17
fix "defined but not used" warnings
Denys Vlasenko
2022-01-17
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-13
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
less: code shrink
Denys Vlasenko
2021-10-10
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-09-28
less: Ignore -X
Ismael Luceno
2021-09-06
chat: hopefully fix infinite spinning on input EOF
Denys Vlasenko
2021-06-21
ascii: new applet
Denys Vlasenko
2021-06-15
man: fix segfault in "man 1"
Denys Vlasenko
2021-06-15
shuf: simplify check that we have at least one FILE
Denys Vlasenko
2021-06-15
*: more --help tweaks
Denys Vlasenko
2021-06-14
*: --help tweaks
Denys Vlasenko
2021-06-13
*: more --help tweaking
Denys Vlasenko
2021-06-13
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
2021-06-13
*: --help tweaks
Denys Vlasenko
2021-06-12
bc: tweak overflow detection in a^b
Denys Vlasenko
2021-06-12
bc: code shrink: combine init() and copy() where we can
Denys Vlasenko
2021-06-12
bc: fix for mul overflow in scale calculation in a^b
Denys Vlasenko
2021-04-14
platform.h: fix for Bionic >= 21 not having wait3()
Denys Vlasenko
2021-04-14
*: --help text tweaks
Denys Vlasenko
2021-04-13
watchdog: make open-write-close-open functionality a config knob
Rasmus Villemoes
2021-03-23
timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...
Denys Vlasenko
2021-02-26
bc: typo fix in comment
Denys Vlasenko
[next]