minix/servers
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
..
fs Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
inet Fixed some minor issues with the NOTIFY call. 2005-05-24 14:35:58 +00:00
init Initial revision 2005-04-21 14:53:53 +00:00
is Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
mm *** empty log message *** 2005-04-29 15:36:43 +00:00
pm Added time.c 2005-05-31 10:57:19 +00:00
Makefile Rename mm (memory manager) to pm (process manager), involved renaming 2005-05-03 15:35:52 +00:00