summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-18USB: Store device descriptor on enumerationJesse Buhagiar
2021-06-18USB: Store devices in globally accessible arrayJesse Buhagiar
2021-06-18Meta: Ensure long messages fit in commit tweetSam Atkins
2021-06-18Kernel: Fix crash when changing screen resolutionGunnar Beutner
2021-06-18LibJS: Add Number.parseIntLuke
2021-06-18LibJS: Use existing attributes if any are missing in the new descriptorIdan Horowitz
2021-06-18LibJS: Add missing exception check in Date.prototype.toJSONLuke
2021-06-18Documentation/WSL: add a workaround for slow emulation on HiDPI screensStéphane Travostino
2021-06-18Browser: Add setting to change homepage URLMarco Cutecchia
2021-06-18Ports: Fix less by disabling wctypeGavin Downard
2021-06-18Tests: Add a test for ProcFS fd interactionKyle Ambroff-Kao
2021-06-18Kernel: Correctly decode proc_file_type from identifierTim Schumacher
2021-06-18Kernel: Fix CPUID usage inside cpu_detect()Jean-Baptiste Boric
2021-06-18Kernel: Use FXSR feature only if supported by CPUJean-Baptiste Boric
2021-06-18Kernel: Detect support for CPUID FXSRJean-Baptiste Boric
2021-06-17PixelPaint: Add new selection moving modesElliot Maisl
2021-06-17Lagom: Add an install targetsin-ack
2021-06-17passwd: Do not allow empty passwordsbrapru
2021-06-17passwd: Provide more verbose output regarding status of changed passwdbrapru
2021-06-17passwd: Retype password to confirmbrapru
2021-06-17passwd: Prompt for the current password before setting new passwordbrapru
2021-06-17PixelPaint: Update debug message in the copy action to the used method (#8113)Erik Sommer
2021-06-17Kernel: Update check in Inode::read_entireGunnar Beutner
2021-06-17Kernel: Remove obsolete size_t castsGunnar Beutner
2021-06-17Kernel: Add a VERIFY() to make sure our DMA address is validGunnar Beutner
2021-06-17Kernel: Move super_pages section into the bottom 16MBGunnar Beutner
2021-06-17Kernel: Make sure the kernel is re-linked when the linker script changesGunnar Beutner
2021-06-17Kernel: Fix incorrect argument nameGunnar Beutner
2021-06-17LibJS: Add the TypedArray.of() methodIdan Horowitz
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-06-17Kernel/VirtIO: Indicate we handling unknown interrupt early when calledLiav A
2021-06-17Kernel/Interrupts: Add sensible purposes to VirtIO and USB devicesLiav A
2021-06-17Kernel/Interrupts: Enumerate nested handlers in a shared handlerLiav A
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-17LibJS: Remove the unused IndexedProperties::append_all methodIdan Horowitz
2021-06-17Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csvstelar7
2021-06-17AK: Add some tests for hexdump formattingAli Mohammad Pur
2021-06-17Everywhere: Replace the multiple impls of print_buffer() with :hex-dumpAli Mohammad Pur
2021-06-17AK: Add a :hex-dump mode to AK::FormatAli Mohammad Pur
2021-06-17LibJS: Cast to i64 for is_integral_numbersin-ack
2021-06-17LibJS: Stop overwriting existing accessors in Object::define_propertyIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__define{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__proto__ native accessor propertyIdan Horowitz
2021-06-17LibJS: Fix .length attributes of various native functionsLinus Groh
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-17Meta: Increase additional space for disk imagesGunnar Beutner
2021-06-17SystemServer: Improve error message when execv() failsGunnar Beutner
2021-06-17Meta: Allow building images without most utilitiesGunnar Beutner
2021-06-17Meta: Add support for declaring componentsGunnar Beutner