minix/kernel
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
..
system - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
clock.c System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
config.h - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
const.h System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
debug.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
debug.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
exception.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
glo.h System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +00:00
i8259.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
ipc.h System processes can be signaled; signals are transformed in SYS_EVENT message 2005-07-19 12:21:36 +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 Various fixes and improvements. 2005-07-20 15:25:38 +00:00
main.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
Makefile Various fixes and improvements. 2005-07-20 15:25:38 +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
priv.h Various fixes and improvements. 2005-07-20 15:25:38 +00:00
proc.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
proc.h - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +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 - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
sconst.h Initial revision 2005-04-21 14:53:53 +00:00
start.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
system.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
system.h - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
table.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00
type.h Various fixes and improvements. 2005-07-20 15:25:38 +00:00
utility.c - Fixed comments in various system call handlers. Work in progress on new 2005-07-21 18:36:40 +00:00