summaryrefslogtreecommitdiff
path: root/src/util/u_process.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-07util: Rename DETECT_OS_UNIX to DETECT_OS_POSIXYonggang Luo1-1/+1
2024-02-01util: refactor to use DETECT_OS_ANDROIDYiwei Zhang1-2/+2
2023-02-20util/u_process: implement util_get_command_line for BSDsJan Beich1-1/+27
2023-01-31util/u_process: remove util_get_process_name_may_override()Ryan Neph1-28/+0
2023-01-31util/u_process: add MESA_PROCESS_NAME override to util_get_process_name()Ryan Neph1-3/+4
2022-11-15util: Merge the code from os_process.c into u_process.cYonggang Luo1-0/+69
2022-11-15util: Merge the __getProgramName code under HAIKU osYonggang Luo1-12/+6
2022-11-05util: Fixes memory leak in __getProgramNameYonggang Luo1-80/+104
2022-08-12util: Use `DETECT_OS_WINDOWS` instead `WIN32` in u_process.cYonggang Luo1-1/+1
2021-10-29util: make util_get_process_exec_path work on FreeBSD w/o procfsGreg V1-0/+12
2021-10-29util: __getProgramName: remove check for ancient FreeBSD versions, simplify i...Greg V1-11/+2
2021-01-09util: implement GET_PROGRAM_NAME for HaikuX5121-0/+19
2020-11-25Revert "util: Fix helgrind complaint about one-time init"Erik Faye-Lund1-3/+1
2020-11-24util: Fix helgrind complaint about one-time initRob Clark1-1/+3
2020-11-12util/u_process: implement util_get_process_name for WindowsErik Faye-Lund1-0/+17
2020-07-30util: fix possible buffer overflow in util_get_process_exec_pathMarcin Ĺšlusarz1-0/+3
2020-03-25util/u_process: Add util_get_process_exec_path for macOS.Vinson Lee1-0/+9
2020-03-24util/u_process: fix Windows buildPierre-Eric Pelloux-Prayer1-1/+2
2020-03-24util/u_process: add util_get_process_exec_pathPierre-Eric Pelloux-Prayer1-0/+31
2019-10-09util: fix to detect NetBSD properlyOBATA Akio1-3/+6
2019-08-07util: fix mem leak of program pathEric Engestrom1-7/+12
2019-07-30meson: Test for program_invocation_nameMatt Turner1-6/+2
2019-04-04util/process: document memory leakEric Engestrom1-0/+4
2018-12-28util: Get program name based on path when possibleNicholas Kazlauskas1-1/+22
2018-08-18util: better handle program names from wineTimothy Arceri1-5/+12
2018-08-01util: move process.[ch] to u_process.[ch]Dylan Baker1-0/+118