Re: svn commit: r214817 - head/sys/teken

2010-11-04 Thread Andriy Gapon
on 05/11/2010 03:21 Alexander Best said the following: > On Fri Nov 5 10, Ed Schouten wrote: >> Author: ed >> Date: Fri Nov 5 00:56:21 2010 >> New Revision: 214817 >> URL: http://svn.freebsd.org/changeset/base/214817 >> >> Log: >> Partially implement the mysterious cons25 \e[x escape sequence.

svn commit: r214822 - head/lib/libarchive

2010-11-04 Thread Tim Kientzle
Author: kientzle Date: Fri Nov 5 05:11:54 2010 New Revision: 214822 URL: http://svn.freebsd.org/changeset/base/214822 Log: Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now. Modified: head/lib

svn commit: r214821 - stable/8/sys/fs/nfsclient

2010-11-04 Thread Rick Macklem
Author: rmacklem Date: Fri Nov 5 02:45:13 2010 New Revision: 214821 URL: http://svn.freebsd.org/changeset/base/214821 Log: MFC: r214513 Modify nfs_open() in the experimental NFS client to be compatible with the regular NFS client. Also, fix a couple of mutex lock issues. Modified: stable

svn commit: r214820 - stable/8/sys/fs/nfsclient

2010-11-04 Thread Rick Macklem
Author: rmacklem Date: Fri Nov 5 02:33:27 2010 New Revision: 214820 URL: http://svn.freebsd.org/changeset/base/214820 Log: MFC: r214511 Add a call for nfsrpc_close() to ncl_reclaim() in the experimental NFSv4 client, since the call in ncl_inactive() might be missed because VOP_INACTIVE()

svn commit: r214819 - in stable/8/sys/fs: nfs nfsclient

2010-11-04 Thread Rick Macklem
Author: rmacklem Date: Fri Nov 5 02:12:18 2010 New Revision: 214819 URL: http://svn.freebsd.org/changeset/base/214819 Log: MFC: r214406 Add a flag to the experimental NFSv4 client to indicate when delegations are being returned for reasons other than a Recall. Also, re-organize nfscl_reca

Re: svn commit: r214817 - head/sys/teken

2010-11-04 Thread Alexander Best
On Fri Nov 5 10, Ed Schouten wrote: > Author: ed > Date: Fri Nov 5 00:56:21 2010 > New Revision: 214817 > URL: http://svn.freebsd.org/changeset/base/214817 > > Log: > Partially implement the mysterious cons25 \e[x escape sequence. > > It seems the terminfo library on some systems (OS X, L

svn commit: r214817 - head/sys/teken

2010-11-04 Thread Ed Schouten
Author: ed Date: Fri Nov 5 00:56:21 2010 New Revision: 214817 URL: http://svn.freebsd.org/changeset/base/214817 Log: Partially implement the mysterious cons25 \e[x escape sequence. It seems the terminfo library on some systems (OS X, Linux) may emit the sequence \e[x to reset to default

svn commit: r214812 - in stable/7/contrib/bind9: . bin/named doc/arm doc/draft doc/rfc lib/dns lib/dns/include/dns

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 21:50:19 2010 New Revision: 214812 URL: http://svn.freebsd.org/changeset/base/214812 Log: MFV version 9.4-ESV-R3 This version contains several fixes for DNSSEC and DLV, as well as fixes relevant to any resolving name server. Added: stable/7/contrib/bind9/

svn commit: r214811 - in stable/8/contrib/bind9: . bin/dnssec bin/named bin/named/include/named bin/nsupdate doc/arm lib/dns lib/dns/include/dns lib/isc lib/isc/include/isc lib/lwres/man

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 21:48:39 2010 New Revision: 214811 URL: http://svn.freebsd.org/changeset/base/214811 Log: Update to 9.6-ESV-R2, the latest from ISC. This version contains bug fixes that are relevant to any caching/resolving name server; as well as DNSSEC-related fixes. M

