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-09-05
Kernel: Add KResultOr::release_error()
Andreas Kling
2021-09-05
LibWeb+LibWasm: Implement the WebAssembly.Table object
Ali Mohammad Pur
2021-09-05
LibWasm: Move the vector size limit to Constants.h and increase it a bit
Ali Mohammad Pur
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-05
LibJS: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Declare syscall handlers with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Improve names in the ARP table thread blocker
Andreas Kling
2021-09-05
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
Andreas Kling
2021-09-05
Kernel: Tidy up InodeWatcher construction
Andreas Kling
2021-09-05
Kernel: Remove UserOrKernelBuffer::copy_into_string()
Andreas Kling
2021-09-05
Kernel/Plan9FS: Use KString instead of String in one place
Andreas Kling
2021-09-05
Kernel/Ext2FS: Remove a String allocation in debug logging
Andreas Kling
2021-09-05
Utilities: Modernize output and comparison in the sort utility
Ralf Donau
2021-09-04
Kernel: Tidy up UDPSocket creation a bit
Andreas Kling
2021-09-04
Kernel: Tidy up TCPSocket creation a bit
Andreas Kling
2021-09-04
Kernel: Handle ProcessGroup allocation failures better
Andreas Kling
2021-09-04
Meta: Add Karol Kosek to the contributors list :^)
Andreas Kling
2021-09-04
Kernel: Make Process::try_create() propagate errors better
Andreas Kling
2021-09-04
Kernel: Tidy up Process::try_create_user_process()
Andreas Kling
2021-09-04
Kernel: Move pledge verification into Process member functions
Andreas Kling
2021-09-04
Kernel: Rename Thread::clone() => try_clone() and propagate errors
Andreas Kling
2021-09-04
Kernel: Add missing error check after Process::try_create()
Andreas Kling
2021-09-04
Kernel: Rename Process::create() => try_create()
Andreas Kling
2021-09-04
SoundPlayer: Convert to double before calculating
Karol Kosek
2021-09-04
SoundPlayer: Simplify Bars Visualization drawing logic a bit
Karol Kosek
2021-09-04
Meta: Force legacy xAPIC when using 8 cores or less
Tom
2021-09-04
Kernel: Add x2APIC support
Tom
2021-09-04
Kernel: Allow specifying ecx with CPUID
Tom
2021-09-04
SystemMonitor: Fix CPU usage calculation
Tom
2021-09-04
HackStudio: Drop files to the selected editor
Karol Kosek
2021-09-04
LibGUI: Fixes modified indicator behavior after saving
luiz
2021-09-04
SoundPlayer: Create only one playlist widget
Karol Kosek
2021-09-04
AudioApplet: Fix initial mute state
Karol Kosek
2021-09-04
AK+LibRegex: Disable construction of views from temporary Strings
Idan Horowitz
2021-09-04
Kernel/VirtIO: Determine VirtIO device class also with the PCI device ID
Liav A
2021-09-04
LibSymbolication: Unbreak symbolication with `-z separate-code` linking
Andreas Kling
2021-09-04
LibELF: Name non-executable map regions ".rodata" instead of ".text"
Andreas Kling
2021-09-04
Assistant: Use HashMap::ensure() in Database::did_receive_results()
Andreas Kling
2021-09-04
SystemMonitor: Use HashMap::ensure() in ProcessModel::update()
Andreas Kling
2021-09-04
LibDebug: Use HashMap::ensure() in DebugInfo::prepare_lines()
Andreas Kling
2021-09-04
LibGfx: Make FontDatabase cache store fonts in NonnullRefPtr
Andreas Kling
2021-09-04
LookupServer: Use HashMap::ensure() in load_etc_hosts()
Andreas Kling
2021-09-04
AK: Add HashMap::ensure(key, callback)
Andreas Kling
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
Linus Groh
2021-09-04
LibJS: Add Array::create_from() for generic Vector<T>
Linus Groh
2021-09-04
Documentation: Prevent QtCreator from formatting IPC as C++
Ben Wiederhake
2021-09-04
LibGfx: Intersect the bounding box with the main rect in draw_text
sin-ack
2021-09-04
Kernel/VirtIO: Defer initialization of device out of the constructor
Liav A
2021-09-04
Kernel/SysFS: Ensure data stability when reading from Inodes
Liav A
[prev]
[next]