minix/kernel
Jorrit Herder e782e76944 Created new findproc system call to the PM (to replace similar kernel
functionality). Currently working on memory allocation (not yet finished).
2005-06-02 12:43:21 +00:00
..
system Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
assert.h Initial revision 2005-04-21 14:53:53 +00:00
clock.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
const.h Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
debug.h Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
exception.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
glo.h Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
i8259.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +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 Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +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 Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +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 Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
sconst.h Initial revision 2005-04-21 14:53:53 +00:00
sendmask.h Created new findproc system call to the PM (to replace similar kernel 2005-06-02 12:43:21 +00:00
start.c Fixed some comments and reorganized some code. 2005-05-18 10:36:23 +00:00
system.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
system.h Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +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