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
/
Scheduler.cpp
Age
Commit message (
Expand
)
Author
2019-01-01
Let the "reaped unparented process" messages go straight to the debugger.
Andreas Kling
2018-12-24
The syncd loop can just be a lambda.
Andreas Kling
2018-12-21
Yet another pass of 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-11-28
Fix bug where a signal-interrupted waitpid() wouldn't return EINTR.
Andreas Kling
2018-11-28
Let reap() communicate the dead process's exit status to the caller.
Andreas Kling
2018-11-16
Don't unblock a blocked process when it ignores a signal.
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-09
Fix some paging related bugs exposed by the spawn stress test.
Andreas Kling
2018-11-08
The colonel task already had a halt loop.
Andreas Kling
2018-11-08
Move timer tick handling into Scheduler.
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
Reduce number of passes in the scheduler by 2.
Andreas Kling
2018-11-07
Move the scheduler code to its own class.
Andreas Kling