minix/kernel
Jorrit Herder 42ab148155 Reorganized system call library; uses separate file per call now.
New configuration header file to include/ exclude functionality.
Extracted privileged features from struct proc and create new struct priv.
Renamed various system calls for readability.
2005-07-14 15:12:12 +00:00
..
system Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
clock.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
const.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
debug.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
debug.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
exception.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
glo.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
i8259.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
ipc.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
kernel.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
klib.s Initial revision 2005-04-21 14:53:53 +00:00
klib88.s *** empty log message *** 2005-04-29 15:36:43 +00:00
klib386.s Import of dpeth 3c501/3c509b/.. ethernet driver by 2005-06-29 10:16:46 +00:00
klibc.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
main.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
Makefile Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
misc.c * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
mpx.s Initial revision 2005-04-21 14:53:53 +00:00
mpx88.s *** empty log message *** 2005-04-29 15:36:43 +00:00
mpx386.s Rewrite of process scheduling: 2005-06-30 15:55:19 +00:00
proc.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
proc.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
protect.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
protect.h *** empty log message *** 2005-04-29 15:36:43 +00:00
proto.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
sconst.h Initial revision 2005-04-21 14:53:53 +00:00
sendmask.h Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
start.c Fixed a bug in kstrncpy() that caused mayhem whenever the buffer to be 2005-07-13 14:46:11 +00:00
system.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
system.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
table.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
type.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00