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-04-17
Ports: c-ray: Pin version to latest commit rather than use master branch
Brendan Coles
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-04-17
LibGfx: Fix sse enabled builds by removing implicit float conversion
Sahan Fernando
2021-04-17
Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)
Idan Horowitz
2021-04-17
Kernel: Finish base implementation of VirtQueues
Idan Horowitz
2021-04-17
Kernel: Implement a simple Scatter/Gather List
Idan Horowitz
2021-04-17
Kernel: Implement a naive version of virtconsole by memcpying to physical page
Idan Horowitz
2021-04-17
Kernel: Activate queues and enable interrutps in VirtIODevices
Idan Horowitz
2021-04-17
Kernel: Modernize use of pointers in VirtIO
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtConsole (VirtIO based consoles)
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtIO devices
Idan Horowitz
2021-04-17
Kernel: Add PCI::get_BAR convenience method
Idan Horowitz
2021-04-17
Kernel: Convert PCI Capability struct to class with convenience methods
Idan Horowitz
2021-04-17
LibGfx: Make top highlight of classic buttons fit to the top left corner
Luke
2021-04-17
LibWeb: Fix height calculation for absolutely positioned boxes
Egor Ananyin
2021-04-17
FileManager: Estimate transfer time
Leandro Pereira
2021-04-17
FileManager: Show file copying animation
Leandro Pereira
2021-04-17
Ports: Fix key path for ed
Gunnar Beutner
2021-04-17
Meta: Allow serenity.sh to be used outside of assumed working directory
Brian Gianforcaro
2021-04-17
Base: Remove stray backtick in the watch manpage
Gunnar Beutner
2021-04-17
Utilities: Fix division by zero
Gunnar Beutner
2021-04-17
AK: Remove String-from-StringView optimization
Andreas Kling
2021-04-17
LibELF: Make get_library_name() take String instead of StringView
Andreas Kling
2021-04-17
LibCore: Make File take String instead of StringView
Andreas Kling
2021-04-17
LibCore: Make DirIterator take String instead of StringView
Andreas Kling
2021-04-17
LibGUI: Make some API's take String instead of StringView
Andreas Kling
2021-04-17
LibTTF: Make load_from_file() take String instead of StringView
Andreas Kling
2021-04-17
FileManager: Make DirectoryView API's take String instead of StringView
Andreas Kling
2021-04-17
AK: Implement case-insensitive StringUtils::matches() without allocs
Andreas Kling
2021-04-17
AK: Make LexicalPath take String instead of StringView
Andreas Kling
2021-04-17
LibGfx: Switch a bunch of API's from taking StringView to String
Andreas Kling
2021-04-17
LibGUI: Make Window::set_title() take a String
Andreas Kling
2021-04-17
LibCore: Don't needlessly use StringView in Core::Object APIs
Andreas Kling
2021-04-17
Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff()
Andreas Kling
2021-04-17
LibGUI: Make GUI::Widget::set_tooltip() take a String
Andreas Kling
2021-04-17
Kernel: Add `-Wnull-dereference` flag
Nicholas-Baron
2021-04-17
LibJS: Accept symbol property in the `in` operator
Idan Horowitz
2021-04-17
LibWeb: Fix misplaced bullet points on list items
Tobias Christiansen
2021-04-17
LibJS: Implement initializing a TypedArray from an iterable object
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an array-like object
Idan Horowitz
2021-04-16
LibGUI: Allow arbitrary font size in FontPicker
James Triantafylos
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
AK: Avoid the unnecessarily confusing bunch of casts in IntrusiveList
AnotherTest
2021-04-16
Ports: SDL2: Use correct CMAKE_TOOLCHAIN_FILE in configopts
Brendan Coles
2021-04-16
CI: Use clang-12 instead of clang-10 when building fuzzers
AnotherTest
2021-04-16
LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entries
Linus Groh
2021-04-16
Meta: lint-ports: Check package files for required properties
Brendan Coles
2021-04-16
Ports: Add auth_type verification to all package.sh files
Brendan Coles
2021-04-16
HexEditor: Use debgln_if
Hendiadyoin1
2021-04-16
UserspaceEmulator: use outln_if
Hendiadyoin1
[next]