CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/04/10 07:48:24
Modified files: sys/kern : vfs_bio.c vfs_subr.c sys/sys : buf.h Log message: pull the bufcache freelist code out into separate functions to allow new algorithms to be tested. in the process, drop support for unused B_AGE and b_synctime options. previous versions ok beck deraadt