minix/kernel
Ben Gras 3061d7b17a Changed do_devio not to require DIO_TYPE, but to extract type
from DIO_REQUEST. Also do_vdevio. Also do_sdevio, but this
function also supports grant id's and offsets.

do_segctl: rename protected to prot.

do_umap: support for GRANT_SEG umap.

do_privctl: support SYS_PRIV_SET_GRANTS, which sets location and size
of in-own-address-space grant table.

do_safecopy: functions to verify and perform 'safe' (grant-based) copies.
2006-06-20 10:03:10 +00:00
..
system Changed do_devio not to require DIO_TYPE, but to extract type 2006-06-20 10:03:10 +00:00
clock.c . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
config.h
const.h Move bitmap manipulation macros to <minix/bitmap.h> 2006-06-20 09:50:26 +00:00
debug.c
debug.h Better initialization of the memory map of processes that are part of the 2006-05-11 14:49:46 +00:00
exception.c Better initialization of the memory map of processes that are part of the 2006-05-11 14:49:46 +00:00
glo.h Use endpoint_t. New prototypes for related to grants and safecopy functions. 2006-06-20 09:57:00 +00:00
i8259.c Rename protected to prot for g++ 2006-06-20 09:52:11 +00:00
ipc.h
kernel.h
klib.s
klib88.s
klib386.s
kprintf.c Use the sysutil library's printf code also for the kernel. 2006-03-15 16:15:23 +00:00
main.c Change allowed kernel call bitmap to an array of bitmaps to allow 2006-06-20 09:56:06 +00:00
Makefile Patches by Jeff Bailey for posixifications. 2006-04-09 23:16:13 +00:00
mpx.s
mpx88.s
mpx386.s
priv.h Change allowed kernel call bitmap to an array of bitmaps to allow 2006-06-20 09:56:06 +00:00
proc.c Use endpoint_t. New prototypes for related to grants and safecopy functions. 2006-06-20 09:57:00 +00:00
proc.h Use endpoint_t type 2006-06-20 09:51:49 +00:00
protect.c Rename protected to prot for g++ 2006-06-20 09:52:11 +00:00
protect.h
proto.h Use endpoint_t. New prototypes for related to grants and safecopy functions. 2006-06-20 09:57:00 +00:00
sconst.h
start.c Rename protected to prot for g++ 2006-06-20 09:52:11 +00:00
system.c Introduced global sys_call_code to check in called kernel call 2006-06-20 09:58:58 +00:00
system.h Prototype of do_safecopy 2006-06-20 09:59:50 +00:00
table.c Change allowed kernel call bitmap to an array of bitmaps to allow 2006-06-20 09:56:06 +00:00
type.h Change allowed kernel call bitmap to an array of bitmaps to allow 2006-06-20 09:56:06 +00:00
utility.c Use the sysutil library's printf code also for the kernel. 2006-03-15 16:15:23 +00:00