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
2020-01-27
Kernel: Expose the signal that stopped a thread via sys$waitpid()
Andreas Kling
2020-01-27
Kernel: Disable interrupts while looking into the thread table
Andreas Kling
2020-01-27
Kernel: Never validate access to the kmalloc memory range
Andreas Kling
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-26
Kernel: Make writev() work again
Andreas Kling
2020-01-26
Kernel: Make sched_setparam() and sched_getparam() operate on threads
Andreas Kling
2020-01-25
Kernel: Preserve CoW bits when splitting VM regions
Andreas Kling
2020-01-25
Kernel: Only open a single description for stdio in non-fork processes
Andreas Kling
2020-01-25
Kernel: Make sys$setsid() clear the calling process's controlling TTY
Andreas Kling
2020-01-25
Kernel: Allow empty strings in validate_and_copy_string_from_user()
Andreas Kling
2020-01-25
Kernel: Simplify Process constructor
Andreas Kling
2020-01-25
Kernel: sys$execve() should not EFAULT for empty argument strings
Andreas Kling
2020-01-21
Kernel: Rename UnveilState to VeilState
Andreas Kling
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-21
Kernel: Don't forget about unveiled paths with zero permissions
Andreas Kling
2020-01-21
Kernel: Clear unveiled state on exec()
Andreas Kling
2020-01-21
Kernel: Forked children should inherit unveil()'ed paths
Andreas Kling
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-20
Kernel: Use the templated copy_to/from_user() in more places
Andreas Kling
2020-01-20
Kernel: Misc tweaks
Sergey Bugaev
2020-01-20
Kernel: Return new fd from sys$fcntl(F_DUPFD)
Sergey Bugaev
2020-01-20
Kernel: Remove some unnecessary casts to uintptr_t
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-19
Kernel: Add a 1-deep cache to Process::region_from_range()
Andreas Kling
2020-01-19
Kernel: Add a Process::add_region() helper
Andreas Kling
2020-01-19
Kernel: Simplify PageDirectory swapping in sys$execve()
Andreas Kling
2020-01-19
Kernel: Make ProcessPagingScope restore CR3 properly
Andreas Kling
2020-01-19
Kernel: Assert that copy_to/from_user() are called with user addresses
Andreas Kling
2020-01-19
Kernel: Only require "stdio" pledge for sending signals to self
Andreas Kling
2020-01-18
Kernel: Do not return ENOENT for unresolved symbols
Sergey Bugaev
2020-01-18
Kernel: Move setting file flags and r/w mode to VFS::open()
Sergey Bugaev
2020-01-18
Kernel: Do not open stdio fds for kernel processes
Sergey Bugaev
2020-01-18
Kernel: Pass correct permission flags when opening files
Sergey Bugaev
2020-01-18
Kernel: Enforce W^X between sys$mmap() and sys$execve()
Andreas Kling
2020-01-18
Kernel: Symbolicate kernel EIP on process crash
Andreas Kling
2020-01-18
Kernel: Validate the requested range in allocate_region_with_vmobject()
Andreas Kling
2020-01-18
Kernel: Use get_syscall_path_argument() in sys$execve()
Andreas Kling
2020-01-18
Kernel: Disallow mmap names longer than PATH_MAX
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
Kernel: Always dump kernel regions when dumping process regions
Andreas Kling
2020-01-17
Kernel: Remove the use of FileSystemPath in sys$realpath()
Sergey Bugaev
2020-01-17
Kernel: Let inodes provide pre-open file descriptions
Sergey Bugaev
2020-01-17
Kernel+LibC: Unify sys$open() and sys$openat()
Sergey Bugaev
2020-01-17
Kernel: Drop futex queues/state on exec()
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-15
Kernel: Don't allow userspace to sys$open() literal symlinks
Andreas Kling
2020-01-15
Kernel: Use Vector::unstable_remove() in a couple of places
Andreas Kling
2020-01-14
Kernel: Change Region allocation helpers
Liav A
[prev]
[next]