.. |
bufcache.h
|
Cleanup and commenting source code
|
2022-12-09 23:51:45 -05:00 |
cdefs.h
|
interrupt and timer
|
2024-10-31 10:45:03 -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
|
interrupt and timer
|
2024-10-31 10:45:03 -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
|
interrupt and timer
|
2024-10-31 10:45:03 -04: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
|
Use PROT/MAP flags rather than PTEs to improve portability.
|
2023-10-23 21:53:07 -04:00 |
mount.h
|
Adding sysctl command line tool
|
2015-11-15 15:17:18 -08:00 |
mp.h
|
interrupt and timer
|
2024-10-31 10:45:03 -04: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 E1000 driver and read MAC from MMIO for Qemu.
|
2023-11-24 17:00:05 -05:00 |
thread.h
|
fix clang18; Wextra; lots of stuff
|
2024-10-04 01:55:19 -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
|
metal gic
|
2024-09-26 04:07:50 +08:00 |
vfs.h
|
Implemented write support in the file system and added fiotest, and stat
|
2023-11-21 21:37:17 -05:00 |
vfsuio.h
|
Support opening, reading and stating files from userlevel
|
2014-12-05 00:25:20 -08:00 |
wait.h
|
Add WIFEXITED
|
2023-10-02 19:53:08 -04:00 |
waitchannel.h
|
Adding kernel side Mutex, CV, and testing it with Exit/Wait.
|
2023-09-02 17:51:10 -04:00 |