CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2011/05/08 03:07:06
Modified files: sys/kern : kern_physio.c Log message: because bufs now come out of a pool rather than a global list of staticly allocated structs, they wont be shared. we dont have to do the silly B_WANTED dance anymore. get rid of a bunch of comments that talk about how we're stealing from the swapper, which is a lie now. tweaks from oga@ scrutiny by matthew@ ok miod@ oga@ thib@ beck@