index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
serenity.h
Age
Commit message (
Expand
)
Author
2021-07-07
LibC+LibPthread: Use FUTEX_PRIVATE_FLAG in more places
Sergey Bugaev
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-05
LibC: Add futex_wait() and futex_wake() helpers
Sergey Bugaev
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
2021-05-19
Kernel: Generate page fault events from the kernel profiler
Brian Gianforcaro
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-05-19
Kernel: Track performance events for context switches
Gunnar Beutner
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibC: Expose new `profiling_free_buffer(..)` syscall.
Brian Gianforcaro
2021-03-31
LibC+ping: Move internet_checksum to serenity header
Idan Horowitz
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-03
LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibC
Andreas Kling
2021-02-03
LibC+LibELF: Run clang-format
Andreas Kling
2021-02-02
LibC: Add LibC wrapper for sys$readlink()
Andreas Kling
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism
Andreas Kling
2021-01-15
Kernel: Add anonymous files, created with sys$anon_create()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling