index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2022-07-15
Kernel: Add some inline capacity to find_regions_intersecting
Hendiadyoin1
2022-07-15
Kernel: Try to set [cm]time in Inode::did_modify_contents
Hendiadyoin1
2022-07-15
Kernel: Handle multiple regions in sys$msync
Hendiadyoin1
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-07-15
Kernel: Use find_last_split_view to get the executable name in do_exec
Hendiadyoin1
2022-07-15
Kernel/SysFS: Add /sys/devices/storage directory
Liav A
2022-07-15
Kernel/Devices: Add two protected methods for DeviceManagement functions
Liav A
2022-07-15
Kernel: Declare BlockDevice::is_block_device method protected
Liav A
2022-07-15
Kernel/SysFS: Adapt USB plug code to work with SysFS patterns
Liav A
2022-07-15
Kernel/SysFS: Mark SysFSDirectory traverse and lookup methods as final
Liav A
2022-07-15
Kernel/SysFS: Reduce the responsibilities of the Registry object
Liav A
2022-07-15
Kernel/SysFS: Add Symbolic link functionality to the filesystem
Liav A
2022-07-15
Kernel/SysFS: Add two methods related to relative paths for components
Liav A
2022-07-15
Kernel/Storage: Add LUN address to each StorageDevice
Liav A
2022-07-15
Kernel/Storage: Declare NVMeNameSpace constructor as private
Liav A
2022-07-15
Kernel: Export both interface type and command set of a StorageDevice
Liav A
2022-07-15
Kernel/SysFS: Rename Devices code folder => DeviceIdentifiers
Liav A
2022-07-15
Kernel/USB: Support UHCI full speed bandwidth reclamation
b14ckcat
2022-07-15
Kernel/Storage: Check IDE error condition under the correct lock
Liav A
2022-07-15
Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
Liav A
2022-07-14
Kernel+Userland: Rename prefix of user_physical => physical
Liav A
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-14
Kernel: Allocate user physical pages instead of supervisor ones for DMA
Liav A
2022-07-14
Kernel: Don't lock the scheduler in ProcFSOverallProcesses::try_generate
Daniel Bertalan
2022-07-13
Kernel/Graphics: Allocate VGA window region according to the usual rules
Liav A
2022-07-13
Kernel/Graphics: Rename m_vga_region => m_vga_window_region
Liav A
2022-07-13
Kernel/Graphics: Rename TextModeConsole => VGATextModeConsole
Liav A
2022-07-13
Kernel/Graphics: Remove unnecessary VGAConsole class abstraction
Liav A
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Kernel/Graphics: Simplify initialization flow explanation comment
Liav A
2022-07-12
Kernel/Graphics: Fix comparison of framebuffer type in initialization
Liav A
2022-07-12
Kernel/Graphics: Remove VGA folder and its content
Liav A
2022-07-12
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
Tim Schumacher
2022-07-11
Kernel: Stop committing pages for COW of uncommitted pages on sys$fork
Idan Horowitz
2022-07-10
Kernel: Stop leaking leftover committed cow pages from forked processes
Idan Horowitz
2022-07-10
Kernel: Stop leaking first thread on errors in sys$fork
Idan Horowitz
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-07-10
Kernel+SystemServer: Make KCOVDevice a character device
Liav A
2022-07-10
Kernel: Support sys$connect to LocalSockets with short sockaddr_uns
Idan Horowitz
2022-07-10
Kernel: Stop reporting POLLHUP exclusively when available in sys$poll
Idan Horowitz
2022-07-10
Kernel: Remove unused WriteNotOpen File BlockFlag
Idan Horowitz
2022-07-10
Kernel: Report POLLNVAL events in sys$poll instead of returning EBADF
Idan Horowitz
2022-07-10
Kernel: Stop providing POLLRDHUP events in sys$poll by default
Idan Horowitz
2022-07-10
Kernel: Set POLLHUP on WriteHangUp in sys$poll instead of POLLNVAL
Idan Horowitz
2022-07-10
Kernel: Handle SHUT_RDWR in Socket::shutdown
Idan Horowitz
2022-07-10
Kernel: Accept SHUT_RD and SHUT_WR as shutdown() how values
Idan Horowitz
2022-07-09
Kernel/Routing: Hide some leftover debugging under a debug flag
Maciej
[next]