Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/kern



Module Name:    src
Committed By:   snj
Date:           Tue Feb 24 02:37:49 UTC 2009

Modified Files:
        src/sys/kern [netbsd-5]: sys_pipe.c

Log Message:
Pull up following revision(s) (requested by enami/joerg in ticket #468):
        sys/kern/sys_pipe.c: revision 1.108
The knote objects attached by peer will still be linked in our list
if we are closed before the peer.  So, remove them.  It didn't matter
when pipe objects are directly returned to pool, but nowadays they
are cached.


To generate a diff of this commit:
cvs rdiff -r1.103.4.3 -r1.103.4.4 src/sys/kern/sys_pipe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index