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
Age
Commit message (
Expand
)
Author
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-21
LibCore: Always fail Account authentication on missing shadow entry
Andreas Kling
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-21
passwd+LibCore: Make passwd replace /etc files atomically
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: Fix invalid errno
Ben Wiederhake
2021-01-16
LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class
Andreas Kling
2021-01-13
LibCore: Include fcntl.h in more places that we use fcntl for Lagom
Andrew Kaster
2021-01-13
LibCore: Include fcntl before using it for non-linux lagom builds
Andrew Kaster
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
LibCore: Don't create an RPC server when built for lagom
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling