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-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
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-26
Kernel: Expose per-thread information in /proc/all
Andreas Kling
2019-11-26
Kernel: Process::for_each_thread() should show the main thread of PID 0
Andreas Kling
2019-11-26
Kernel: Handle fstat() on sockets
Sergey Bugaev
2019-11-26
Build: Bump the default disk image size from 500MB to 600MB
Andreas Kling
2019-11-25
Kernel: Implement the setkeymap() syscall.
Hüseyin ASLITÜRK
2019-11-25
Demos: Remove "RetroFetch"
Andreas Kling
2019-11-24
Kernel: Mark mmap()-created regions with a special bit
Andreas Kling
2019-11-23
ProtocolServer+LibProtocol: Introduce a server for handling downloads
Andreas Kling
2019-11-23
IPv4: Protect the list of unacked TCP packets with a lock
Andreas Kling
2019-11-23
Applications: Remove unused/unfinished "Downloader" program
Andreas Kling
2019-11-23
Revert "Kernel: Move Kernel mapping to 0xc0000000"
Andreas Kling
2019-11-22
Kernel: Move Kernel mapping to 0xc0000000
Jesse Buhagiar
2019-11-21
Ext2FileSystem: set_metadata_dirty(true) during write_directory().
Drew Stratford
2019-11-21
Kernel: Build with -fno-asynchronous-unwind-tables
Andreas Kling
2019-11-19
Kernel: Don't interrupt short writes
Sergey Bugaev
2019-11-18
IPv4: Disconnected non-blocking sockets were not signalling EOF
Andreas Kling
2019-11-18
Build: Oops, typo in the path to LibHTML code generators in makeall.sh
Andreas Kling
[next]