aboutsummaryrefslogtreecommitdiff
path: root/libc/src/spawn
AgeCommit message (Expand)AuthorFilesLines
2024-01-21[libc] add missing header dependencies for sched objects (#78741)Schrodinger ZHU Yifan1-0/+1
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet13-37/+37
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones1-10/+11
2023-04-17[libc][NFC] Standardize missing syscalls error messages.Mikhail R. Gadelha1-2/+2
2023-03-16[libc] Enable spawn lib in riscvMikhail R. Gadelha1-0/+8
2022-12-23[libc][obvious] Remove a spurious statement leftover from a previous change.Siva Chandra Reddy1-1/+0
2022-12-23[libc][NFC] Use operator new and operator delete in POSIX file actions API.Siva Chandra Reddy6-42/+61
2022-10-13[libc] Add a simple implementation of the posix_spawn function.Siva Chandra Reddy4-0/+187
2022-10-11[libc] Add POSIX functions posix_spawn_file_actions_*.Siva Chandra Reddy12-0/+412