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
/
types.h
Age
Commit message (
Expand
)
Author
2018-11-05
Implement COW pages! :^)
Andreas Kling
2018-11-03
Use ELF program headers to load executables smarter.
Andreas Kling
2018-11-03
Fix dumb-but-hard-to-find bug in paging.
Andreas Kling
2018-11-01
Free physical pages allocated for a process's page directory on exit.
Andreas Kling
2018-10-27
Implement loading of linked ELF executables.
Andreas Kling
2018-10-27
Use Unix::stat for sys$lstat().
Andreas Kling
2018-10-27
Add some basic address validation to syscalls.
Andreas Kling
2018-10-27
Greatly improve /proc/PID/stack by tracing the ebp frame chain.
Andreas Kling
2018-10-26
Add sys$uname() and a /bin/uname utility.
Andreas Kling
2018-10-25
Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
Andreas Kling
2018-10-22
Add ALWAYS_INLINE macro.
Andreas Kling
2018-10-18
More paging stuff.
Andreas Kling
2018-10-16
Add the basic character devices to kernel.
Andreas Kling
2018-10-16
These changes were lying around uncommitted in the old repo.
Andreas Kling
2018-10-16
Import the "gerbert" kernel I worked on earlier this year.
Andreas Kling