svn commit: r200566 - head/sbin/ipfw

2009-12-15 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 15 09:32:35 2009 New Revision: 200566 URL: http://svn.freebsd.org/changeset/base/200566 Log: fix the indentation for addr: values MFC after:3 days Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8

svn commit: r200567 - in head: sbin/ipfw sys/netinet/ipfw

2009-12-15 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 15 09:46:27 2009 New Revision: 200567 URL: http://svn.freebsd.org/changeset/base/200567 Log: implement a new match option, lookup {dst-ip|src-ip|dst-port|src-port|uid|jail} N which searches the specified field in table N and sets tablearg accordingly.

svn commit: r200568 - in stable/8: share/man/man4 sys/dev/bge

2009-12-15 Thread Stanislav Sedov
Author: stas Date: Tue Dec 15 10:00:00 2009 New Revision: 200568 URL: http://svn.freebsd.org/changeset/base/200568 Log: - MFC r197832, r197834, r197837: - Add support for new BGE chips (5761, 5784 and 57780). These chips uses new BGE_PCI_PRODID_ASICREV register to store the chip

svn commit: r200569 - stable/8/sys/dev/bge

2009-12-15 Thread Stanislav Sedov
Author: stas Date: Tue Dec 15 10:16:57 2009 New Revision: 200569 URL: http://svn.freebsd.org/changeset/base/200569 Log: MFC r198318: - On entrance to the rx_eof sync RX rings maps with POSTWRITE flag instead of POSTREAD: the hardware do not touch this memory (CPU updates it).

svn commit: r200570 - in stable/7: share/man/man4 sys/dev/bge

2009-12-15 Thread Stanislav Sedov
Author: stas Date: Tue Dec 15 10:34:05 2009 New Revision: 200570 URL: http://svn.freebsd.org/changeset/base/200570 Log: - MFC r197832, r197834, r197837: - Add support for new BGE chips (5761, 5784 and 57780). These chips uses new BGE_PCI_PRODID_ASICREV register to store the chip

svn commit: r200571 - stable/7/sys/dev/bge

2009-12-15 Thread Stanislav Sedov
Author: stas Date: Tue Dec 15 10:36:08 2009 New Revision: 200571 URL: http://svn.freebsd.org/changeset/base/200571 Log: - MFC r198318: - On entrance to the rx_eof sync RX rings maps with POSTWRITE flag instead of POSTREAD: the hardware do not touch this memory (CPU updates it).

svn commit: r200572 - head/sys/netinet6

2009-12-15 Thread Bruce M Simpson
Author: bms Date: Tue Dec 15 10:40:40 2009 New Revision: 200572 URL: http://svn.freebsd.org/changeset/base/200572 Log: Add missing #include sys/ktr.h. Submitted by: Hideki Yamamoto MFC after:1 week Modified: head/sys/netinet6/mld6.c Modified: head/sys/netinet6/mld6.c

svn commit: r200573 - head/tools/regression/kqueue

2009-12-15 Thread Robert Watson
Author: rwatson Date: Tue Dec 15 10:43:20 2009 New Revision: 200573 URL: http://svn.freebsd.org/changeset/base/200573 Log: Merge libkqueue test suite through r119 Submitted by: Mark Heily m...@heily.com Modified: head/tools/regression/kqueue/config.h

Re: svn commit: r200564 - stable/7/release/picobsd/build

2009-12-15 Thread Oliver Pinter
On 12/15/09, Luigi Rizzo lu...@freebsd.org wrote: Author: luigi Date: Tue Dec 15 07:04:20 2009 New Revision: 200564 URL: http://svn.freebsd.org/changeset/base/200564 Log: MFC r200301 when calling ldd, use the cross libraries and not the host version Modified:

Re: svn commit: r200563 - in head/etc: mtree namedb

2009-12-15 Thread Robert Watson
On Tue, 15 Dec 2009, Doug Barton wrote: The named process needs to have a working directory that it can write to. This is specified in options { directory } in named.conf. So, create /etc/namedb/working with appropriate permissions, and update the entry in named.conf to match. In addition