svn commit: r214810 - in stable/8/lib/bind: . isc/isc

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 21:47:28 2010 New Revision: 214810 URL: http://svn.freebsd.org/changeset/base/214810 Log: MFC 214585: Prep for the 9.6-ESV-R2 update Modified: stable/8/lib/bind/config.h stable/8/lib/bind/isc/isc/platform.h Directory Properties: stable/8/lib/bind/ (pr

svn commit: r214809 - head/sys/dev/usb

2010-11-04 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 4 21:06:36 2010 New Revision: 214809 URL: http://svn.freebsd.org/changeset/base/214809 Log: Don't terminate the notification with \n. This is done in usb_device.c:devctl_notify_f(). Modified: head/sys/dev/usb/usb_device.c Modified: head/sys/dev/usb/usb_device

svn commit: r214808 - head/share/man/man4/man4.sparc64

2010-11-04 Thread Ulrich Spoerlein
Author: uqs Date: Thu Nov 4 21:03:50 2010 New Revision: 214808 URL: http://svn.freebsd.org/changeset/base/214808 Log: In man section 4, ERRORS is spelled DIAGNOSTICS Modified: head/share/man/man4/man4.sparc64/openfirm.4 head/share/man/man4/man4.sparc64/openprom.4 Modified: head/share/man/

svn commit: r214807 - head/sbin/camcontrol

2010-11-04 Thread Bruce Cran
Author: brucec Date: Thu Nov 4 20:31:12 2010 New Revision: 214807 URL: http://svn.freebsd.org/changeset/base/214807 Log: r214781 caused the timer value to be rounded down, so that if the user asked for 59 minutes 30 was sent to the drive. The timer value is now always rounded up. Repor

Re: svn commit: r214781 - head/sbin/camcontrol

2010-11-04 Thread Alexander Motin
Bruce Cran wrote: > On Thu, 04 Nov 2010 19:49:24 +0200 > Alexander Motin wrote: > >> This will round period down. You will get 30 minutes instead of 59. In >> this case rounding up IMHO more appropriate. I agree that previous >> rounding up was over aggressive. I would prefer something like: >>

Re: svn commit: r214781 - head/sbin/camcontrol

2010-11-04 Thread Bruce Cran
On Thu, 04 Nov 2010 19:49:24 +0200 Alexander Motin wrote: > This will round period down. You will get 30 minutes instead of 59. In > this case rounding up IMHO more appropriate. I agree that previous > rounding up was over aggressive. I would prefer something like: > sc = (t - 1) /

svn commit: r214804 - head/sys/dev/usb

2010-11-04 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 4 19:24:21 2010 New Revision: 214804 URL: http://svn.freebsd.org/changeset/base/214804 Log: Add code to warm reset a USB 3.0 port. Approved by: thompsa (mentor) Modified: head/sys/dev/usb/usb_request.c head/sys/dev/usb/usb_request.h Modified: head/sys/

svn commit: r214803 - vendor/bind9/9.4-ESV-R3

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 19:20:03 2010 New Revision: 214803 URL: http://svn.freebsd.org/changeset/base/214803 Log: Tag the 9.4-ESV-R3 release Added: vendor/bind9/9.4-ESV-R3/ - copied from r214802, vendor/bind9/dist-9.4/ ___ svn-src-all@fr

svn commit: r214802 - in vendor/bind9/dist-9.4: . bin/named doc/arm doc/draft doc/rfc lib/dns lib/dns/include/dns

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 19:18:32 2010 New Revision: 214802 URL: http://svn.freebsd.org/changeset/base/214802 Log: Vendor import of BIND 9.4-ESV-R3 Added: vendor/bind9/dist-9.4/doc/draft/draft-ietf-behave-dns64-10.txt (contents, props changed) vendor/bind9/dist-9.4/doc/draft/draft

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

2010-11-04 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 4 19:05:35 2010 New Revision: 214800 URL: http://svn.freebsd.org/changeset/base/214800 Log: Add new USB quirk. Submitted by: Dmitry Luhtionov Approved by: thompsa (mentor) Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs Modified

