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-06-09
LibWasm: ALWAYS_INLINE some very hot functions
Ali Mohammad Pur
2021-06-09
AK: Make Vector::take_last() ALWAYS_INLINE
Ali Mohammad Pur
2021-06-09
AK: Make a bunch of Variant methods ALWAYS_INLINE
Ali Mohammad Pur
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-06-09
LibWasm: Implement saturating float truncation instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement sign extension instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement spec-compliant float min/max ops
Ali Mohammad Pur
2021-06-09
wasm: Add a help command to the shell mode and start it on --shell
Ali Mohammad Pur
2021-06-09
LibAudio: Add support for WAVE_FORMAT_EXTENSIBLE
Nick Miller
2021-06-09
Documentation: Add a list of supported network cards
Liav A
2021-06-09
Meta: Use Intel 82574 instead of Intel 82540 in the run script
Liav A
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-09
Ports: Build an `.so` file for SQLite
Jelle Raaijmakers
2021-06-09
Ports: Update SQLite to version 3.35.5
Jelle Raaijmakers
2021-06-09
LibJS: Don't generate code after we've encountered a terminating op
Gunnar Beutner
2021-06-09
LibJS: Stop bytecode execution after we've encountered an exception
Gunnar Beutner
2021-06-09
LibJS: Generate bytecode for throw statements
Gunnar Beutner
2021-06-09
Browser: Fix crash on download
Timothy
2021-06-09
LibMarkdown: Wrap non-inline code blocks in <pre>
Sam Atkins
2021-06-09
LibJS: Stop inheriting from Set in SetPrototype
Idan Horowitz
2021-06-09
Meta: Check installed QEMU version
Apoorv Mishra
2021-06-09
Ports: Use shared icon logic for ScummVM
Jelle Raaijmakers
2021-06-09
LibGUI: Set TextEditor to unmodified after saving size=0 files
Sam Atkins
2021-06-09
Meta: Remove references to the abandoned IRC channel
Andreas Kling
2021-06-09
LibJS: Mark heap cell values stored in Set instances
Idan Horowitz
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LookupServer: Watch /etc/hosts for changes during runtime
Max Wipfli
2021-06-09
LookupServer: Check for hostname after /etc/hosts
Max Wipfli
2021-06-09
LookupServer: Make DNSName::operator== ignore case
Max Wipfli
2021-06-09
LookupServer: Modernize load_etc_hosts()
Max Wipfli
2021-06-09
AK: Implement IPv4Address::to_string_reversed()
Max Wipfli
2021-06-09
Ports: Remove checksum for the stpuzzles port
Gunnar Beutner
2021-06-09
Ports: Embed icons for the stpuzzles port
Gunnar Beutner
2021-06-09
Ports: .port_include.sh add install_icon function
Max Trussell
2021-06-09
LibAudio: Make Loader::seek() treat its input as a sample index
Nick Miller
2021-06-09
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
Idan Horowitz
2021-06-09
LibJS: Add most of the Set.prototype methods
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-09
LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger
Idan Horowitz
2021-06-09
AK: Allow changing the HashTable behaviour for sets on existing entries
Idan Horowitz
2021-06-09
LibJS: Implement bytecode generation for UpdateExpression :^)
Andreas Kling
2021-06-09
LibJS: Simplify the way we stringify bytecode instructions
Andreas Kling
2021-06-09
Kernel: Mark VirtIOConsole constructor as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark VirtIO detection/creation functions as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark MMIOAccess detection function as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark PCI Access enumeration functions as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark SyncTask::spawn() as UNMAP_AFTER_INIT
Brian Gianforcaro
[next]