cvs commit: src/sys/sys socketvar.h src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Fri Jan 13 02:22:07 PST 2006


rwatson     2006-01-13 10:22:01 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              socketvar.h 
    sys/kern             uipc_socket.c 
  Log:
  Add sosend_dgram(), a greatly reduced and simplified version of sosend()
  intended for use solely with atomic datagram socket types, and relies
  on the previous break-out of sosend_copyin().  Changes to allow UDP to
  optionally use this instead of sosend() will be committed as a
  follow-up.
  
  Revision  Changes    Path
  1.256     +155 -2    src/sys/kern/uipc_socket.c
  1.144     +3 -0      src/sys/sys/socketvar.h


More information about the cvs-src mailing list