summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/serenity.cpp
AgeCommit message (Expand)Author
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibC: Expose new `profiling_free_buffer(..)` syscall.Brian Gianforcaro
2021-03-31LibC+ping: Move internet_checksum to serenity headerIdan Horowitz
2021-02-25LibC: Make it compile on 64-bitAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-03LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibCAndreas Kling
2021-02-02LibC: Add LibC wrapper for sys$readlink()Andreas Kling
2021-01-17Kernel: Some futex improvementsTom
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-17Kernel: Remove sys$shbuf_seal() and userland wrappersAndreas Kling
2021-01-16Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappersAndreas Kling
2021-01-16Kernel+LibC+WindowServer: Remove unused thread/process boost mechanismAndreas Kling
2021-01-15Kernel: Add anonymous files, created with sys$anon_create()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling