metal-cos/sys/include
2015-01-16 19:41:27 -08:00
..
cdefs.h Implemented a simple malloc and a few minor fixes 2015-01-04 22:10:37 -08:00
dirent.h Fallout from refactoring and readdir wrappers. 2015-01-02 16:13:53 -08:00
disk.h Disk infrastructure and working read support 2014-07-24 16:38:35 -07:00
diskcache.h Implement disk cache and improve other related parts of the kernel. 2014-07-30 17:19:24 -07:00
elf32.h User space working 2014-07-27 17:09:31 -07:00
elf64.h User space working 2014-07-27 17:09:31 -07:00
elf_common.h User space working 2014-07-27 17:09:31 -07:00
elf_generic.h User space working 2014-07-27 17:09:31 -07:00
elf.h User space working 2014-07-27 17:09:31 -07:00
handle.h Begin refactoring to support both threads and processes 2015-01-14 14:28:43 -08:00
irq.h Build improvements 2014-07-21 23:43:01 -07:00
kassert.h Basic log level support 2014-11-29 16:39:48 -08:00
kconfig.h Initial commit 2014-02-12 13:47:13 -08:00
kdebug.h Enable more C warnings and fix a few instances of those warnings. 2014-09-29 13:46:38 -07:00
kmem.h Implement reference counting for the page allocator 2014-12-08 22:37:40 -08:00
ktime.h Fix time keeping, TSC ticks per second, and implement generic timer infrastructure. 2015-01-16 14:32:47 -08:00
ktimer.h Fix time keeping, TSC ticks per second, and implement generic timer infrastructure. 2015-01-16 14:32:47 -08:00
loader.h Begin refactoring to support both threads and processes 2015-01-14 14:28:43 -08:00
mbuf.h Basic NIC enumeration and wrapping 2014-12-31 19:31:25 -08:00
mman.h Wrappers for mman operations 2014-10-15 15:19:17 -07:00
mp.h Implement spinlocks 2014-07-10 15:55:32 -07:00
nic.h Basic NIC enumeration and wrapping 2014-12-31 19:31:25 -08:00
pci.h Remove unnecessary file and cleanup to pci.c 2014-07-01 12:34:28 -07:00
queue.h Build improvements 2014-07-21 23:43:01 -07:00
sga.h Implement disk cache and improve other related parts of the kernel. 2014-07-30 17:19:24 -07:00
spinlock.h Cleanup and locking for the IDE driver. 2014-07-25 01:43:23 -07:00
stat.h Support opening, reading and stating files from userlevel 2014-12-05 00:25:20 -08:00
syscall.h Plumbing thread related system calls into user-level 2015-01-14 14:57:47 -08:00
sysctl.h Basic log level support 2014-11-29 16:39:48 -08:00
thread.h Implemented OSThreadExit and a nonblocking OSThreadWait 2015-01-16 19:41:27 -08:00
types.h Support opening, reading and stating files from userlevel 2014-12-05 00:25:20 -08:00
vfs.h Support opening, reading and stating files from userlevel 2014-12-05 00:25:20 -08:00
vfsuio.h Support opening, reading and stating files from userlevel 2014-12-05 00:25:20 -08:00