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
2021-02-20
Base: Fix a broken commit link in Mitigations(7)
Andreas Kling
2021-02-20
Userland: Support moving files between different mounted filesystems
Bui Quang Minh
2021-02-20
LibWeb: Use DOMException in XMLHttpRequest::send()
Linus Groh
2021-02-20
LibWeb: Use DOMException in XMLHttpRequest::open()
Linus Groh
2021-02-20
LibWeb: Use DOMException in XMLHttpRequest::set_request_header()
Linus Groh
2021-02-20
LibWeb: Use DOMException in HTMLElement::set_content_editable()
Linus Groh
2021-02-20
LibWeb: Use DOMException in Document::set_body()
Linus Groh
2021-02-20
Base: Document more the mitigations in man7/Mitigations.md
Brian Gianforcaro
2021-02-20
Browser: Wrap DOMException values in regular JS::Error for console printing
Linus Groh
2021-02-20
LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty ...
Linus Groh
2021-02-20
LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T>
Linus Groh
2021-02-20
LibWeb: Add DOM::ExceptionOr<T> container
Linus Groh
2021-02-20
LibWeb: Add DOM::DOMException class and bindings
Linus Groh
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
LibGUI: Remove GUI::FilePicker::file_exists()
Andreas Kling
2021-02-19
LibGUI: Port GUI::FilePicker to GML and improve the layout
Andreas Kling
2021-02-19
LibGUI: Register GUI::MultiView
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-19
WindowServer: Restore cursor when marking window as responsive
Sahan Fernando
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-19
Kernel: Mark write_cr0() and write_cr4() as UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Add .unmap_after_init section for code we don't need after init
Andreas Kling
2021-02-19
Kernel: Add helpers for manipulating x86 control registers
Andreas Kling
2021-02-19
CrashReporter: Fix showing assertion info in backtrace
Linus Groh
2021-02-19
Toolchain: Use -ftls-model=initial-exec by default
Itamar
2021-02-19
DisplaySettings: Show revert dialog only for resolution/dpi changes.
belginul
2021-02-19
Ports: Add libjpeg 9d
jonno85uk
2021-02-19
Kernel: Release ptrace lock in exec before stopping due to PT_TRACE_ME
Andreas Kling
2021-02-19
ProcFS: Fix /proc/PID/* hardening bypass
Andreas Kling
2021-02-19
Everywhere: Build with -fstack-clash-protection
Andreas Kling
2021-02-19
LibC: Remove text relocation
Andreas Kling
2021-02-19
DynamicLoader+Userland: Enable RELRO for shared libraries as well :^)
Andreas Kling
2021-02-18
LibELF+Userland: Enable RELRO for all userland executables :^)
Andreas Kling
2021-02-18
DynamicLoader: Some ELF data segments were allocated too small
Andreas Kling
2021-02-18
Kernel: Factor out mmap & friends range expansion to a helper function
Andreas Kling
2021-02-18
Chess: Allow right click to cancel drag move while dragging a piece
Brendan Coles
2021-02-18
Website: Add @cees-elzinga's ptrace race + ASLR bypass to bounty page
Andreas Kling
2021-02-18
Chess: pledge thread
Brendan Coles
2021-02-18
Kernel: Use KResult a bit more in sys$execve()
Andreas Kling
2021-02-18
LibC: Remove serenity.h.rej
Linus Groh
2021-02-18
LibChess: SetOptionCommand: Set provided option name and value
Brendan Coles
2021-02-18
WindowServer: Ignore other button presses while moving/resizing windows
Tom
2021-02-18
WindowServer: Apply the backing bitmap's scale when alpha hit-testing
Tom
2021-02-18
Conway: Set minumum window size to game columns x rows
Linus Groh
2021-02-18
LibJS: Implement tests for Array.prototype.flat
Breno Silva
2021-02-18
LibJS: Implement Array.prototype.flat
Kesse Jones
2021-02-18
LibC: Use "static inline" for inline functions in arpa/inet.h (#5392)
jonno85uk
2021-02-17
LibTTF: ScaledFont should have a NonnullRefPtr<TTF::Font>
Andreas Kling
2021-02-17
LibWeb: Add constructor to XMLHttpRequest IDL interface
Linus Groh
2021-02-17
LibWeb: Add constructor to Range IDL interface
Linus Groh
[next]