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
path:
root
/
win32
/
mingw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: retry when command needs elevated privileges
Ron Yorston
2025-02-03
1
-0
/
+22
*
ash: strip trailing slash from directory if necessary
Ron Yorston
2024-12-29
1
-0
/
+5
*
ash: match behaviour of cmd.exe in cd builtin
Ron Yorston
2024-11-19
1
-0
/
+13
*
win32: fix regression in chdir(2)
Ron Yorston
2024-10-10
1
-7
/
+9
*
id: code shrink
Ron Yorston
2024-10-09
1
-0
/
+2
*
win32: code shrink
Ron Yorston
2024-08-16
1
-13
/
+13
*
win32: fix strftime(3) '%s' format
Ron Yorston
2024-08-14
1
-1
/
+1
*
win32: fix another problem with stat(2)
Ron Yorston
2024-08-09
1
-2
/
+3
*
su: detect inability to raise privilege
Ron Yorston
2024-08-03
1
-22
/
+22
*
ash: read profile script relative to binary
Ron Yorston
2024-07-08
1
-0
/
+8
*
win32: code shrink system drive handling (2)
Ron Yorston
2024-07-07
1
-1
/
+1
*
win32: code shrink system drive handling
Ron Yorston
2024-07-07
1
-27
/
+14
*
win32: add definition for old mingw-w64
FRP-5398-g89ae34445
Ron Yorston
2024-06-25
1
-0
/
+4
*
win32: code shrink BB_CRITICAL_ERROR_DIALOGS
Ron Yorston
2024-06-23
1
-1
/
+2
*
win32: only access mode argument of open(2) if required
Ron Yorston
2024-06-22
1
-3
/
+5
*
win32: add env var to control error dialogs
Ron Yorston
2024-06-22
1
-0
/
+6
*
ash: allow HISTFILE=/dev/null to work as intended
Ron Yorston
2024-06-19
1
-3
/
+8
*
win32: code shrink APE detection; avoid UB
Ron Yorston
2024-06-19
1
-3
/
+7
*
win32: detect Actually Portable Executable binaries
Ron Yorston
2024-06-16
1
-15
/
+23
*
win32: allow for trailing separator in PATH
Ron Yorston
2024-06-14
1
-0
/
+26
*
win32: try to avoid downloading offline files
Ron Yorston
2024-04-30
1
-2
/
+5
*
win32: adjust handling of executable extensions
Ron Yorston
2024-04-22
1
-8
/
+12
*
win32: make stat(2) fail for /dev/zero, /dev/urandom
Ron Yorston
2024-04-20
1
-1
/
+2
*
win32: improvements to realpath(3)
Ron Yorston
2024-03-09
1
-2
/
+6
*
win32: let realpath(3) work on flaky filesystems
Ron Yorston
2024-03-08
1
-0
/
+3
*
win32: fix detection of directories in stat(2)
Ron Yorston
2024-01-04
1
-3
/
+5
*
win32: fix handling of relative paths
Ron Yorston
2023-10-04
1
-12
/
+3
*
win32: replace readlink(2)
Ron Yorston
2023-08-21
1
-11
/
+15
*
ash: detect console state on shell start up
noconsole2
Ron Yorston
2023-08-20
1
-14
/
+0
*
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
2023-07-22
1
-0
/
+14
*
date: allow system date to be set
Ron Yorston
2023-07-16
1
-0
/
+23
*
win32: code shrink
Ron Yorston
2023-06-04
1
-7
/
+2
*
ash: enable 'set -/+o noconsole'
Ron Yorston
2023-06-01
1
-8
/
+6
*
win32: support "app exec link" reparse points
Ron Yorston
2023-05-27
1
-1
/
+36
*
win32: export xappendword()
Ron Yorston
2023-04-23
1
-0
/
+12
*
win32: use CheckTokenMembership() to check privilege
Ron Yorston
2023-03-25
1
-14
/
+16
*
drop: add cdrop and pdrop aliases
Ron Yorston
2023-03-19
1
-1
/
+1
*
runuser,drop: drop runuser, tweak drop
Ron Yorston
2023-03-19
1
-1
/
+1
*
runuser: add 'drop' as an alias for runuser
Ron Yorston
2023-03-16
1
-1
/
+1
*
win32: code shrink detection of executables
Ron Yorston
2023-03-16
1
-9
/
+25
*
runuser: new applet
Ron Yorston
2023-03-13
1
-12
/
+31
*
win32: skip ACL check in stat(2) when running as root
FRP-4881-ga6c5fd4eb
Ron Yorston
2023-02-13
1
-1
/
+2
*
ash,make: fix CRLF handling
Ron Yorston
2023-01-30
1
-2
/
+3
*
win32: another stat(2) + access time fix
Ron Yorston
2023-01-26
1
-1
/
+1
*
win32: only count subdirectories if necessary
Ron Yorston
2023-01-23
1
-3
/
+15
*
win32: limit setting of errno when lazy loading fails
Ron Yorston
2023-01-22
1
-3
/
+3
*
win32: more minor improvements to stat(2)
Ron Yorston
2023-01-18
1
-29
/
+26
*
win32: minor improvements to stat(2)
Ron Yorston
2023-01-17
1
-9
/
+9
*
win32: use ACL check to clarify write permission
Ron Yorston
2023-01-16
1
-27
/
+30
*
win32: fix permissions of read-only directory
Ron Yorston
2023-01-11
1
-1
/
+1
[next]