summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-03-11Meta: Add KMALLOC_DEBUG to all_the_debug_macrosAndreas Kling
2021-03-11Meta: Add gdb command to serenity.shTom
2021-03-09Kernel: Remove ancient FIFO_DEBUG codeAndreas Kling
2021-03-09Meta: Add a build helper scriptTom
2021-03-08Website: Add link to @ABigPickle's VLA exploitAndreas Kling
2021-03-08Website: Reorganize bounty page history section a little bitAndreas Kling
2021-03-08Meta: check-newlines-at-eof.py now checks .json files and files in Base/Emanuele Torre
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-08Meta: serenityos.org: Fix javascript error in the 2nd anniversary page.Emanuele Torre
2021-03-06Meta: Make 'run.sh qgrub' work via SERENITY_RUNLinus Groh
2021-03-05Meta: Boot Q35 machine with SATA drive instead of using IDE driveLiav A
2021-03-05Kernel: Add basic AHCI functionalityLiav A
2021-03-04Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS modeAndreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-04Lagom/Fuzzers: Add fuzzers for LibCompessLuke
2021-03-03Meta: Stop excluding getopt.cpp from lintingIdan Horowitz
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-03-02Meta: Run test-js and test-compress as CTest executablesAndrew Kaster
2021-03-01AK/Lagom: Modify TestSuite to return how many tests failed from mainAndrew Kaster
2021-03-01Meta: Allow specifying custom grub config file for build-image-grub.shTom
2021-03-01Lagom/Fuzzers: Add WAV fuzzerLuke
2021-02-28Base/CI: Boot serenity in CI in a mode that runs tests on targetAndrew Kaster
2021-02-28Meta: Add run target for CIAndrew Kaster
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-27Lagom: Build with -Wno-literal-suffix when using GCCLinus Groh
2021-02-27Lagom: CMakeLists.txt housekeepingLinus Groh
2021-02-27Meta: Enable qemu virtualization acceleration on macJakub Berkop
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-24AK: Add support for AK::StringView literals with operator""svBrian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21Meta: Make CMakeLists accessible to QtCreatorBen Wiederhake
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-18Website: Add @cees-elzinga's ptrace race + ASLR bypass to bounty pageAndreas Kling
2021-02-16Lagom: Build LibTextCodec into LagomAndreas Kling
2021-02-15Meta: Add Ports/build_installed.sh to the lint-ports ignore listAndreas Kling
2021-02-15Meta: Lint AvailablePorts.mdBen Wiederhake
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-02-14Build: Sprinkle some portability, fix on OpenBSDjoshua stein
2021-02-14Website: Add vakzz's exploit & writeup to the bounty pageAndreas Kling
2021-02-13Meta: Fix debug-flag detectionBen Wiederhake
2021-02-13HackStudio: Project templates and New Project dialogNick Vella
2021-02-13Lagom/Fuzzers: Add RSA key parser fuzzerLuke
2021-02-13Utilities: Make syscall(1) explain what it's doingBen Wiederhake
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
2021-02-08Kernel: Make Arch/i386/CPU.cpp safe to run through clang-formatAnotherTest
2021-02-08Everywhere: Remove unnecessary headers 4/4Ben Wiederhake
2021-02-08Fuzz: Remove unused FuzziliJS headerBen Wiederhake
2021-02-07Meta: Fix path to kernel binary in debug-kernel.shBrian Gianforcaro
2021-02-05Kernel: Add NE2000 network card driverJean-Baptiste Boric