metal-cos/sys/include
2023-09-06 13:51:47 -04:00
..
bufcache.h Cleanup and commenting source code 2022-12-09 23:51:45 -05:00
cdefs.h Add lock and malloc annotations to the code. 2023-08-30 12:45:51 -04:00
cv.h Adding kernel side Mutex, CV, and testing it with Exit/Wait. 2023-09-02 17:51:10 -04: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
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 Cleanup and fixing warnings 2015-01-19 17:04:14 -08:00
irq.h Build improvements 2014-07-21 23:43:01 -07:00
kassert.h Add NO_RETURN to abort and assert functions. 2023-08-22 21:53:26 -04: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 Add lock and malloc annotations to the code. 2023-08-30 12:45:51 -04: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 Renaming Timer to KTimer to mach the file names 2015-01-17 13:52:04 -08:00
loader.h Support writing sysctls from userspace 2015-12-01 15:14:17 -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
mount.h Adding sysctl command line tool 2015-11-15 15:17:18 -08:00
mp.h Implement spinlocks 2014-07-10 15:55:32 -07:00
mutex.h Adding kernel side Mutex, CV, and testing it with Exit/Wait. 2023-09-02 17:51:10 -04:00
nic.h Basic NIC enumeration and wrapping 2014-12-31 19:31:25 -08:00
pci.h Add pcilist debug command and bonus cleanup 2022-12-10 01:08:20 -05:00
queue.h Build improvements 2014-07-21 23:43:01 -07:00
semaphore.h Implement kernel semaphores 2015-01-18 13:48:16 -08:00
sga.h Implement disk cache and improve other related parts of the kernel. 2014-07-30 17:19:24 -07:00
spinlock.h Cleaning up a pile of bugs 2023-09-05 22:18:10 -04:00
stat.h Support opening, reading and stating files from userlevel 2014-12-05 00:25:20 -08:00
syscall.h Cleanup and commenting source code 2022-12-09 23:51:45 -05:00
sysctl.h Cleanup logging throughout kernel 2023-08-20 19:08:26 -04:00
thread.h Cleanup and comments in process and thread code and bonus asserts. 2023-09-06 13:51:47 -04:00
time.h Moving some definitions from time.h into sys/time.h 2015-02-02 15:29:12 -08:00
timespec.h More improvements to support lwip 2015-02-03 14:06:17 -08:00
types.h Cleanup: Disable LWIP and address compiler warnings 2019-07-31 17:30:50 -04: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
waitchannel.h Adding kernel side Mutex, CV, and testing it with Exit/Wait. 2023-09-02 17:51:10 -04:00