summaryrefslogtreecommitdiff
path: root/Libraries/LibC/sys/wait.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-02-05Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap itSergey Bugaev
2020-02-05Kernel+LibC: Add some Unix signal types & definitionsSergey Bugaev
2020-02-03LibC: Move waitpid() to sys/wait.hSergey Bugaev
2020-01-27LibC: Add WSTOPSIG macroAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-07-14LibC: Add WIFSTOPPED() macro in <sys/wait.h>.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling