aboutsummaryrefslogtreecommitdiff
path: root/win32/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: fix quoting of arguments with trailing backslashesRon Yorston2016-03-161-15/+48
* win32: silence some compiler warningsRon Yorston2015-07-151-1/+1
* mingw: fixes to implementation of waitpid(2)Ron Yorston2015-05-291-2/+2
* mingw: tidy up implementation of kill(2)Ron Yorston2015-05-291-9/+13
* mingw: define a macro for spawnRon Yorston2015-05-271-1/+1
* win32: fix waitpid implementationRon Yorston2015-05-271-2/+11
* Merge branch 'busybox' into mergeRon Yorston2014-05-061-3/+3
* procps_scan: ensure command name is null terminatedRon Yorston2014-03-231-1/+1
* Fix some compiler warningsRon Yorston2014-03-131-1/+1
* Revised quoting of command line arguments for WIN32Ron Yorston2012-10-051-7/+7
* mingw32: fix off-by-one errors in spawn routinesRon Yorston2012-05-101-2/+2
* mingw32: allow whitespace after '#!' in shell scriptsRon Yorston2012-05-031-1/+9
* Some fixes to #! parsingRon Yorston2012-04-211-7/+8
* kill: no special treatment for MINGW32Ron Yorston2012-04-181-1/+1
* Detect and execute shell scripts based on presence of '#!'Ron Yorston2012-04-171-20/+54
* quote_arg(): correctly escape backslash charactersDaniel Klessing2011-11-211-2/+4
* win32: process.c: implement kill(), SIGTERM onlyNguyễn Thái Ngọc Duy2010-09-151-0/+17
* win32: reimplement procps_scan()Nguyễn Thái Ngọc Duy2010-09-151-0/+33
* win32: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-1/+3
* win32: add next_path_sep()Nguyễn Thái Ngọc Duy2010-09-101-0/+20
* win32: add shell script and internal applet execution to spawn* and exec*Nguyễn Thái Ngọc Duy2010-09-101-0/+254
* win32: add waitpid()Nguyễn Thái Ngọc Duy2010-09-101-0/+10