summaryrefslogtreecommitdiff
path: root/AK/SharedBuffer.cpp
AgeCommit message (Expand)Author
2020-10-08AK: Use new format functions.asynts
2020-07-23Lagom: Add LibGemini, LibGfxNico Weber
2020-07-05AK: Remove debug spam in SharedBuffer::create_from_shbuf_id()Andreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-02-28Kernel: Merge the shbuf_get_size() syscall into shbuf_get()Andreas Kling
2020-02-28LibC: Move shbuf_* API's to <serenity.h>Andreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-01AK: #ifdef out the contents of SharedBuffer on other platformsAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling