summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-06-15LibJS: Add a basic pass manager and add some basic passesAli Mohammad Pur
2021-06-14Everywhere: Use new discord invite url :^)networkException
2021-06-13Meta: Fix QEMU version check in run.shApoorv Mishra
2021-06-12USB: Further Implement USB StructuresJesse Buhagiar
2021-06-11Meta: Fuzz the LibIMAP Parserx-yl
2021-06-11Revert "Meta: Use Intel 82574 instead of Intel 82540 in the run script"Gunnar Beutner
2021-06-10Kernel: Add driver for RTL8168 & RTL8111 NICsIdan Horowitz
2021-06-09Meta: Use Intel 82574 instead of Intel 82540 in the run scriptLiav A
2021-06-09Kernel/Net: Support Intel 82574 adapterLiav A
2021-06-09Meta: Check installed QEMU versionApoorv Mishra
2021-06-08Websites: Some updates for the serenityos.org front pageAndreas Kling
2021-06-07LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)Andreas Kling
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-04Meta: Don't make wasm tests pass when they cannot read a moduleAli Mohammad Pur
2021-06-03Meta: Sort debug macros alphabeticallyNonStandardModel
2021-06-02Meta: Make the wasm test generator cast numbers to i32 when neededAli Mohammad Pur
2021-06-02Meta: Generate failing tests for unsupported assertions in wasm testsAli Mohammad Pur
2021-06-02Meta: Remove duplicated ensure_toolchain from serenity.shLinus Groh
2021-06-01Meta: Make `serenity.sh` invoke `cmake` when `build.ninja` is missingJelle Raaijmakers
2021-06-01AK: Add a new, spec-compliant URLParserMax Wipfli
2021-05-31Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORTNick Miller
2021-05-31Lagom/Fuzzers: Add SQL parser fuzzerLuke
2021-05-31CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find itBrian Gianforcaro
2021-05-31AK: Replace ByteBuffer::grow with resize()/ensure_capacity()Gunnar Beutner
2021-05-30pls: Drastically simplify this programAndreas Kling
2021-05-30WebServer: Put dbgln's behind WEBSERVER_DEBUGEdwin Hoksberg
2021-05-30Fuzz+LibGfx: When fuzzing GIFLoader, try to load all framesBen Wiederhake
2021-05-29Userland: Check sudoers file perms and owner in plsJesse Buhagiar
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar
2021-05-29Meta/CI: Remove IRC notificationsAndrew Kaster
2021-05-27Kernel/Graphics: Remove unnecessary derived FramebufferDevice classesLiav A
2021-05-27Meta: Run the Wasm spec tests in CIAli Mohammad Pur
2021-05-27Meta: Correctly parse numeric literals in wasm testsAli Mohammad Pur
2021-05-27Base: Make desktop shortcuts owned by anon (#7495)Max Wipfli
2021-05-25Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine""Gunnar Beutner
2021-05-22Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.pyItamar
2021-05-22Revert "Kernel: Fix PCI layout of i440fx QEMU machine"Liav A
2021-05-22Meta: Display DistinctNumeric as its alias name in GDB if possibleAli Mohammad Pur
2021-05-22Meta: Add GDB pretty printer for AK::VariantAli Mohammad Pur
2021-05-22Meta: Pretty-print the types in serenity_gdb.pyAli Mohammad Pur
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Kernel: Fix PCI layout of i440fx QEMU machineLiav A
2021-05-21Meta: Make i440fx QEMU machine PCI hierarchy a bit more complexLiav A
2021-05-21Meta: Add GDB pretty printer for AK::SinglyLinkedListBrian Gianforcaro
2021-05-21Meta: Add GDB pretty printer for AK::InlineLinkedListBrian Gianforcaro
2021-05-21Shell: Hide job times behind SHELL_JOB_DEBUG flagAndrew Kaster
2021-05-21LibWasm+Meta: Implement instantiation/execution primitives in test-wasmAli Mohammad Pur
2021-05-21LibWasm+Meta: Add test-wasm and optionally test the conformance testsAli Mohammad Pur
2021-05-21Meta: Add a Wasm parser fuzzerAli Mohammad Pur