minix/kernel/system
Jorrit Herder f0594a9e6d - Fixed comments in various system call handlers. Work in progress on new
sys_privctl() call to dynamically start servers and drivers.

- Shutdown sequence slightly adjusted: called as watchdog timer to let the
  busy sys_abort() call from the PM return first.

- Changed umap_bios() to have more restrictive check: BIOS memory is now
  allowed in BIOS_MEM_BEGIN to END (interrupt vectors) and BASE_MEM_TOP
  to UPPER_MEM_END. Hopefully this keeps QEMU and Bochs happy.
2005-07-21 18:36:40 +00:00
..
do_abort.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_alarm.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_copy.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_devio.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_endksig.c System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
do_exec.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
do_exit.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_fork.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_getinfo.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_getksig.c System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
do_irqctl.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
do_kill.c System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
do_memset.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_newmap.c System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
do_nice.c *** empty log message *** 2005-07-19 14:03:21 +00:00
do_sdevio.c System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
do_segctl.c System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
do_sigreturn.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_sigsend.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +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 - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
do_vdevio.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
Makefile - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00