Go to file
Ben Gras 2e89eb5270 Change allowed kernel call bitmap to an array of bitmaps to allow
any number of kernel calls.

Allowed kernel calls are stored in table.c for every image process as a
variably-sized array of allowed calls. This is used to fill the bitmap
of size determined at compile time by the number of kernel calls. This
filling is done by main.c. There is a special call called SYS_ALL_CALLS
which fills the bitmap of allowed calls completely, if that is the only
entry in the array.
2006-06-20 09:56:06 +00:00
boot Kludge for 1586 processor id. 2006-04-05 11:56:05 +00:00
commands . flex moved back into the base system, so prefix is /usr 2006-06-20 08:46:45 +00:00
drivers Conversion to safe calls, and returning grant in DEV_REVIVE messages 2006-06-20 09:49:02 +00:00
etc install motd as motd.install 2006-04-13 18:06:22 +00:00
include Kick out REVIVE 2006-06-20 09:47:23 +00:00
kernel Change allowed kernel call bitmap to an array of bitmaps to allow 2006-06-20 09:56:06 +00:00
lib . removed const from putenv() for g++ 2006-06-20 08:45:04 +00:00
man Al Woodhull's new manual pages 2006-06-19 14:51:41 +00:00
servers Wake up writer when selecting for read on an empty pipe. 2006-06-14 13:17:41 +00:00
test More fixes to reality 2006-03-16 01:47:52 +00:00
tools Install dinks 2006-04-13 17:47:51 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00