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
/
INSTALL
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
ash: fix use-after-free in bash pattern substitution
Sören Tempel
1
-0
/
+7
2022-08-02
udhcpc6: downgrade "opening listen socket" log level to 2
Denys Vlasenko
2
-2
/
+2
2022-08-02
udhcpc6: fix sending of renew messages
Denys Vlasenko
1
-2
/
+3
2022-08-02
vi: add 'ZQ' quitting command
Grob Grobmann
1
-1
/
+7
2022-08-02
ping: fix typo in --help text
Henrique Rodrigues
1
-2
/
+2
2022-08-02
ash: fix use-after-free in pattern substituon code
Denys Vlasenko
1
-2
/
+4
2022-08-02
ash: fix ifs cleanup on error paths
Denys Vlasenko
5
-0
/
+22
2022-07-29
sort: fix sort -s -u, closes 14871
Denys Vlasenko
2
-4
/
+15
2022-07-29
sort: fix -k2M (wasn't skipping leading whitespace)
Denys Vlasenko
2
-2
/
+13
2022-07-13
udhcpc6: add missed big-endian conversions
Denys Vlasenko
1
-0
/
+2
2022-07-13
tls: P256: remove NOP macro sp_256_norm_8()
Denys Vlasenko
1
-30
/
+5
2022-07-11
awk: fix use after free (CVE-2022-30065)
Natanael Copa
2
-0
/
+9
2022-07-11
shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866
Denys Vlasenko
2
-5
/
+18
2022-07-03
lineedit: get PWD from ash
Ron Yorston
1
-0
/
+6
2022-06-30
tree: new applet
Roger Knecht
3
-0
/
+221
2022-06-26
vi: handle autoindent in 'cc' command
Ron Yorston
1
-24
/
+47
2022-06-26
vi: fix regression in autoindent handling
Ron Yorston
1
-1
/
+7
2022-06-26
ash,hush: use HOME for tab completion and prompts
Ron Yorston
4
-16
/
+19
2022-06-26
libbb: restore special handling of nomsg errors
Ron Yorston
2
-4
/
+4
2022-05-12
top: improve large PID display in memory ('s') mode
Denys Vlasenko
1
-1
/
+4
2022-05-12
examples/var_service/dhcp_if: make helper scripts more talkative
Denys Vlasenko
4
-10
/
+16
2022-05-10
top: code shrink
Denys Vlasenko
1
-11
/
+9
2022-05-10
top: code shrink
Denys Vlasenko
1
-11
/
+14
2022-05-10
top: fix display of large PID/PPID
Denys Vlasenko
1
-2
/
+28
2022-05-03
seedrng: do not hash in a constant string, it's not adding entropy
Denys Vlasenko
1
-8
/
+8
2022-05-02
seedrng: restore error check on fsync
Denys Vlasenko
1
-9
/
+12
2022-05-02
seedrng: it's not a part of util-linux, move to miscutils
Denys Vlasenko
1
-0
/
+0
2022-05-02
init: do not set HOME
Denys Vlasenko
1
-1
/
+5
2022-05-02
tsort: new applet
David Leonard
3
-1
/
+299
2022-05-02
crond: implement support for setting PATH in crontab files
Paul Fox
1
-7
/
+16
2022-05-01
style fix
Denys Vlasenko
7
-9
/
+9
2022-05-01
seedrng: manually inline seed_rng
Bernhard Reutner-Fischer
1
-21
/
+15
2022-05-01
seedrng: shorten --help, assorted small cleanups
Denys Vlasenko
1
-11
/
+10
2022-05-01
seedrng: reduce MAX_SEED_LEN from 512 to 256
Denys Vlasenko
1
-1
/
+5
2022-05-01
seedrng: do not hash lengths, they are very predictable
Denys Vlasenko
1
-3
/
+5
2022-05-01
seedrng: code shrink
Denys Vlasenko
1
-8
/
+10
2022-05-01
seedrng: explain why we need locking and fsync'ing
Denys Vlasenko
1
-8
/
+18
2022-04-30
seedrng: remove redundant assignment
Denys Vlasenko
1
-3
/
+3
2022-04-30
seedrng: re-add fsync after unlink, and explain its purpose
Denys Vlasenko
1
-1
/
+12
2022-04-30
seedrng: include fiel/dir names in error messages
Denys Vlasenko
1
-3
/
+3
2022-04-30
seedrng: use more xfuncs where appropriate
Denys Vlasenko
1
-12
/
+12
2022-04-30
seedrng: code shrink
Denys Vlasenko
1
-5
/
+5
2022-04-30
seedrng: simplify read_new_seed() to not have error return
Denys Vlasenko
1
-14
/
+17
2022-04-30
seedrng: prepare read_new_seed() to not need a "success" retval
Denys Vlasenko
1
-10
/
+12
2022-04-30
seedrng: do not try to continue on unexpected errors (just exit)
Denys Vlasenko
1
-38
/
+16
2022-04-30
ifplugd: split -a into -a and -A, latter disables upping in iface creation
Denys Vlasenko
1
-5
/
+7
2022-04-27
seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's
Denys Vlasenko
1
-9
/
+9
2022-04-27
seedrng: shorten strings
Denys Vlasenko
1
-11
/
+11
2022-04-27
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
1
-8
/
+11
2022-04-27
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
1
-5
/
+5
[next]