index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libbb/yescrypt: make some functions static
Denys Vlasenko
2025-07-06
3
-15
/
+22
*
libbb/yescrypt: remove unused yescrypt_binary_t
Denys Vlasenko
2025-07-06
1
-10
/
+1
*
libbb/yescrypt: remove YESCRYPT_INIT_SHARED flag and code using it
Denys Vlasenko
2025-07-06
2
-36
/
+13
*
libbb/yescrypt: remove unreachable support for scrypt hash ("$7$...")
Denys Vlasenko
2025-07-06
1
-95
/
+49
*
libbb/yescrypt: remove unused yescrypt_shared_t
Denys Vlasenko
2025-07-06
3
-77
/
+10
*
libbb/yescrypt: remove obviously unused, commented-out parts
Denys Vlasenko
2025-07-06
2
-445
/
+0
*
libbb: add yescrypt password hashing support
Denys Vlasenko
2025-07-06
15
-26
/
+3206
*
whitespace fix
Denys Vlasenko
2025-07-05
1
-2
/
+2
*
diff: code shrink
Denys Vlasenko
2025-07-04
1
-1
/
+1
*
shell: empty HISTFILE disables history saving, just as unset one did
Denys Vlasenko
2025-07-04
3
-4
/
+6
*
shell: update HISTFILESIZE code to be actually useful
Denys Vlasenko
2025-07-03
6
-58
/
+120
*
shell: fix race between signal handlers setting bb_got_signal and poll()
Denys Vlasenko
2025-07-02
8
-13
/
+66
*
use pollfd[1] array for poll() argument
Denys Vlasenko
2025-07-02
2
-7
/
+8
*
cpio: map -F to --file long option
Sertonix
2025-07-02
1
-0
/
+1
*
libbb: Prevent clang from reading the G pointer before it is assigned
Bin Meng
2025-07-01
2
-20
/
+23
*
shell: improve bash compatibility of read built-in
Ron Yorston
2025-07-01
11
-33
/
+63
*
df: -k overrides block size to 1k even if $POSIXLY_CORRECT
Denys Vlasenko
2025-07-01
1
-2
/
+5
*
hexdump: add tests for %x, handle little/big endian properly
Radoslav Kolev
2025-07-01
1
-22
/
+69
*
od: make -B test little endian only, add variant for big endian
Radoslav Kolev
2025-07-01
1
-1
/
+12
*
hexdump: fix regression for uint16 on big endian systems
Radoslav Kolev
2025-07-01
1
-2
/
+8
*
ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chrony
Michael Glembotzki
2025-07-01
1
-1
/
+1
*
ip route: make cache printing a bit more similar to upstream
Denys Vlasenko
2025-07-01
1
-9
/
+7
*
lineedit: fix left-over print to stdout
Ahmad Fatoum
2025-07-01
1
-1
/
+1
*
lineedit: fix printing lines during tab completion
Ahmad Fatoum
2025-07-01
1
-2
/
+3
*
cpio: error out if the file to be achived is >=4GB
Denys Vlasenko
2025-04-21
1
-0
/
+6
*
rpm2cpio: extract cpio even if compression is not known
Denys Vlasenko
2025-04-20
1
-1
/
+6
*
libbb/archival: make setup_unzip_on_fd() return bytes read if not compressed
Denys Vlasenko
2025-04-20
7
-23
/
+25
*
runit: fix setuidgid help text
J. Neuschäfer
2025-04-17
1
-1
/
+2
*
archival: disallow path traversals (CVE-2023-39810)
Denys Vlasenko
2025-04-16
5
-2
/
+48
*
syslogd: Fix 'OPT_locallog' check regression in 'syslogd_main'
Grant Erickson
2025-04-08
1
-1
/
+1
*
udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)
Denys Vlasenko
2025-04-07
1
-16
/
+42
*
Makefile: fix passing of EXTRA_LDLIBS
Denys Vlasenko
2025-04-06
1
-1
/
+5
*
init: improve log message when a process exits: show exit code
Sébastien Parisot
2025-04-06
1
-3
/
+15
*
udhcpc6: fix copy-paste error in "generate a consistent IAID" commit
Denys Vlasenko
2025-02-09
1
-1
/
+1
*
udhcpc6: generate a consistent IAID
Zhou Siqi
2025-02-09
1
-2
/
+27
*
udhcpc6: move block comment, no code changes
Denys Vlasenko
2025-02-09
1
-61
/
+61
*
udhcpc6: improvements
Laurent Bercot
2025-02-09
2
-32
/
+72
*
cut: code shrink
Denys Vlasenko
2024-12-21
1
-6
/
+5
*
cut: code shrink
Denys Vlasenko
2024-12-21
1
-9
/
+13
*
cut: fix up -D/-s behavior with -F
Denys Vlasenko
2024-12-20
2
-5
/
+36
*
cut: remove unnecessary initialization of regmatch_t
Denys Vlasenko
2024-12-20
1
-1
/
+1
*
cut: shorten error messages on bad syntax even more
Denys Vlasenko
2024-12-16
1
-10
/
+6
*
cut: shorten error messages on bad syntax
Denys Vlasenko
2024-12-16
1
-3
/
+3
*
cut: terminate cut_list[] so that we don't need "size of the array" variable
Denys Vlasenko
2024-12-16
1
-20
/
+25
*
cut: we can't get empty cut_list[], remove the check for that
Denys Vlasenko
2024-12-16
1
-8
/
+11
*
cut: disallow -f '' and -f '-'
Denys Vlasenko
2024-12-15
1
-15
/
+19
*
cut: fix -F n-m to match toybox
Denys Vlasenko
2024-12-14
2
-3
/
+28
*
cut: simplify getopt32 code
Denys Vlasenko
2024-12-13
1
-11
/
+8
*
cut: "it's legal to pass an empty list" seems to be untrue
Denys Vlasenko
2024-12-13
1
-46
/
+44
*
cut: whitespace fixes
Denys Vlasenko
2024-12-13
1
-3
/
+3
[prev]
[next]