index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crond: log5 fix typo, replace log level '4' with '5'
Jones Syue
2024-03-02
1
-1
/
+1
*
time: implement %% and \escapes in -f FMT
Denys Vlasenko
2024-01-01
1
-21
/
+18
*
time: fix max resident set size unit
Natanael Copa
2023-12-31
1
-9
/
+19
*
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
4
-4
/
+5
*
getfattr: fix "getfattr NOTEXIST" - now prints error msg
Denys Vlasenko
2023-07-17
1
-4
/
+9
*
getfattr: new applet
YU Jincheng
2023-07-16
1
-0
/
+131
*
i2ctransfer: fix build warning
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
Update applet size estimates
Denys Vlasenko
2023-07-10
31
-42
/
+42
*
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-06-15
2
-4
/
+4
*
seedrng: fix for glibc <= 2.24 not providing random header
Thomas Devoogdt
2023-04-11
1
-4
/
+10
*
seedrng: fix for glibc <= 2.24 not providing getrandom()
Denys Vlasenko
2023-04-10
1
-0
/
+14
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
5
-9
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
5
-0
/
+9
*
*: style fix
Denys Vlasenko
2022-08-30
3
-16
/
+16
*
devmem: add 128-bit width
Aaro Koskinen
2022-08-26
1
-24
/
+44
*
tree: unicode tweak (use normal space char, 0x20)
Denys Vlasenko
2022-08-26
1
-1
/
+1
*
tree: make it unicode-aware
Denys Vlasenko
2022-08-26
1
-3
/
+16
*
bc: hopefully fix bug 14956 (use-after-free)
Denys Vlasenko
2022-08-18
1
-0
/
+2
*
tree: new applet
Roger Knecht
2022-06-30
1
-0
/
+118
*
seedrng: do not hash in a constant string, it's not adding entropy
Denys Vlasenko
2022-05-03
1
-8
/
+8
*
seedrng: restore error check on fsync
Denys Vlasenko
2022-05-02
1
-9
/
+12
*
seedrng: it's not a part of util-linux, move to miscutils
Denys Vlasenko
2022-05-02
1
-0
/
+239
*
crond: implement support for setting PATH in crontab files
Paul Fox
2022-05-02
1
-7
/
+16
*
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
1
-2
/
+2
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
2
-2
/
+2
*
fix "defined but not used" warnings
Denys Vlasenko
2022-01-17
1
-0
/
+2
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
2
-3
/
+3
*
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
1
-2
/
+1
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
1
-2
/
+2
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
5
-7
/
+7
*
less: code shrink
Denys Vlasenko
2022-01-05
1
-9
/
+13
*
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-10
1
-1
/
+1
*
less: Ignore -X
Ismael Luceno
2021-09-28
1
-1
/
+1
*
chat: hopefully fix infinite spinning on input EOF
Denys Vlasenko
2021-09-06
1
-30
/
+34
*
ascii: new applet
Denys Vlasenko
2021-06-21
1
-0
/
+51
*
man: fix segfault in "man 1"
Denys Vlasenko
2021-06-15
1
-1
/
+1
*
shuf: simplify check that we have at least one FILE
Denys Vlasenko
2021-06-15
1
-2
/
+2
*
*: more --help tweaks
Denys Vlasenko
2021-06-15
3
-3
/
+3
*
*: --help tweaks
Denys Vlasenko
2021-06-14
1
-2
/
+2
*
*: more --help tweaking
Denys Vlasenko
2021-06-13
2
-2
/
+2
*
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
2021-06-13
1
-1
/
+4
*
*: --help tweaks
Denys Vlasenko
2021-06-13
1
-7
/
+7
*
bc: tweak overflow detection in a^b
Denys Vlasenko
2021-06-12
1
-5
/
+8
*
bc: code shrink: combine init() and copy() where we can
Denys Vlasenko
2021-06-12
1
-21
/
+16
*
bc: fix for mul overflow in scale calculation in a^b
Denys Vlasenko
2021-06-12
1
-8
/
+23
*
platform.h: fix for Bionic >= 21 not having wait3()
Denys Vlasenko
2021-04-14
1
-0
/
+7
*
*: --help text tweaks
Denys Vlasenko
2021-04-14
2
-3
/
+3
*
watchdog: make open-write-close-open functionality a config knob
Rasmus Villemoes
2021-04-13
1
-5
/
+21
*
timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...
Denys Vlasenko
2021-03-23
1
-0
/
+1
*
bc: typo fix in comment
Denys Vlasenko
2021-02-26
1
-1
/
+1
[next]