svn commit: r200574 - svnadmin/conf

2009-12-15 Thread Philip Paeps
Author: philip Date: Tue Dec 15 12:32:00 2009 New Revision: 200574 URL: http://svn.freebsd.org/changeset/base/200574 Log: Take jb's commit bit into safekeeping. Rest in peace. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access

Re: svn commit: r200510 - head/sys/kern

2009-12-15 Thread Pieter de Goeje
On Monday 14 December 2009 15:46:35 Luigi Rizzo wrote: On Mon, Dec 14, 2009 at 02:18:42PM +, Robert Watson wrote: On Mon, 14 Dec 2009, Luigi Rizzo wrote: ... Together with a smaller patch committed in september, this fixes a bug that affects 8.0 with apps that rely on callouts to

svn commit: r200575 - head/contrib/ntp

2009-12-15 Thread Ollivier Robert
Author: roberto Date: Tue Dec 15 14:38:07 2009 New Revision: 200575 URL: http://svn.freebsd.org/changeset/base/200575 Log: Bootstrap mergeinfo (thanks des@). Modified: Directory Properties: head/contrib/ntp/ (props changed) ___

svn commit: r200576 - in head/contrib/ntp: . adjtimed arlib clockstuff html html/build/hints html/drivers include include/isc kernel kernel/sys libntp libopts libparse ntpd ntpdate ntpdc ntpq parse...

2009-12-15 Thread Ollivier Robert
Author: roberto Date: Tue Dec 15 14:58:10 2009 New Revision: 200576 URL: http://svn.freebsd.org/changeset/base/200576 Log: Merge 4.2.4p8 into contrib (r200452 r200454). Subversion is being difficult here so take a hammer and get it in. MFC after:2 weeks Security:

svn commit: r200577 - in head/usr.sbin/ntp: . ntptrace

2009-12-15 Thread Ollivier Robert
Author: roberto Date: Tue Dec 15 14:59:58 2009 New Revision: 200577 URL: http://svn.freebsd.org/changeset/base/200577 Log: ntpd 4.2.4p8 is now in the tree, ntptrace is dead RIP. Security: CVE-2009-3563 Deleted: head/usr.sbin/ntp/ntptrace/Makefile Modified:

svn commit: r200578 - stable/8/contrib/ntp/ntpd

2009-12-15 Thread Hajimu UMEMOTO
Author: ume Date: Tue Dec 15 15:01:52 2009 New Revision: 200578 URL: http://svn.freebsd.org/changeset/base/200578 Log: MFC r15: Don't try to bind to an anycast address. The KAME IPv6 stack doesn't allow bind to an anycast address. It does away with an annoying message. Modified:

svn commit: r200579 - stable/7/contrib/ntp/ntpd

2009-12-15 Thread Hajimu UMEMOTO
Author: ume Date: Tue Dec 15 15:13:41 2009 New Revision: 200579 URL: http://svn.freebsd.org/changeset/base/200579 Log: MFC r15: Don't try to bind to an anycast address. The KAME IPv6 stack doesn't allow bind to an anycast address. It does away with an annoying message. Modified:

Re: svn commit: r200510 - head/sys/kern

2009-12-15 Thread Pieter de Goeje
On Tuesday 15 December 2009 16:46:07 Bruce Evans wrote: On Tue, 15 Dec 2009, Pieter de Goeje wrote: On Monday 14 December 2009 15:46:35 Luigi Rizzo wrote: On Mon, Dec 14, 2009 at 02:18:42PM +, Robert Watson wrote: On Mon, 14 Dec 2009, Luigi Rizzo wrote: ... Together with a

Re: svn commit: r200577 - in head/usr.sbin/ntp: . ntptrace

2009-12-15 Thread Koop Mast
On Tue, 2009-12-15 at 14:59 +, Ollivier Robert wrote: Author: roberto Date: Tue Dec 15 14:59:58 2009 New Revision: 200577 URL: http://svn.freebsd.org/changeset/base/200577 Log: ntpd 4.2.4p8 is now in the tree, ntptrace is dead RIP. Security: CVE-2009-3563 Shouldn't

