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
2022-01-29
WebContent: Switch scroll direction on shift modifier
Dmitry Petrov
2022-01-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2022-01-29
Kernel: Optimize StorageDevice read and write function
Pankaj Raghav
2022-01-29
AK: Fix log2 calculation for Integer
Pankaj Raghav
2022-01-29
Kernel: Add block_size_log helper to BlockDevice
Pankaj Raghav
2022-01-29
AK: Add is_power_of_2 helper
Pankaj Raghav
2022-01-29
Kernel: Cache blocks_per_page in StorageDevice class
Pankaj Raghav
2022-01-29
Kernel: Remove the assumption of 512 block size in read/write_block
Pankaj Raghav
2022-01-29
DisplaySettings: Set icons from GML
Dylan Katz
2022-01-29
MailSettings: Set icons from GML
Dylan Katz
2022-01-29
MouseSettings: Set icons from GML
Dylan Katz
2022-01-29
KeyboardSettings: Set icons from GML
Dylan Katz
2022-01-29
BrowserSettings: Set icons from GML
Dylan Katz
2022-01-29
LibGUI: Allow Label icons to be set from GML
Dylan Katz
2022-01-29
IPCCompiler: Don't loop endlessly on nameless parameters
Itamar
2022-01-29
AK+Kernel: Implement UUID mixed endianness support
Liav A
2022-01-29
UserspaceEmulator: Implement ioctl TIOCSTI
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement ioctl TCFLSH
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement signal masking
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement virt$sigprocmask
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement virt$getppid
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement ioctl TIOCGPGRP
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement ioctl TIOCSWINSZ
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement ioctl FIONBIO
Rummskartoffel
2022-01-29
UserspaceEmulator: Convert virt$ioctl to use switch-case
Rummskartoffel
2022-01-29
LibGUI: Show radio buttons for checkable actions in CommandPalette
networkException
2022-01-29
LibGUI: Allow falling back to default paint behavior in delegate
networkException
2022-01-29
WindowServer: Allow checking checkable entries in a menu using space
networkException
2022-01-29
Kernel: Only lock process file descriptor table once in sys$poll()
Andreas Kling
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-28
Base: Add a man page for the timezone utility
Timothy Flynn
2022-01-28
LibCoredump: Copy out the FooInfo structs to an aligned address
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Use ByteReader to do unaligned reads
Ali Mohammad Pur
2022-01-28
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
Ali Mohammad Pur
2022-01-28
Kernel: Allocate entire SelectBlocker::FDVector at once
Andreas Kling
2022-01-28
Kernel: Move kernel region checks from x86 page fault handler to MM
Andreas Kling
2022-01-28
Kernel: Quickly reject userspace addresses in kernel_region_from_vaddr()
Andreas Kling
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-28
Applets/Audio: Use Array for the volume level bitmaps
kleines Filmröllchen
2022-01-28
HexEditor: Use Array in FindDialog's options
kleines Filmröllchen
2022-01-28
Chess: Don't use Vector in a literal iterator
kleines Filmröllchen
2022-01-28
LibAudio: Use ArrayLike concept to remove duplicate Buffer constructor
kleines Filmröllchen
2022-01-28
AK: Allow constructing a JsonArray from any array-like type
kleines Filmröllchen
2022-01-28
AK: Allow constructing a JsonValue from a StringView explicitly
kleines Filmröllchen
2022-01-28
AK: Introduce the ArrayLike concept
kleines Filmröllchen
2022-01-28
LibTextCodec: Do not allocate the various decoders
Daniel Bertalan
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
[prev]
[next]