summaryrefslogtreecommitdiff
path: root/TRICKS
AgeCommit message (Collapse)Author
2019-07-24Delete a few other no-longer relevant filesFrans Kaashoek
2014-08-04use acquire/release to force order for pid=np->pid;np->state=RUNNINGRobert Morris
for bug reported by symingz@gmail.com and cs1100254@cse.iitd.ernet.in
2009-07-12more doc tweaksRuss Cox
2007-11-28fork minibugrsc
2007-10-01Incorporate new understanding of/with Intel SMP spec.rsc
Dropped cmpxchg in favor of xchg, to match lecture notes. Use xchg to release lock, for future protection and to keep gcc from acting clever.
2007-09-30tricksrsc