Ben Gras a1636b85b7 kernel: new DEBUG_RACE option. try to provoke race conditions between processes.
it does this by 
  - making all processes interruptible by running out of quantum
  - giving all processes a single tick of quantum
  - picking a random runnable process instead of in order, and
    from a single pool of runnable processes (no priorities)

This together with very high HZ values currently provokes some race conditions
seen earlier only when running with SMP.
2010-05-08 18:00:03 +00:00
2010-04-29 15:14:07 +00:00
2010-05-06 22:18:21 +00:00
2010-05-07 16:23:07 +00:00
2010-05-06 22:18:21 +00:00
2010-05-05 11:35:04 +00:00
2010-05-05 11:35:04 +00:00
2010-01-21 10:16:05 +00:00
2010-04-01 22:22:33 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%