metal-cos/sys/kern
2024-10-21 06:56:44 -04:00
..
bufcache.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
copy.c Fix up documentation 2023-09-10 16:12:25 -04:00
critical.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
cv.c Cleanup comments and change CV_WakeAll -> CV_Broacast 2023-10-16 15:07:17 -04:00
debug.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
disk.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
handle.c Fix handle use after free 2023-09-05 21:20:02 -04:00
ktime.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04: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 make castor compatible with gem5 FsCastor workload | add libfdt dependency | fix missing libc functions 2024-10-21 06:56:44 -04:00
loader.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
malloc.c Updating copyright for files only touched by me 2018-07-05 16:55:21 -04:00
mutex.c Fix up documentation 2023-09-10 16:12:25 -04:00
nic.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
palloc.c Rename cpu definitions to cpu.h and cpuop.h 2023-10-23 16:27:55 -04:00
printf.c Remove accidently committed debugging 2023-10-02 19:46:25 -04:00
process.c Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
sched.c Fix up documentation 2023-09-10 16:12:25 -04:00
semaphore.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
sga.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
slab.c Documentation cleanup throughout the kernel 2023-09-09 20:18:08 -04:00
spinlock.c lol 2024-10-04 02:02:39 -04:00
string.c Updating copyright for files only touched by me 2018-07-05 16:55:21 -04:00
syscall.c Use PROT/MAP flags rather than PTEs to improve portability. 2023-10-23 21:53:07 -04:00
sysctl.c Fix argument passing and cleanup sysctl 2023-08-21 16:57:54 -04:00
thread.c Refactor thread code for portability. 2023-10-23 22:24:43 -04:00
vfs.c Fix up documentation 2023-09-10 16:12:25 -04:00
vfsuio.c Implemented write support in the file system and added fiotest, and stat 2023-11-21 21:37:17 -05:00
waitchannel.c Cleanup comments and change CV_WakeAll -> CV_Broacast 2023-10-16 15:07:17 -04:00
xmem.c fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00