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. |
||
|---|---|---|
| .. | ||
| clock.c | ||
| copying.c | ||
| debugging.c | ||
| devio.c | ||
| irqctl.c | ||
| Makefile | ||
| misc.c | ||
| proctl.c | ||
| sigctl.c | ||
| sysctl.c | ||
| tracing.c | ||