svn commit: r200353 - head/sys/dev/ata

2009-12-10 Thread Alexander Motin
Author: mav Date: Thu Dec 10 09:26:56 2009 New Revision: 200353 URL: http://svn.freebsd.org/changeset/base/200353 Log: Limit maximum I/O size, depending on command set supported by device. It is required to suppot non-LBA48 devices with MAXPHYS above 128K. Same is done in ada(4). Modified:

svn commit: r200354 - head/sys/net

2009-12-10 Thread Luigi Rizzo
Author: luigi Date: Thu Dec 10 10:34:30 2009 New Revision: 200354 URL: http://svn.freebsd.org/changeset/base/200354 Log: No functional changes (who dares to touch this code!) but: - cast the result of LEN() to int as this is the main usage. - use LEN() in one place where it was forgotten.

svn commit: r200355 - stable/8/contrib/bsnmp/snmp_mibII

2009-12-10 Thread Shteryana Shopova
Author: syrinx Date: Thu Dec 10 11:52:16 2009 New Revision: 200355 URL: http://svn.freebsd.org/changeset/base/200355 Log: MFC r200063 Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded system. Instead of constantly calling the mibII_idle function when the server is

Re: svn commit: r200274 - head/lib/libc/gen

2009-12-10 Thread John Baldwin
On Wednesday 09 December 2009 7:24:28 pm Robert Watson wrote: > On Wed, 9 Dec 2009, Andrew Gallatin wrote: > > > John Baldwin wrote: > > > >> The fact that we don't fail attempts to use pshared outright is probably > >> dubious. They cannot possibly work as currently implemented aside from > >>

svn commit: r200356 - head/share/misc

2009-12-10 Thread Konstantin Belousov
Author: kib Date: Thu Dec 10 14:41:47 2009 New Revision: 200356 URL: http://svn.freebsd.org/changeset/base/200356 Log: Record part of history I participated in. No objections from: ed, pho Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot ==

svn commit: r200357 - head/sys/boot/i386/libi386

2009-12-10 Thread John Baldwin
Author: jhb Date: Thu Dec 10 14:54:29 2009 New Revision: 200357 URL: http://svn.freebsd.org/changeset/base/200357 Log: Don't warn about an RSDP with a corrupt checksum. The kernel does a better job about warning about these things later and this message can be confusing. Submitted by:

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

2009-12-10 Thread Luigi Rizzo
Author: luigi Date: Thu Dec 10 15:17:34 2009 New Revision: 200358 URL: http://svn.freebsd.org/changeset/base/200358 Log: centralize the code to free a packet (or a chain) while in dummynet. Remove an old macro and its stale comment. Modified: head/sys/netinet/ipfw/ip_dummynet.c Modified: h

Re: svn commit: r200068 - head/usr.bin

2009-12-10 Thread Stefan Farfeleder
On Thu, Dec 03, 2009 at 06:02:55PM +, Roman Divacky wrote: > Author: rdivacky > Date: Thu Dec 3 18:02:55 2009 > New Revision: 200068 > URL: http://svn.freebsd.org/changeset/base/200068 > > Log: > Connect unzip to the build. > > Approved by:ed (mentor) > Approved by:de

svn commit: r200359 - head/sys/dev/ata

2009-12-10 Thread Takanori Watanabe
Author: takawata Date: Thu Dec 10 16:55:16 2009 New Revision: 200359 URL: http://svn.freebsd.org/changeset/base/200359 Log: Add module dependency for cam if configured as ATA_CAM. Modified: head/sys/dev/ata/ata-all.c Modified: head/sys/dev/ata/ata-all.c ==

Re: svn commit: r200068 - head/usr.bin

2009-12-10 Thread Roman Divacky
On Thu, Dec 10, 2009 at 05:31:19PM +0100, Stefan Farfeleder wrote: > On Thu, Dec 03, 2009 at 06:02:55PM +, Roman Divacky wrote: > > Author: rdivacky > > Date: Thu Dec 3 18:02:55 2009 > > New Revision: 200068 > > URL: http://svn.freebsd.org/changeset/base/200068 > > > > Log: > > Connect unzi

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

