summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/AnonymousBuffer.cpp
AgeCommit message (Expand)Author
2022-02-10LibCore: Convert AnonymousBuffer to use System::anon_createkleines Filmröllchen
2021-11-08AK: Bring AK::Error into the global namespaceAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-08-01LibCore: Remove unused header includesBrian Gianforcaro
2021-07-07LibCore: Make Core::AnonymousBuffer moveableAndreas Kling
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