index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
procps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-07
xargs: kill children when interrupted by Ctrl-C
Ron Yorston
1
-3
/
+42
2023-04-06
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
5
-9
/
+8
2023-04-05
win32: ignore ctrl-c in parent of execve(2)
Ron Yorston
1
-4
/
+14
2023-04-05
ash: special treatment for read builtin
Ron Yorston
1
-1
/
+4
2023-04-05
ash: reinstate fix for ctrl-c issue
Ron Yorston
1
-1
/
+1
2023-04-03
ash: sleep builtin with no arguments should not exit
Denys Vlasenko
2
-2
/
+15
2023-04-03
hush: printf builtin with no arguments should not exit
Denys Vlasenko
1
-1
/
+1
2023-04-03
ash: code shrink: do not take address of prefix(), allowing it to inline
Denys Vlasenko
1
-8
/
+4
2023-04-03
ash: code shrink - reuse is_prefixed_with() from libbb
Denys Vlasenko
1
-2
/
+4
2023-04-03
ash: get rid of separate mail_var_path_changed flag variable
Denys Vlasenko
1
-10
/
+9
2023-04-03
ash: fix still-broken new mail detection
Denys Vlasenko
1
-4
/
+4
2023-04-03
ash: fix broken new mail detection
Denys Vlasenko
1
-1
/
+0
2023-04-03
ash: add support for INT trap
Ron Yorston
3
-10
/
+88
2023-04-03
win32: add fake HUP and QUIT signals
Ron Yorston
2
-2
/
+4
2023-04-03
ash: fix POSIX build
Ron Yorston
1
-0
/
+2
2023-04-01
hush (NOMMU): fix LINENO in execed children
Denys Vlasenko
1
-0
/
+15
2023-04-01
hush: speed up "big heredoc" code
Denys Vlasenko
1
-7
/
+15
2023-04-01
hush: add TODO comment
Denys Vlasenko
1
-0
/
+3
2023-04-01
ash: code shrink
Denys Vlasenko
1
-3
/
+3
2023-03-31
ash: exec: Stricter pathopt parsing - lost chunk
Denys Vlasenko
1
-1
/
+1
2023-03-31
ash: improve trap and jobs builtins in child shells
Ron Yorston
3
-6
/
+31
2023-03-31
ash: Unix-style paths, shell builtins and applets
Ron Yorston
1
-3
/
+6
2023-03-31
modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...
Denys Vlasenko
2
-2
/
+22
2023-03-29
ash: make EPOCH variables work if RANDOM is disabled
Ron Yorston
1
-1
/
+1
2023-03-29
lineedit: fix matching of directories when searching PATH
Ron Yorston
1
-2
/
+2
2023-03-29
libbb/sha: do not read shaNI variable twice, and factor out its setting
Denys Vlasenko
1
-12
/
+16
2023-03-29
libbb/sha: fix sha-NI instruction detection
Denys Vlasenko
1
-2
/
+2
2023-03-28
httpd: do not mangle cgi-bin/SCRIPT/params URLs
Denys Vlasenko
1
-36
/
+38
2023-03-28
find: implement -ok
David Leonard
2
-3
/
+42
2023-03-28
ash: changes to evalsubshell()
Ron Yorston
1
-2
/
+12
2023-03-27
drop: adjust environment on privilege change
Ron Yorston
2
-5
/
+22
2023-03-25
win32: use CheckTokenMembership() to check privilege
Ron Yorston
1
-14
/
+16
2023-03-24
lineedit: fix matching of directories when searching PATH
Ron Yorston
1
-2
/
+2
2023-03-23
drop: cdrop and pdrop don't need shell
Ron Yorston
3
-12
/
+38
2023-03-23
drop: search PATH for cmd.exe/PowerShell
Ron Yorston
1
-27
/
+25
2023-03-19
drop: add cdrop and pdrop aliases
Ron Yorston
4
-4
/
+53
2023-03-19
runuser,drop: drop runuser, tweak drop
Ron Yorston
4
-52
/
+18
2023-03-19
runuser,drop: code shrink
Ron Yorston
2
-16
/
+9
2023-03-17
win32: delay adjusting code page
Ron Yorston
3
-5
/
+13
2023-03-16
runuser: add 'drop' as an alias for runuser
Ron Yorston
4
-24
/
+78
2023-03-16
make: code shrink
Ron Yorston
1
-2
/
+2
2023-03-16
win32: code shrink detection of executables
Ron Yorston
5
-28
/
+41
2023-03-13
runuser: new applet
Ron Yorston
6
-15
/
+155
2023-03-07
win32: more changes to console/terminal modes
Ron Yorston
2
-32
/
+31
2023-03-06
win32: virtual terminal input fixes
Ron Yorston
5
-11
/
+10
2023-03-05
win32: add support for virtual terminal input
Ron Yorston
4
-32
/
+34
2023-03-05
win32: enable Unix read_key() for virtual terminal
Ron Yorston
4
-5
/
+11
2023-03-05
win32: add virtual terminal support to termios(3)
Ron Yorston
3
-114
/
+50
2023-03-05
win32: changes to console mode handling
Ron Yorston
11
-43
/
+93
2023-03-05
ash: drop workaround for 'read -t 0'
Ron Yorston
1
-12
/
+0
[next]