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