plan9fox/sys
cinap_lenrek 54562b6ac2 kernel: insert memory barrier in the scheduler before setting up->mach = nil
we have to ensure that all stores saving the process state
have completed before setting up->mach = nil in the scheduler.
otherwise, another cpu could observe up->mach == nil while
the stores such as the processes p->sched label have not finnished.
2019-05-01 09:35:51 +02:00
..
doc
games/lib
include dtracy: avoid dmachlock() race 2019-03-30 09:17:46 +01:00
lib distproto: add /lib/news/ (thanks lyndon) 2019-04-23 15:15:26 +02:00
man ip(3): document TCP ctl close command 2019-04-14 04:50:55 +00:00
src kernel: insert memory barrier in the scheduler before setting up->mach = nil 2019-05-01 09:35:51 +02:00