Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2009 07:42:47 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_dummynet.c ip_fw2.c
Message-ID:  <200903050743.n257h2q4049458@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-03-05 07:42:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          ip_dummynet.c ip_fw2.c 
  Log:
  SVN rev 189393 on 2009-03-05 07:42:47Z by luigi
  
  Merge a couple of changes from HEAD, plus fix a potential warning.
  In detail:
  + we used SYSCTL_LONG to show a 64-bit variable. For the time being
    just remove the variable from the list of sysctl-exported values.
    Unfortunately our SYSCTL macros do not do proper type checking
    of the arguments so we might have some more bugs of this kind
    across the codebase;
  
  + fw_debug has not been used for ages, so remove it;
  
  + gcc 4.2.4 tells me that src_ip.s_addr may be not initialized,
    so make sure it is.
    I need to check what is the status of this field in head.
  
  Revision    Changes    Path
  1.110.2.9   +2 -0      src/sys/netinet/ip_dummynet.c
  1.175.2.18  +1 -3      src/sys/netinet/ip_fw2.c



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