summaryrefslogtreecommitdiff
path: root/win32/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: trim leading and trailing spaces from shebang optionsRon Yorston2019-05-031-0/+4
* win32: add function to convert slashes to backslashesRon Yorston2019-03-151-5/+2
* win32: drop argument from err_win_to_posix()Ron Yorston2019-03-061-2/+2
* win32: make more use of common lazy loading codeRon Yorston2019-02-271-17/+5
* win32: don't try to run non-existent scriptRon Yorston2019-02-071-1/+1
* ps: fix long output when desktop compatibility is disabledRon Yorston2019-01-081-0/+3
* ps: display interpreted script name in comm columnRon Yorston2019-01-081-1/+2
* ps: add support for the args columnRon Yorston2019-01-081-11/+29
* ps: add user and group columnsRon Yorston2019-01-081-1/+10
* win32: special treatment for PATHRon Yorston2018-12-141-20/+0
* win32: special treatment for files with the '.sh' extensionRon Yorston2018-12-091-27/+36
* win32: use open_read_close() where possibleRon Yorston2018-12-091-6/+2
* win32: allow execution of empty batch file to succeedRon Yorston2018-12-081-0/+8
* win32: improve execution of batch filesRon Yorston2018-12-071-26/+8
* win32: rework adding of extensions to filenamesRon Yorston2018-12-061-2/+2
* ash: fix a couple of test casesRon Yorston2018-12-041-3/+1
* win32: save a few bytes in process scanningRon Yorston2018-11-271-14/+7
* win32: use string_array_len to obtain size of argv arrayRon Yorston2018-10-261-8/+4
* win32: better error message in kill(2)Ron Yorston2018-07-121-0/+2
* win32: remove some code from procps_scanRon Yorston2018-04-101-3/+0
* ps: indicate forkshell processes in listingRon Yorston2018-04-051-1/+1
* ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-18/+89
* win32: return correct exit status from waitpidRon Yorston2018-03-291-1/+5
* win32: save a few bytesRon Yorston2018-03-291-4/+3
* ps: display applet names in process listingRon Yorston2018-03-281-1/+16
* ps: clear status for each processRon Yorston2018-03-281-0/+2
* win32: changes to kill(2)Ron Yorston2018-03-271-14/+20
* win32: small changes to reduce size of binaryRon Yorston2018-03-221-2/+2
* win32: reduce amount of static dataRon Yorston2018-03-041-28/+34
* win32: additional improvements to handling of executablesRon Yorston2018-02-281-10/+24
* win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-3/+17
* win32: add support for batch filesRon Yorston2018-02-261-0/+28
* mingw: clarify that waitpid(-1, ...) is not supportedJohannes Schindelin2017-10-011-1/+1
* win32: allow kill to send signal number 0Ron Yorston2017-09-271-0/+15
* win32: improvements to implementation of kill(2)Ron Yorston2017-09-271-87/+94
* kill: use gentler method than TerminateProcess()Johannes Schindelin2017-09-271-1/+161
* 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