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
2019-12-12
ProfileViewer: Begin work on a visualization tool for profiles :^)
Andreas Kling
2019-12-12
Kernel: Separate out the symbol offsets in profile output
Andreas Kling
2019-12-12
Kernel: Bump KBufferBuilder VM allocation to 4 MB
Andreas Kling
2019-12-12
ProcFS: Rename "samples" in /proc/profile to "frames"
Andreas Kling
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-09
Kernel: Give PTY's *actually* unique major ID's
Andreas Kling
2019-12-09
TTY: Change the MasterPTY device major to not conflict with /dev/psaux
Andreas Kling
2019-12-09
Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile)
Andreas Kling
2019-12-09
Kernel: Move VMObject::for_each_region() to MemoryManager.h
Andreas Kling
2019-12-09
Kernel: Remap all regions referring to a PurgeableVMObject on purge
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-09
AK: SinglyLinkedList::size_slow() should return size_t
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-09
Kernel: Assert that device major/minor hasn't already been registered
Andreas Kling
2019-12-08
Kernel: Allow setting thread names
Andrew Kaster
2019-12-08
Kernel: Break out of the idle loop on WaitQueue wake instead of on IRQ
Andreas Kling
2019-12-07
Kernel+LibPthread: Implement pthread_detach()
Andreas Kling
2019-12-07
ProcFS: Fix typo in /proc/net/local
Andreas Kling
2019-12-06
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
Andreas Kling
2019-12-05
MenuApplets: Add CPUGraph, our first menu applet :^)
Andreas Kling
2019-12-04
Meta: Check for Toolchain presence when running makeall.sh
Dan MacDonald
2019-12-02
Kernel: Don't CoW non-writable pages
Andreas Kling
2019-12-02
Kernel: Crash on memory access in non-readable regions
Andreas Kling
2019-12-02
Kernel: Fix bug where mprotect() would ignore setting PROT_WRITE
Andreas Kling
2019-12-02
Build: Add "sm" as an alias for SystemMonitor for now
Andreas Kling
2019-12-02
Build: Build LibDraw before WindowServer
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue to implement finalizer wakeup
Andreas Kling
2019-12-01
Kernel+SystemMonitor: Log amounts of I/O per thread
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in NetworkTask
Andreas Kling
2019-12-01
Kernel: Put some debug spam behind PAGE_FAULT_DEBUG
Andreas Kling
2019-12-01
Kernel: Use a dedicated thread state for wait-queued threads
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in the SoundBlaster 16 driver
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in PATAChannel
Andreas Kling
2019-12-01
Kernel: Disable interrupts while setting up a thread blocker
Andreas Kling
2019-12-01
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
Andreas Kling
2019-11-29
Kernel: Have modules export their name in a "module_name" string
Andreas Kling
2019-11-29
Kernel: Show module memory size in /proc/modules
Andreas Kling
2019-11-29
Kernel: Disallow syscalls from writeable memory
Andreas Kling
2019-11-29
Kernel: Demangle kernel C++ symbols correctly again
Andreas Kling
2019-11-28
Kernel: Allow modules to link against anything in kernel.map :^)
Andreas Kling
2019-11-28
Kernel: Add /proc/modules to enumerate the currently loaded modules
Andreas Kling
2019-11-28
Kernel: Implement basic module unloading :^)
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
2019-11-28
Kernel+ifconfig: Add an MTU value to NetworkAdapter
Andreas Kling
2019-11-27
Kernel: listen() should fail with EINVAL for already-connected sockets
Andreas Kling
2019-11-27
Kernel: Remove Process::state(), everyone should use Thread::state()
Andreas Kling
2019-11-27
Kernel: Remove outdated FIXME about EINTR in select()
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-27
Kernel: Fix triple-fault when clicking on SystemServer in SystemMonitor
Andreas Kling
[next]