aboutsummaryrefslogtreecommitdiff
path: root/win32/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: further fix incorrect path search in spawnvpRon Yorston2023-04-161-1/+3
* win32: fix incorrect path search in spawnvpRon Yorston2023-04-141-3/+1
* win32: ignore ctrl-c in parent of execve(2)Ron Yorston2023-04-051-4/+14
* runuser,drop: code shrinkRon Yorston2023-03-191-3/+2
* runuser: add 'drop' as an alias for runuserRon Yorston2023-03-161-1/+1
* win32: code shrink detection of executablesRon Yorston2023-03-161-7/+4
* runuser: new appletRon Yorston2023-03-131-1/+1
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-261-2/+2
* win32: search PATH for missing Unix-style executablesRon Yorston2022-05-061-29/+39
* win32: better fix for empty environment variablesRon Yorston2022-05-051-9/+4
* win32: revert changes related to environment variablesRon Yorston2022-05-041-4/+9
* win32: conditional compilation in process.cRon Yorston2022-04-241-10/+10
* win32: add link to LWN article on shebangRon Yorston2021-11-141-1/+2
* win32: rename mingw_spawn_1Ron Yorston2021-11-011-8/+8
* win32: pass NULL to spawnve, not environRon Yorston2021-10-281-4/+4
* win32: handle -1 return status from execve(2)Ron Yorston2021-06-191-2/+3
* ash: code shrinkRon Yorston2021-02-141-9/+0
* 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