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
/
editors
/
sed.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-04-21
cpio: error out if the file to be achived is >=4GB
busybox
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-10
Update PDCurses
Ron Yorston
27
-360
/
+420
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-03-17
win32: fake directories in readdir(2)
Ron Yorston
1
-5
/
+23
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
2025-02-08
win32: enhanced support for SIGPIPE
FRP-5579-g5749feb35
Ron Yorston
1
-4
/
+0
2025-02-03
win32: retry when command needs elevated privileges
Ron Yorston
4
-12
/
+71
2025-01-22
make: fix detection of target rule with inline command
Ron Yorston
1
-2
/
+16
2025-01-21
make: fix single-suffix inference rule regression
Ron Yorston
2
-3
/
+24
2025-01-16
make: phony targets and double colon rules
Ron Yorston
1
-7
/
+12
2025-01-16
make: minor tweaks
Ron Yorston
1
-32
/
+37
2025-01-14
make: support GNU/BSD suffixes and inference rules
Ron Yorston
3
-71
/
+224
2024-12-31
win32: fix compilation with FEATURE_SH_NOFORK disabled
Ron Yorston
2
-3
/
+5
2024-12-30
xargs: allow for quotes in commands on Windows
Ron Yorston
1
-2
/
+103
2024-12-30
win32: code shrink quote_arg()
Ron Yorston
1
-24
/
+20
2024-12-29
ash: strip trailing slash from directory if necessary
Ron Yorston
1
-0
/
+5
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
2024-12-10
cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")
Denys Vlasenko
2
-7
/
+27
2024-12-10
cut: with -F, do not regcomp() pattern for every file
Denys Vlasenko
1
-18
/
+24
2024-12-10
cut: rename "cut_lists" to "cut_list"
Denys Vlasenko
1
-19
/
+20
[next]