index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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: restore special handling of nomsg errors
Ron Yorston
2022-06-26
2
-4
/
+4
*
top: improve large PID display in memory ('s') mode
Denys Vlasenko
2022-05-12
1
-1
/
+4
*
examples/var_service/dhcp_if: make helper scripts more talkative
Denys Vlasenko
2022-05-12
4
-10
/
+16
*
top: code shrink
Denys Vlasenko
2022-05-10
1
-11
/
+9
*
top: code shrink
Denys Vlasenko
2022-05-10
1
-11
/
+14
*
top: fix display of large PID/PPID
Denys Vlasenko
2022-05-10
1
-2
/
+28
*
seedrng: do not hash in a constant string, it's not adding entropy
Denys Vlasenko
2022-05-03
1
-8
/
+8
*
seedrng: restore error check on fsync
Denys Vlasenko
2022-05-02
1
-9
/
+12
*
seedrng: it's not a part of util-linux, move to miscutils
Denys Vlasenko
2022-05-02
1
-0
/
+0
*
init: do not set HOME
Denys Vlasenko
2022-05-02
1
-1
/
+5
*
tsort: new applet
David Leonard
2022-05-02
3
-1
/
+299
*
crond: implement support for setting PATH in crontab files
Paul Fox
2022-05-02
1
-7
/
+16
*
style fix
Denys Vlasenko
2022-05-01
7
-9
/
+9
*
seedrng: manually inline seed_rng
Bernhard Reutner-Fischer
2022-05-01
1
-21
/
+15
*
seedrng: shorten --help, assorted small cleanups
Denys Vlasenko
2022-05-01
1
-11
/
+10
*
seedrng: reduce MAX_SEED_LEN from 512 to 256
Denys Vlasenko
2022-05-01
1
-1
/
+5
*
seedrng: do not hash lengths, they are very predictable
Denys Vlasenko
2022-05-01
1
-3
/
+5
*
seedrng: code shrink
Denys Vlasenko
2022-05-01
1
-8
/
+10
*
seedrng: explain why we need locking and fsync'ing
Denys Vlasenko
2022-05-01
1
-8
/
+18
*
seedrng: remove redundant assignment
Denys Vlasenko
2022-04-30
1
-3
/
+3
*
seedrng: re-add fsync after unlink, and explain its purpose
Denys Vlasenko
2022-04-30
1
-1
/
+12
*
seedrng: include fiel/dir names in error messages
Denys Vlasenko
2022-04-30
1
-3
/
+3
*
seedrng: use more xfuncs where appropriate
Denys Vlasenko
2022-04-30
1
-12
/
+12
*
seedrng: code shrink
Denys Vlasenko
2022-04-30
1
-5
/
+5
*
seedrng: simplify read_new_seed() to not have error return
Denys Vlasenko
2022-04-30
1
-14
/
+17
*
seedrng: prepare read_new_seed() to not need a "success" retval
Denys Vlasenko
2022-04-30
1
-10
/
+12
*
seedrng: do not try to continue on unexpected errors (just exit)
Denys Vlasenko
2022-04-30
1
-38
/
+16
*
ifplugd: split -a into -a and -A, latter disables upping in iface creation
Denys Vlasenko
2022-04-30
1
-5
/
+7
*
seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's
Denys Vlasenko
2022-04-27
1
-9
/
+9
*
seedrng: shorten strings
Denys Vlasenko
2022-04-27
1
-11
/
+11
*
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
2022-04-27
1
-8
/
+11
*
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
2022-04-27
1
-5
/
+5
*
seedrng: shrink --help text
Denys Vlasenko
2022-04-27
1
-3
/
+3
*
libbb: fix fallout from nth_string() robustification, closes 14726
Denys Vlasenko
2022-04-27
1
-1
/
+13
*
kbuild: Prefer -Oz over -Os
Bernhard Reutner-Fischer
2022-04-24
1
-2
/
+2
*
seedrng: prune header includes
Jason A. Donenfeld
2022-04-24
1
-14
/
+0
*
seedrng: code-golf even smaller
Jason A. Donenfeld
2022-04-24
1
-28
/
+14
*
kbuild: fix building sha256
Bernhard Reutner-Fischer
2022-04-21
2
-8
/
+1
*
vi: fix backspace over tab in commands
Ron Yorston
2022-04-20
1
-1
/
+2
*
seedrng: compress format strings with %s arguments
Jason A. Donenfeld
2022-04-20
1
-12
/
+10
*
seedrng: avoid needless runtime strlen() call
Jason A. Donenfeld
2022-04-20
1
-5
/
+3
*
seedrng: use predefined strings where possible
Jason A. Donenfeld
2022-04-20
1
-5
/
+5
*
seedrng: further reduce size
Jason A. Donenfeld
2022-04-20
1
-55
/
+22
*
seedrng: remove some global variables
Jason A. Donenfeld
2022-04-20
1
-16
/
+16
*
seedrng: hoist bb_strtoul out of min/max
Jason A. Donenfeld
2022-04-20
1
-14
/
+32
*
seedrng: use libbb functions
Jason A. Donenfeld
2022-04-20
1
-89
/
+59
*
seedrng: import SeedRNG utility for kernel RNG seed files
Jason A. Donenfeld
2022-04-20
1
-0
/
+308
*
vi: improved handling of backspace in replace mode
Ron Yorston
2022-03-04
1
-6
/
+18
*
taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...
Denys Vlasenko
2022-03-01
1
-2
/
+1
*
ash: do not truncate failed tilde expansion on unknown user names
Denys Vlasenko
2022-03-01
1
-3
/
+1
[prev]
[next]