svn commit: r214798 - head/sys/compat/ndis

2010-11-04 Thread Bernhard Schmidt
Author: bschmidt Date: Thu Nov 4 18:43:57 2010 New Revision: 214798 URL: http://svn.freebsd.org/changeset/base/214798 Log: Remove 4.x, 5.x and 6.x compatibility bits. Submitted by: Paul B Mahol Modified: head/sys/compat/ndis/kern_ndis.c head/sys/compat/ndis/subr_ndis.c head/sys/com

svn commit: r214793 - svnadmin/conf

2010-11-04 Thread Philip Paeps
Author: philip Date: Thu Nov 4 18:00:25 2010 New Revision: 214793 URL: http://svn.freebsd.org/changeset/base/214793 Log: Take snb's and rink's commit bits for safekeeping per their request. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access ===

Re: svn commit: r214781 - head/sbin/camcontrol

2010-11-04 Thread Alexander Motin
Bruce Cran wrote: > Author: brucec > Date: Thu Nov 4 15:24:32 2010 > New Revision: 214781 > URL: http://svn.freebsd.org/changeset/base/214781 > > Log: > Fix standby timer calculation: the timer was being set 30 minutes later > than the user requested. > Also, 21 minutes is encoded as 252 an

svn commit: r214792 - stable/7/usr.bin/kdump

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:25:40 2010 New Revision: 214792 URL: http://svn.freebsd.org/changeset/base/214792 Log: MFC 214625: Correct the abbreviations for general I/O and signal traces. Modified: stable/7/usr.bin/kdump/kdump.1 Directory Properties: stable/7/usr.bin/kdump/ (props cha

svn commit: r214791 - stable/8/usr.bin/kdump

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:25:31 2010 New Revision: 214791 URL: http://svn.freebsd.org/changeset/base/214791 Log: MFC 214625: Correct the abbreviations for general I/O and signal traces. Modified: stable/8/usr.bin/kdump/kdump.1 Directory Properties: stable/8/usr.bin/kdump/ (props cha

svn commit: r214790 - stable/7/sys/kern

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:23:06 2010 New Revision: 214790 URL: http://svn.freebsd.org/changeset/base/214790 Log: MFC 214449: Set bootverbose directly in mi_startup() rather than via a SYSINIT. This ensures 'bootverbose' is in a valid state for all SYSINITs. Modified: stable/7/sys/k

svn commit: r214789 - stable/8/sys/kern

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:22:49 2010 New Revision: 214789 URL: http://svn.freebsd.org/changeset/base/214789 Log: MFC 214449: Set bootverbose directly in mi_startup() rather than via a SYSINIT. This ensures 'bootverbose' is in a valid state for all SYSINITs. Modified: stable/8/sys/k

svn commit: r214788 - in stable/8/sys: amd64/amd64 i386/i386

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:19:16 2010 New Revision: 214788 URL: http://svn.freebsd.org/changeset/base/214788 Log: MFC 214448: Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machine when routing interrupts instead of cpu_apic_ids[0] since cpu_apic_ids[] is only populate

svn commit: r214787 - stable/7/sys/dev/pci

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:13:30 2010 New Revision: 214787 URL: http://svn.freebsd.org/changeset/base/214787 Log: MFC 214203: - Add a new PCI quirk to whitelist an old chipset that doesn't support PCI-express or PCI-X capabilities if we are running in a virtual machine. - Whitelist

svn commit: r214786 - stable/8/sys/dev/pci

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:12:29 2010 New Revision: 214786 URL: http://svn.freebsd.org/changeset/base/214786 Log: MFC 214203: - Add a new PCI quirk to whitelist an old chipset that doesn't support PCI-express or PCI-X capabilities if we are running in a virtual machine. - Whitelist

