summaryrefslogtreecommitdiff
path: root/Libraries/LibC/serenity.cpp
AgeCommit message (Expand)Author
2020-03-16Kernel: Add sys$get_stack_bounds() for finding the stack base & sizeAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-02-28LibC: Move shbuf_* implementations to serenity.cppAndreas Kling
2020-02-02LibC: Allow opting into malloc() and free() performance event loggingAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas 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-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