aboutsummaryrefslogtreecommitdiff
path: root/win32/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-011-1/+46
* ps: add parent process id as a supported columnRon Yorston2017-08-311-0/+1
* win32: further minor code shrinkRon Yorston2017-08-301-17/+11
* win32: add a function to find executable on PATHRon Yorston2017-08-301-34/+30
* win32: changes to treatment of scriptsRon Yorston2017-08-301-58/+36
* win32: shrink code to detect .exe filesRon Yorston2017-08-301-4/+1
* win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-231-20/+18
* win32: check for relative path when spawning processRon Yorston2017-07-311-1/+1
* Allow PREFER_APPLETS and SH_STANDALONE to be set separatelyRon Yorston2017-07-271-6/+12
* win32: simplify spawning appletsRon Yorston2017-07-211-24/+4
* ash: fix use of pid/handle in waitpid_childRon Yorston2016-05-181-1/+13
* win32: adjustments to spawn functionsRon Yorston2016-05-181-10/+10
* 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