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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
*
|
lineedit: case-insensitive matching for '~'
Ron Yorston
2022-05-11
1
-0
/
+4
*
|
win32: make default PATH more likely to work
Ron Yorston
2022-05-10
1
-7
/
+10
*
|
ash: code shrink
Ron Yorston
2022-05-10
1
-2
/
+1
*
|
ash: export certain variables to the environment immediately
Ron Yorston
2022-05-08
6
-6
/
+60
*
|
win32: fix 'cd' to symlink with relative path as target
Ron Yorston
2022-05-07
1
-1
/
+1
*
|
ash: don't set OLDPWD on startup
Ron Yorston
2022-05-07
1
-1
/
+2
*
|
win32: allow preference for applets to be disabled at runtime
Ron Yorston
2022-05-06
4
-5
/
+61
*
|
win32: search PATH for missing Unix-style executables
Ron Yorston
2022-05-06
4
-59
/
+74
*
|
win32: better fix for empty environment variables
Ron Yorston
2022-05-05
3
-9
/
+75
*
|
win32: revert changes related to environment variables
Ron Yorston
2022-05-04
2
-12
/
+21
*
|
win32: new code to set empty environment variable
Ron Yorston
2022-05-03
1
-12
/
+8
*
|
which,ash: changes to which/command/type
Ron Yorston
2022-05-01
4
-23
/
+67
*
|
win32: clarify documentation of is_relative_path()
Ron Yorston
2022-04-30
1
-3
/
+8
*
|
reset: applet should be NOEXEC for POSIX
Ron Yorston
2022-04-30
1
-1
/
+2
*
|
ash: avoid misleading '.exe' in standalone shell mode
Ron Yorston
2022-04-24
1
-1
/
+1
*
|
win32: conditional compilation in process.c
Ron Yorston
2022-04-24
1
-10
/
+10
*
|
win32: proper conditional compilation in popen.c
Ron Yorston
2022-04-23
1
-9
/
+14
*
|
date: enable FEATURE_DATE_NANO
Ron Yorston
2022-04-22
5
-2
/
+16
*
|
win32: minor adjustments to file permissions
Ron Yorston
2022-04-19
2
-9
/
+10
*
|
Update default configuration
Ron Yorston
2022-04-07
2
-62
/
+76
*
|
Merge branch 'busybox'
Ron Yorston
2022-04-07
14
-133
/
+196
|
\
|
|
*
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
|
*
ash: fix unsafe use of mempcpy
Denys Vlasenko
2022-03-01
1
-1
/
+7
|
*
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-03-01
5
-0
/
+10
|
*
libbb/sha1: update config help text with new performance numbers
Denys Vlasenko
2022-02-18
1
-3
/
+4
|
*
libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument
Denys Vlasenko
2022-02-12
2
-70
/
+70
|
*
whitespace fixes
Denys Vlasenko
2022-02-11
2
-11
/
+11
|
*
libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it
Denys Vlasenko
2022-02-11
6
-115
/
+163
|
*
libbb/sha1: shrink unrolled x86-64 code
Denys Vlasenko
2022-02-11
2
-123
/
+117
|
*
libbb/sha: improve comments
Denys Vlasenko
2022-02-10
4
-21
/
+20
|
*
whitespace fix
Denys Vlasenko
2022-02-09
4
-10
/
+10
*
|
ash: let $HOME set home directory of login shell
Ron Yorston
2022-03-22
1
-1
/
+4
*
|
Fix POSIX build
FRP-4621-gf3c5e8bc3
Ron Yorston
2022-02-27
1
-2
/
+2
*
|
ash: try harder to avoid ctrl-c issue
Ron Yorston
2022-02-27
1
-24
/
+1
*
|
win32: fake file ownership on FAT filesystems
Ron Yorston
2022-02-17
1
-5
/
+11
*
|
Increment date in resources
Ron Yorston
2022-02-14
1
-1
/
+1
*
|
ash: workaround for UCRT bug
Ron Yorston
2022-02-12
1
-0
/
+12
[prev]
[next]