2009-12-10 Thread Luigi Rizzo
Author: luigi Date: Thu Dec 10 18:34:07 2009 New Revision: 200360 URL: http://svn.freebsd.org/changeset/base/200360 Log: when draining a flowset free the entire chain, not just one packet. Modified: head/sys/netinet/ipfw/ip_dummynet.c Modified: head/sys/netinet/ipfw/ip_dummynet.c ===

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

2009-12-10 Thread Luigi Rizzo
Author: luigi Date: Thu Dec 10 18:37:14 2009 New Revision: 200361 URL: http://svn.freebsd.org/changeset/base/200361 Log: use div64 when converting back the burst value for userland Modified: head/sys/netinet/ipfw/ip_dummynet.c Modified: head/sys/netinet/ipfw/ip_dummynet.c ===

svn commit: r200362 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-12-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Dec 10 18:38:40 2009 New Revision: 200362 URL: http://svn.freebsd.org/changeset/base/200362 Log: MFC r200124,r200126, r200124: Avoid using additional variable for storing an error if we are not going to do anything with it. r200126: Fix deadlock when Z

svn commit: r200364 - svnadmin/conf

2009-12-10 Thread Xin LI
Author: delphij Date: Thu Dec 10 21:15:08 2009 New Revision: 200364 URL: http://svn.freebsd.org/changeset/base/200364 Log: Allow commits to contrib/expat. Modified: svnadmin/conf/paths Modified: svnadmin/conf/paths =

svn commit: r200365 - in vendor/expat: 1.95.5 1.95.5/contrib 1.95.5/doc 1.95.5/examples 1.95.5/lib 1.95.5/tests 1.95.5/xmlwf 2.0.1 2.0.1/contrib 2.0.1/doc 2.0.1/examples 2.0.1/lib 2.0.1/tests 2.0.1...

2009-12-10 Thread Xin LI
Author: delphij Date: Thu Dec 10 21:15:25 2009 New Revision: 200365 URL: http://svn.freebsd.org/changeset/base/200365 Log: Flattern all tags and dist tree for expat. Added: vendor/expat/1.95.5/COPYING - copied unchanged from r200363, vendor/expat/1.95.5/contrib/expat/COPYING vendor/exp

svn commit: r200366 - head/lib/libkvm

2009-12-10 Thread Brooks Davis
Author: brooks Date: Thu Dec 10 21:16:16 2009 New Revision: 200366 URL: http://svn.freebsd.org/changeset/base/200366 Log: Add a missing else that negated the truncation of ki_ngroups to NGROUPS. Submitted by: Dmitry Pryanishnikov Modified: head/lib/libkvm/kvm_proc.c Modified: head/li

svn commit: r200367 - head/contrib/expat

2009-12-10 Thread Xin LI
Author: delphij Date: Thu Dec 10 21:18:53 2009 New Revision: 200367 URL: http://svn.freebsd.org/changeset/base/200367 Log: Bootstrap merge history. Modified: Directory Properties: head/contrib/expat/ (props changed) ___ svn-src-all@freebsd.org mai

Re: svn commit: r195843 - in head: lib/libkvm sys/kern sys/sys

2009-12-10 Thread Brooks Davis
On Tue, Dec 01, 2009 at 02:32:35AM +0200, Dmitry Pryanishnikov wrote: > > Hello! > >> Author: brooks >> Date: Fri Jul 24 15:03:10 2009 >> New Revision: 195843 >> URL: http://svn.freebsd.org/changeset/base/195843 >> >> Log: >> Revert the changes to struct kinfo_proc in r194498. Instead, fill >

svn commit: r200368 - vendor/expat/dist/lib

2009-12-10 Thread Xin LI
Author: delphij Date: Thu Dec 10 21:23:46 2009 New Revision: 200368 URL: http://svn.freebsd.org/changeset/base/200368 Log: Correct a DoS issue when processing XML document with malformed UTF-8 sequences. Obtained from:expat CVS (revisions 1.14 and 1.15) Security: CVE-2009-35

