minix/lib/utils
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
..
env_panic.c Initial revision 2005-04-21 14:53:53 +00:00
env_parse.c Initial revision 2005-04-21 14:53:53 +00:00
env_prefix.c Initial revision 2005-04-21 14:53:53 +00:00
fkey_ctl.c Initial revision 2005-04-21 14:53:53 +00:00
get_mon_prm.c Initial revision 2005-04-21 14:53:53 +00:00
get_proc_nr.c bugfix from jnherder 2005-05-03 09:03:55 +00:00
Makefile Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
srvr_assert.c Initial revision 2005-04-21 14:53:53 +00:00
srvr_panic.c Initial revision 2005-04-21 14:53:53 +00:00
srvr_report.c Initial revision 2005-04-21 14:53:53 +00:00
taskcall.c Initial revision 2005-04-21 14:53:53 +00:00
tick_delay.c Fixed tick_delay; it now reschedules a previous synchronous alarm. 2005-05-13 09:33:53 +00:00
utils.h Initial revision 2005-04-21 14:53:53 +00:00