summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-17Ports: c-ray: Pin version to latest commit rather than use master branchBrendan Coles
2021-04-17Kernel+LibC: Update struct stat to use struct timespec instead of time_tGunnar Beutner
2021-04-17LibGfx: Fix sse enabled builds by removing implicit float conversionSahan Fernando
2021-04-17Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)Idan Horowitz
2021-04-17Kernel: Finish base implementation of VirtQueuesIdan Horowitz
2021-04-17Kernel: Implement a simple Scatter/Gather ListIdan Horowitz
2021-04-17Kernel: Implement a naive version of virtconsole by memcpying to physical pageIdan Horowitz
2021-04-17Kernel: Activate queues and enable interrutps in VirtIODevicesIdan Horowitz
2021-04-17Kernel: Modernize use of pointers in VirtIOIdan Horowitz
2021-04-17Kernel: Add base support for VirtConsole (VirtIO based consoles)Idan Horowitz
2021-04-17Kernel: Add base support for VirtIO devicesIdan Horowitz
2021-04-17Kernel: Add PCI::get_BAR convenience methodIdan Horowitz
2021-04-17Kernel: Convert PCI Capability struct to class with convenience methodsIdan Horowitz
2021-04-17LibGfx: Make top highlight of classic buttons fit to the top left cornerLuke
2021-04-17LibWeb: Fix height calculation for absolutely positioned boxesEgor Ananyin
2021-04-17FileManager: Estimate transfer timeLeandro Pereira
2021-04-17FileManager: Show file copying animationLeandro Pereira
2021-04-17Ports: Fix key path for edGunnar Beutner
2021-04-17Meta: Allow serenity.sh to be used outside of assumed working directoryBrian Gianforcaro
2021-04-17Base: Remove stray backtick in the watch manpageGunnar Beutner
2021-04-17Utilities: Fix division by zeroGunnar Beutner
2021-04-17AK: Remove String-from-StringView optimizationAndreas Kling
2021-04-17LibELF: Make get_library_name() take String instead of StringViewAndreas Kling
2021-04-17LibCore: Make File take String instead of StringViewAndreas Kling
2021-04-17LibCore: Make DirIterator take String instead of StringViewAndreas Kling
2021-04-17LibGUI: Make some API's take String instead of StringViewAndreas Kling
2021-04-17LibTTF: Make load_from_file() take String instead of StringViewAndreas Kling
2021-04-17FileManager: Make DirectoryView API's take String instead of StringViewAndreas Kling
2021-04-17AK: Implement case-insensitive StringUtils::matches() without allocsAndreas Kling
2021-04-17AK: Make LexicalPath take String instead of StringViewAndreas Kling
2021-04-17LibGfx: Switch a bunch of API's from taking StringView to StringAndreas Kling
2021-04-17LibGUI: Make Window::set_title() take a StringAndreas Kling
2021-04-17LibCore: Don't needlessly use StringView in Core::Object APIsAndreas Kling
2021-04-17Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff()Andreas Kling
2021-04-17LibGUI: Make GUI::Widget::set_tooltip() take a StringAndreas Kling
2021-04-17Kernel: Add `-Wnull-dereference` flagNicholas-Baron
2021-04-17LibJS: Accept symbol property in the `in` operatorIdan Horowitz
2021-04-17LibWeb: Fix misplaced bullet points on list itemsTobias Christiansen
2021-04-17LibJS: Implement initializing a TypedArray from an iterable objectIdan Horowitz
2021-04-17LibJS: Implement initializing a TypedArray from an array-like objectIdan Horowitz
2021-04-16LibGUI: Allow arbitrary font size in FontPickerJames Triantafylos
2021-04-16AK+Kernel: Make IntrusiveList capable of holding non-raw pointersAnotherTest
2021-04-16AK: Avoid the unnecessarily confusing bunch of casts in IntrusiveListAnotherTest
2021-04-16Ports: SDL2: Use correct CMAKE_TOOLCHAIN_FILE in configoptsBrendan Coles
2021-04-16CI: Use clang-12 instead of clang-10 when building fuzzersAnotherTest
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-16Meta: lint-ports: Check package files for required propertiesBrendan Coles
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-04-16HexEditor: Use debgln_ifHendiadyoin1
2021-04-16UserspaceEmulator: use outln_ifHendiadyoin1