cvs commit: src/sys/kern uipc_msg.c src/sys/sys socketops.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Mar 19 09:02:07 PST 2004
dillon 2004/03/19 09:00:06 PST
DragonFly src repository
Modified files:
sys/kern uipc_msg.c
sys/sys socketops.h
Log:
Make ALWAYS_MSG the default. This introduces an extra procedural call
level but has the advantage of making the so_pru_*() API functions uniform
across all builds, which we will need for things like the smbfs module.
We will fix up any performance issues down the line.
Revision Changes Path
1.4 +0 -3 src/sys/kern/uipc_msg.c
1.4 +0 -129 src/sys/sys/socketops.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_msg.c.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/sys/socketops.h.diff?r1=1.3&r2=1.4&f=h
More information about the Commits
mailing list