cvs commit: src/sys/netinet ip_divert.c raw_ip.c tcp_subr.c tcp_syncache.c udp_usrreq.c

Andre Oppermann andre at FreeBSD.org
Wed Aug 11 13:30:08 PDT 2004


andre       2004-08-11 20:30:08 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_divert.c raw_ip.c tcp_subr.c 
                         tcp_syncache.c udp_usrreq.c 
  Log:
  Backout removal of UMA_ZONE_NOFREE flag for all zones which are established
  for structures with timers in them.  It might be that a timer might fire
  even when the associated structure has already been free'd.  Having type-
  stable storage in this case is beneficial for graceful failure handling and
  debugging.
  
  Discussed with: bosko, tegge, rwatson
  
  Revision  Changes    Path
  1.97      +1 -1      src/sys/netinet/ip_divert.c
  1.139     +1 -1      src/sys/netinet/raw_ip.c
  1.199     +4 -4      src/sys/netinet/tcp_subr.c
  1.64      +1 -1      src/sys/netinet/tcp_syncache.c
  1.160     +1 -1      src/sys/netinet/udp_usrreq.c


More information about the cvs-all mailing list