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-21
LibJS: Make TypedArray::data() return a Span<T>
Andreas Kling
2021-02-21
AK: Do bounds checking (assertions) in Span::operator[]
Andreas Kling
2021-02-21
Kernel: Switch m_signal_action_data to Array<...>
Brian Gianforcaro
2021-02-21
Kernel: Remove unneeded Thread::set_default_signal_dispositions
Brian Gianforcaro
2021-02-21
AK: Add an implementation of Array<T, Size>::fill(...)
Brian Gianforcaro
2021-02-21
AK: Add Span<T> constructor for arrays
Brian Gianforcaro
2021-02-21
Userland: Use uniform initialization instead of memset
Brian Gianforcaro
2021-02-21
Kernel: Use uniform initialization instead of memset for a few stack buffer.
Brian Gianforcaro
2021-02-21
Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2
Brian Gianforcaro
2021-02-21
AK: Add safe memset() wrapper to ByteBuffer
Brian Gianforcaro
2021-02-21
DHCPClient: Actually randomize transaction ID's (XID)
Andreas Kling
2021-02-21
DHCPClient: Silence a debug message
Andreas Kling
2021-02-21
utmpupdate: Don't complain about an error if the utmp is just empty
Andreas Kling
2021-02-21
Kernel: Silence TTY signal debug spam
Andreas Kling
2021-02-21
Cube: Add an option to render a frameless cube
Tom
2021-02-21
Taskbar: Remove window button if a window state change demands it
Tom
2021-02-21
WindowServer: Allow changing frameless state after a window is created
Tom
2021-02-21
LibVT: Don't paint selection with opacity
Linus Groh
2021-02-21
LibLine: Move the search editor exactly after the last line
AnotherTest
2021-02-21
LibLine: Make clear_lines() work when only clearing the current line
AnotherTest
2021-02-21
LibLine: Update the lazy refresh data and flags in some more places
AnotherTest
2021-02-21
Kernel: Add "map_fixed" pledge promise
Andreas Kling
2021-02-21
LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBars
Tom
2021-02-21
LibELF: Fix build with ELF_IMAGE_DEBUG
Andreas Kling
2021-02-21
Kernel: Make UNMAP_AFTER_INIT imply NEVER_INLINE as well
Andreas Kling
2021-02-21
LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader
Andreas Kling
2021-02-21
LibELF: Make SymbolLookupResult::address a VirtualAddress
Andreas Kling
2021-02-21
LibELF: Simplify DynamicObject::Symbol class a bit
Andreas Kling
2021-02-21
LibELF: Make symbol lookup functions return Optional<Symbol>
Andreas Kling
2021-02-21
LibELF: Remove "always bind now" global flag
Andreas Kling
2021-02-21
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
Andreas Kling
2021-02-21
LibELF: Fix various clang-tidy warnings
Andreas Kling
2021-02-20
LibELF: Use StringView instead of "const char*" in dynamic linker code
Andreas Kling
2021-02-20
Run: Prevent printing [null] in case of empty history (#5433)
Sameem Zahoor Taray
2021-02-20
LibLine: Avoid refreshing the entire line when inserting at the end
AnotherTest
2021-02-20
WindowServer: Improve small tooltips/windows shadows a bit
Tom
2021-02-20
LibGUI: Always set tree column content width to widest open node
thankyouverycool
2021-02-20
LibGUI: Recheck size excesses when scrollbars become visible
thankyouverycool
2021-02-20
LibGUI: Set IconView content width to actual content only
thankyouverycool
2021-02-20
DynamicLoader: Always make .data segment read+write
Andreas Kling
2021-02-20
AK: Make Nonnull*PtrVector use size_t for indexes
Andreas Kling
2021-02-20
Ports: Update vttest version in AvailablePorts.md
Linus Groh
2021-02-20
Kernel: Mark some IDEController functions with UNMAP_AFTER_INIT
Andreas Kling
2021-02-20
Kernel: Don't take debug logging lock in sprintf()
Andreas Kling
2021-02-20
AK: Remove unused kprintf macro
Andreas Kling
2021-02-20
AK+LibC: Remove dbgprintf() :^)
Andreas Kling
2021-02-20
LibVT: Oops, fix dbgln() invocation mistake
Andreas Kling
2021-02-20
LibCpp: Replace dbgprintf() with outln()
Andreas Kling
2021-02-20
LibTLS: Replace dbgprintf() with dbgln()
Andreas Kling
2021-02-20
LibVT: Put "unimplemented escape" whining on debug log
Andreas Kling
[prev]
[next]