Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Tue Oct 14 13:45:26 UTC 2008

Modified Files:
        src/sys/kern: uipc_accf.c uipc_socket.c uipc_socket2.c
        src/sys/sys: socketvar.h

Log Message:
Accept filters:

- Remove remaining #ifdef INET.
- Avoid holding locks so we don't need to do KM_NOSLEEP allocations.
- Use a rwlock to protect the accept filter list.
- Make it safe to unload accept filter modules.
- Minor KNF.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/kern/uipc_accf.c
cvs rdiff -r1.176 -r1.177 src/sys/kern/uipc_socket.c
cvs rdiff -r1.98 -r1.99 src/sys/kern/uipc_socket2.c
cvs rdiff -r1.115 -r1.116 src/sys/sys/socketvar.h

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