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
...
|
*
find: implement -ok
David Leonard
2023-03-28
2
-3
/
+42
|
*
fixdep: avoid underflow when end of entry doesn't coincide with EOF
Arsen Arsenović
2023-02-27
1
-0
/
+5
|
*
unzip: document some options we might support
Denys Vlasenko
2023-02-23
1
-0
/
+7
|
*
unzip: clear SUID/GID bits, implement -K to not clear them
Denys Vlasenko
2023-02-22
1
-3
/
+12
|
*
top: stop using div() from libc, compilers now do it better
Denys Vlasenko
2023-02-13
1
-9
/
+16
*
|
ash: remove ASH_IGNORE_CR config option
Ron Yorston
2023-04-09
6
-33
/
+10
*
|
xargs: kill children when interrupted by Ctrl-C
Ron Yorston
2023-04-07
1
-3
/
+42
*
|
win32: ignore ctrl-c in parent of execve(2)
Ron Yorston
2023-04-05
1
-4
/
+14
*
|
ash: special treatment for read builtin
Ron Yorston
2023-04-05
1
-1
/
+4
*
|
ash: reinstate fix for ctrl-c issue
Ron Yorston
2023-04-05
1
-1
/
+1
*
|
ash: add support for INT trap
Ron Yorston
2023-04-03
3
-10
/
+88
*
|
win32: add fake HUP and QUIT signals
Ron Yorston
2023-04-03
2
-2
/
+4
*
|
ash: fix POSIX build
Ron Yorston
2023-04-03
1
-0
/
+2
*
|
ash: Unix-style paths, shell builtins and applets
Ron Yorston
2023-03-31
1
-3
/
+6
*
|
ash: changes to evalsubshell()
Ron Yorston
2023-03-28
1
-2
/
+12
*
|
drop: adjust environment on privilege change
Ron Yorston
2023-03-27
2
-5
/
+22
*
|
win32: use CheckTokenMembership() to check privilege
Ron Yorston
2023-03-25
1
-14
/
+16
*
|
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-24
1
-2
/
+2
*
|
drop: cdrop and pdrop don't need shell
Ron Yorston
2023-03-23
3
-12
/
+38
*
|
drop: search PATH for cmd.exe/PowerShell
Ron Yorston
2023-03-23
1
-27
/
+25
*
|
drop: add cdrop and pdrop aliases
Ron Yorston
2023-03-19
4
-4
/
+53
*
|
runuser,drop: drop runuser, tweak drop
Ron Yorston
2023-03-19
4
-52
/
+18
*
|
runuser,drop: code shrink
Ron Yorston
2023-03-19
2
-16
/
+9
*
|
win32: delay adjusting code page
Ron Yorston
2023-03-17
3
-5
/
+13
*
|
runuser: add 'drop' as an alias for runuser
Ron Yorston
2023-03-16
4
-24
/
+78
*
|
make: code shrink
Ron Yorston
2023-03-16
1
-2
/
+2
*
|
win32: code shrink detection of executables
Ron Yorston
2023-03-16
5
-28
/
+41
*
|
runuser: new applet
Ron Yorston
2023-03-13
6
-15
/
+155
*
|
win32: more changes to console/terminal modes
Ron Yorston
2023-03-07
2
-32
/
+31
*
|
win32: virtual terminal input fixes
Ron Yorston
2023-03-06
5
-11
/
+10
*
|
win32: add support for virtual terminal input
Ron Yorston
2023-03-05
4
-32
/
+34
*
|
win32: enable Unix read_key() for virtual terminal
Ron Yorston
2023-03-05
4
-5
/
+11
*
|
win32: add virtual terminal support to termios(3)
Ron Yorston
2023-03-05
3
-114
/
+50
*
|
win32: changes to console mode handling
Ron Yorston
2023-03-05
11
-43
/
+93
*
|
ash: drop workaround for 'read -t 0'
Ron Yorston
2023-03-05
1
-12
/
+0
*
|
nc: switch to using poll(2)
Ron Yorston
2023-03-03
1
-49
/
+2
*
|
win32: revise poll(2) for use in nc
Ron Yorston
2023-03-03
1
-7
/
+11
*
|
win32: update poll(2) to match latest gnulib version
Ron Yorston
2023-03-03
1
-12
/
+37
*
|
win32: try to recover from strange console mode
Ron Yorston
2023-02-21
1
-4
/
+14
*
|
ash: revised CRLF handling for scripts
Ron Yorston
2023-02-21
1
-1
/
+64
*
|
ash: revert changes to handle CRLF in scripts
Ron Yorston
2023-02-21
1
-34
/
+4
*
|
ash: really reset ANSI emulation in interactive mode
Ron Yorston
2023-02-20
1
-2
/
+2
*
|
win32: shuffle skip_ansi_emulation() code
Ron Yorston
2023-02-19
1
-6
/
+8
*
|
win32: work around problem with ConEmu
Ron Yorston
2023-02-19
1
-1
/
+3
*
|
win32: only change console mode if necessary
Ron Yorston
2023-02-19
1
-7
/
+10
*
|
ash: only reset ANSI emulation in interactive loop
Ron Yorston
2023-02-19
1
-3
/
+3
*
|
ash: skip CR when detecting end of here document
FRP-4882-g6e0a6b7e5
Ron Yorston
2023-02-15
1
-1
/
+1
*
|
win32: skip ACL check in stat(2) when running as root
FRP-4881-ga6c5fd4eb
Ron Yorston
2023-02-13
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-02-13
6
-41
/
+77
|
\
|
|
*
hush: restore SIGHUP handling, this time explain why we do what we do
Denys Vlasenko
2023-01-30
1
-20
/
+28
[prev]
[next]