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-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
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-14
Kernel: Remove system.h and make the uptime global a qword.
Andreas Kling
2019-04-09
Kernel: Yet more work on bringing up POSIX SHM.
Andreas Kling
2019-04-09
Kernel: More work towards POSIX SHM, also add ftruncate().
Andreas Kling
2019-04-08
Kernel+LibC: Add stubs for POSIX shared memory API.
Andreas Kling
2019-04-08
Kernel: Support non-blocking connect().
Andreas Kling
2019-04-07
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
Andreas Kling
2019-04-06
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
Andreas Kling
2019-04-06
Kernel: Use alloc_fd() more instead of walking fd list manually.
Andreas Kling
2019-04-06
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
Andreas Kling
2019-04-03
Kernel: Move VM-related files into Kernel/VM/.
Andreas Kling
2019-04-03
Kernel: Remove ancient nprocess and nblocked globals.
Andreas Kling
2019-04-03
Kernel: Move devices into Kernel/Devices/.
Andreas Kling
2019-04-03
Kernel: Move ELF-related files into Kernel/ELF/.
Andreas Kling
2019-04-03
Kernel: Move TTY-related files into Kernel/TTY/.
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling
2019-04-03
Kernel: Get rid of the GPL elf.h and import exec_elf.h from OpenBSD.
Andreas Kling
2019-04-02
Kernel: Move networking related files into Kernel/Net/.
Andreas Kling
2019-04-01
Kernel: Add a blunt big process lock.
Andreas Kling
2019-03-30
Kernel: Add a bit of debug output in do_exec() to learn about thread counts.
Andreas Kling
2019-03-27
Kernel: Put a bunch of debug spam behind #ifdefs.
Andreas Kling
2019-03-27
Kernel: Don't disable interrupts during Process destruction.
Andreas Kling
2019-03-27
Kernel: Don't disable interrupts during Thread destruction.
Andreas Kling
2019-03-27
Kernel: Load ELF executable pages lazily when possible.
Andreas Kling
[next]