metal-cos/sys/kern
2015-02-16 13:23:21 -08:00
..
copy.c Implemented CopyStrIn/Out to fix bugginess of using CopyIn/Out wrapping passed a mapped page. 2015-01-19 17:57:20 -08:00
debug.c Cleanup making internal functions static 2015-02-16 13:23:21 -08:00
disk.c Cleanup making internal functions static 2015-02-16 13:23:21 -08:00
diskcache.c Cleanup making internal functions static 2015-02-16 13:23:21 -08:00
handle.c Add missing cleanup code in Process_Destroy 2015-02-16 13:03:57 -08:00
ktime.c Cleanup making internal functions static 2015-02-16 13:23:21 -08:00
ktimer.c Basic multiprocessing seems to be working, but some locking issues may remain 2015-02-15 19:15:18 -08:00
libc.c Implement strncmp 2014-10-14 14:07:55 -07:00
loader.c Renaming functions and reorganizing functions in thread.c 2015-01-20 15:07:31 -08:00
malloc.c Basic page mapping, allocator, and PCI code 2014-06-30 15:52:35 -07:00
nic.c Basic NIC enumeration and wrapping 2014-12-31 19:31:25 -08:00
palloc.c Cleanup making internal functions static 2015-02-16 13:23:21 -08:00
printf.c Support PS2 keyboard in debug console 2014-09-03 17:38:34 -07:00
semaphore.c Removing excess logging and improve semaphore debugging 2015-01-22 15:11:12 -08:00
sga.c Implement disk cache and improve other related parts of the kernel. 2014-07-30 17:19:24 -07:00
slab.c Cleanup making internal functions static 2015-02-16 13:23:21 -08:00
spinlock.c Make spinlock stack per-CPU 2015-02-15 20:05:24 -08:00
string.c Initial commit 2014-02-12 13:47:13 -08:00
syscall.c pthread mutex tests 2015-02-02 13:04:43 -08:00
sysctl.c Basic sysctl infrastructure 2014-11-25 12:07:14 -08:00
thread.c Cleanup making internal functions static 2015-02-16 13:23:21 -08:00
vfs.c Removing some excess kprintfs 2015-01-23 12:16:20 -08:00
vfsuio.c Add ls to shell, readdir support, and fix a bug in opening root directory. 2014-12-05 18:05:53 -08:00