cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h src/sys/netinet tcp_subr.c

Andre Oppermann andre at FreeBSD.org
Fri May 11 20:52:49 UTC 2007


andre       2007-05-11 20:52:47 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
    sys/sys              callout.h 
    sys/netinet          tcp_subr.c 
  Log:
  Make the TCP timer callout obtain Giant if the network stack is marked
  as non-mpsafe.
  
  This change is to be removed when all protocols are mp-safe.
  
  Revision  Changes    Path
  1.103     +11 -2     src/sys/kern/kern_timeout.c
  1.281     +6 -2      src/sys/netinet/tcp_subr.c
  1.30      +1 -0      src/sys/sys/callout.h


More information about the cvs-src mailing list