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
/
process.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: fix quoting of arguments with trailing backslashes
Ron Yorston
2016-03-16
1
-15
/
+48
*
win32: silence some compiler warnings
Ron Yorston
2015-07-15
1
-1
/
+1
*
mingw: fixes to implementation of waitpid(2)
Ron Yorston
2015-05-29
1
-2
/
+2
*
mingw: tidy up implementation of kill(2)
Ron Yorston
2015-05-29
1
-9
/
+13
*
mingw: define a macro for spawn
Ron Yorston
2015-05-27
1
-1
/
+1
*
win32: fix waitpid implementation
Ron Yorston
2015-05-27
1
-2
/
+11
*
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
1
-3
/
+3
*
procps_scan: ensure command name is null terminated
Ron Yorston
2014-03-23
1
-1
/
+1
*
Fix some compiler warnings
Ron Yorston
2014-03-13
1
-1
/
+1
*
Revised quoting of command line arguments for WIN32
Ron Yorston
2012-10-05
1
-7
/
+7
*
mingw32: fix off-by-one errors in spawn routines
Ron Yorston
2012-05-10
1
-2
/
+2
*
mingw32: allow whitespace after '#!' in shell scripts
Ron Yorston
2012-05-03
1
-1
/
+9
*
Some fixes to #! parsing
Ron Yorston
2012-04-21
1
-7
/
+8
*
kill: no special treatment for MINGW32
Ron Yorston
2012-04-18
1
-1
/
+1
*
Detect and execute shell scripts based on presence of '#!'
Ron Yorston
2012-04-17
1
-20
/
+54
*
quote_arg(): correctly escape backslash characters
Daniel Klessing
2011-11-21
1
-2
/
+4
*
win32: process.c: implement kill(), SIGTERM only
Nguyễn Thái Ngọc Duy
2010-09-15
1
-0
/
+17
*
win32: reimplement procps_scan()
Nguyễn Thái Ngọc Duy
2010-09-15
1
-0
/
+33
*
win32: support .com executables
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+3
*
win32: add next_path_sep()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+20
*
win32: add shell script and internal applet execution to spawn* and exec*
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+254
*
win32: add waitpid()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+10