summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Process.h
AgeCommit message (Expand)Author
2023-03-24LibCore: Add KeepAsChild option to Core::Process::spawn()MacDue
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-25LibCore: Add nice get/set_process_name() wrappers in Core::ProcessSam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-17LibCore: Add argument to specify working directory in Process::spawncflip
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2021-08-06LibCore: Add Core::Process::spawn()Andreas Kling