minix/include/minix
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
..
bitmap.h New bit map manipulation header. 2005-06-20 14:29:09 +00:00
callnr.h Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
cdrom.h Initial revision 2005-04-21 14:53:53 +00:00
com.h Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
config.h Without /dev/boot ... 2005-08-03 14:17:28 +00:00
const.h Added RO_BIT needed for new at_wini / fs flag 2005-08-04 09:33:38 +00:00
devio.h User-space networking! 2005-05-11 09:02:00 +00:00
dl_eth.h Initial revision 2005-04-21 14:53:53 +00:00
dmap.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
fslib.h Initial revision 2005-04-21 14:53:53 +00:00
ioctl.h Initial revision 2005-04-21 14:53:53 +00:00
ipc.h Changed various header file to support dynamically staring drivers. 2005-08-02 15:31:12 +00:00
jmp_buf.h Initial revision 2005-04-21 14:53:53 +00:00
keymap.h Initial revision 2005-04-21 14:53:53 +00:00
minlib.h Initial revision 2005-04-21 14:53:53 +00:00
partition.h Initial revision 2005-04-21 14:53:53 +00:00
sound.h Initial revision 2005-04-21 14:53:53 +00:00
swap.h Initial revision 2005-04-21 14:53:53 +00:00
syslib.h System library changes to interface. 2005-07-29 15:02:27 +00:00
sysutil.h Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
type.h System library changes to interface. 2005-07-29 15:02:27 +00:00
u64.h Initial revision 2005-04-21 14:53:53 +00:00