summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-29Implemented llabs() in stdlib.h/cpp.Holden Green
2021-04-29LibC: added a bunch of macros in inttypes.h for use in formating strings bein...Holden Green
2021-04-29Ports: Fix the SHA256 checksum for the yasm portGunnar Beutner
2021-04-29Browser: Display search engine format in statusbarMaciej Zygmanowski
2021-04-29Browser: Save search engine setting to preferencesMaciej Zygmanowski
2021-04-29AK: Make AK::Vector expose allocation failures in APISahan Fernando
2021-04-29Kernel: Add MSG_PEEK support for the IPv4SocketJustin
2021-04-29Kernel: Implement peek() function for DoubleBufferJustin
2021-04-29LibDebug: Implement support for AttributeDataForm::ImplicitConstGunnar Beutner
2021-04-29Browser: Add GitHub and Yandex to search enginesPanagiotis Vasilopoulos
2021-04-29Ports: Remove unused signature file for the rsync portGunnar Beutner
2021-04-29LibGUI: Fix issue where buttons with a menu sometimes stayed depressedMart G
2021-04-29Meta: Make copyright header check more strictLinus Groh
2021-04-29Userland: Fix two misaligned copyright headersLinus Groh
2021-04-29tac: Replace copyright text with SPDX license identifierLinus Groh
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh
2021-04-28LibDebug: Implement support for AttributeDataForm::{UData,LineStrP}Gunnar Beutner
2021-04-28LibDebug: Implement support for DWARF 5 line programsGunnar Beutner
2021-04-28LibDebug: Implement support for DWARF 5 compilation unit headersGunnar Beutner
2021-04-28LibDebug: Move UnitHeader32 out of the LineProgram classGunnar Beutner
2021-04-28LibDebug: Move get_attribute_value to the DwarfInfo classGunnar Beutner
2021-04-28Kernel: Avoid overrunning the user-specified buffers in select()Gunnar Beutner
2021-04-28Kernel: Check kernel symbol's name length matches searched nameIdan Horowitz
2021-04-28AK: Guarantee a maximum stack depth for dual_pivot_quick_sortMart G
2021-04-28AK: Change pivot selection of dual_pivot_quick_sortMart G
2021-04-28LibC: static_assert that all malloc size classes have an alignment of 8Idan Horowitz
2021-04-28LibC: Make sure malloc() returns addresses that have an alignment of 8Gunnar Beutner
2021-04-28Kernel+LibC: Implement the socketpair() syscallGunnar Beutner
2021-04-28Userland: Implement tac commandFederico Guerinoni
2021-04-28Toolchain: Update QEMU to 6.0.0-rc5Brian Gianforcaro
2021-04-28HackStudio: Add context option to set execution point while debuggingFalseHonesty
2021-04-28WindowServer: Use window menu actions when clicking frame buttonsTom
2021-04-28WindowServer: Don't restore active window if it is minimizedTom
2021-04-28Screensaver: Implement mouse hysteresisJelle Raaijmakers
2021-04-28Documentation: Fix typo (duplicate osxfuse) from #6069thislooksfun
2021-04-28Documentation: Fix typo (ex2 -> ext2) from #6069thislooksfun
2021-04-27LibM: Fix INFITITY to floatJean-Baptiste Boric
2021-04-27LibThread: Fix int to pointer conversionJean-Baptiste Boric
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-27LibIPC: Add missing errno.h includeJean-Baptiste Boric
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-27Run: Remove useless serenity.h includeJean-Baptiste Boric
2021-04-27Ports/scummvm: Add libtheora as a dependencyJelle Raaijmakers
2021-04-27Ports: Add libtheoraJelle Raaijmakers
2021-04-27LibWeb: Remove unnecessary temporary Vector in text layoutAndreas Kling
2021-04-27LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()Andreas Kling
2021-04-27LibWeb: Refactor Layout::TextNode splitting into a chunk iteratorAndreas Kling
2021-04-27VimEditingEngine: allow selection of the endline characterPaul Berg
2021-04-27Ports: Change how we invoke ccache because some ports didn't use itGunnar Beutner