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
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-12-03
Move InlineLinkedList to AK.
Andreas Kling
2018-12-03
Implement basic support for times().
Andreas Kling
2018-12-03
Share the "blocked-on file descriptor" number between read() and write().
Andreas Kling
2018-12-02
Make it possible to build the Kernel on a macOS host.
Andreas Kling
2018-11-28
Fix bug where a signal-interrupted waitpid() wouldn't return EINTR.
Andreas Kling
2018-11-28
Implement signal() via sigaction() and get rid of sys$signal().
Andreas Kling
2018-11-28
Let reap() communicate the dead process's exit status to the caller.
Andreas Kling
2018-11-19
Add basic zero faults.
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-16
Don't unblock a blocked process when it ignores a signal.
Andreas Kling
2018-11-16
Add templated helpers for read/write validation, and one for strings, too.
Andreas Kling
2018-11-16
Improve syscall address validation a bit.
Andreas Kling
2018-11-16
Reimplement tcsetattr/tcgetattr as ioctls.
Andreas Kling
2018-11-16
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
Andreas Kling
2018-11-15
Rename:
Andreas Kling
2018-11-13
More work on CoreInode.
Andreas Kling
2018-11-13
Add close-on-exec flag for file descriptors.
Andreas Kling
2018-11-12
Add primitive FIFO and hook it up to sys$pipe().
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-11
Stub out a bunch more functions to get closer to that sweet bash build.
Andreas Kling
2018-11-11
A bunch of compat work (mostly stubs but some real implementations, too.)
Andreas Kling
2018-11-10
Some improvements to signals.
Andreas Kling
2018-11-10
Rename ProcessInspectionScope to ProcessInspectionHandle.
Andreas Kling
2018-11-10
Before sys$write returns, check for pending unmasked signals.
Andreas Kling
2018-11-09
Okay, now *actually* plug the leaks in exec().
Andreas Kling
2018-11-09
Get rid of redundant sys$spawn now that we have fork+exec.
Andreas Kling
2018-11-09
Fix some paging related bugs exposed by the spawn stress test.
Andreas Kling
2018-11-08
Teach Process::exec() about the magic of file-backed VMO's.
Andreas Kling
2018-11-08
Make Process::for_each...() functions inline and allocation-free.
Andreas Kling
2018-11-08
Refactor the virtual memory object model a bit:
Andreas Kling
2018-11-08
Support basic mmap'ing of a file!
Andreas Kling
2018-11-08
Start working on memory-mapped files.
Andreas Kling
2018-11-07
Get rid of the undertaker and have waitpid() be the reaper.
Andreas Kling
2018-11-07
Unbreak sys$sigreturn() after colonel process changes.
Andreas Kling
2018-11-07
Finally unbreak the colonel process and make it the true idle process.
Andreas Kling
2018-11-07
Move the scheduler code to its own class.
Andreas Kling
2018-11-07
Some refactor and style tweaks.
Andreas Kling
2018-11-07
Implement sending signals to blocked-in-kernel processes.
Andreas Kling
2018-11-07
Rework process states to make a bit more sense.
Andreas Kling
2018-11-07
Make VFS test environment build again.
Andreas Kling
2018-11-07
Rename FileHandle to FileDescriptor.
Andreas Kling
2018-11-07
Add some basic setgroups(), getgroups() and initgroups().
Andreas Kling
2018-11-06
Add umask().
Andreas Kling
2018-11-06
Add getppid().
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-11-05
More work towards getting bash to build.
Andreas Kling
2018-11-05
More random compat hacking towards getting bash to build.
Andreas Kling
2018-11-05
Add geteuid() and getegid().
Andreas Kling
[next]