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
2019-11-06
Kernel: A running process should keep its TTY alive
Andreas Kling
2019-11-06
Kernel: Rework Process::Priority into ThreadPriority
Andreas Kling
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-28
Kernel: Support passing arguments in shebangged scripts
Karol Baraniecki
2019-10-13
Kernel: Add a Linux-style getrandom syscall
Calvin Buckley
2019-10-02
Kernel+SystemMonitor: Add fault counters
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-15
Kernel: Implement shebang executables ("#!/bin/sh")
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
Kernel: Use user stack for signal handlers.
Drew Stratford
2019-08-29
Kernel: Support partial munmap()
Andreas Kling
2019-08-25
Kernel: Add realpath syscall
Rok Povsic
2019-08-23
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
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-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-08
Kernel: Reorder some Process members to shrink the class by 8 bytes
Andreas Kling
2019-08-07
Kernel: Use KBufferBuilder to build ProcFS files and backtraces
Andreas Kling
2019-08-05
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-25
Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
Andreas Kling
2019-07-21
Kernel+LibC: Add a dump_backtrace() syscall.
Andreas Kling
2019-07-19
Kernel: Share the "return to ring 0/3 from signal" trampolines globally.
Andreas Kling
2019-07-19
Kernel: Track user accessibility per Region.
Andreas Kling
2019-07-19
Process: Now that Thread::for_each are composable, we can reuse them rather t...
Robin Burchell
2019-07-19
Kernel: Only allow superuser to halt() the system (#342)
Jesse
2019-07-19
Kernel+Userland: Addd reboot syscall (#334)
Jesse
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-14
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
Andreas Kling
2019-07-11
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
Andreas Kling
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-08
Kernel: Add LogStream operator<< for Process.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-27
Kernel: Use NonnullRefPtrVector in parts of the kernel.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-19
Kernel: Symbolicate the crash address too, not just the call stack.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Tweak some String&& => const String&.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
Kernel: Implement the alarm() syscall.
Andreas Kling
[next]