summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09LibWasm: ALWAYS_INLINE some very hot functionsAli Mohammad Pur
2021-06-09AK: Make Vector::take_last() ALWAYS_INLINEAli Mohammad Pur
2021-06-09AK: Make a bunch of Variant methods ALWAYS_INLINEAli Mohammad Pur
2021-06-09Meta: Disable -Wmaybe-uninitializedAli Mohammad Pur
2021-06-09LibWasm: Implement saturating float truncation instructionsAli Mohammad Pur
2021-06-09LibWasm: Implement sign extension instructionsAli Mohammad Pur
2021-06-09LibWasm: Implement spec-compliant float min/max opsAli Mohammad Pur
2021-06-09wasm: Add a help command to the shell mode and start it on --shellAli Mohammad Pur
2021-06-09LibAudio: Add support for WAVE_FORMAT_EXTENSIBLENick Miller
2021-06-09Documentation: Add a list of supported network cardsLiav A
2021-06-09Meta: Use Intel 82574 instead of Intel 82540 in the run scriptLiav A
2021-06-09Kernel/Net: Support Intel 82574 adapterLiav A
2021-06-09Kernel/CommandLine: Add option to disable physical networking hardwareLiav A
2021-06-09Kernel: Introduce the NetworkingManagement singletonLiav A
2021-06-09Ports: Build an `.so` file for SQLiteJelle Raaijmakers
2021-06-09Ports: Update SQLite to version 3.35.5Jelle Raaijmakers
2021-06-09LibJS: Don't generate code after we've encountered a terminating opGunnar Beutner
2021-06-09LibJS: Stop bytecode execution after we've encountered an exceptionGunnar Beutner
2021-06-09LibJS: Generate bytecode for throw statementsGunnar Beutner
2021-06-09Browser: Fix crash on downloadTimothy
2021-06-09LibMarkdown: Wrap non-inline code blocks in <pre>Sam Atkins
2021-06-09LibJS: Stop inheriting from Set in SetPrototypeIdan Horowitz
2021-06-09Meta: Check installed QEMU versionApoorv Mishra
2021-06-09Ports: Use shared icon logic for ScummVMJelle Raaijmakers
2021-06-09LibGUI: Set TextEditor to unmodified after saving size=0 filesSam Atkins
2021-06-09Meta: Remove references to the abandoned IRC channelAndreas Kling
2021-06-09LibJS: Mark heap cell values stored in Set instancesIdan Horowitz
2021-06-09LibJS: Store strings in a string tableGunnar Beutner
2021-06-09LookupServer: Watch /etc/hosts for changes during runtimeMax Wipfli
2021-06-09LookupServer: Check for hostname after /etc/hostsMax Wipfli
2021-06-09LookupServer: Make DNSName::operator== ignore caseMax Wipfli
2021-06-09LookupServer: Modernize load_etc_hosts()Max Wipfli
2021-06-09AK: Implement IPv4Address::to_string_reversed()Max Wipfli
2021-06-09Ports: Remove checksum for the stpuzzles portGunnar Beutner
2021-06-09Ports: Embed icons for the stpuzzles portGunnar Beutner
2021-06-09Ports: .port_include.sh add install_icon functionMax Trussell
2021-06-09LibAudio: Make Loader::seek() treat its input as a sample indexNick Miller
2021-06-09LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}Idan Horowitz
2021-06-09LibJS: Add most of the Set.prototype methodsIdan Horowitz
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-09LibCrypto: Add hash methods to {Signed, Unsigned}BigIntegerIdan Horowitz
2021-06-09AK: Allow changing the HashTable behaviour for sets on existing entriesIdan Horowitz
2021-06-09LibJS: Implement bytecode generation for UpdateExpression :^)Andreas Kling
2021-06-09LibJS: Simplify the way we stringify bytecode instructionsAndreas Kling
2021-06-09Kernel: Mark VirtIOConsole constructor as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark VirtIO detection/creation functions as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark MMIOAccess detection function as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark PCI Access enumeration functions as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark SyncTask::spawn() as UNMAP_AFTER_INITBrian Gianforcaro