Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-08-14 | LibThread: Lockable - add forwarding constructor | Muhammad Zahalqa |
2020-08-10 | Kernel: More PID/TID typing | Ben Wiederhake |
2020-08-07 | LibThread: Remove redundant --m_level in Lock::unlock() (#3040) | Muhammad Zahalqa |
2020-08-06 | LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013) | Muhammad Zahalqa |
2020-04-30 | AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros | Andreas Kling |
2020-04-13 | LibThread: Simplify the userspace Lock to remove CAS on unlock() | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-10-12 | AK: Add Atomic.h | Tom |
2019-08-26 | LibThread: Move CLock to LibThread::Lock | Sergey Bugaev |