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
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
2021-02-26
dc: more docs in --help
Denys Vlasenko
2021-02-26
dc: document what non-GNU commands do
Denys Vlasenko
2021-02-26
bc/dc: fix length(0) and length(0.000nnn) result
Denys Vlasenko
2021-02-26
dc: correct --help text
Denys Vlasenko
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2021-01-06
bc: code shrink
Denys Vlasenko
2021-01-04
bc: ^C on input line exits (unlike ^C during calculations, which does not)
Denys Vlasenko
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
*: use fopen helpers where appropriate
Denys Vlasenko
2020-12-29
bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU
Denys Vlasenko
2020-12-29
bc: placate gcc (it thinks 's' can be uninitialized here)
Denys Vlasenko
2020-12-29
randomconfig fixes
Denys Vlasenko
2020-12-27
man: implement SECTION parameters
Denys Vlasenko
2020-12-21
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-14
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-13
more --help text tweaks
Denys Vlasenko
2020-12-13
help text tweaks
Denys Vlasenko
2020-11-30
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-29
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
use write_str() functions where appropriate
Denys Vlasenko
2020-11-29
libbb: introduce and use sleep1()
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
[next]