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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
md5/shaXsum: accept uppercase hex strings
Ron Yorston
1
-1
/
+1
2024-07-11
vi: Ensure that the edit buffer ends in a newline
Petja Patjas
1
-3
/
+4
2024-07-10
ash: remove defunct control character to save a few bytes
Ron Yorston
1
-12
/
+12
2024-07-10
Makefile.flags: suppress clang warnings when cross-compiling
Ron Yorston
1
-3
/
+3
2024-07-10
ash: fix parsing of alias expansion + bash features
Ron Yorston
1
-6
/
+6
2024-07-10
awk: mktime() with no arguments is not allowed
Denys Vlasenko
1
-2
/
+1
2024-07-10
awk: improve comments and constants, no code changes
Denys Vlasenko
1
-20
/
+27
2024-07-09
qwk: code shrink
Denys Vlasenko
1
-19
/
+19
2024-07-09
awk: restore assignment precedence to be lower than ternary ?:
Denys Vlasenko
2
-22
/
+74
2024-07-09
awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric value
Denys Vlasenko
1
-6
/
+14
2024-07-09
awk: fix use after free (CVE-2023-42363)
Natanael Copa
1
-8
/
+13
2024-07-08
chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowed
Denys Vlasenko
1
-5
/
+1
2024-07-08
wget: ignore header casing
Sertonix
1
-1
/
+1
2024-06-01
typo fix
Denys Vlasenko
2
-2
/
+2
2024-05-31
libbb: fix 64-bit bb_popcnt_long
Denys Vlasenko
1
-1
/
+1
2024-05-31
libbb: add bit counting function, use where appropriate
Denys Vlasenko
8
-52
/
+66
2024-05-31
nproc: prepare for arbitrarily large CPU masks
Denys Vlasenko
5
-27
/
+38
2024-04-13
lineedit: print prompt and editing operations to stderr
Denys Vlasenko
1
-28
/
+34
2024-04-13
docproc: avoid segfault during file closing
Yan Zhu
1
-0
/
+1
2024-03-02
awk: fix segfault when compiled by clang
Ron Yorston
1
-1
/
+1
2024-03-02
crond: log5 fix typo, replace log level '4' with '5'
Jones Syue
1
-1
/
+1
2024-02-26
ash: fix handling of single-quoted strings in pattern substitution
Denys Vlasenko
5
-0
/
+29
2024-02-26
ip link: support for the CAN netlink
Dario Binacchi
3
-11
/
+333
2024-02-25
hush: detect when terminating "done"/"fi" is missing
Denys Vlasenko
9
-1
/
+22
2024-02-25
hush: set G.ifs sooner (prevents segfault)
Denys Vlasenko
1
-28
/
+34
2024-02-25
ls: do not truncate username/groupname to 8 chars
Denys Vlasenko
1
-2
/
+2
2024-01-02
sed: check errors writing file with sed -i
Dominique Martinet
1
-0
/
+5
2024-01-01
time: implement %% and \escapes in -f FMT
Denys Vlasenko
2
-21
/
+55
2023-12-31
time: fix max resident set size unit
Natanael Copa
1
-9
/
+19
2023-12-31
awk: fix handling of empty fields
Denys Vlasenko
2
-16
/
+24
2023-12-13
util-linux/lsusb.c: print manufacturer/product strings if available
Peter Korsgaard
1
-1
/
+27
2023-11-23
top: improve large PID display in memory ('s') mode
Denys Vlasenko
1
-13
/
+28
2023-11-13
Cygwin: regenerate defconfig
Christian Franke
1
-277
/
+515
2023-11-08
start-stop-daemon: make --output not depend on FANCY
Denys Vlasenko
1
-1
/
+1
2023-11-08
start-stop-daemon: do not lose error messages with -b
Denys Vlasenko
3
-36
/
+41
2023-11-08
start-stop-daemon: typo fix
Denys Vlasenko
1
-1
/
+1
2023-11-07
start-stop-daemon: implement option -O|--output
Louai Al-Khanji
1
-12
/
+34
2023-11-07
sleep: Update doc
Petr Vorel
1
-7
/
+8
2023-11-07
start-stop-daemon: update comment, no code changes
Denys Vlasenko
1
-3
/
+13
2023-11-07
start-stop-daemon: add -d DIR chdir option
ejaaskel
3
-15
/
+41
2023-11-07
start-stop-daemon: fix --help: -K or -S is required
Denys Vlasenko
1
-10
/
+36
2023-10-04
udhcp: Avoid leaking uninitialized/stale data
Russ Dill
2
-1
/
+3
2023-10-03
syslogd: fix breakage caused by "daemonize _after_ init" change
Denys Vlasenko
1
-4
/
+5
2023-10-02
awk: implement -E; do not reorder -f and -e
Denys Vlasenko
1
-48
/
+65
2023-10-02
install: Fix chown resetting suid/sgid bits from chmod
Nero
1
-7
/
+9
2023-10-02
sleep: fix "sleep -- ARGS"
Denys Vlasenko
5
-19
/
+19
2023-08-31
tsort: avoid use-after-free
Ron Yorston
1
-3
/
+17
2023-08-31
ash: initialize basepf.buf in ash
zhuyan
1
-1
/
+1
2023-07-18
libbb: rename source files, no code changes
Denys Vlasenko
7
-8
/
+8
2023-07-17
introduce and use exitcode_t
Denys Vlasenko
18
-19
/
+26
[next]