svn commit: r200369 - in head: etc share/termcap

2009-12-10 Thread Ed Schouten
Author: ed Date: Thu Dec 10 22:25:53 2009 New Revision: 200369 URL: http://svn.freebsd.org/changeset/base/200369 Log: Update termcap entries for xterm. It turns out these entries do make Terminal.app behave a little better. According to Thomas Dickey, Terminal.app should use TERM=nsterm a

svn commit: r200372 - stable/8/sbin/geom/class/mirror

2009-12-10 Thread Alexander Motin
Author: mav Date: Thu Dec 10 23:46:37 2009 New Revision: 200372 URL: http://svn.freebsd.org/changeset/base/200372 Log: MFC r197044: Actually component with the greatest priority is used by the prefer balance algorithm. Modified: stable/8/sbin/geom/class/mirror/gmirror.8 Directory Properti

svn commit: r200373 - stable/8/sbin/geom/class/mirror

2009-12-10 Thread Alexander Motin
Author: mav Date: Thu Dec 10 23:51:24 2009 New Revision: 200373 URL: http://svn.freebsd.org/changeset/base/200373 Log: MFC r200282, r200290: Change gmirror default balance algorithm from "split" to improved "load". "split" is very ineffective for devices with rotating media as HDDs. To be

svn commit: r200374 - stable/7/sbin/geom/class/mirror

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 00:00:18 2009 New Revision: 200374 URL: http://svn.freebsd.org/changeset/base/200374 Log: MFC r200282, r200290: Change gmirror default balance algorithm from "split" to improved "load". "split" is very ineffective for devices with rotating media as HDDs. To be

svn commit: r200375 - head/sys/dev/sound/pci/hda

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 00:38:13 2009 New Revision: 200375 URL: http://svn.freebsd.org/changeset/base/200375 Log: Add one more set of codec IDs. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c ==

svn commit: r200376 - head/sys/dev/usb/serial

2009-12-10 Thread Andrew Thompson
Author: thompsa Date: Fri Dec 11 00:57:30 2009 New Revision: 200376 URL: http://svn.freebsd.org/changeset/base/200376 Log: Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4). Modified: head/sys/dev/usb/serial/u3g.c Modified: head/sys/dev/usb/serial/u3g.c =

svn commit: r200377 - head/etc/namedb

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 01:06:04 2009 New Revision: 200377 URL: http://svn.freebsd.org/changeset/base/200377 Log: Update to the December 12, 2008 version of this file. The one substantive change is to add the IPv6 address of L. The other changes are all CAPS LOCK related. Modified:

svn commit: r200378 - stable/8/sys/dev/sound/pci/hda

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 01:06:30 2009 New Revision: 200378 URL: http://svn.freebsd.org/changeset/base/200378 Log: MFC r199846: Add two Cirrus Logic codec IDs. Add GPIO setting quirk for Apple MacBookPro5,5. Submitted by: ed Modified: stable/8/sys/dev/sound/pci/hda/hdac.c Direc

svn commit: r200379 - stable/7/sys/dev/sound/pci/hda

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 01:11:56 2009 New Revision: 200379 URL: http://svn.freebsd.org/changeset/base/200379 Log: MFC r196762: Improve HDA controller capabilities logging. Modified: stable/7/sys/dev/sound/pci/hda/hdac.c stable/7/sys/dev/sound/pci/hda/hdac_private.h stable/7/sys/dev

svn commit: r200380 - stable/7/sys/dev/sound/pci/hda

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 01:13:48 2009 New Revision: 200380 URL: http://svn.freebsd.org/changeset/base/200380 Log: MFC r197017, r197018 Add Intel 82801JD (one more ICH10) HDA controller ID. Add NVidia MCP89 HDA controller IDs. Modified: stable/7/sys/dev/sound/pci/hda/hdac.c Directory

svn commit: r200381 - stable/7/sys/dev/sound/pci/hda

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 01:15:53 2009 New Revision: 200381 URL: http://svn.freebsd.org/changeset/base/200381 Log: MFC r197611, r197640: Add some bits of HDMI/DisplayPort support from later specification updates. It may be not enough to make them work, but at least should give some inf

