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
2020-12-30
Kernel: Prevent sign bit extension when creating a PDPTE
Luke
2020-12-30
Kernel: Embed a Metadata notes entry in coredumps
Linus Groh
2020-12-30
Kernel: Add sys$set_coredump_metadata() syscall
Linus Groh
2020-12-30
Kernel: Embed a ProcessInfo notes entry in coredumps
Linus Groh
2020-12-30
Kernel: Consolidate the various BlockCondition::unblock variants
Tom
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-12-30
Kernel: Fix HPET::update_time to set ticks within the valid range
Tom
2020-12-29
Build: Support non-i686 toolchains
meme
2020-12-29
Kernel: Hold InodeVMObject reference while inspecting it in sys$mmap()
Andreas Kling
2020-12-29
Kernel: Remove unnecessary non-const Inode::shared_vmobject()
Andreas Kling
2020-12-29
Kernel+LibC: Add a very limited sys$mremap() implementation
Andreas Kling
2020-12-29
Kernel/VM: Make local_offset in PhysicalRegion::find_one_free_page unsigned
Luke
2020-12-29
Kernel/VM: Make local_offset in PhysicalRegion::free_page_at unsigned
Luke
2020-12-29
Revert "Kernel: Convert read_block method to get a reference instead of pointer"
Andreas Kling
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A
2020-12-27
Kernel: Add DiskPartitionMetadata Class
Liav A
2020-12-27
Kernel: Move Partition code files to the Storage folder
Liav A
2020-12-27
Kernel: Introduce the DevFS
Liav A
2020-12-27
Kernel: Add a method to determine the desired permissions of a Device
Liav A
2020-12-27
Kernel: Convert read_block method to get a reference instead of pointer
Liav A
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
2020-12-27
Kernel: CoreDump::write_program_headers: set NOTE p_memsz to p_filesz
Brendan Coles
2020-12-27
Kernel: Allow sys$rename() to rename symlinks
Andreas Kling
2020-12-27
Kernel: Tag more methods and types as [[nodiscard]]
Brian Gianforcaro
2020-12-27
Kernel: Take into account the time keeper's frequency (if no HPET)
Tom
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
Kernel: Expose process executable paths in /proc/all
Andreas Kling
2020-12-27
Kernel: Lock target process when generating core dump
Andreas Kling
2020-12-26
Kernel: Remove subheap from list before removing memory
Tom
2020-12-26
Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'
AnotherTest
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-12-26
Kernel: Reset the process dumpable flag on successful non-setid exec
Andreas Kling
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-25
Kernel: Make /proc/PID directories owned by the EUID:EGID
Andreas Kling
2020-12-25
Kernel: Fix build with E1000_DEBUG
Andreas Kling
2020-12-25
AK: Remove custom %w format string specifier
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-25
Kernel: Allocate new main thread stack before committing to exec
Andreas Kling
2020-12-25
Kernel: Move ELF auxiliary vector building out of Process class
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
Kernel+LibELF: Abort ELF executable load sooner when something fails
Andreas Kling
2020-12-25
Kernel: Remove an unnecessary cast in sys$execve()
Andreas Kling
2020-12-25
Kernel: Don't fetch full inode metadata in sys$execve()
Andreas Kling
2020-12-25
Kernel: Add back missing ELF::Image validity check
Andreas Kling
2020-12-25
Kernel: Convert dbg() => dbgln() in sys$execve()
Andreas Kling
2020-12-25
Kernel: Add formatter for VirtualAddress
Andreas Kling
2020-12-25
Kernel: Simplify ELF loading logic in sys$execve() somewhat
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
[next]