Age | Commit message (Expand) | Author |
---|---|---|
2021-08-18 | LibC: Move SIG_* definitions for sigprocmask into bits/sighow.h | Jean-Baptiste Boric |
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-04-14 | LibC: Add definitions for INTMAX_C and UINTMAX_C | Gunnar Beutner |
2021-04-11 | LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ... | Gunnar Beutner |
2021-02-15 | LibC+LibPthread: Implement pthread_atfork() | AnotherTest |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |