summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-14Lagom: Augment fuzzing readme a bitNico Weber
2020-11-14Userland: Add test-gfx-font for Gfx::Font testsBrendan Coles
2020-11-13LibGfx: Fail PPM decode if there's not enough pixel data in the inputAndreas Kling
2020-11-13LibGfx: Add missing stream error handling in GIF frame descriptor parseAndreas Kling
2020-11-13LibGfx: Refuse to decode PNG images with geometry outside i32 boundsAndreas Kling
2020-11-13UserspaceEmulator: When auditing accesses, show nearest mallocationAndreas Kling
2020-11-13LibC: Adjust malloc size classes to ensure 8-byte aligned pointersAndreas Kling
2020-11-13UserspaceEmulator: Support FCMOVBE and FCMOVNBEAndreas Kling
2020-11-13UserspaceEmulator: Emulate the sys$get_stack_bounds() syscallAndreas Kling
2020-11-13UserspaceEmulator: Initial FPU support (by @nico)Andreas Kling
2020-11-13AK: Fix inverted condition in unsigned LEB128 decodeAndreas Kling
2020-11-13LibWeb: Add default values of URL and content type in documentLuke
2020-11-13LibWeb: Add initial implementation of document.implementationLuke
2020-11-13LibWeb: Add contentType attribute to DocumentLuke
2020-11-13Meta: Nicer IRC notificationsBen Wiederhake
2020-11-13Meta: Ensure availability of pythonBen Wiederhake
2020-11-12Lagom: Add ntpquery to lagom buildNico Weber
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-12Kernel: Implement an asynchronous device request stackTom
2020-11-12Kernel: Add I8042Controller to detect and manage PS/2 devicesTom
2020-11-12Kernel: Assume 8042 controller is present if ACPI FADT revision <= 1Tom
2020-11-12Userland: env: Add `-i` / `--ignore-environment` arg to clear envBrendan Coles
2020-11-12LibJS: Handle symbol PropertyName in primitive assignment errorLinus Groh
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-11-12CMake: compile_commands.json outputLenny Maiorani
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-11-12Kernel: Fix race during thread destruction if it is preemptedTom
2020-11-12Meta: s/Travis/GitHub Actions/ in CONTRIBUTING.mdLinus Groh
2020-11-12Meta: Add .cache to .gitignoreLinus Groh
2020-11-12LibJS/Tests: Use canParseSource() for toEval()Linus Groh
2020-11-12test-js: Add canParseSource() native functionLinus Groh
2020-11-12LibJS: Run prettier on test-common.jsLinus Groh
2020-11-12LibJS: Throw TypeError when calling class constructor without 'new'Linus Groh
2020-11-12LibJS: Refactor ScriptFunction::call() a bitLinus Groh
2020-11-11Userland: Add test for file SUID+SGID bits stripped when modifiedBrendan Coles
2020-11-11ls: Only append file type indicators when -F or --classify is specifiedAndreas Kling
2020-11-11ls: Add newline after "ls -d" outputAndreas Kling
2020-11-11ClipboardHistory: Bring window to front when applet is clickedAndreas Kling
2020-11-11RefPtrTraits: struct/class mismatch in forward declarationLenny Maiorani
2020-11-11LibGUI: Set vertical distance between icons relative to scroll valueAmusedNetwork
2020-11-11Kernel: Fix deadlock when unicasting/broadcasting SMP messageTom
2020-11-11Kernel: Implement capturing stack trace on a different CPUTom
2020-11-11Kernel: Protect the PageDirectory from concurrent accessTom
2020-11-11Kernel: Add locks around RangeAllocatorTom
2020-11-11Kernel: Minor Lock optimizationTom
2020-11-11Kernel: Minor SpinLock improvementsTom
2020-11-11Kernel: Make m_halt_requested an atomic variableTom
2020-11-11Kernel: Lock needs to call Processor::wait_check while loopingTom
2020-11-11IPv4Address: constexpr supportLenny Maiorani