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.cpp
Age
Commit message (
Expand
)
Author
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-04
Kernel+LibC: Add sys$disown() for disowning child processes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-02-28
LibC: Move shbuf_* implementations to serenity.cpp
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-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-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