svn commit: r214785 - in stable/7/sys: conf x86 x86/pci

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:07:13 2010 New Revision: 214785 URL: http://svn.freebsd.org/changeset/base/214785 Log: MFC 211820,211821,212292: Intel QPI chipsets actually provide extra "non-core" PCI buses that provide PCI devices for various hardware such as memory controllers, etc. fo

svn commit: r214784 - in stable/8/sys: conf x86 x86/pci

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 17:06:54 2010 New Revision: 214784 URL: http://svn.freebsd.org/changeset/base/214784 Log: MFC 211820,211821,212292: Intel QPI chipsets actually provide extra "non-core" PCI buses that provide PCI devices for various hardware such as memory controllers, etc. fo

svn commit: r214782 - head/sys/vm

2010-11-04 Thread John Baldwin
Author: jhb Date: Thu Nov 4 15:33:50 2010 New Revision: 214782 URL: http://svn.freebsd.org/changeset/base/214782 Log: Update startup_alloc() to support multi-page allocations and allow internal zones whose objects are larger than a page to use startup_alloc(). This allows allocation of zon

svn commit: r214781 - head/sbin/camcontrol

2010-11-04 Thread Bruce Cran
Author: brucec Date: Thu Nov 4 15:24:32 2010 New Revision: 214781 URL: http://svn.freebsd.org/changeset/base/214781 Log: Fix standby timer calculation: the timer was being set 30 minutes later than the user requested. Also, 21 minutes is encoded as 252 and 22-29 minutes cannot be encoded

svn commit: r214780 - stable/8/usr.sbin/rtadvd

2010-11-04 Thread Ulrich Spoerlein
Author: uqs Date: Thu Nov 4 12:33:07 2010 New Revision: 214780 URL: http://svn.freebsd.org/changeset/base/214780 Log: MFC r208028,214491: Sync manpages to -CURRENT r208028: mdoc: move remaining sections into consistent order r214491: Fix another "string" typo. Modified: stable/

svn commit: r214779 - in stable/8/usr.bin: lex yacc

2010-11-04 Thread Ulrich Spoerlein
Author: uqs Date: Thu Nov 4 10:53:50 2010 New Revision: 214779 URL: http://svn.freebsd.org/changeset/base/214779 Log: MFC r200626,201289,213764,214272, syncing yacc and flex to -CURRENT r200626: remove external reference to not (or at least no longer) existing variable 'myname' r20

svn commit: r214778 - head/usr.sbin/mfiutil

2010-11-04 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Thu Nov 4 10:47:19 2010 New Revision: 214778 URL: http://svn.freebsd.org/changeset/base/214778 Log: Fix typo. Modified: head/usr.sbin/mfiutil/mfi_cmd.c Modified: head/usr.sbin/mfiutil/mfi_cmd.c ===

svn commit: r214777 - head/libexec/rtld-elf

2010-11-04 Thread Konstantin Belousov
Author: kib Date: Thu Nov 4 09:29:00 2010 New Revision: 214777 URL: http://svn.freebsd.org/changeset/base/214777 Log: In r214728, if dlopen() is called for the object that has been already loaded as a dependency and marked -z nodlopen, object' DAG is already initialized by load_needed_objec

svn commit: r214776 - head/libexec/rtld-elf

2010-11-04 Thread Konstantin Belousov
Author: kib Date: Thu Nov 4 09:19:14 2010 New Revision: 214776 URL: http://svn.freebsd.org/changeset/base/214776 Log: Fix style. MFC after:6 days Modified: head/libexec/rtld-elf/rtld.c Modified: head/libexec/rtld-elf/rtld.c ==

svn commit: r214774 - in head/sys: amd64/amd64 i386/i386

2010-11-04 Thread Andriy Gapon
Author: avg Date: Thu Nov 4 08:51:45 2010 New Revision: 214774 URL: http://svn.freebsd.org/changeset/base/214774 Log: x86 topo_probe: do not probe smp topology if only one cpu is visible This could lead to a division by zero if hardware is multi-core and/or multi-threaded, but for some (