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-02-23
Kernel: Commit the entire region up front in KBuffer::copy()
Andreas Kling
2020-02-22
Kernel: Build without debugging symbols by default
Andreas Kling
2020-02-22
Ext2FS: Add Missing HashMap.h include
Andreas Kling
2020-02-22
Kernel: Remove unnecessary allocation metadata from kmalloc() chunks
Andreas Kling
2020-02-22
Kernel: Make FileDescription slab-allocated
Andreas Kling
2020-02-22
Kernel: Tweak SlabAllocator's slab sizes
Andreas Kling
2020-02-22
Kernel: Make Custody slab-allocated
Andreas Kling
2020-02-22
Kernel: Increase kmalloc chunk size from 8 bytes to 32 bytes
Andreas Kling
2020-02-22
Kernel: Disown shared buffers on sys$execve()
Andreas Kling
2020-02-22
Kernel: Disable profiling during the critical section of sys$execve()
Andreas Kling
2020-02-22
Kernel: Reset profiling state on exec() (but keep it going)
Andreas Kling
2020-02-22
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
Andreas Kling
2020-02-22
Kernel: Fully validate pointers when walking stack during profiling
Andreas Kling
2020-02-22
Kernel: Put "Couldn't find user region" spam behind MM_DEBUG
Andreas Kling
2020-02-21
Ext2FS: The max current block count of a file is size/block_size
Andreas Kling
2020-02-21
Kernel: Log instead of crashing when getting a page fault during IRQ
Andreas Kling
2020-02-21
Ext2FS: Allow holes in block lists
Andreas Kling
2020-02-21
Kernel: Fix crash when reading /proc/PID/vmobjects
Andreas Kling
2020-02-21
Kernel: Don't trigger page faults during profiling stack walk
Andreas Kling
2020-02-21
Kernel: Commit the profiling sample buffer memory up front
Andreas Kling
2020-02-21
Kernel: Expose the underlying Region of a KBuffer
Andreas Kling
2020-02-21
Kernel: Assert on page fault during IRQ
Andreas Kling
2020-02-21
Kernel: Fix bitrotted DEBUG_IO logging
Andreas Kling
2020-02-20
Kernel: Fix a panic in VFS::rename()
Sergey Bugaev
2020-02-20
Kernel: Support trailing slashes in VFS::mkdir()
Sergey Bugaev
2020-02-20
AK: Use size_t for CircularQueue and CircularDeque
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-20
Kernel+LibC: Add SO_REUSEADDR macro
Andreas Kling
2020-02-19
Kernel: Refuse to allocate 0 bytes of virtual address space
Andreas Kling
2020-02-19
Kernel: Use bitfields in Region
Andreas Kling
2020-02-18
Base: Rename /dev/psaux to /dev/mouse
Andreas Kling
2020-02-18
Kernel: Remove SmapDisabler in sys$create_shared_buffer()
Andreas Kling
2020-02-18
Kernel: Reset FPU state on exec()
Andreas Kling
2020-02-18
TTY: Reset VGA start row when setting graphical TTY
Jesse Buhagiar
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-02-18
Kernel: Purging a page should point it back to the shared zero page
Andreas Kling
2020-02-17
SystemMenu: Add a separate program to host the system menu
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-17
Kernel: Tear down process address space during finalization
Andreas Kling
2020-02-17
Kernel: Allow multiple inspectors of a process (in /proc)
Andreas Kling
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
Base: Run WindowServer as a separate "window" user
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$accept()
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$clock_gettime()
Andreas Kling
2020-02-16
Kernel: Fix weird whitespace mistake in RangeAllocator
Andreas Kling
2020-02-16
Kernel: Remove Process inheriting from Weakable
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
[next]