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-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
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-06
Kernel: Tidy up sys$select() to make it more readable.
Andreas Kling
2019-06-01
Kernel: Add fchown() syscall.
Andreas Kling
2019-05-30
Kernel: Rename Process::cwd_custody() to Process::current_directory().
Andreas Kling
2019-05-30
FileSystem: Port most of the code over to using custodies.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-30
Kernel/LibC: Implement sched_* functionality to set/get process priority
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-26
Kernel: Send more specific signals when crashing due to CPU exceptions.
Andreas Kling
2019-05-20
Kernel: Add getpeername() syscall, and fix getsockname() behavior.
Andreas Kling
2019-05-20
Kernel: Let PageDirectory own the associated RangeAllocator.
Andreas Kling
2019-05-19
Kernel+LibC: Implement getsockname() syscall.
Andreas Kling
2019-05-18
Kernel: Refactor thread scheduling a bit, breaking it into multiple lists.
Andreas Kling
2019-05-17
Kernel: Factor out range allocation from Process::allocate_region*().
Andreas Kling
2019-05-17
Kernel: Remove Process::m_next_address.
Andreas Kling
2019-05-17
Kernel: Implement a simple virtual address range allocator.
Andreas Kling
2019-05-16
Kernel: Symbolicate userspace backtraces using ELFLoader.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-04-29
Kernel+LibC: Add exit_thread() syscall.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-22
Kernel: Add a systrace() syscall and implement /bin/strace using it.
Andreas Kling
2019-04-21
Kernel: Get rid of the "cool globals" thingy.
Andreas Kling
2019-04-20
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
Andreas Kling
[next]