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
...
*
|
win32: fix strftime(3) '%s' format
Ron Yorston
2024-08-14
1
-1
/
+1
*
|
make: disallow inference rules for phony targets
Ron Yorston
2024-08-10
2
-5
/
+22
*
|
win32: fix another problem with stat(2)
Ron Yorston
2024-08-09
1
-2
/
+3
*
|
make: allow empty commands
Ron Yorston
2024-08-08
2
-10
/
+23
*
|
drop: use correct option when cmd.exe is used as shell
Ron Yorston
2024-08-08
1
-0
/
+2
*
|
su: note that test mode implies -W in usage message
Ron Yorston
2024-08-08
1
-1
/
+1
*
|
su: add test mode
Ron Yorston
2024-08-07
1
-19
/
+27
*
|
su: use correct option when cmd.exe is used as shell
Ron Yorston
2024-08-05
1
-1
/
+3
*
|
drop: allow an alternative shell to be selected
Ron Yorston
2024-08-05
1
-7
/
+16
*
|
su: allow an alternative shell to be selected
Ron Yorston
2024-08-04
1
-19
/
+30
*
|
su: detect inability to raise privilege
Ron Yorston
2024-08-03
3
-22
/
+37
*
|
dd: add support for writing to physical drives
Ron Yorston
2024-08-02
1
-0
/
+17
*
|
ash: rewrite waitpid_child() to improve performance
Ron Yorston
2024-07-30
1
-32
/
+19
*
|
ash: fix slow running when background job is present
Ron Yorston
2024-07-28
1
-1
/
+1
*
|
lineedit: use stdout for shell history builtin
Ron Yorston
2024-07-27
1
-0
/
+5
*
|
wget: let user override Content-Length
Ron Yorston
2024-07-26
1
-0
/
+21
*
|
linedit: increase line edit buffer to 8192 bytes
Ron Yorston
2024-07-26
4
-4
/
+4
*
|
win32: consolidate executable handling in popen.c
Ron Yorston
2024-07-20
2
-34
/
+29
*
|
win32: code shrink popen(3)
Ron Yorston
2024-07-19
1
-40
/
+13
*
|
ash: ignore hidden/iconified state
Ron Yorston
2024-07-18
1
-10
/
+3
*
|
ed: fix line insertion before current line
Ron Yorston
2024-07-18
2
-0
/
+25
*
|
win32: code shrink mingw_spawn_interpreter()
Ron Yorston
2024-07-14
1
-11
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-14
3
-40
/
+30
|
\
|
|
*
ash: move hashvar() calls into findvar()
Ron Yorston
2024-07-14
1
-9
/
+8
|
*
timeout: allow fractional seconds in timeout values
Ron Yorston
2024-07-13
1
-4
/
+9
|
*
powertop: code shrink
Denys Vlasenko
2024-07-13
1
-19
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-13
17
-84
/
+208
|
\
|
|
*
hush: do not exit interactive shell on some redirection errors
Denys Vlasenko
2024-07-13
7
-18
/
+47
|
*
hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd
Denys Vlasenko
2024-07-13
8
-7
/
+42
|
*
hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during init
Denys Vlasenko
2024-07-13
1
-8
/
+3
|
*
ash: remove limitation on fd# length
Denys Vlasenko
2024-07-12
1
-7
/
+13
|
*
ash: do not abort interactive mode on >&9999 redirect
Denys Vlasenko
2024-07-12
1
-4
/
+16
|
*
tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y
Denys Vlasenko
2024-07-12
1
-6
/
+23
|
*
tls: P256: improve x86_64 multiplication asm code
Denys Vlasenko
2024-07-12
1
-22
/
+36
|
*
tls: P256: fix obscure x86_64 asm misbehavior, closes 15679
Denys Vlasenko
2024-07-11
1
-10
/
+29
|
*
md5/shaXsum: accept uppercase hex strings
Ron Yorston
2024-07-11
1
-1
/
+1
|
*
vi: Ensure that the edit buffer ends in a newline
Petja Patjas
2024-07-11
1
-3
/
+4
*
|
make: allow pragmas to apply recursively
Ron Yorston
2024-07-12
1
-14
/
+55
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-10
5
-101
/
+159
|
\
|
|
*
ash: remove defunct control character to save a few bytes
Ron Yorston
2024-07-10
1
-12
/
+12
|
*
Makefile.flags: suppress clang warnings when cross-compiling
Ron Yorston
2024-07-10
1
-3
/
+3
|
*
ash: fix parsing of alias expansion + bash features
Ron Yorston
2024-07-10
1
-6
/
+6
|
*
awk: mktime() with no arguments is not allowed
Denys Vlasenko
2024-07-10
1
-2
/
+1
|
*
awk: improve comments and constants, no code changes
Denys Vlasenko
2024-07-10
1
-20
/
+27
|
*
qwk: code shrink
Denys Vlasenko
2024-07-09
1
-19
/
+19
|
*
awk: restore assignment precedence to be lower than ternary ?:
Denys Vlasenko
2024-07-09
2
-22
/
+74
|
*
awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric value
Denys Vlasenko
2024-07-09
1
-6
/
+14
|
*
awk: fix use after free (CVE-2023-42363)
Natanael Copa
2024-07-09
1
-8
/
+13
|
*
chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowed
Denys Vlasenko
2024-07-08
1
-5
/
+1
|
*
wget: ignore header casing
Sertonix
2024-07-08
1
-1
/
+1
[prev]
[next]