Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2005 14:00:06 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src UPDATING src/sbin/ifconfig ifconfig.8 src/share/man/man4 polling.4 src/sys/amd64/amd64 trap.c src/sys/amd64/conf NOTES src/sys/conf options src/sys/dev/em if_em.c src/sys/dev/firewire 00README if_fwe.c if_fwip.c ...
Message-ID:  <200510071400.j97E065I067380@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-10-07 14:00:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    .                    UPDATING 
    sbin/ifconfig        ifconfig.8 
    share/man/man4       polling.4 
    sys/amd64/amd64      trap.c 
    sys/amd64/conf       NOTES 
    sys/conf             options 
    sys/dev/em           if_em.c 
    sys/dev/firewire     00README if_fwe.c if_fwip.c 
    sys/dev/fxp          if_fxp.c 
    sys/dev/ixgb         README if_ixgb.c 
    sys/dev/nge          if_nge.c 
    sys/dev/re           if_re.c 
    sys/dev/vge          if_vge.c 
    sys/i386/conf        NOTES 
    sys/i386/i386        trap.c 
    sys/kern             kern_clock.c kern_poll.c 
    sys/net              if.h if_var.h netisr.c 
    sys/pc98/conf        NOTES 
    sys/pci              if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c 
                         if_vr.c if_xl.c 
  Log:
  Big overall MFC of polling(4) cleanup:
  
  o First attempt on removing Giant from polling. Details:
    http://lists.freebsd.org/pipermail/cvs-src/2005-September/051848.html
  o Second attempt, and big polling cleanup including:
    - Functinal approach to turning polling on/off
    - Deprecating of poll_in_trap
    - Removal of ifnet knowledge from kern_poll.c
    Details:
    http://lists.freebsd.org/pipermail/cvs-src/2005-October/053267.html
  o Improved checking of user configurable sysctls. Details:
    http://lists.freebsd.org/pipermail/cvs-src/2005-October/053351.html
  o Moving DEVICE_POLLING from opt_global.h to opt_device_polling.h:
    http://lists.freebsd.org/pipermail/cvs-src/2005-October/053479.html
  
  o All related documentation fixes.
  
  Approved by:    re (kensmith)
  Thanks to:      everyone, who helped with testing
  
  Revision    Changes    Path
  1.416.2.3   +4 -0      src/UPDATING
  1.95.2.7    +6 -5      src/sbin/ifconfig/ifconfig.8
  1.19.2.1    +21 -23    src/share/man/man4/polling.4
  1.289.2.2   +0 -10     src/sys/amd64/amd64/trap.c
  1.36.2.5    +4 -4      src/sys/amd64/conf/NOTES
  1.510.2.3   +1 -3      src/sys/conf/options
  1.65.2.5    +40 -31    src/sys/dev/em/if_em.c
  1.1.16.1    +0 -3      src/sys/dev/firewire/00README
  1.37.2.2    +43 -29    src/sys/dev/firewire/if_fwe.c
  1.7.2.3     +50 -31    src/sys/dev/firewire/if_fwip.c
  1.240.2.5   +36 -24    src/sys/dev/fxp/if_fxp.c
  1.1.10.1    +7 -8      src/sys/dev/ixgb/README
  1.10.2.4    +47 -34    src/sys/dev/ixgb/if_ixgb.c
  1.75.2.3    +41 -25    src/sys/dev/nge/if_nge.c
  1.46.2.5    +51 -38    src/sys/dev/re/if_re.c
  1.14.2.3    +55 -54    src/sys/dev/vge/if_vge.c
  1.1202.2.2  +4 -4      src/sys/i386/conf/NOTES
  1.277.2.2   +0 -10     src/sys/i386/i386/trap.c
  1.178.2.1   +1 -0      src/sys/kern/kern_clock.c
  1.19.2.2    +241 -152  src/sys/kern/kern_poll.c
  1.96.2.3    +2 -3      src/sys/net/if.h
  1.98.2.5    +1 -1      src/sys/net/if_var.h
  1.15.2.2    +1 -0      src/sys/net/netisr.c
  1.59.2.2    +4 -4      src/sys/pc98/conf/NOTES
  1.160.2.5   +45 -28    src/sys/pci/if_dc.c
  1.152.2.4   +44 -37    src/sys/pci/if_rl.c
  1.82.2.4    +49 -44    src/sys/pci/if_sf.c
  1.132.2.5   +48 -31    src/sys/pci/if_sis.c
  1.84.2.5    +45 -32    src/sys/pci/if_ste.c
  1.104.2.3   +43 -31    src/sys/pci/if_vr.c
  1.190.2.5   +49 -41    src/sys/pci/if_xl.c



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