minix/kernel
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
..
system Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
assert.h Initial revision 2005-04-21 14:53:53 +00:00
clock.c Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
const.h Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
exception.c Optimized scheduling code. Old code is still available withing DEAD_CODE 2005-05-26 13:17:57 +00:00
glo.h Fixed clear_proc(): properly release resources (IRQ hooks, notify buffers); 2005-05-30 11:05:42 +00:00
i8259.c Fixed some minor issues with the NOTIFY call. 2005-05-24 14:35:58 +00:00
ipc.h Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
kernel.h Initial revision 2005-04-21 14:53:53 +00:00
klib.s Initial revision 2005-04-21 14:53:53 +00:00
klib88.s *** empty log message *** 2005-04-29 15:36:43 +00:00
klib386.s *** empty log message *** 2005-04-29 15:36:43 +00:00
klibc.c Fixed some minor issues with the NOTIFY call. 2005-05-24 14:35:58 +00:00
main.c Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
Makefile Created ECHO system call for testing purposes. 2005-05-27 13:57:00 +00:00
misc.c Optimized scheduling code. Old code is still available withing DEAD_CODE 2005-05-26 13:17:57 +00:00
mpx.s Initial revision 2005-04-21 14:53:53 +00:00
mpx88.s *** empty log message *** 2005-04-29 15:36:43 +00:00
mpx386.s Fixed some minor issues with the NOTIFY call. 2005-05-24 14:35:58 +00:00
proc.c Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
proc.h Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
protect.c *** empty log message *** 2005-04-29 15:36:43 +00:00
protect.h *** empty log message *** 2005-04-29 15:36:43 +00:00
proto.h Improved NOTIFY system: fixed a minor error, ignore pending notifications 2005-05-27 12:44:14 +00:00
sconst.h Initial revision 2005-04-21 14:53:53 +00:00
sendmask.h Added fxp driver for the Intel Pro/100 series ethernet cards 2005-05-19 13:27:05 +00:00
start.c Fixed some comments and reorganized some code. 2005-05-18 10:36:23 +00:00
system.c Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
system.h added a debugging functionality in system/debugging.c (to check sanity of 2005-05-24 12:33:03 +00:00
table.c Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
type.h Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00