summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/AnonymousBuffer.cpp
AgeCommit message (Expand)Author
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13LibCore: Don't leak file descriptor inside AnonymousBuffer on LinuxJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-20oss-fuzz: Try harder to fix buildNico Weber
2021-01-20Revert "LibCore: Try to fix fuzzer build"Nico Weber
2021-01-20LibCore: Try to fix fuzzer buildNico Weber
2021-01-16LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer classAndreas Kling