minix/kernel
Ben Gras 3eeff022fb Added function read_cpu_flags() that returns current cpu flags as a
long.  This is used to check for interrupts being disabled at the time
of a lock() call, if enabled in config.h. The number of times this
happens is then counted in the kinfo structure. These events (recursive
lockings) lead to nasty race conditions.
2005-06-20 14:53:13 +00:00
..
system Updated function key mapping because of possible changes to NOTIFY. 2005-06-20 14:23:31 +00:00
clock.c Changed arguments of timer library functions. 2005-06-17 13:36:01 +00:00
const.h Added function read_cpu_flags() that returns current cpu flags as a 2005-06-20 14:53:13 +00:00
debug.h Kernel cleanup. 2005-06-07 12:34:25 +00:00
exception.c Removed unnecessary call to unlock() from exception(). 2005-06-17 09:50:12 +00:00
glo.h * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
i8259.c * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
ipc.h Updated function key mapping because of possible changes to NOTIFY. 2005-06-20 14:23:31 +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 function read_cpu_flags() that returns current cpu flags as a 2005-06-20 14:53:13 +00:00
klibc.c * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
main.c Added function read_cpu_flags() that returns current cpu flags as a 2005-06-20 14:53:13 +00:00
Makefile Removed unused code in proc.c. New message passing code with pointer pointers 2005-06-20 11:26:48 +00:00
misc.c * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +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 Removed unused code in proc.c. New message passing code with pointer pointers 2005-06-20 11:26:48 +00:00
proc.h Kernel cleanup. 2005-06-07 12:34:25 +00:00
protect.c Removed debug dumps from the PM and FS servers. The dumps are now done by the 2005-06-07 14:43:35 +00:00
protect.h *** empty log message *** 2005-04-29 15:36:43 +00:00
proto.h Added function read_cpu_flags() that returns current cpu flags as a 2005-06-20 14:53:13 +00:00
sconst.h Initial revision 2005-04-21 14:53:53 +00:00
sendmask.h process manager must be able to send to rtl driver 2005-06-03 09:02:19 +00:00
start.c * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
system.c Applied MINIX 2.0.4 pathes provides by Al Woodhull. 2005-06-17 13:00:04 +00:00
system.h Updated function key mapping because of possible changes to NOTIFY. 2005-06-20 14:23:31 +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 Various updates. 2005-06-03 13:55:06 +00:00