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-29
Implemented llabs() in stdlib.h/cpp.
Holden Green
2021-04-29
LibC: added a bunch of macros in inttypes.h for use in formating strings bein...
Holden Green
2021-04-29
Ports: Fix the SHA256 checksum for the yasm port
Gunnar Beutner
2021-04-29
Browser: Display search engine format in statusbar
Maciej Zygmanowski
2021-04-29
Browser: Save search engine setting to preferences
Maciej Zygmanowski
2021-04-29
AK: Make AK::Vector expose allocation failures in API
Sahan Fernando
2021-04-29
Kernel: Add MSG_PEEK support for the IPv4Socket
Justin
2021-04-29
Kernel: Implement peek() function for DoubleBuffer
Justin
2021-04-29
LibDebug: Implement support for AttributeDataForm::ImplicitConst
Gunnar Beutner
2021-04-29
Browser: Add GitHub and Yandex to search engines
Panagiotis Vasilopoulos
2021-04-29
Ports: Remove unused signature file for the rsync port
Gunnar Beutner
2021-04-29
LibGUI: Fix issue where buttons with a menu sometimes stayed depressed
Mart G
2021-04-29
Meta: Make copyright header check more strict
Linus Groh
2021-04-29
Userland: Fix two misaligned copyright headers
Linus Groh
2021-04-29
tac: Replace copyright text with SPDX license identifier
Linus Groh
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-28
LibDebug: Implement support for AttributeDataForm::{UData,LineStrP}
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 line programs
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 compilation unit headers
Gunnar Beutner
2021-04-28
LibDebug: Move UnitHeader32 out of the LineProgram class
Gunnar Beutner
2021-04-28
LibDebug: Move get_attribute_value to the DwarfInfo class
Gunnar Beutner
2021-04-28
Kernel: Avoid overrunning the user-specified buffers in select()
Gunnar Beutner
2021-04-28
Kernel: Check kernel symbol's name length matches searched name
Idan Horowitz
2021-04-28
AK: Guarantee a maximum stack depth for dual_pivot_quick_sort
Mart G
2021-04-28
AK: Change pivot selection of dual_pivot_quick_sort
Mart G
2021-04-28
LibC: static_assert that all malloc size classes have an alignment of 8
Idan Horowitz
2021-04-28
LibC: Make sure malloc() returns addresses that have an alignment of 8
Gunnar Beutner
2021-04-28
Kernel+LibC: Implement the socketpair() syscall
Gunnar Beutner
2021-04-28
Userland: Implement tac command
Federico Guerinoni
2021-04-28
Toolchain: Update QEMU to 6.0.0-rc5
Brian Gianforcaro
2021-04-28
HackStudio: Add context option to set execution point while debugging
FalseHonesty
2021-04-28
WindowServer: Use window menu actions when clicking frame buttons
Tom
2021-04-28
WindowServer: Don't restore active window if it is minimized
Tom
2021-04-28
Screensaver: Implement mouse hysteresis
Jelle Raaijmakers
2021-04-28
Documentation: Fix typo (duplicate osxfuse) from #6069
thislooksfun
2021-04-28
Documentation: Fix typo (ex2 -> ext2) from #6069
thislooksfun
2021-04-27
LibM: Fix INFITITY to float
Jean-Baptiste Boric
2021-04-27
LibThread: Fix int to pointer conversion
Jean-Baptiste Boric
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
2021-04-27
LibIPC: Add missing errno.h include
Jean-Baptiste Boric
2021-04-27
Userland: Move HOST_NAME_MAX to limits.h
Jean-Baptiste Boric
2021-04-27
Run: Remove useless serenity.h include
Jean-Baptiste Boric
2021-04-27
Ports/scummvm: Add libtheora as a dependency
Jelle Raaijmakers
2021-04-27
Ports: Add libtheora
Jelle Raaijmakers
2021-04-27
LibWeb: Remove unnecessary temporary Vector in text layout
Andreas Kling
2021-04-27
LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()
Andreas Kling
2021-04-27
LibWeb: Refactor Layout::TextNode splitting into a chunk iterator
Andreas Kling
2021-04-27
VimEditingEngine: allow selection of the endline character
Paul Berg
2021-04-27
Ports: Change how we invoke ccache because some ports didn't use it
Gunnar Beutner
[next]