Age | Commit message (Expand) | Author |
---|---|---|
2022-01-08 | LibC+LibDl: Declare functions taking no arguments as taking void | Daniel Bertalan |
2021-07-05 | LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP | Andreas Kling |
2021-07-05 | LibC: Add __pthread_mutex_lock_pessimistic_np() | Sergey Bugaev |
2021-07-05 | LibC: Rewrite pthread_mutex | Sergey Bugaev |
2021-04-25 | LibC: Move the __pthread_mutex_trylock function to LibC | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-20 | LibC+LibPthread: Implement function forwarding for libpthread | Gunnar Beutner |
2021-02-15 | LibC+LibPthread: Implement pthread_atfork() | AnotherTest |