minix/include
Jorrit Herder 0165662cd9 Replaced flagalrm() timers with another technique to check for timeouts.
This allowed removing the p_flagarlm timer from the kernel's process table.
Furthermore, I merged p_syncalrm and p_signalrm into p_alarm_timer to save
even more space. Note that processes can no longer have both a signal and
synchronous alarm timer outstanding as of now.
2005-05-31 14:43:04 +00:00
..
ibm New NOTIFY system call! Queued at kernel. Duplicate messages (with same source 2005-05-24 10:06:17 +00:00
minix Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
net Initial revision 2005-04-21 14:53:53 +00:00
sys Intermediate update---please await next commit. 2005-05-19 09:36:44 +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 New NOTIFY trap (IPC call) to send queued notification messages. 2005-05-19 14:05:51 +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 Initial revision 2005-04-21 14:53:53 +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 New NOTIFY trap (IPC call) to send queued notification messages. 2005-05-19 14:05:51 +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