svn commit: r200382 - stable/7/sys/dev/sound/pci/hda

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 01:17:49 2009 New Revision: 200382 URL: http://svn.freebsd.org/changeset/base/200382 Log: MFC r199258, r199846: Add more codec IDs. Add two Cirrus Logic codec IDs. Add GPIO setting quirk for Apple MacBookPro5,5. Modified: stable/7/sys/dev/sound/pci/hda/hdac.

svn commit: r200383 - in stable/8: contrib/bind9 contrib/bind9/bin/named contrib/bind9/lib/dns contrib/bind9/lib/dns/include/dns lib/bind

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 01:23:58 2009 New Revision: 200383 URL: http://svn.freebsd.org/changeset/base/200383 Log: MFC r199958: Update to BIND 9.6.1-P2. The vulnerability this is designed to fix is related to DNSSEC validation on a resolving name server that allows access to untru

svn commit: r200384 - stable/7/share/man/man4

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 01:25:10 2009 New Revision: 200384 URL: http://svn.freebsd.org/changeset/base/200384 Log: MFC r188512: Fix spelling a bit. Modified: stable/7/share/man/man4/snd_hda.4 Directory Properties: stable/7/share/man/man4/ (props changed) Modified: stable/7/share/ma

svn commit: r200385 - stable/7/share/man/man4

2009-12-10 Thread Alexander Motin
Author: mav Date: Fri Dec 11 01:26:09 2009 New Revision: 200385 URL: http://svn.freebsd.org/changeset/base/200385 Log: MFC r199247: Remove part that HDMI is not implemented. It had different meaning and confuse users. Extend BUGS section. Add some supported chipsets. Modified: stable/

svn commit: r200386 - stable/8/sys/ia64/ia64

2009-12-10 Thread Marcel Moolenaar
Author: marcel Date: Fri Dec 11 01:26:26 2009 New Revision: 200386 URL: http://svn.freebsd.org/changeset/base/200386 Log: MFC rev 200240: In exception_save, write-back ar.rnat after switching the backing-store. PR: ia64/120315 Modified: stable/8/sys/ia64/ia64/exception.S Dire

svn commit: r200387 - in vendor/bind9/dist-9.4: . bin/named lib/dns lib/dns/include/dns

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 01:38:30 2009 New Revision: 200387 URL: http://svn.freebsd.org/changeset/base/200387 Log: Vendor import of BIND 9.4.3-P4 Modified: vendor/bind9/dist-9.4/CHANGES vendor/bind9/dist-9.4/bin/named/query.c vendor/bind9/dist-9.4/lib/dns/api vendor/bind9/dist-9.4

svn commit: r200388 - vendor/bind9/9.4.3-P4

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 01:39:28 2009 New Revision: 200388 URL: http://svn.freebsd.org/changeset/base/200388 Log: Tag the 9.4.3-P4 release Added: vendor/bind9/9.4.3-P4/ - copied from r200387, vendor/bind9/dist-9.4/ ___ svn-src-all@freebs

Re: svn: stable/8/sbin/geom/class/mirror

2009-12-10 Thread Maxim Sobolev
Alexander Motin wrote: Author: mav Date: Thu Dec 10 23:51:24 2009 New Revision: 200373 URL: http://svn.freebsd.org/changeset/base/200373 Log: MFC r200282, r200290: Change gmirror default balance algorithm from "split" to improved "load". "split" is very ineffective for devices with rotatin

svn commit: r200389 - in stable/7/contrib/bind9: . lib/dns

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 02:00:18 2009 New Revision: 200389 URL: http://svn.freebsd.org/changeset/base/200389 Log: The mergeinfo on these 3 files has already been committed to contrib/bind9, so remove it from the individual files. Modified: Directory Properties: stable/7/contrib/bind9

svn commit: r200390 - vendor/expat/dist/lib

2009-12-10 Thread Xin LI
Author: delphij Date: Fri Dec 11 02:06:06 2009 New Revision: 200390 URL: http://svn.freebsd.org/changeset/base/200390 Log: Apply a vendor fix (rev 1.165): Don't update next pointer since it could confuse tokenizer. Obtained from:expat CVS Security: CVE-2009-3720 Modified:

svn commit: r200391 - in vendor/expat/2.0.1_1: . contrib doc examples lib tests xmlwf

2009-12-10 Thread Xin LI
Author: delphij Date: Fri Dec 11 02:07:21 2009 New Revision: 200391 URL: http://svn.freebsd.org/changeset/base/200391 Log: Tag the patched version as 2.0.1_1. Added: vendor/expat/2.0.1_1/ - copied from r200363, vendor/expat/dist/ vendor/expat/2.0.1_1/COPYING - copied unchanged fro

svn commit: r200392 - head/contrib/expat/lib

2009-12-10 Thread Xin LI
Author: delphij Date: Fri Dec 11 02:09:46 2009 New Revision: 200392 URL: http://svn.freebsd.org/changeset/base/200392 Log: Apply two vendor fixes for CVE-2009-3720. Security: CVE-2009-3720 MFC after:3 days Modified: head/contrib/expat/lib/xmlparse.c head/contrib/expat/lib/xml

svn commit: r200393 - in stable/7/contrib/bind9: . bin/named lib/dns lib/dns/include/dns

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 02:23:04 2009 New Revision: 200393 URL: http://svn.freebsd.org/changeset/base/200393 Log: Update to version 9.4.3-P4. The vulnerability this is designed to fix is related to DNSSEC validation on a resolving name server that allows access to untrusted users. If

svn commit: r200394 - stable/6/etc/namedb

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 02:32:53 2009 New Revision: 200394 URL: http://svn.freebsd.org/changeset/base/200394 Log: Add a big honkin' warning about not using DNSSEC with this version of BIND. Also point out that it's EOL and give suggestions on upgrading. Modified: stable/6/etc/namedb/

svn commit: r200395 - in head/sys/dev/usb: . quirk serial

2009-12-10 Thread Andrew Thompson
Author: thompsa Date: Fri Dec 11 02:44:15 2009 New Revision: 200395 URL: http://svn.freebsd.org/changeset/base/200395 Log: Add a quirk for the Curitel UM175 where setting multiplexing for call management over the data endpoint causes communication to die. Take this one step further and mo

svn commit: r200396 - head/sys/dev/usb/quirk

2009-12-10 Thread Andrew Thompson
Author: thompsa Date: Fri Dec 11 02:52:14 2009 New Revision: 200396 URL: http://svn.freebsd.org/changeset/base/200396 Log: Wrap long lines. Modified: head/sys/dev/usb/quirk/usb_quirk.c Modified: head/sys/dev/usb/quirk/usb_quirk.c ==

svn commit: r200397 - head/sys/dev/puc

2009-12-10 Thread Marcel Moolenaar
Author: marcel Date: Fri Dec 11 03:08:07 2009 New Revision: 200397 URL: http://svn.freebsd.org/changeset/base/200397 Log: Fix interrupt handling. It started off broken and grew worse over time. The rewrite of the interrupt handler includes: o loop until all pending interrupts are handled.

svn commit: r200398 - in vendor/bind9: dist dist-9.4

2009-12-10 Thread Doug Barton
Author: dougb Date: Fri Dec 11 04:14:44 2009 New Revision: 200398 URL: http://svn.freebsd.org/changeset/base/200398 Log: Update these files to match current reality. BIND 9.6 has diverged sufficiently from 9.4 to warrant slightly different procedures, so stop pretending that they are inte

svn commit: r200399 - head/lib/libtacplus

2009-12-10 Thread Shteryana Shopova
Author: syrinx Date: Fri Dec 11 07:53:44 2009 New Revision: 200399 URL: http://svn.freebsd.org/changeset/base/200399 Log: Add support for TACACS+ accounting to libtacplus(3). Submitted by: Michael Pounov mi...@aitbg.com OKed by: emaste Modified: head/lib/libtacplus/libtacplus.3