index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
Age
Commit message (
Expand
)
Author
2021-11-02
Meta: Add a check to ensure grep -P stays gone
thislooksfun
2021-11-02
Meta: Run find in the current dir
thislooksfun
2021-11-02
Meta: Adhere to latest ScriptCheck standards (SC2268)
thislooksfun
2021-11-02
Meta: Add special case for macOS
thislooksfun
2021-11-02
Meta: Remove unnecessary -i
thislooksfun
2021-11-02
Meta: Use grep -E/F, not grep -P
thislooksfun
2021-11-02
ConfigureComponents: Reduce duplicated code
Ben Wiederhake
2021-11-02
Meta: Don't check for toolchain if serenity.sh target is lagom
Linus Groh
2021-11-02
LibWeb: Convert is_named_property_exposed_on_object to ThrowCompletions
Idan Horowitz
2021-11-01
Meta: Check auto-generated manpages for completeness on CI
Ben Wiederhake
2021-11-01
Meta: Add script to generate and export manpages
Ben Wiederhake
2021-11-01
Base: Add new system-mode that just generates manpages
Ben Wiederhake
2021-10-31
LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr
Timothy Flynn
2021-10-31
Kernel: Write test that crashes ProcFS
Ben Wiederhake
2021-10-31
FuzzilliJS: Convert native functions to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert all generated bindings to ThrowCompletionOr
Timothy Flynn
2021-10-30
Lagom/Fuzzers: Add fuzzer for PDF document
Brendan Coles
2021-10-30
Websites: Import serenityos.org website changes
Andreas Kling
2021-10-28
Kernel: Add the IFF_* SIOCGIFFLAGS flag macros
Idan Horowitz
2021-10-27
Meta: Reimplement license checker in python
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
Kernel: Separate panic behavior from bootmode
Ben Wiederhake
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-23
Fuzzing: Update build instructions
Ben Wiederhake
2021-10-22
man.serenityos.org: Make section titles more descriptive
Ben Wiederhake
2021-10-22
man.serenityos.org: Use pandoc for listings and landing page
Ben Wiederhake
2021-10-22
man.serenityos.org: Fix links to man(1), avoid unnecessary shells
Ben Wiederhake
2021-10-22
man.serenityos.org: Simplify local builds
Ben Wiederhake
2021-10-22
man.serenityos.org: Add section descriptions to overview page
Ben Wiederhake
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-22
Tests: Add a unit test to ensure the /dev/mem device works correctly
Liav A
2021-10-21
Meta: Enable ccache for Lagom by default
Timothy Flynn
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
HeaderCheck: It checks some of your headers
Ben Wiederhake
2021-10-19
LibWeb: Distinguish between integer and number when checking StyleValues
Sam Atkins
2021-10-19
LibWeb: Distinguish between length and percentage values
Sam Atkins
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn
2021-10-18
LibWeb: Add initial support for IDL methods with variadic parameters
Timothy Flynn
2021-10-18
Meta: Add a gdb pretty printer for AK::Array
Brian Gianforcaro
2021-10-18
CI: Build the Clang toolchain a single time for both onboard pipelines
Timothy Flynn
2021-10-18
LibJS: Convert to_u16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-17
Meta: Support llvm-addr2line in `serenity.sh`
Daniel Bertalan
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
[next]