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-12-14
Kernel: Ignore an invalid QEMU multiboot entry
implicitfield
2022-12-14
Kernel: Start implementing `kmalloc_aligned` more efficiently
Tim Schumacher
2022-12-14
Kernel: Check against TCP packet size overflows in checksum calculation
Tim Schumacher
2022-12-14
Kernel: Convert TCP pseudo-headers through a union
Tim Schumacher
2022-12-14
Kernel: Add the auxiliary vector to the stack size validation
Agustin Gianni
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-13
Kernel: Propagate errors during network adapter detection/initialization
Andreas Kling
2022-12-12
Kernel: Use `size_t` to keep track of the number of pages in a region
Tim Schumacher
2022-12-11
Kernel: Bump maximum pthread stack size to 32MiB
sin-ack
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-12-11
Kernel: Implement flock downgrading
sin-ack
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `setregid(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel: Use real UID/GID when checking for file access
sin-ack
2022-12-11
Kernel: Remove InodeMetadata::may_{read,write,execute}(Process const&)
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `mkdirat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-12-11
Kernel: Implement Process::custody_for_dirfd
sin-ack
2022-12-11
Kernel: Allow dead threads to be joined
kleines Filmröllchen
2022-12-10
Kernel: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
Kernel: Set EFLAGS/RFLAGS to a known-good value on signal entry
Sergey Lisov
2022-12-09
Kernel/FileSystem: Convert the mount table from Vector to IntrusiveList
Liav A
2022-12-09
Kernel: Allow opening some device nodes sparingly for jailed processes
Liav A
2022-12-09
Kernel: Add callback on ".." directory entry for a TmpFS root directory
Liav A
2022-12-08
Kernel/aarch64: Initialize components that are already working
Filiph Sandström
2022-12-07
Kernel: Add missing VERIFY in MM::allocate_committed_physical_page
Thomas Queiroz
2022-12-07
Kernel: Don't panic if MemoryManager::find_free_physical_page fails
Thomas Queiroz
2022-12-07
Kernel: Return nullptr instead of PANICking in KmallocSlabHeap
Thomas Queiroz
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-05
Kernel: Don't memset() allocated memory twice in kcalloc()
Andreas Kling
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
Kernel: Implement PIT::set_periodic() and PIT::set_non_periodic()
Vitriol1744
2022-12-03
Kernel: Reject create links on paths that were not unveiled as writable
Liav A
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
2022-12-03
Kernel: Rename SysFSSystemBoolean => SysFSSystemBooleanVariable
Liav A
2022-12-03
Kernel: Allow read access sparingly to some /sys/kernel directory nodes
Liav A
2022-12-03
Kernel: Disallow jailed processes to read files in /sys/kernel directory
Liav A
2022-12-03
Kernel: Forbid access to /sys/kernel/power_state for Jailed processes
Liav A
2022-11-29
Kernel: Add some spec links and comments to sys$posix_fallocate()
Andreas Kling
2022-11-29
Kernel: Make sys$posix_fallocate() fail with ENODEV on non-regular files
Andreas Kling
2022-11-29
Kernel: Add File::is_regular_file()
Andreas Kling
2022-11-29
Kernel: Remove unnecessary FIXME in sys$posix_fallocate()
Andreas Kling
2022-11-29
LibC: Use uintptr_t for __stack_chk_guard
Keegan Saunders
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-25
Kernel: Update the ".." inode for directories after a rename
sin-ack
2022-11-24
Kernel: Update tv_nsec field when using utimensat() with UTIME_NOW
Andreas Kling
[next]