CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/12/17 11:24:57
Modified files: usr.sbin/rebound: rebound.c Log message: add return code to newrequest to distinguish between cache hit and error. we want to keep looping for more requests after a hit, not stop. (though i'm reconsidering if the looping is worthwhile. maybe should just return to kevent() after each request.)