1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 00:35:08 +00:00
serenity/Userland/Tests/Kernel
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
bind-local-socket-to-symlink.cpp Tests: Assert the path fits 2020-08-30 17:35:27 +02:00
bxvga-mmap-kernel-into-userspace.cpp AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
CMakeLists.txt Toolchain+LibC: Fix usage of crt files 2020-12-24 21:46:35 +01:00
crash-fcntl-invalid-cmd.cpp Tests: Build automatically, fix compilation errors 2020-08-02 17:15:36 +02:00
elf-execve-mmap-race.cpp Tests/Kernel: Remove redundant if (#4111) 2020-11-29 10:41:02 +01:00
elf-symbolication-kernel-read-exploit.cpp LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^) 2020-08-30 17:35:27 +02:00
filesystem-strips-file-suid-sgid-bits-when-modified.cpp Userland: Tests: Use mkstemp temporary files in tests 2020-11-15 00:50:57 +01:00
kill-pidtid-confusion.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
mmap-write-into-running-programs-executable-file.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
nanosleep-race-outbuf-munmap.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
null-deref-close-during-select.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
null-deref-crash-during-pthread_join.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
path-resolution-race.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
pledge-test-failures.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
pthread-cond-timedwait-example.cpp Test: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
setpgid-across-sessions-without-leader.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
uaf-close-while-blocked-in-read.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
unveil-test-failures.cpp Tests: Add Kernel tests for unveil system call browse 'b' flag 2020-11-28 10:08:00 +01:00