cvs commit: src/sys/kern uipc_sockbuf.c uipc_socket2.c

Robert Watson rwatson at FreeBSD.org
Mon Jul 24 16:21:31 UTC 2006


rwatson     2006-07-24 16:21:31 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_sockbuf.c uipc_socket2.c 
  Log:
  Remove non-socket buffer routines from uipc_sockbuf.c, and socket buffer
  specific routines from uipc_socket2.c following repo-copy.  We might
  rethink the location of one or two at some point, but the division was
  relatively clean.  uipc_sockbuf.c is now the home of routines that
  manipulate socket buffers.
  
  Revision  Changes    Path
  1.162     +7 -355    src/sys/kern/uipc_sockbuf.c
  1.161     +1 -924    src/sys/kern/uipc_socket2.c


More information about the cvs-all mailing list