summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-05Kernel: Add KResultOr::release_error()Andreas Kling
2021-09-05LibWeb+LibWasm: Implement the WebAssembly.Table objectAli Mohammad Pur
2021-09-05LibWasm: Move the vector size limit to Constants.h and increase it a bitAli Mohammad Pur
2021-09-05AK+Kernel: Move KResult.h to Kernel/API for userspace accesssin-ack
2021-09-05LibJS: Declare type aliases with "using" instead of "typedef"Brian Gianforcaro
2021-09-05Kernel: Declare syscall handlers with "using" instead of "typedef"Brian Gianforcaro
2021-09-05Kernel: Declare type aliases with "using" instead of "typedef"Brian Gianforcaro
2021-09-05Kernel: Improve names in the ARP table thread blockerAndreas Kling
2021-09-05Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()Andreas Kling
2021-09-05Kernel: Tidy up InodeWatcher constructionAndreas Kling
2021-09-05Kernel: Remove UserOrKernelBuffer::copy_into_string()Andreas Kling
2021-09-05Kernel/Plan9FS: Use KString instead of String in one placeAndreas Kling
2021-09-05Kernel/Ext2FS: Remove a String allocation in debug loggingAndreas Kling
2021-09-05Utilities: Modernize output and comparison in the sort utilityRalf Donau
2021-09-04Kernel: Tidy up UDPSocket creation a bitAndreas Kling
2021-09-04Kernel: Tidy up TCPSocket creation a bitAndreas Kling
2021-09-04Kernel: Handle ProcessGroup allocation failures betterAndreas Kling
2021-09-04Meta: Add Karol Kosek to the contributors list :^)Andreas Kling
2021-09-04Kernel: Make Process::try_create() propagate errors betterAndreas Kling
2021-09-04Kernel: Tidy up Process::try_create_user_process()Andreas Kling
2021-09-04Kernel: Move pledge verification into Process member functionsAndreas Kling
2021-09-04Kernel: Rename Thread::clone() => try_clone() and propagate errorsAndreas Kling
2021-09-04Kernel: Add missing error check after Process::try_create()Andreas Kling
2021-09-04Kernel: Rename Process::create() => try_create()Andreas Kling
2021-09-04SoundPlayer: Convert to double before calculatingKarol Kosek
2021-09-04SoundPlayer: Simplify Bars Visualization drawing logic a bitKarol Kosek
2021-09-04Meta: Force legacy xAPIC when using 8 cores or lessTom
2021-09-04Kernel: Add x2APIC supportTom
2021-09-04Kernel: Allow specifying ecx with CPUIDTom
2021-09-04SystemMonitor: Fix CPU usage calculationTom
2021-09-04HackStudio: Drop files to the selected editorKarol Kosek
2021-09-04LibGUI: Fixes modified indicator behavior after savingluiz
2021-09-04SoundPlayer: Create only one playlist widgetKarol Kosek
2021-09-04AudioApplet: Fix initial mute stateKarol Kosek
2021-09-04AK+LibRegex: Disable construction of views from temporary StringsIdan Horowitz
2021-09-04Kernel/VirtIO: Determine VirtIO device class also with the PCI device IDLiav A
2021-09-04LibSymbolication: Unbreak symbolication with `-z separate-code` linkingAndreas Kling
2021-09-04LibELF: Name non-executable map regions ".rodata" instead of ".text"Andreas Kling
2021-09-04Assistant: Use HashMap::ensure() in Database::did_receive_results()Andreas Kling
2021-09-04SystemMonitor: Use HashMap::ensure() in ProcessModel::update()Andreas Kling
2021-09-04LibDebug: Use HashMap::ensure() in DebugInfo::prepare_lines()Andreas Kling
2021-09-04LibGfx: Make FontDatabase cache store fonts in NonnullRefPtrAndreas Kling
2021-09-04LookupServer: Use HashMap::ensure() in load_etc_hosts()Andreas Kling
2021-09-04AK: Add HashMap::ensure(key, callback)Andreas Kling
2021-09-04LibJS: Implement Intl.DisplayNames.supportedLocalesOf()Linus Groh
2021-09-04LibJS: Add Array::create_from() for generic Vector<T>Linus Groh
2021-09-04Documentation: Prevent QtCreator from formatting IPC as C++Ben Wiederhake
2021-09-04LibGfx: Intersect the bounding box with the main rect in draw_textsin-ack
2021-09-04Kernel/VirtIO: Defer initialization of device out of the constructorLiav A
2021-09-04Kernel/SysFS: Ensure data stability when reading from InodesLiav A