Age | Commit message (Expand) | Author |
---|---|---|
2020-07-21 | LibPThread: Make pthread_exit a noreturn function | Muhammad Zahalqa |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-11 | LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np() | Andreas Kling |
2019-12-25 | Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t | Andreas Kling |
2019-12-22 | LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVE | Andreas Kling |
2019-12-08 | LibPThread: Add pthread_set/getname_np | Andrew Kaster |
2019-12-07 | LibPthread: Add stubs for pthread_{get,set}schedparam() | Andreas Kling |
2019-12-07 | LibPthread: Implement condition variables | Andreas Kling |
2019-12-01 | LibPthread: Remove some duplicate declarations in pthread.h | Andreas Kling |
2019-11-18 | Kernel+LibPthread: pthread_create handles pthread_attr_t | Andrew Kaster |
2019-11-16 | LibPthread: Implement a basic first pthread mutex | Andreas Kling |
2019-11-13 | LibPthread: Start working on a POSIX threading library | Andreas Kling |