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