.. |
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
|
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
|
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
|
Renaming Timer to KTimer to mach the file names
|
2015-01-17 13:52:04 -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 |
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
|
OSWait now waits for child process to exit
|
2015-01-22 14:11:26 -08:00 |
stat.h
|
Support opening, reading and stating files from userlevel
|
2014-12-05 00:25:20 -08:00 |
syscall.h
|
Fix mmap and expose gettid system call
|
2015-01-30 20:43:28 -08:00 |
sysctl.h
|
Basic log level support
|
2014-11-29 16:39:48 -08:00 |
thread.h
|
Finished Process_Wait implementation
|
2015-01-22 15:00:01 -08: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
|
Moving some definitions from time.h into sys/time.h
|
2015-02-02 15:29:12 -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 |