summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-21LibJS: Make TypedArray::data() return a Span<T>Andreas Kling
2021-02-21AK: Do bounds checking (assertions) in Span::operator[]Andreas Kling
2021-02-21Kernel: Switch m_signal_action_data to Array<...>Brian Gianforcaro
2021-02-21Kernel: Remove unneeded Thread::set_default_signal_dispositionsBrian Gianforcaro
2021-02-21AK: Add an implementation of Array<T, Size>::fill(...)Brian Gianforcaro
2021-02-21AK: Add Span<T> constructor for arraysBrian Gianforcaro
2021-02-21Userland: Use uniform initialization instead of memsetBrian Gianforcaro
2021-02-21Kernel: Use uniform initialization instead of memset for a few stack buffer.Brian Gianforcaro
2021-02-21Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2Brian Gianforcaro
2021-02-21AK: Add safe memset() wrapper to ByteBufferBrian Gianforcaro
2021-02-21DHCPClient: Actually randomize transaction ID's (XID)Andreas Kling
2021-02-21DHCPClient: Silence a debug messageAndreas Kling
2021-02-21utmpupdate: Don't complain about an error if the utmp is just emptyAndreas Kling
2021-02-21Kernel: Silence TTY signal debug spamAndreas Kling
2021-02-21Cube: Add an option to render a frameless cubeTom
2021-02-21Taskbar: Remove window button if a window state change demands itTom
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-21LibVT: Don't paint selection with opacityLinus Groh
2021-02-21LibLine: Move the search editor exactly after the last lineAnotherTest
2021-02-21LibLine: Make clear_lines() work when only clearing the current lineAnotherTest
2021-02-21LibLine: Update the lazy refresh data and flags in some more placesAnotherTest
2021-02-21Kernel: Add "map_fixed" pledge promiseAndreas Kling
2021-02-21LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBarsTom
2021-02-21LibELF: Fix build with ELF_IMAGE_DEBUGAndreas Kling
2021-02-21Kernel: Make UNMAP_AFTER_INIT imply NEVER_INLINE as wellAndreas Kling
2021-02-21LibELF: Move DynamicObject::lookup_symbol() to DynamicLoaderAndreas Kling
2021-02-21LibELF: Make SymbolLookupResult::address a VirtualAddressAndreas Kling
2021-02-21LibELF: Simplify DynamicObject::Symbol class a bitAndreas Kling
2021-02-21LibELF: Make symbol lookup functions return Optional<Symbol>Andreas Kling
2021-02-21LibELF: Remove "always bind now" global flagAndreas Kling
2021-02-21LibELF+DynamicLoader: Rename DynamicObject::construct() => create()Andreas Kling
2021-02-21LibELF: Fix various clang-tidy warningsAndreas Kling
2021-02-20LibELF: Use StringView instead of "const char*" in dynamic linker codeAndreas Kling
2021-02-20Run: Prevent printing [null] in case of empty history (#5433)Sameem Zahoor Taray
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-20WindowServer: Improve small tooltips/windows shadows a bitTom
2021-02-20LibGUI: Always set tree column content width to widest open nodethankyouverycool
2021-02-20LibGUI: Recheck size excesses when scrollbars become visiblethankyouverycool
2021-02-20LibGUI: Set IconView content width to actual content onlythankyouverycool
2021-02-20DynamicLoader: Always make .data segment read+writeAndreas Kling
2021-02-20AK: Make Nonnull*PtrVector use size_t for indexesAndreas Kling
2021-02-20Ports: Update vttest version in AvailablePorts.mdLinus Groh
2021-02-20Kernel: Mark some IDEController functions with UNMAP_AFTER_INITAndreas Kling
2021-02-20Kernel: Don't take debug logging lock in sprintf()Andreas Kling
2021-02-20AK: Remove unused kprintf macroAndreas Kling
2021-02-20AK+LibC: Remove dbgprintf() :^)Andreas Kling
2021-02-20LibVT: Oops, fix dbgln() invocation mistakeAndreas Kling
2021-02-20LibCpp: Replace dbgprintf() with outln()Andreas Kling
2021-02-20LibTLS: Replace dbgprintf() with dbgln()Andreas Kling
2021-02-20LibVT: Put "unimplemented escape" whining on debug logAndreas Kling