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:   elad
Date:           Tue Dec 29 04:23:43 UTC 2009

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

Log Message:
Add credentials to to sockets.

We don't need any deferred free etc. because we no longer free the
credentials in interrupt context.

Tons of help from matt@, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/kern/uipc_socket.c
cvs rdiff -u -r1.138 -r1.139 src/sys/kern/uipc_syscalls.c
cvs rdiff -u -r1.123 -r1.124 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