svn commit: r200584 - in head/sys: dev/dpms isa

2009-12-15 Thread Jung-uk Kim
Author: jkim Date: Tue Dec 15 19:58:23 2009 New Revision: 200584 URL: http://svn.freebsd.org/changeset/base/200584 Log: Attach dpms(4) to vgapm and make sure to restore DPMS state after VGA is resumed properly. Reviewed by: jhb Modified: head/sys/dev/dpms/dpms.c

svn commit: r200585 - in stable/8/sys: sparc64/sparc64 sun4v/sun4v

2009-12-15 Thread Marius Strobl
Author: marius Date: Tue Dec 15 20:00:34 2009 New Revision: 200585 URL: http://svn.freebsd.org/changeset/base/200585 Log: MFC: r200272 Add additional checks of the kernel stack addresses in order to ensure we don't overrun the beginning of the call chain. Modified:

svn commit: r200587 - head/sbin/ifconfig

2009-12-15 Thread Gavin Atkinson
Author: gavin Date: Tue Dec 15 20:44:12 2009 New Revision: 200587 URL: http://svn.freebsd.org/changeset/base/200587 Log: ifconfig(8) is documented to take a ISO 3166-1 country code to set the regulatory domain with the country parameter, but will also take a full country name. The man page

svn commit: r200588 - stable/8/release/doc/en_US.ISO8859-1/errata

2009-12-15 Thread Xin LI
Author: delphij Date: Tue Dec 15 20:47:51 2009 New Revision: 200588 URL: http://svn.freebsd.org/changeset/base/200588 Log: Add SA-09:15.ssl, SA-09:16.rtld and SA-09:17.freebsd-update. Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml Modified:

svn commit: r200589 - head/lib/libc/sys

2009-12-15 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 15 21:02:29 2009 New Revision: 200589 URL: http://svn.freebsd.org/changeset/base/200589 Log: cpuset(2): fix a typo and a markup error in the man page MFC after:1 week Modified: head/lib/libc/sys/cpuset.2 Modified: head/lib/libc/sys/cpuset.2

Re: svn commit: r200577 - in head/usr.sbin/ntp: . ntptrace

2009-12-15 Thread Doug Barton
Ollivier Robert wrote: Author: roberto Date: Tue Dec 15 14:59:58 2009 New Revision: 200577 URL: http://svn.freebsd.org/changeset/base/200577 Log: ntpd 4.2.4p8 is now in the tree, ntptrace is dead RIP. Perhaps a note in UPDATING this, and what to do instead? Doug -- Improve

Re: svn commit: r200563 - in head/etc: mtree namedb

2009-12-15 Thread Doug Barton
Robert Watson wrote: On Tue, 15 Dec 2009, Doug Barton wrote: The named process needs to have a working directory that it can write to. This is specified in options { directory } in named.conf. So, create /etc/namedb/working with appropriate permissions, and update the entry in

svn commit: r200591 - head/sys/compat/x86bios

2009-12-15 Thread Jung-uk Kim
Author: jkim Date: Tue Dec 15 22:44:28 2009 New Revision: 200591 URL: http://svn.freebsd.org/changeset/base/200591 Log: Add two new debugging tunables for x86bios instead of abusing bootverbose, i.e., debug.x86bios.call and debug.x86bios.int. Modified: head/sys/compat/x86bios/x86bios.c

svn commit: r200592 - stable/8/etc

2009-12-15 Thread Doug Barton
Author: dougb Date: Tue Dec 15 23:05:16 2009 New Revision: 200592 URL: http://svn.freebsd.org/changeset/base/200592 Log: Re-apply the fix from r199029 (MFC from r198162) to allow $name_program to override $command. PR: conf//141642 Submitted by: Petr Lampa la...@fit.vutbr.cz

Re: svn commit: r200205 - stable/8/etc

2009-12-15 Thread Doug Barton
Hiroki Sato wrote: Author: hrs Date: Mon Dec 7 06:25:19 2009 New Revision: 200205 URL: http://svn.freebsd.org/changeset/base/200205 Log: MFC: r197144: - Add an extension of set_rcvar(), a new function set_rcvar_obsolete(), and $desc. The set_rcvar_obsolete() is

svn commit: r200594 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2009-12-15 Thread Doug Barton
Author: dougb Date: Wed Dec 16 02:17:43 2009 New Revision: 200594 URL: http://svn.freebsd.org/changeset/base/200594 Log: Add INCLUDE_CONFIG_FILE, and a note in comments about how to also include the comments with CONFIGARGS Modified: head/sys/amd64/conf/DEFAULTS

svn commit: r200596 - head

2009-12-15 Thread Warner Losh
Author: imp Date: Wed Dec 16 02:54:34 2009 New Revision: 200596 URL: http://svn.freebsd.org/changeset/base/200596 Log: Add NO_KERNELOBJ flag, similar to NO_KERNEL{CONFIG,DEPEND,CLEAN}, which disables doing a make obj. Use it when you know it will work only. KERNFAST now implies

Re: svn commit: r200580 - in head/sys: conf net netinet netinet/ipfw

2009-12-15 Thread M. Warner Losh
In message: 200912151615.nbfgfeoq068...@svn.freebsd.org Luigi Rizzo lu...@freebsd.org writes: : Log: : Start splitting ip_fw2.c and ip_fw.h into smaller components. : At this time we pull out from ip_fw2.c the logging functions, and : support for dynamic rules, and move

svn commit: r200597 - in head/share/man: man5 man7

2009-12-15 Thread Warner Losh
Author: imp Date: Wed Dec 16 03:25:43 2009 New Revision: 200597 URL: http://svn.freebsd.org/changeset/base/200597 Log: Docmuent NO_KERNEL{CLEAN,CONFIG,DEPEND,OBJ} as necessary. Update documentation on KERNFAST meaning. Modified: head/share/man/man5/make.conf.5

svn commit: r200598 - head/sys/netinet/ipfw

2009-12-15 Thread Warner Losh
Author: imp Date: Wed Dec 16 03:26:37 2009 New Revision: 200598 URL: http://svn.freebsd.org/changeset/base/200598 Log: Quick fix to make this compile: Remove redundant extern declearations. If the maintainer has a better fix, then feel free to back this out. Modified:

svn commit: r200599 - in head/share/man: man5 man7

2009-12-15 Thread Warner Losh
Author: imp Date: Wed Dec 16 03:29:00 2009 New Revision: 200599 URL: http://svn.freebsd.org/changeset/base/200599 Log: Forgot to bump .Dd, so do it with this commit. Chose local time over UTC time for the date... Modified: head/share/man/man5/make.conf.5 head/share/man/man7/build.7

Re: svn commit: r200580 - in head/sys: conf net netinet netinet/ipfw

2009-12-15 Thread M. Warner Losh
In message: 20091215.201621.756168950458235997@bsdimp.com M. Warner Losh i...@bsdimp.com writes: : In message: 200912151615.nbfgfeoq068...@svn.freebsd.org : Luigi Rizzo lu...@freebsd.org writes: : : Log: : : Start splitting ip_fw2.c and ip_fw.h into smaller

Re: svn commit: r200268 - head/sys/dev/e1000

2009-12-15 Thread Lawrence Stewart
Jack Vogel wrote: Fixed in the commit today. Test again please. Jack On Sun, Dec 13, 2009 at 8:49 PM, Lawrence Stewart lstew...@freebsd.org mailto:lstew...@freebsd.org wrote: [picking a recent e1000 commit] Hi Jack, I'm getting the following panic on head r200376 on my HP

Re: svn commit: r200205 - stable/8/etc

2009-12-15 Thread Hiroki Sato
Doug Barton do...@freebsd.org wrote in 4b28181b.5070...@freebsd.org: do You apparently merged your change from r197144 without applying my fix do for this problem above from r198162, which broke this feature in do 8-stable. See http://www.freebsd.org/cgi/query-pr.cgi?pr=141642 do do In my mind