minix/include/sys
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
..
asynchio.h Misc fixes and additions 2005-07-12 13:10:06 +00:00
dir.h Initial revision 2005-04-21 14:53:53 +00:00
ioc_cmos.h Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
ioc_disk.h Misc fixes and additions 2005-07-12 13:10:06 +00:00
ioc_file.h Many changes to simplify porting applications. 2005-07-11 13:00:43 +00:00
ioc_memory.h Intermediate update---please await next commit. 2005-05-19 09:36:44 +00:00
ioc_scsi.h Initial revision 2005-04-21 14:53:53 +00:00
ioc_sound.h Initial revision 2005-04-21 14:53:53 +00:00
ioc_tape.h Initial revision 2005-04-21 14:53:53 +00:00
ioc_tty.h Initial revision 2005-04-21 14:53:53 +00:00
ioctl.h Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
mtio.h Initial revision 2005-04-21 14:53:53 +00:00
param.h Many changes to simplify porting applications. 2005-07-11 13:00:43 +00:00
ptrace.h Initial revision 2005-04-21 14:53:53 +00:00
resource.h Added <sys/resource.h> for [gs]etpriority() call. 2005-07-01 09:59:49 +00:00
select.h Misc fixes and additions 2005-07-12 13:10:06 +00:00
sigcontext.h Initial revision 2005-04-21 14:53:53 +00:00
socket.h Added {h,n}to{l,s} prototypes. Added IPPROTO_TCP. SA_FAMILY_T -> _SA_FAMILY_T 2005-07-27 11:42:54 +00:00
stat.h Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
statfs.h Initial revision 2005-04-21 14:53:53 +00:00
svrctl.h Changed various header file to support dynamically staring drivers. 2005-08-02 15:31:12 +00:00
time.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
times.h Initial revision 2005-04-21 14:53:53 +00:00
types.h Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
uio.h Many changes to simplify porting applications. 2005-07-11 13:00:43 +00:00
un.h Added {h,n}to{l,s} prototypes. Added IPPROTO_TCP. SA_FAMILY_T -> _SA_FAMILY_T 2005-07-27 11:42:54 +00:00
utsname.h Initial revision 2005-04-21 14:53:53 +00:00
wait.h Initial revision 2005-04-21 14:53:53 +00:00