aboutsummaryrefslogtreecommitdiff
path: root/win32/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: retry when command needs elevated privilegesRon Yorston2025-02-031-0/+42
* win32: fix compilation with FEATURE_SH_NOFORK disabledRon Yorston2024-12-311-0/+2
* win32: code shrink quote_arg()Ron Yorston2024-12-301-24/+20
* win32: close exec'ing process if possibleRon Yorston2024-10-131-0/+3
* kill: fix regression in 'kill -9'Ron Yorston2024-10-121-6/+7
* win32: fix problem interrupting shell loopRon Yorston2024-10-111-11/+13
* Merge branch 'busybox' into mergeRon Yorston2024-10-081-1/+1
* ash: optimise running of scriptsRon Yorston2024-08-191-8/+1
* win32: code shrinkRon Yorston2024-08-161-2/+2
* win32: code shrink mingw_spawn_interpreter()Ron Yorston2024-07-141-11/+8
* win32: code shrink exit_code_to_wait_status_cmd()Ron Yorston2024-06-241-4/+4
* win32: revert 'don't set error mode'Ron Yorston2024-06-221-29/+64
* win32: some changes to kill(2)Ron Yorston2024-05-181-26/+27
* win32: implement getppid(2)Ron Yorston2024-05-161-9/+24
* win32: ensure PIDs are read early in procps_scan()Ron Yorston2024-05-161-10/+15
* win32: code shrinkRon Yorston2024-05-151-2/+0
* ps: report unknown parent PID as 1Ron Yorston2024-05-141-2/+20
* kill: killing a zombie process should failRon Yorston2024-05-141-106/+90
* win32: avoid console windows from CGI scriptsRon Yorston2024-02-071-1/+1
* win32: code shrink procps_scan()Ron Yorston2023-12-311-2/+2
* httpd: consistently leak memory, or notRon Yorston2023-12-311-3/+8
* httpd: enable support for CGIRon Yorston2023-12-201-2/+58
* win32: code shrink execve(2) implementationRon Yorston2023-12-181-2/+2
* httpd: fix return code when run in backgroundRon Yorston2023-12-151-11/+5
* win32: convert exit codesRon Yorston2023-09-141-2/+35
* win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2023-06-021-10/+2
* win32: skip test for non-console apps if necessaryRon Yorston2023-06-021-0/+4
* win32: crtl-c interrupts non-console applicationsRon Yorston2023-05-231-1/+36
* win32: changes to signal handlingRon Yorston2023-05-231-8/+13
* win32: further code shrink quote_args()Ron Yorston2023-04-281-19/+3
* win32: code shrink copying of argvRon Yorston2023-04-281-4/+14
* win32: improved error for overlong command lineRon Yorston2023-04-271-1/+6
* win32: code shrink quote_args()Ron Yorston2023-04-271-58/+20
* 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