index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
serenity.h
Age
Commit message (
Expand
)
Author
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-02-28
Kernel: Merge the shbuf_get_size() syscall into shbuf_get()
Andreas Kling
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-02
LibC: Allow opting into malloc() and free() performance event logging
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-03
Lib: Remove Stopwatch class
Andreas Kling
2020-01-02
LibC+Userland: Add a proper syscall wrapper for purge()
Andreas Kling
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-25
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
Andreas Kling
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling