summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Process.cpp
AgeCommit message (Expand)Author
2022-10-17LibCore: Add argument to specify working directory in Process::spawncflip
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-07-12Userland: Remove erroneous String -> char* -> StringView conversionssin-ack
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2021-08-06LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOSAndreas Kling
2021-08-06LibCore: Add Core::Process::spawn()Andreas Kling