summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-29LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocaleTimothy Flynn
2022-01-29LibJS: Implement a nearly empty Intl.Collator objectTimothy Flynn
2022-01-29LibUnicode: Fill in case-first and numeric BCP47 keywordsTimothy Flynn
2022-01-29Base: Add Osage to font Katica Regular 10Lady Gegga
2022-01-29WebContent: Switch scroll direction on shift modifierDmitry Petrov
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2022-01-29Kernel: Stop using HashMap in MutexIdan Horowitz
2022-01-29Kernel: Optimize StorageDevice read and write functionPankaj Raghav
2022-01-29AK: Fix log2 calculation for IntegerPankaj Raghav
2022-01-29Kernel: Add block_size_log helper to BlockDevicePankaj Raghav
2022-01-29AK: Add is_power_of_2 helperPankaj Raghav
2022-01-29Kernel: Cache blocks_per_page in StorageDevice classPankaj Raghav
2022-01-29Kernel: Remove the assumption of 512 block size in read/write_blockPankaj Raghav
2022-01-29DisplaySettings: Set icons from GMLDylan Katz
2022-01-29MailSettings: Set icons from GMLDylan Katz
2022-01-29MouseSettings: Set icons from GMLDylan Katz
2022-01-29KeyboardSettings: Set icons from GMLDylan Katz
2022-01-29BrowserSettings: Set icons from GMLDylan Katz
2022-01-29LibGUI: Allow Label icons to be set from GMLDylan Katz
2022-01-29IPCCompiler: Don't loop endlessly on nameless parametersItamar
2022-01-29AK+Kernel: Implement UUID mixed endianness supportLiav A
2022-01-29UserspaceEmulator: Implement ioctl TIOCSTIRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TCFLSHRummskartoffel
2022-01-29UserspaceEmulator: Implement signal maskingRummskartoffel
2022-01-29UserspaceEmulator: Implement virt$sigprocmaskRummskartoffel
2022-01-29UserspaceEmulator: Implement virt$getppidRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TIOCGPGRPRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TIOCSWINSZRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl FIONBIORummskartoffel
2022-01-29UserspaceEmulator: Convert virt$ioctl to use switch-caseRummskartoffel
2022-01-29LibGUI: Show radio buttons for checkable actions in CommandPalettenetworkException
2022-01-29LibGUI: Allow falling back to default paint behavior in delegatenetworkException
2022-01-29WindowServer: Allow checking checkable entries in a menu using spacenetworkException
2022-01-29Kernel: Only lock process file descriptor table once in sys$poll()Andreas Kling
2022-01-29Kernel: Switch process file descriptor table from spinlock to mutexAndreas Kling
2022-01-29Kernel: Convert process file descriptor table to a SpinlockProtectedAndreas Kling
2022-01-28Base: Add a man page for the timezone utilityTimothy Flynn
2022-01-28LibCoredump: Copy out the FooInfo structs to an aligned addressAli Mohammad Pur
2022-01-28LibDebug+LibCoredump: Replace remaining reinterpret_casts and C castsAli Mohammad Pur
2022-01-28LibDebug+LibCoredump: Use ByteReader to do unaligned readsAli Mohammad Pur
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2022-01-28Kernel: Allocate entire SelectBlocker::FDVector at onceAndreas Kling
2022-01-28Kernel: Move kernel region checks from x86 page fault handler to MMAndreas Kling
2022-01-28Kernel: Quickly reject userspace addresses in kernel_region_from_vaddr()Andreas Kling
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28Applets/Audio: Use Array for the volume level bitmapskleines Filmröllchen
2022-01-28HexEditor: Use Array in FindDialog's optionskleines Filmröllchen
2022-01-28Chess: Don't use Vector in a literal iteratorkleines Filmröllchen
2022-01-28LibAudio: Use ArrayLike concept to remove duplicate Buffer constructorkleines Filmröllchen
2022-01-28AK: Allow constructing a JsonArray from any array-like typekleines Filmröllchen