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
Age
Commit message (
Expand
)
Author
2018-12-03
Some coding style fixes. I'm getting more comfortable with this style.
Andreas Kling
2018-12-02
Make it possible to build the Kernel on a macOS host.
Andreas Kling
2018-12-02
Move ELFLoader code into Kernel/.
Andreas Kling
2018-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
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-19
Make /proc/PID/vm more readable.
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
Minor TTY tweak.
Andreas Kling
2018-11-16
Add a DoubleBuffer thingy to allow TTY read/write to be interleaved.
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
More VFS cleanup.
Andreas Kling
2018-11-15
A pass of style/naming cleanup in VFS.
Andreas Kling
2018-11-15
Rename:
Andreas Kling
2018-11-13
More work on CoreInode.
Andreas Kling
2018-11-13
Add metadata to CoreInode.
Andreas Kling
2018-11-13
Make page_in_from_vnode 2x faster.
Andreas Kling
2018-11-13
Add close-on-exec flag for file descriptors.
Andreas Kling
2018-11-13
Reduce kmalloc() traffic in directory iteration.
Andreas Kling
2018-11-12
Add a braindead 10x speedup to kmalloc().
Andreas Kling
2018-11-12
Make loading /bin/bash ~250x faster.
Andreas Kling
2018-11-12
Some minor termios debugging output.
Andreas Kling
2018-11-12
Add primitive FIFO and hook it up to sys$pipe().
Andreas Kling
2018-11-11
Add a naive /bin/fgrep for testing pipes.
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
Add ispunct() to LibC + some minor cleanups.
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
Remove MM::allocate_physical_pages() since it wasn't used.
Andreas Kling
2018-11-10
Add /proc/PID/cwd, a symlink to the process's current directory.
Andreas Kling
2018-11-10
Rename ProcessInspectionScope to ProcessInspectionHandle.
Andreas Kling
2018-11-10
Merge VGA into VirtualConsole.
Andreas Kling
2018-11-10
Merge Disk namespace into the IDEDiskDevice class.
Andreas Kling
2018-11-10
Before sys$write returns, check for pending unmasked signals.
Andreas Kling
2018-11-10
Make /bin/clear work again.
Andreas Kling
2018-11-09
Use the VGA start address for fast VirtualConsole scrolling.
Andreas Kling
[next]