aboutsummaryrefslogtreecommitdiff
path: root/win32/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: code shrink Unix-style path handlingRon Yorston2020-08-231-19/+9
* win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-131-2/+13
* win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-1/+10
* win32: code shrinkRon Yorston2020-08-131-1/+1
* win32: code shrink kill(2)Ron Yorston2020-07-251-31/+17
* win32: update link to Microsoft document on command-line argumentsRon Yorston2020-07-211-1/+1
* win32: minor improvements to process spawningRon Yorston2020-06-121-3/+2
* time: detect when spawn failsRon Yorston2020-06-041-1/+1
* win32: use lazy loading for certain DLLsRon Yorston2020-06-021-2/+13
* ash: simplify spawning during forkshellRon Yorston2020-06-011-0/+9
* win32: changes to '#!' supportRon Yorston2020-05-241-10/+12
* time: WIN32 portRon Yorston2020-04-061-7/+34
* win32: new functions: getpeername(2), mingw_spawn_detach()Ron Yorston2020-04-051-3/+15
* win32: more improvements to 'c:file' pathsRon Yorston2020-03-291-2/+3
* 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