minix/kernel/system
2006-12-08 16:23:18 +00:00
..
do_abort.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_copy.c Added do_readbios. Added debugging output for unexpected use of unsafe copy 2006-07-10 12:27:26 +00:00
do_cprofile.c System statistical and call profiling 2006-10-30 15:53:38 +00:00
do_devio.c Changed do_devio not to require DIO_TYPE, but to extract type 2006-06-20 10:03:10 +00:00
do_endksig.c Better initialization of the memory map of processes that are part of the 2006-05-11 14:49:46 +00:00
do_exec.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_exit.c Allow a process to kill itself. Remove the endpoint of a process that kills 2006-03-15 12:01:59 +00:00
do_fork.c Better initialization of the memory map of processes that are part of the 2006-05-11 14:49:46 +00:00
do_getinfo.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_getksig.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_int86.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_iopenable.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_irqctl.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_kill.c Allow a process to kill itself. Remove the endpoint of a process that kills 2006-03-15 12:01:59 +00:00
do_memset.c Al's system call -> kernel call renaming 2005-10-14 08:58:59 +00:00
do_newmap.c Better initialization of the memory map of processes that are part of the 2006-05-11 14:49:46 +00:00
do_nice.c Better initialization of the memory map of processes that are part of the 2006-05-11 14:49:46 +00:00
do_privctl.c System statistical and call profiling 2006-10-30 15:53:38 +00:00
do_profbuf.c System statistical and call profiling 2006-10-30 15:53:38 +00:00
do_readbios.c Added do_readbios. Added debugging output for unexpected use of unsafe copy 2006-07-10 12:27:26 +00:00
do_safecopy.c Add a flag to grants system indicating a slot is VALID; so a slot 2006-06-27 12:19:45 +00:00
do_sdevio.c Access control in do_sdevio and do_vdevio 2006-10-20 14:46:55 +00:00
do_segctl.c Changed do_devio not to require DIO_TYPE, but to extract type 2006-06-20 10:03:10 +00:00
do_setalarm.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_setgrant.c Rename paramctl to setgrant. 2006-06-23 15:35:05 +00:00
do_sigreturn.c Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
do_sigsend.c Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
do_sprofile.c System statistical and call profiling 2006-10-30 15:53:38 +00:00
do_times.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_trace.c first commit of extra ptrace code for fault injection 2006-08-28 14:59:56 +00:00
do_umap.c Changed do_devio not to require DIO_TYPE, but to extract type 2006-06-20 10:03:10 +00:00
do_unused.c Al's system call -> kernel call renaming 2005-10-14 08:58:59 +00:00
do_vcopy.c Added do_readbios. Added debugging output for unexpected use of unsafe copy 2006-07-10 12:27:26 +00:00
do_vdevio.c Access control in do_sdevio and do_vdevio 2006-10-20 14:46:55 +00:00
do_vm.c 'proc number' is process slot, 'endpoint' are generation-aware process 2006-03-03 10:00:02 +00:00
do_vm_setbuf.c New error codes for IPC errors. 2005-10-20 20:25:32 +00:00
Makefile System statistical and call profiling 2006-10-30 15:53:38 +00:00