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
/
Process.cpp
Age
Commit message (
Expand
)
Author
2019-10-01
Kernel: mmap() with both MAP_PRIVATE and MAP_SHARED is an error
Andreas Kling
2019-10-01
Kernel: Fix munmap() bad splitting of already-split Regions
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-28
Kernel: Expose blocking and cloexec fd flags in ProcFS
Sergey Bugaev
2019-09-27
Kernel: Fix partial munmap() deallocating still-in-use VM
Andreas Kling
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-27
Kernel: Fix bitrotted FORK_DEBUG logging code
Andreas Kling
2019-09-22
Kernel: Avoid creating a temporary String("mmap") for every mmap() call
Andreas Kling
2019-09-17
Kernel: Stop hardcoding syscall in signal trampoline.
Drew Stratford
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-15
Kernel: Implement shebang executables ("#!/bin/sh")
Andreas Kling
2019-09-13
Kernel: fchdir() should fail for non-searchable directories
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-09
Kernel: Remove reduntant kernel/user signal stacks.
Drew Stratford
2019-09-08
Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps child
Andreas Kling
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-05
Kernel: Add SysV stack alignment to signal trampoline
Drew Stratford
2019-09-05
Kernel: Use user stack for signal handlers.
Drew Stratford
2019-09-04
Kernel: Rename "vmo" to "vmobject" everywhere
Andreas Kling
2019-08-29
Kernel: Fix broken passing of String as printf() argument in realpath()
Andreas Kling
2019-08-29
Kernel: Support partial munmap()
Andreas Kling
2019-08-26
Kernel: Never forcibly page in entire executables
Andreas Kling
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-25
Kernel: Add realpath syscall
Rok Povsic
2019-08-23
Kernel: Implement kill(0, signal)
Andreas Kling
2019-08-23
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
Andreas Kling
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
2019-08-17
Kernel: Make crash dumps look aligned once again
Andreas Kling
2019-08-17
Kernel: Do the umount() by the guest's root inode identifier
Andreas Kling
2019-08-17
Kernel+LibC+Userland: Support mounting other kinds of filesystems
Sergey Bugaev
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-15
Kernel+LibC: Add get_process_name() syscall
Andreas Kling
2019-08-15
Kernel: Stop eagerly loading entire executables
Andreas Kling
2019-08-12
Kernel: Show region access bits (R/W/X) in crash dump region lists
Andreas Kling
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-11
Kernel: Move socket role tracking to the Socket class itself
Sergey Bugaev
2019-08-11
Kernel: Fix cloning file descriptions on fork
Sergey Bugaev
2019-08-11
FileDescription: Disallow construction with a null File
Andreas Kling
2019-08-10
Kernel: Use a more detailed state machine for socket setup
Conrad Pankoff
2019-08-10
Kernel: Make accept() fill address with peer name rather than local name
Conrad Pankoff
2019-08-09
Kernel: Zero-length dbgputstr() should just return 0
Andreas Kling
2019-08-08
Kernel: Use some more InlineLinkedList range-for iteration
Andreas Kling
2019-08-07
Kernel: Always give back VM to the RangeAllocator when unmapping Region
Andreas Kling
2019-08-07
Kernel: Use KBufferBuilder to build ProcFS files and backtraces
Andreas Kling
2019-08-07
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
Andreas Kling
2019-08-07
Kernel: Remove VMObject names
Andreas Kling
2019-08-06
Kernel: Add mapping from page directory base (PDB) to PageDirectory
Andreas Kling
2019-08-05
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-02
Kernel: mount() should fail if the provided device is not a disk device
Andreas Kling
2019-08-02
Kernel: Generalize VFS metadata lookup and use it in mount() and stat()
Andreas Kling
[next]