summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-14AK: Make StringUtils::matches() handle escapingdemostanis
2022-10-14Kernel+LibC: Add registers for AARCH64 in __mcontextGunnar Beutner
2022-10-14Kernel: Remove -nodefaultlibs compiler optionsGunnar Beutner
2022-10-14Everywhere: Enable building userspace and test binaries on AARCH64Gunnar Beutner
2022-10-14LibC: Fix some compiler errorsGunnar Beutner
2022-10-14Tests+Userland: Implement AARCH64 support for some inline assembly blobsGunnar Beutner
2022-10-14Tests+Userland: Prefer using __builtin_trap() instead of UD2Gunnar Beutner
2022-10-14AK: Stub out the NAKED macro on AARCH64Gunnar Beutner
2022-10-14Kernel: Implement userspace support for syscalls on AARCH64Gunnar Beutner
2022-10-14AK+Toolchain: Make char and wchar_t behave on AARCH64Gunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-14Toolchain: Fix building libgcc for AARCH64Gunnar Beutner
2022-10-14Toolchain: Add SerenityOS to the LLVM config.guessTim Schumacher
2022-10-14WindowServer: Avoid `window` nullptr exceptionleeight
2022-10-14Ports/zlib: Update to 1.2.13cflip
2022-10-14Base: Launch CrashDaemon at session start-upLucas CHOLLET
2022-10-14Base: Launch Clipboard at session start-upLucas CHOLLET
2022-10-14LibJS: Make sure to exactly add nanoseconds in add_durationdavidot
2022-10-14LibJS: Disallow one day long time zone offsetsdavidot
2022-10-14LibWeb: Make `LoadRequest` headers case insensitiveleeight
2022-10-14Base: Mark NetworkSettings as requiring rootne0ndrag0n
2022-10-14Settings: Support for launching settings apps as rootne0ndrag0n
2022-10-14LibDesktop: Add support for RequiresRoot option to AppFilene0ndrag0n
2022-10-14Escalator: Add new method to privilege escalate within GUIne0ndrag0n
2022-10-14AK: Fix aarch64 versions of math functionsHendiadyoin1
2022-10-14AK: Add support for some trivial math functions on aarch64Hendiadyoin1
2022-10-13LibJS: Add spec comments to String.prototype.atSimon Rask
2022-10-13LibJS: Add spec comments to String.prototype.substringSimon Rask
2022-10-13Documentation: Update VSCodeConfiguration.mdleeight
2022-10-13Base: Adjust emoji flag sizesXexxa
2022-10-13Base: Adjust emoji (remove corner pixel for 3D feel)Xexxa
2022-10-13Base: Add more emojiXexxa
2022-10-13Base: Adjust emoji (colour scheme consistency)Xexxa
2022-10-13LibWeb: Make navigator.languages an attribute instead of a functionLuke Wilde
2022-10-13CatDog: Make it always on topdemostanis
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-13Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 buildTimon Kruiper
2022-10-13LibVideo: Hide debug message behind MATROSKA_DEBUGAndrew Kaster
2022-10-13Fuzzers: Add VP9Decoder and MatroskaReader fuzzers for LibVideoAndrew Kaster
2022-10-13LibVideo: Check parsed superframe sizes when decoding VP9 framesAndrew Kaster
2022-10-13LibVideo: Always check byte length before reading first byte in StreamerAndrew Kaster
2022-10-13LibWeb: Fix position: fixed canvases/images disappearing when scrollingMacDue
2022-10-13Utilities: Add pkillMaxwell Trussell
2022-10-13LibWeb: Implement navigator.webdriverLinus Groh
2022-10-13LibWeb: Update Navigator.idl to use 4 spaces for indentationLinus Groh
2022-10-13Browser: Set 'webdriver-active flag' when creating a new TabLinus Groh
2022-10-13LibWeb+WebContent: Add plumbing for 'webdriver-active flag'Linus Groh
2022-10-13Meta: Add links to GitHub sponsors under authorsXexxa
2022-10-12AK: Fix FreeBSD compilation for clockAl Hoang
2022-10-12WebDriver: Implement `GET /session/{id}/url` endpointSam Atkins