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
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-20
Kernel: Add support for recv() with MSG_DONTWAIT.
Andreas Kling
2019-05-19
Kernel+LibC: Implement getsockname() syscall.
Andreas Kling
2019-05-19
LibC: Add mmap_with_name() that names the allocation immediately.
Andreas Kling
2019-05-19
Kernel: Check can_write for blocking write
Robin Burchell
2019-05-19
Kernel: Add the ability to debug poll/select independently of read/write
Robin Burchell
2019-05-18
Kernel: Fix select with a 0 timeout
Robin Burchell
2019-05-18
Kernel: Tidy up FileDescriptor members a bit.
Andreas Kling
2019-05-18
Kernel: Fix poll() with timeout
Robin Burchell
2019-05-18
Kernel: select() was transferring the readfds into the exceptfds vector.
Andreas Kling
2019-05-18
Kernel: Pass ELF program header locations from multiboot to kernel.
Andreas Kling
2019-05-18
Kernel: Make sure to clear FD sets when preparing for a select
Robin Burchell
2019-05-18
Kernel: Fix timeout support in select
Robin Burchell
2019-05-17
Kernel: Make the times() syscall return something other than 0.
Andreas Kling
2019-05-17
Kernel/Process: Use auto to avoid incompatible types, causing a signedness wa...
Robin Burchell
2019-05-17
Kernel: Remove some unnecessary massaging of region base/size pairs.
Andreas Kling
2019-05-17
Kernel: Factor out range allocation from Process::allocate_region*().
Andreas Kling
2019-05-17
Kernel: Let Region keep a Range internally.
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: Always dump_backtrace() on process crash.
Andreas Kling
2019-05-16
Kernel: Symbolicate userspace backtraces using ELFLoader.
Andreas Kling
2019-05-16
Kernel: Simplify dump_backtrace() API for clients.
Andreas Kling
2019-05-14
Kernel: Allocate kernel signal stacks using the region allocator as well.
Andreas Kling
2019-05-14
Kernel: Allocate kernel stacks for threads using the region allocator.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-06
Kernel: Dump backtrace on exit() syscall.
Andreas Kling
2019-05-04
IPv4: Save the source address/port together with incoming packet payloads.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-05-03
Kernel: Prepare Socket for becoming a File.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-04-29
Kernel: The exit_thread() syscall should unlock the big lock.
Andreas Kling
2019-04-29
Kernel+LibC: Add exit_thread() syscall.
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-28
Kernel: Make ProcessTracer inherit from File.
Andreas Kling
2019-04-27
Kernel: "Succeed" quietly for zero-length read() and write().
Andreas Kling
2019-04-26
LibC: Add execvpe() and make execvp()'ed children inherit environment.
Andreas Kling
2019-04-25
Kernel: Make it possible to look up FIFO's by ID.
Andreas Kling
2019-04-23
Kernel: Process destruction should destroy all child threads.
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: Remove "restorer" field from SignalActionData.
Andreas Kling
2019-04-20
Kernel: Shrink Thread by making kernel resume TSS heap-allocated.
Andreas Kling
2019-04-20
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-16
Kernel: Reduce kmallocing in all_processes() and all_pids().
Andreas Kling
2019-04-15
Kernel: Make validate_read_from_kernel() return early for nullptr checks.
Andreas Kling
2019-04-15
Kernel: Start using StringView in the VFS class.
Andreas Kling
[next]