This commit was by dsl on Dec 9th. log_accum has been adjusted to prevent files left over from a failed log_accum process to be picked up as hitchhikers by a later commit in the future.
Thus wrote Joerg Sonnenberger (jo...@netbsd.org): > Module Name: pkgsrc > Committed By: joerg > Date: Wed Jan 27 19:24:27 UTC 2010 > > Modified Files: > src/sys/kern: uipc_syscalls.c > > Log Message: > Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output > do drain' in many places, whereas fo_drain() was called in order to force > blocking read()/write() etc calls to return to userspace so that a close() > call from a different thread can complete. > In the sockets code comment out the broken code in the inner function, > it was being called from compat code. > > > To generate a diff of this commit: > cvs rdiff -u -r1.136 -r1.137 src/sys/kern/uipc_syscalls.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. >