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-01-16
Add a PTY multiplexer (/dev/ptmx) device.
Andreas Kling
2019-01-16
Get rid of Vnode concept.
Andreas Kling
2019-01-16
Rename FileDescriptor::has_data_available_for_reading() -> can_read().
Andreas Kling
2019-01-16
Pass the process to CharacterDevice::read/write.
Andreas Kling
2019-01-16
Implement basic support for POSIX-style select().
Andreas Kling
2019-01-15
Allow character devices to block write attempts until there is more space.
Andreas Kling
2019-01-15
Add very basic KeyDown events to the GUI event stream.
Andreas Kling
2019-01-15
Add basic PTY support.
Andreas Kling
2019-01-14
Start refactoring the windowing system to use an event loop.
Andreas Kling
2019-01-13
Start working on a GUI kernel API.
Andreas Kling
2019-01-13
Make GraphicsBitmaps be Region-backed when running in the kernel.
Andreas Kling
2019-01-09
Switch into 1024x768x32bpp VESA LFB mode at boot.
Andreas Kling
2019-01-01
Unbreak ksym loading and make reading /proc/PID/stack not crash.
Andreas Kling
2019-01-01
MM: Allocate page tables from a separate set of physical pages.
Andreas Kling
2018-12-31
Let PageDirectory have a PhysicalPage for the PDB instead of being the PDB.
Andreas Kling
2018-12-29
Use the entry point address from the ELF header instead of looking up _start.
Andreas Kling
2018-12-26
Fix some issues uncovered by the spawn stress test.
Andreas Kling
2018-12-26
Process::create_user_process() shouldn't leak a process if exec() fails.
Andreas Kling
2018-12-24
The syncd loop can just be a lambda.
Andreas Kling
2018-12-24
Move kernel symbolication code out of init.cpp and into its own KSym files.
Andreas Kling
2018-12-24
Let sys$sigaction() fail if called with SIGKILL or SIGSTOP.
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-12-20
Add sync() syscall and a /bin/sync.
Andreas Kling
2018-12-19
Automatically call Inode::flush_metadata() before an Inode is destroyed.
Andreas Kling
2018-12-19
Reworked Inode to have a dirty bit and subclass-implemented flush_metadata().
Andreas Kling
2018-12-19
Implement utime() along with a naive /bin/touch.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-12-03
Yet more coding style fixes.
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-03
More coding style changes.
Andreas Kling
2018-12-02
Move ELFLoader code into Kernel/.
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-28
Drop any old signal stacks on exec().
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
Fix race condition in exec().
Andreas Kling
2018-11-17
Tweak default hostname.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-16
Add fcntl() F_DUPFD which is slightly different from dup2().
Andreas Kling
2018-11-16
Don't unblock a blocked process when it ignores a signal.
Andreas Kling
2018-11-16
Refactor TTY signal generation a bit.
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
Some more renaming:
Andreas Kling
2018-11-15
Rename:
Andreas Kling
[next]