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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: retry when command needs elevated privileges
Ron Yorston
2025-02-03
2
-0
/
+64
*
win32: fix compilation with FEATURE_SH_NOFORK disabled
Ron Yorston
2024-12-31
1
-0
/
+2
*
win32: code shrink quote_arg()
Ron Yorston
2024-12-30
1
-24
/
+20
*
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: update poll(2) to match latest gnulib version
Ron Yorston
2024-10-25
1
-5
/
+6
*
win32: workaround for pipe writability in poll(2)
Ron Yorston
2024-10-25
1
-0
/
+13
*
win32: close exec'ing process if possible
Ron Yorston
2024-10-13
1
-0
/
+3
*
kill: fix regression in 'kill -9'
Ron Yorston
2024-10-12
1
-6
/
+7
*
win32: fix problem interrupting shell loop
Ron Yorston
2024-10-11
1
-11
/
+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
*
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
1
-1
/
+1
*
win32: drop workaround for Wine console buffer
Ron Yorston
2024-09-27
1
-7
/
+0
*
ash: optimise running of scripts
Ron Yorston
2024-08-19
1
-8
/
+1
*
win32: code shrink
Ron Yorston
2024-08-16
3
-16
/
+16
*
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
*
win32: consolidate executable handling in popen.c
Ron Yorston
2024-07-20
1
-31
/
+27
*
win32: code shrink popen(3)
Ron Yorston
2024-07-19
1
-40
/
+13
*
win32: code shrink mingw_spawn_interpreter()
Ron Yorston
2024-07-14
1
-11
/
+8
*
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: don't allow BB_TERMINAL_MODE=6
Ron Yorston
2024-06-28
1
-1
/
+1
*
win32: add definition for old mingw-w64
FRP-5398-g89ae34445
Ron Yorston
2024-06-25
1
-0
/
+4
*
win32: code shrink exit_code_to_wait_status_cmd()
Ron Yorston
2024-06-24
1
-4
/
+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
*
win32: revert 'don't set error mode'
Ron Yorston
2024-06-22
1
-29
/
+64
*
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: some changes to kill(2)
Ron Yorston
2024-05-18
1
-26
/
+27
*
win32: implement getppid(2)
Ron Yorston
2024-05-16
1
-9
/
+24
*
win32: ensure PIDs are read early in procps_scan()
Ron Yorston
2024-05-16
1
-10
/
+15
*
win32: code shrink
Ron Yorston
2024-05-15
1
-2
/
+0
*
ps: report unknown parent PID as 1
Ron Yorston
2024-05-14
1
-2
/
+20
*
kill: killing a zombie process should fail
Ron Yorston
2024-05-14
1
-106
/
+90
*
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
*
ash: add title built-in
Ron Yorston
2024-04-09
1
-2
/
+6
*
win32: ascii-optimize winansi_fputc, winansi_putchar
Avi Halachmi (:avih)
2024-04-06
1
-8
/
+2
*
win32: UTF8_OUTPUT: flush stream before conversion
Avi Halachmi (:avih)
2024-04-06
1
-1
/
+3
*
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
[next]