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
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-17
Kernel: Remove non existent friend class from Process.h
Brian Gianforcaro
2022-01-16
Kernel: Make Process::m_list_node non-mutable
Andreas Kling
2022-01-16
Kernel: Remove useless return value from procfs_get_thread_stack
Idan Horowitz
2022-01-13
Kernel: Perform exec-into-new-image directly in sys$execve()
Andreas Kling
2022-01-13
Kernel: Convert hostname to KString
Idan Horowitz
2022-01-13
Kernel: Make Process::dump_perfcore OOM-fallible using KString
Idan Horowitz
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Remove now unused REQUIRE_PROMISE and REQUIRE_NO_PROMISES macros
Brian Gianforcaro
2021-12-29
Kernel: Port Process to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Remove Process::all_processes()
Idan Horowitz
2021-12-18
Kernel: Make sys${ftruncate,pread} take off_t as const pointer
Andreas Kling
2021-12-12
Kernel+SystemServer: Add /dev/tty
Daniel Bertalan
2021-12-12
Kernel: Remove sys$select() syscall
Jean-Baptiste Boric
2021-12-12
Kernel+LibC: Implement sigtimedwait()
Idan Horowitz
2021-12-05
Kernel: Implement new ptrace function PT_PEEKBUF
Ben Wiederhake
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-12-01
Kernel: Remove ASM_Wrapper include from platform independent processor.h
James Mintram
2021-11-30
Kernel: Surface errors when generating a process core dump :^)
Brian Gianforcaro
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-14
Kernel: Avoid else after return in Process and ThreadSafeRefCounted
Andrew Kaster
2021-11-14
Kernel: Convert Process-related const member functions to static
Andrew Kaster
2021-11-14
Kernel: Make OpenFileDescriptions::max_open() static and constexpr
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-qualified-auto warning
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-13
Kernel+LibC: Pass off_t to pread() via a pointer
Daniel Bertalan
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
Kernel: Fix TOCTOU in fstatvfs
Ben Wiederhake
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-21
Kernel: Convert Formatter<Process> to use Formatter<FormatString>
Daniel Bertalan
2021-10-13
Kernel: Implement pread syscall
Rodrigo Tobar
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-07
Kernel: Add const variant of Process::perf_events()
Andreas Kling
2021-09-07
Kernel: Rename file_description(fd) => open_file_description(fd)
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Convert much of sys$execve() to using KString
Andreas Kling
[next]