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