Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2004 20:30:08 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_divert.c raw_ip.c tcp_subr.c tcp_syncache.c udp_usrreq.c
Message-ID:  <200408112030.i7BKU8oa085510@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408112030.i7BKU8oa085510>