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
2021-12-29
Kernel: Add verification promise violations are propagated properly
Brian Gianforcaro
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode
Brian Gianforcaro
2021-12-29
Kernel: Remove now unused REQUIRE_PROMISE and REQUIRE_NO_PROMISES macros
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_no_promises instead of REQUIRE_NO_PROMISES
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-29
Kernel: Print KUBSAN backtrace to screen if KUBSAN is deadly
Luke Wilde
2021-12-29
Kernel: Clarify why ftruncate() & pread() are passed `off_t const*`
Brian Gianforcaro
2021-12-29
Kernel: Make File::unref virtual
Idan Horowitz
2021-12-29
Kernel+LibC: Add ECANCELED errno value
Daniel Bertalan
2021-12-29
Kernel: Zero initialize `winsize` in TIOCGWINSZ
Brian Gianforcaro
2021-12-29
Kernel: Fix info leak from `sockaddr_un` in socket syscalls
Brian Gianforcaro
2021-12-29
Kernel: Fix info leak from padding in GenericFramebufferDevice::ioctl
Brian Gianforcaro
2021-12-29
Kernel: Return the actual number of CPU cores that we have
Daniel Bertalan
2021-12-29
Kernel: Port File to RefCounted
Idan Horowitz
2021-12-29
Kernel: Rename File::{before_removing => will_be_destroyed}
Idan Horowitz
2021-12-29
Kernel: Port Process to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Remove Process::all_processes()
Idan Horowitz
2021-12-29
Kernel: Port Custody to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Support Mutex Protected lists in ListedRefCounted
Idan Horowitz
2021-12-28
Kernel: Implement and use the syscall/sysret instruction pair on x86_64
Owen Smith
2021-12-28
Kernel: Reorder the 64-bit GDT a bit
Owen Smith
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-12-28
Kernel: Remove old comment about kmalloc() being Q&D :^)
Andreas Kling
2021-12-28
Kernel: VERIFY that addresses passed to kfree_sized() look valid
Andreas Kling
2021-12-28
Kernel: Rename kmalloc_pool_heap => initial_kmalloc_memory
Andreas Kling
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-28
Kernel: Lock socket mutex across {get,set}sockopt() and SO_ERROR updates
Andreas Kling
2021-12-28
Kernel: Fix race condition in TmpFSInode::notify_watchers()
Andreas Kling
2021-12-28
Kernel: Add _SC_MAPPED_FILES sysconf API
Brian Gianforcaro
2021-12-28
LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant
Brian Gianforcaro
2021-12-28
Kernel: Remove the KString::try_create(String::formatted(...)) pattern
Daniel Bertalan
2021-12-28
Kernel/Net: Move Realtek network adapters code to a separate directory
Liav A
2021-12-28
Kernel/Net: Move NE2000 network adapter code to a separate directory
Liav A
2021-12-28
Kernel: Run clang-format on E1000NetworkAdapter.cpp
Liav A
2021-12-28
Kernel/Net: Move Intel network adapters code to a separate directory
Liav A
2021-12-28
Kernel: Use type alias for Kmalloc SubHeap and SlabBlock list types
Brian Gianforcaro
2021-12-26
Kernel: Scrub kmalloc slabs when allocated and deallocated
Andreas Kling
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-26
Kernel: Add FIXME about allocation waste in kmalloc slabheap
Andreas Kling
2021-12-26
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
Andreas Kling
2021-12-26
Kernel: Use slab allocation automagically for small kmalloc() requests
Andreas Kling
2021-12-26
Kernel: Remove arbitrary alignment requirement from kmalloc_aligned()
Andreas Kling
2021-12-26
Kernel: Log purported size of bogus kfree_sized() requests
Andreas Kling
2021-12-26
Kernel: Remove kfree(), leaving only kfree_sized() :^)
Andreas Kling
2021-12-26
Kernel: Consolidate kmalloc_aligned() and use kfree_sized() within
Andreas Kling
2021-12-26
Kernel: Use kfree_sized() in SlabAllocator
Andreas Kling
2021-12-26
Kernel: Remove no-longer-used Lockable template
Andreas Kling
2021-12-26
Kernel: Make KernelRng not inherit from Lockable
Andreas Kling
2021-12-26
Kernel: Encapsulate APIC initialization inside InterruptManagement
Pankaj Raghav
[next]