serenity/Meta
Brian Gianforcaro 26cb64573c CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find it
Since I introduced this functionality there has been a steady stream of
people building with `ALL_THE_DEBUG_MACROS` and trying to boot the
system, and immediately hitting this assert. I have no idea why people
try to build with all the debugging enabled, but I'm tired of seeing the
bug reports about asserts we know are going to happen at this point.

So I'm hiding this value under the new ENABLE_ALL_DEBUG_FACILITIES flag
instead. This is only set by CI, and hopefully no-one will try to build
with this thing (It's documented as not recommended).

Fixes: #7527
2021-05-31 11:30:47 +01:00
..
CMake CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find it 2021-05-31 11:30:47 +01:00
Lagom AK: Replace ByteBuffer::grow with resize()/ensure_capacity() 2021-05-31 14:49:00 +04:30
ShellCompletions/zsh Meta: Add basic Zsh completions for serenity.sh 2021-04-22 09:55:48 +02:00
Websites Meta: Improve man.serenityos.org titles and link names 2021-05-07 22:28:33 +02:00
bochsrc
build-image-extlinux.sh Meta: Run 'du' with '--apparent-size', except on macOS 2021-05-16 22:50:46 +01:00
build-image-grub.sh Meta: Run 'du' with '--apparent-size', except on macOS 2021-05-16 22:50:46 +01:00
build-image-qemu.sh Meta: Run 'du' with '--apparent-size', except on macOS 2021-05-16 22:50:46 +01:00
build-root-filesystem.sh pls: Drastically simplify this program 2021-05-30 23:09:37 +02:00
check-ak-test-files.sh Meta + Lagom: Fix paths after movement of tests to Tests/ 2021-05-08 00:04:10 +01:00
check-debug-flags.sh Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h 2021-04-19 09:19:31 +02:00
check-newlines-at-eof.py Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.py 2021-05-22 15:52:11 +02:00
check-style.sh LibCpp: Add regression tests for the parser 2021-05-19 23:19:07 +02:00
check-symbols.sh
check-syscall-lists.sh
debug-kernel.sh Meta: Add GDB pretty printers 2021-04-22 00:45:43 +02:00
extlinux.conf Meta: Add EXTLINUX config 2021-05-12 09:25:03 +01:00
generate-embedded-resource-assembly.sh
generate-libwasm-spec-test.py Meta: Correctly parse numeric literals in wasm tests 2021-05-27 17:28:41 +04:30
generate-libwasm-spec-test.sh Meta: Run the Wasm spec tests in CI 2021-05-27 17:28:41 +04:30
grub-ebr.cfg Meta: Update grub configuration to adopt the new textual boot mode 2021-05-16 19:58:33 +02:00
grub-gpt.cfg Meta: Update grub configuration to adopt the new textual boot mode 2021-05-16 19:58:33 +02:00
grub-mbr.cfg Meta: Update grub configuration to adopt the new textual boot mode 2021-05-16 19:58:33 +02:00
install-ports-tree.sh Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR 2021-04-20 15:27:52 +02:00
lint-ci.sh Meta: pre-commit should run lint-ports.py only when Ports change 2021-04-30 21:24:22 +02:00
lint-clang-format.sh LibCpp: Add regression tests for the parser 2021-05-19 23:19:07 +02:00
lint-commit.sh Meta: Add a check for periods on the end of titles to commit linter 2021-05-16 01:25:24 +01:00
lint-executable-resources.sh
lint-ipc-ids.sh
lint-keymaps.py Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
lint-missing-resources.sh
lint-ports.py Meta: Fix error in lint-ports.py 2021-05-07 20:08:45 +01:00
lint-prettier.sh
lint-python.sh
lint-shell-scripts.sh Meta: Enable linting of shell scripts under Toolchain 2021-05-05 21:26:37 +02:00
refresh-serenity-qtcreator.sh Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR 2021-04-20 15:27:52 +02:00
run.sh Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine"" 2021-05-25 09:38:25 +02:00
screenshot-000ccc0.png
screenshot-0f85753.png
screenshot-8ea4375.png
screenshot-1133aca.png
screenshot-9145a72.png
screenshot-23263aa.png
screenshot-191112e.png
screenshot-b5521e1.png
screenshot-cdb82f6.png
screenshot-d727005.png
screenshot-ef9fbef.png
screenshot-f8fc892.png
serenity.sh Meta: Add GDB pretty printers 2021-04-22 00:45:43 +02:00
serenity_gdb.py Meta: Display DistinctNumeric as its alias name in GDB if possible 2021-05-22 13:21:00 +04:30
text-to-cpp-string.sh
tweet-commits.js Meta: Add action to tweet each commit on push 2021-05-05 21:12:09 +02:00
write-only-on-difference.sh