minix/kernel/system
Jorrit Herder 74711a3b14 Check if kernel calls is allowed (from process' call mask) added. Not yet
enforced. If a call is denied, this will be kprinted. Please report any such
errors, so that I can adjust the mask before returning errors instead of
warnings.

Wrote CMOS driver. All CMOS code from FS has been removed. Currently the
driver only supports get time calls. Set time is left out as an exercise
for the book readers ... startup scripts were updated because the CMOS driver
is needed early on. (IS got same treatment.) Don't forget to run MAKEDEV cmos
in /dev/, otherwise the driver cannot be loaded.
2005-08-04 19:23:03 +00:00
..
do_abort.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_copy.c Cleaned up table. Moved policies to table. 2005-08-02 15:28:09 +00:00
do_devio.c Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
do_endksig.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +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 Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
do_getinfo.c Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +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_int86.c bios_wini driver 2005-07-29 10:21:04 +00:00
do_irqctl.c Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
do_kill.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_memset.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_newmap.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_nice.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_privctl.c Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
do_sdevio.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_segctl.c Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
do_setalarm.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_sigreturn.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_sigsend.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +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 - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +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 - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_vdevio.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
Makefile - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00