minix/kernel/system
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
..
do_abort.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_alarm.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_copy.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_devio.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_endksig.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_exec.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_exit.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_fork.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_getinfo.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_getksig.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_irqctl.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_kill.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_memset.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_newmap.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_schedctl.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_sdevio.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_segctl.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_sigreturn.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_sigsend.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_svrctl.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_times.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_trace.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_umap.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_unused.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_vcopy.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_vdevio.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