summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-30Base+Utilities: Add run-tests program to run system tests with LibTestAndrew Kaster
2021-06-30Userland+Tests: Split out generic test runner from JS TestRunnerAndrew Kaster
2021-06-30Tests: TestProcFs cannot assume stdin/stdout/stderr are the sameAndrew Kaster
2021-06-30LibRegex: Make regex::Regex move-constructible and move-assignableAndrew Kaster
2021-06-30LibCore: Add getter for how many groups exist in a Core::ConfigFileAndrew Kaster
2021-06-29LibJS: Handle the different realms case in ArraySpeciesCreatedavidot
2021-06-29LibWeb: Fix build breakage after merging the oldish DOM inspector PRAndreas Kling
2021-06-29Kernel: ProcFS and SysFS component indices should be InodeIndexAndreas Kling
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-29LibWeb+WebContent: Add IPC flow for Inspect DOM TreeAdam Hodgen
2021-06-29LibWeb: Add JSON serialization method to DOM::NodeAdam Hodgen
2021-06-30LibHTTP: Finish the request up on TLS connection finishAli Mohammad Pur
2021-06-30Meta: Add my emails to .mailmapMax Wipfli
2021-06-29Kernel: Make sure JSON blobs in core dumps are correctly terminatedAndreas Kling
2021-06-30SoundPlayer: Don't limit duration inference to WAV filesngc6302h
2021-06-30FileIconProvider: Use sound icon for flac file extensionngc6302h
2021-06-30LaunchServer: Add flac file association to /bin/SoundPlayerngc6302h
2021-06-29Kernel+AK: Don't compile JSON parser into the kernelAndreas Kling
2021-06-29Kernel: Remove some unnecessary JSON related includesAndreas Kling
2021-06-29Kernel: Use JsonObjectSerializer in the core dump generation codeAndreas Kling
2021-06-29Kernel: Don't create a JsonArray when generating /proc/cpuinfoAndreas Kling
2021-06-29LibGUI: Don't allocate a scope-local MouseEvent on the heapAli Mohammad Pur
2021-06-29Kernel/ProcFS: Tighten modified time value across the filesystem objectsLiav A
2021-06-29Kernel/ProcFS: Tighten permissions on the exposed objectsLiav A
2021-06-29Kernel/ProcFS: Split code into more separate filesLiav A
2021-06-29Kernel: Don't copy a Vector<FileDescriptionAndFlags>Liav A
2021-06-29Kernel: Introduce the new ProcFS designLiav A
2021-06-29Kernel/SysFS: Add PCI exposed folderLiav A
2021-06-29Ports: Fix dmidecode patchesLiav A
2021-06-29SystemServer+Meta: Use the new SysFSLiav A
2021-06-29Kernel: Introduce the new SysFSLiav A
2021-06-29Kernel: Add getters for the RSDP, XSDT/RSDT and other ACPI tablesLiav A
2021-06-29Kernel: Remove DMI exposed blobs from ProcFSLiav A
2021-06-29Kernel: Fix `adopt_ref_if_nonnull(new T).release_nonnull()` patternDaniel Bertalan
2021-06-29Kernel: Add `[[unlikely]]` attribute to VERIFYDaniel Bertalan
2021-06-29AK: Add RETURNS_NONNULL attribute and use itDaniel Bertalan
2021-06-29Shell: Don't do null check on `NonnullRefPtr<T>`Daniel Bertalan
2021-06-29Documentation: Document changes to creating smart pointersDaniel Bertalan
2021-06-29Kernel: Report correct architecture for uname()Gunnar Beutner
2021-06-29Kernel: Rename some variables to arch-independent namesGunnar Beutner
2021-06-29Kernel+LibCoreDump: Implement more x86_64 coredump functionalityGunnar Beutner
2021-06-29LibELF: Implement PLT relocations for x86_64Gunnar Beutner
2021-06-29LibC: Fix struct layout for sys_dirent on x86_64Gunnar Beutner
2021-06-29Kernel: Fix correct argument order for userspace entry pointGunnar Beutner
2021-06-29Meta: Change default GDB layoutGunnar Beutner
2021-06-29Kernel: Implement capturing stack traces on x86_64Gunnar Beutner
2021-06-29Kernel: Implement signal handling for x86_64Gunnar Beutner
2021-06-29Kernel: Fix struct layout for interrupt entries on x86_64Gunnar Beutner
2021-06-29LibELF: Add stub for R_X86_64_TPOFF64Gunnar Beutner
2021-06-29Kernel: Add x86_64 support for fork()Gunnar Beutner