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-02-05
Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it
Sergey Bugaev
2020-02-02
Kernel: Start working on a syscall for logging performance events
Andreas Kling
2020-02-01
Kernel: Finalizer should not go back to sleep if there's more to do
Andreas Kling
2020-01-30
Kernel: Disallow empty ranges in munmap/mprotect/madvise
Andreas Kling
2020-01-30
Kernel: Reject non-user address ranges in mmap/munmap/mprotect/madvise
Andreas Kling
2020-01-30
Kernel: Copy "stack" and "mmap" bits when splitting a Region
Andreas Kling
2020-01-30
Kernel: Address validation helpers should take size_t, not ssize_t
Andreas Kling
2020-01-27
Kernel: sys$readlink() should return the number of bytes written out
Andreas Kling
2020-01-27
Kernel: sys$waitpid() only needs the waitee thread in the stopped case
Andreas Kling
2020-01-27
Kernel: Remove SmapDisablers in sys$getsockname() and sys$getpeername()
Andreas Kling
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
[next]