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
/
LibCore
/
AnonymousBuffer.cpp
Age
Commit message (
Expand
)
Author
2022-02-10
LibCore: Convert AnonymousBuffer to use System::anon_create
kleines Filmröllchen
2021-11-08
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-08-01
LibCore: Remove unused header includes
Brian Gianforcaro
2021-07-07
LibCore: Make Core::AnonymousBuffer moveable
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
LibCore: Don't leak file descriptor inside AnonymousBuffer on Linux
Jean-Baptiste Boric
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-20
oss-fuzz: Try harder to fix build
Nico Weber
2021-01-20
Revert "LibCore: Try to fix fuzzer build"
Nico Weber
2021-01-20
LibCore: Try to fix fuzzer build
Nico Weber
2021-01-16
LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class
Andreas Kling