minix/include
Jorrit Herder f2a85e58d9 Various updates.
* Removed some variants of the SYS_GETINFO calls from the kernel;
  replaced them with new PM and utils libary functionality. Fixed
  bugs in utils library that used old get_kenv() variant.
* Implemented a buffer in the kernel to gather random data.
  Memory driver periodically checks this for /dev/random.
  A better random algorithm can now be implemented in the driver.
  Removed SYS_RANDOM; the SYS_GETINFO call is used instead.
* Remove SYS_KMALLOC from the kernel. Memory allocation can now
  be done at the process manager with new 'other' library functions.
2005-06-03 13:55:06 +00:00
..
ibm New NOTIFY system call! Queued at kernel. Duplicate messages (with same source 2005-05-24 10:06:17 +00:00
minix Various updates. 2005-06-03 13:55:06 +00:00
net Initial revision 2005-04-21 14:53:53 +00:00
sys Moved timing structs around to be more standard 2005-06-01 09:34:37 +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 Initial revision 2005-04-21 14:53:53 +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 Added note to indicate how touchy MAX_BLOCK_SIZE is at the moment. 2005-05-20 12:30:37 +00:00
env.h Initial revision 2005-04-21 14:53:53 +00:00
errno.h Fixed some minor issues with the NOTIFY call. 2005-05-24 14:35:58 +00:00
fcntl.h Initial revision 2005-04-21 14:53:53 +00:00
float.h Initial revision 2005-04-21 14:53:53 +00:00
grp.h Initial revision 2005-04-21 14:53:53 +00:00
lib.h Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +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 Raised version to 3.0.2 in config.h 2005-05-03 15:39:41 +00:00
math.h Initial revision 2005-04-21 14:53:53 +00:00
mathconst.h Initial revision 2005-04-21 14:53:53 +00:00
pwd.h Initial revision 2005-04-21 14:53:53 +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 Initial revision 2005-04-21 14:53:53 +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
stdio.h Initial revision 2005-04-21 14:53:53 +00:00
stdlib.h Initial revision 2005-04-21 14:53:53 +00:00
string.h Initial revision 2005-04-21 14:53:53 +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 Moved timing structs around to be more standard 2005-06-01 09:34:37 +00:00
timers.h Initial revision 2005-04-21 14:53:53 +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 Various updates. 2005-06-03 13:55:06 +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