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.h
Age
Commit message (
Expand
)
Author
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-16
Kernel: Remove Process::any_thread()
Andreas Kling
2020-05-16
Kernel: Sending a signal to a process now goes to the main thread
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Remove sys$getdtablesize()
Andreas Kling
2020-05-16
Kernel: Remove the "kernel info page" used for fast gettimeofday()
Andreas Kling
2020-05-08
Kernel+Userland: Add "settime" pledge promise for setting system time
Andreas Kling
2020-05-08
Kernel: Propagate failure to commit VM regions in more places
Andreas Kling
2020-05-06
Kernel: Crash the current process on OOM (instead of panicking kernel)
Andreas Kling
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-26
Kernel: Support signaling all processes with pid == -1
Brian Gianforcaro
2020-04-25
LibPthread: implicitly call pthread_exit on return from start routine.
Drew Stratford
2020-04-22
Kernel: Make Process and Thread non-copyable and non-movable
Andreas Kling
2020-04-20
LibELF: Make ELF::Loader RefCounted
Itamar
2020-04-13
Kernel: Don't ignore validation result in ptrace(PT_PEEK)
Andreas Kling
2020-04-13
Debugger: Add DebugSession
Itamar
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-19
Kernel: Add new syscall to allow changing the system date
Liav A
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-02
Kernel: Remove ability to create kernel-only regions at user addresses
Andreas Kling
2020-03-02
Kernel: Load executables on demand when symbolicating
Andreas Kling
2020-02-28
Kernel: Remove some unnecessary indirection in InodeFile::mmap()
Andreas Kling
2020-02-28
Kernel: Make Process::m_master_tls_region a WeakPtr
Andreas Kling
2020-02-28
Kernel: Merge the shbuf_get_size() syscall into shbuf_get()
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-26
Kernel: Allow process with multiple threads to call exec and exit
Cristian-Bogdan SIRB
2020-02-24
Kernel: Fix some formatting goofs in Process.h
Andreas Kling
2020-02-24
Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*
Andreas Kling
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-17
Kernel: Allow multiple inspectors of a process (in /proc)
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
Kernel: Remove Process inheriting from Weakable
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-16
Kernel: Rename RegisterDump => RegisterState
Andreas Kling
2020-02-10
Kernel+LibC: Merge sys$stat() and sys$lstat()
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
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-01-30
Kernel: Address validation helpers should take size_t, not ssize_t
Andreas Kling
2020-01-27
Kernel: Remove SmapDisablers in sys$getsockname() and sys$getpeername()
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
[next]