Source-Changes archive

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

CVS commit: [kqueue] syssrc/sys/kern



Module Name:    syssrc
Committed By:   jdolecek
Date:           Sat Sep 21 19:40:36 UTC 2002

Modified Files:
        syssrc/sys/kern [kqueue]: sys_pipe.c

Log Message:
filt_pipedetach(): for EVFILT_WRITE, need to detach the knote from the
  peer's pipe_sel.si_note
this fixes kernel panic for EVFILT_WRITE when the write pipe descriptor
  is closed before read or kqueue one


To generate a diff of this commit:
cvs rdiff -r1.5.2.8 -r1.5.2.9 syssrc/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