Date: Mon, 26 Mar 2007 08:59:03 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/kern uipc_sockbuf.c uipc_socket.c uipc_socket2.c Message-ID: <200703260859.l2Q8x3U5034007@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2007-03-26 08:59:03 UTC FreeBSD src repository Modified files: sys/conf files sys/kern uipc_sockbuf.c uipc_socket.c Removed files: sys/kern uipc_socket2.c Log: Complete removal of uipc_socket2.c by moving the last few functions to other C files: - Move sbcreatecontrol() and sbtoxsockbuf() to uipc_sockbuf.c. While sbcreatecontrol() is really an mbuf allocation routine, it does its work with awareness of the layout of socket buffer memory. - Move pru_*() protocol switch stubs to uipc_socket.c where the non-stub versions of several of these functions live. Likewise, move socket state transition calls (soisconnecting(), etc) to uipc_socket.c. Moveo sodupsockaddr() and sotoxsocket(). Revision Changes Path 1.1188 +0 -1 src/sys/conf/files 1.167 +52 -0 src/sys/kern/uipc_sockbuf.c 1.296 +298 -0 src/sys/kern/uipc_socket.c 1.163 +0 -397 src/sys/kern/uipc_socket2.c (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703260859.l2Q8x3U5034007>