No description
Find a file
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
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Allow loading images > 16M 2010-04-29 15:14:07 +00:00
commands awk Makefile: make yacc less chatty to stderr. 2010-05-04 09:23:31 +00:00
docs Fix Inet initialization race. 2010-05-06 22:18:21 +00:00
drivers pci synchronous start up 2010-05-07 16:23:07 +00:00
etc Fix Inet initialization race. 2010-05-06 22:18:21 +00:00
include secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
kernel kernel: new DEBUG_RACE option. try to provoke race conditions between processes. 2010-05-08 18:00:03 +00:00
lib secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
man Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
servers vm: use arch_map2str to print pagefault info, to properly display code addrs 2010-05-08 17:25:54 +00:00
test - Add test52 to test FPU context switching 2010-05-03 15:12:39 +00:00
tools cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00