index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-14
AK: Make StringUtils::matches() handle escaping
demostanis
2022-10-14
Kernel+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-14
Kernel: Remove -nodefaultlibs compiler options
Gunnar Beutner
2022-10-14
Everywhere: Enable building userspace and test binaries on AARCH64
Gunnar Beutner
2022-10-14
LibC: Fix some compiler errors
Gunnar Beutner
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK: Stub out the NAKED macro on AARCH64
Gunnar Beutner
2022-10-14
Kernel: Implement userspace support for syscalls on AARCH64
Gunnar Beutner
2022-10-14
AK+Toolchain: Make char and wchar_t behave on AARCH64
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-14
Toolchain: Fix building libgcc for AARCH64
Gunnar Beutner
2022-10-14
Toolchain: Add SerenityOS to the LLVM config.guess
Tim Schumacher
2022-10-14
WindowServer: Avoid `window` nullptr exception
leeight
2022-10-14
Ports/zlib: Update to 1.2.13
cflip
2022-10-14
Base: Launch CrashDaemon at session start-up
Lucas CHOLLET
2022-10-14
Base: Launch Clipboard at session start-up
Lucas CHOLLET
2022-10-14
LibJS: Make sure to exactly add nanoseconds in add_duration
davidot
2022-10-14
LibJS: Disallow one day long time zone offsets
davidot
2022-10-14
LibWeb: Make `LoadRequest` headers case insensitive
leeight
2022-10-14
Base: Mark NetworkSettings as requiring root
ne0ndrag0n
2022-10-14
Settings: Support for launching settings apps as root
ne0ndrag0n
2022-10-14
LibDesktop: Add support for RequiresRoot option to AppFile
ne0ndrag0n
2022-10-14
Escalator: Add new method to privilege escalate within GUI
ne0ndrag0n
2022-10-14
AK: Fix aarch64 versions of math functions
Hendiadyoin1
2022-10-14
AK: Add support for some trivial math functions on aarch64
Hendiadyoin1
2022-10-13
LibJS: Add spec comments to String.prototype.at
Simon Rask
2022-10-13
LibJS: Add spec comments to String.prototype.substring
Simon Rask
2022-10-13
Documentation: Update VSCodeConfiguration.md
leeight
2022-10-13
Base: Adjust emoji flag sizes
Xexxa
2022-10-13
Base: Adjust emoji (remove corner pixel for 3D feel)
Xexxa
2022-10-13
Base: Add more emoji
Xexxa
2022-10-13
Base: Adjust emoji (colour scheme consistency)
Xexxa
2022-10-13
LibWeb: Make navigator.languages an attribute instead of a function
Luke Wilde
2022-10-13
CatDog: Make it always on top
demostanis
2022-10-13
LibGUI+WindowServer: Add Window::set_always_on_top()
demostanis
2022-10-13
Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 build
Timon Kruiper
2022-10-13
LibVideo: Hide debug message behind MATROSKA_DEBUG
Andrew Kaster
2022-10-13
Fuzzers: Add VP9Decoder and MatroskaReader fuzzers for LibVideo
Andrew Kaster
2022-10-13
LibVideo: Check parsed superframe sizes when decoding VP9 frames
Andrew Kaster
2022-10-13
LibVideo: Always check byte length before reading first byte in Streamer
Andrew Kaster
2022-10-13
LibWeb: Fix position: fixed canvases/images disappearing when scrolling
MacDue
2022-10-13
Utilities: Add pkill
Maxwell Trussell
2022-10-13
LibWeb: Implement navigator.webdriver
Linus Groh
2022-10-13
LibWeb: Update Navigator.idl to use 4 spaces for indentation
Linus Groh
2022-10-13
Browser: Set 'webdriver-active flag' when creating a new Tab
Linus Groh
2022-10-13
LibWeb+WebContent: Add plumbing for 'webdriver-active flag'
Linus Groh
2022-10-13
Meta: Add links to GitHub sponsors under authors
Xexxa
2022-10-12
AK: Fix FreeBSD compilation for clock
Al Hoang
2022-10-12
WebDriver: Implement `GET /session/{id}/url` endpoint
Sam Atkins
[next]