Module Name: src Committed By: christos Date: Tue Oct 8 17:21:24 UTC 2013
Modified Files: src/sys/kern: uipc_usrreq.c Log Message: Centralize the sockaddr_un allocation code. Set sun_len appropriately so that the address length returned is correct, not always 106. Note that we do things slightly differently than linux and explain why. Unit-tests to come. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/sys/kern/uipc_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.