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:           Fri Mar 15 21:36:13 UTC 2002

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

Log Message:
no need to protect the kqueue SLIST manipulation with splnet - the
structures are never changed nor accessed from interrupt context
filt_solisten(): g/c the comment about what FreeBSD does, leave only
   comment what the code does (it was checked to be correct)


To generate a diff of this commit:
cvs rdiff -r1.56.2.3 -r1.56.2.4 syssrc/sys/kern/uipc_socket.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