minix/include
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
..
arpa Added {h,n}to{l,s} prototypes. Added IPPROTO_TCP. SA_FAMILY_T -> _SA_FAMILY_T 2005-07-27 11:42:54 +00:00
ibm bios_wini driver 2005-07-29 10:21:04 +00:00
minix Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
net Removed old socket library. 2005-08-03 11:28:43 +00:00
netinet Added {h,n}to{l,s} prototypes. Added IPPROTO_TCP. SA_FAMILY_T -> _SA_FAMILY_T 2005-07-27 11:42:54 +00:00
sys Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
a.out.h Initial revision 2005-04-21 14:53:53 +00:00
alloca.h Initial revision 2005-04-21 14:53:53 +00:00
ansi.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
assert.h Initial revision 2005-04-21 14:53:53 +00:00
configfile.h Initial revision 2005-04-21 14:53:53 +00:00
ctype.h Initial revision 2005-04-21 14:53:53 +00:00
curses.h Initial revision 2005-04-21 14:53:53 +00:00
dirent.h Made dirent filename len a macro; corrected comment bug in bios.h reported 2005-07-18 09:11:48 +00:00
env.h Initial revision 2005-04-21 14:53:53 +00:00
errno.h Added EALREADY and EMSGSIZE. 2005-07-27 11:43:28 +00:00
fcntl.h Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
float.h Initial revision 2005-04-21 14:53:53 +00:00
grp.h Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
inttypes.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
lib.h Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
libutil.h Header file for new -lutil (naming from freebsd) 2005-07-19 16:01:20 +00:00
limits.h Initial revision 2005-04-21 14:53:53 +00:00
locale.h Initial revision 2005-04-21 14:53:53 +00:00
Makefile Verbose tar option was for debugging, shouldn't have been commited. Undone. 2005-07-15 11:49:34 +00:00
math.h Many changes to simplify porting applications. 2005-07-11 13:00:43 +00:00
mathconst.h Initial revision 2005-04-21 14:53:53 +00:00
netdb.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
pwd.h Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
regex.h Initial revision 2005-04-21 14:53:53 +00:00
regexp.h Initial revision 2005-04-21 14:53:53 +00:00
setjmp.h Initial revision 2005-04-21 14:53:53 +00:00
sgtty.h Initial revision 2005-04-21 14:53:53 +00:00
signal.h Added new signal types for kernel events: 2005-07-19 12:24:51 +00:00
stdarg.h Initial revision 2005-04-21 14:53:53 +00:00
stddef.h Initial revision 2005-04-21 14:53:53 +00:00
stdint.h Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
stdio.h Initial revision 2005-04-21 14:53:53 +00:00
stdlib.h Many changes to simplify porting applications. 2005-07-11 13:00:43 +00:00
string.h Many changes to simplify porting applications. 2005-07-11 13:00:43 +00:00
strings.h Prototypes for some string functions that are not part of the C standard. 2005-07-27 11:44:26 +00:00
tar.h Initial revision 2005-04-21 14:53:53 +00:00
termcap.h Initial revision 2005-04-21 14:53:53 +00:00
termios.h Initial revision 2005-04-21 14:53:53 +00:00
time.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
timers.h *** empty log message *** 2005-07-20 15:34:13 +00:00
tools.h Initial revision 2005-04-21 14:53:53 +00:00
ttyent.h Initial revision 2005-04-21 14:53:53 +00:00
unistd.h Changed various header file to support dynamically staring drivers. 2005-08-02 15:31:12 +00:00
utime.h Initial revision 2005-04-21 14:53:53 +00:00
utmp.h Initial revision 2005-04-21 14:53:53 +00:00