summaryrefslogtreecommitdiff
path: root/Libraries/LibC/serenity.h
AgeCommit message (Expand)Author
2020-01-03Lib: Remove Stopwatch classAndreas Kling
2020-01-02LibC+Userland: Add a proper syscall wrapper for purge()Andreas Kling
2019-12-30Kernel: Also add a process boosting mechanismAndreas Kling
2019-12-30Kernel: Add a basic thread boosting mechanismAndreas Kling
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-25Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_tAndreas Kling
2019-12-11Kernel: Implement a simple process time profilerAndreas Kling
2019-11-28Kernel: Implement very simple kernel module loadingAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling