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
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-28
LibC: Don't export ALWAYS_INLINE from sys/cdefs.h
Andrew Kaster
2022-01-04
LibC: Use NULL instead of nullptr in serenity.h
Idan Horowitz
2021-12-16
LibC: Implement serenity_open
sin-ack
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-08-17
Kernel+Userland: Remove global futexes
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for serenity.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for futex.h
Andreas Kling
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
Kernel+LibC: Add sys$perf_register_string()
Andreas Kling
2021-08-12
Kernel+LibC: Add PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-10
Kernel: Add syscall performance event type
Jean-Baptiste Boric
2021-08-10
UserspaceEmulator+LibC: Add support for Region-of-Interest profiling
Ali Mohammad Pur
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