cvs commit: src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c src/sys/netinet in_pcb.c in_pcb.h

Kip Macy kmacy at FreeBSD.org
Sun Mar 23 15:34:16 PDT 2008


kmacy       2008-03-23 22:34:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c 
    sys/netinet          in_pcb.c in_pcb.h 
  Log:
  Insulate inpcb consumers outside the stack from the lock type and offset within the pcb by adding accessor functions.
  
  Reviewed by: rwatson
  MFC after: 3 weeks
  
  Revision  Changes    Path
  1.7       +64 -64    src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
  1.7       +9 -9      src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c
  1.201     +44 -0     src/sys/netinet/in_pcb.c
  1.102     +25 -0     src/sys/netinet/in_pcb.h


More information about the cvs-all mailing list