Re: svn commit: r214045 - in stable/8/tools/regression/bin/sh: builtins errors execution expansion set-e

2010-11-08 Thread David O'Brien
On Sat, Oct 23, 2010 at 11:20:24PM +0200, Jilles Tjoelker wrote: > On Mon, Oct 18, 2010 at 11:10:32PM +, David E. O'Brien wrote: > > +++ stable/8/tools/regression/bin/sh/builtins/command10.0 Mon Oct 18 > > 23:10:32 2010(r214045, copy of r204802, > > head/tools/regression/bin/sh/buil

svn commit: r215027 - head/usr.bin/yacc

2010-11-08 Thread David E. O'Brien
Author: obrien Date: Tue Nov 9 02:51:38 2010 New Revision: 215027 URL: http://svn.freebsd.org/changeset/base/215027 Log: Fix the build on 64-bit hosts. WARNS=6 fails on them. Modified: head/usr.bin/yacc/reader.c Modified: head/usr.bin/yacc/reader.c =

svn commit: r215026 - in stable/8/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa isa modules/bios/smbios modules/bios/vpd modules/cpufreq x86/bios x86/cpufreq x86/isa

2010-11-08 Thread Attilio Rao
Author: attilio Date: Tue Nov 9 01:57:56 2010 New Revision: 215026 URL: http://svn.freebsd.org/changeset/base/215026 Log: MFC r204309, r204313 and r204319 by nyan: Introduce the x86 subtree for code shared between amd64, i386 and pc98. Differently from the HEAD version, the headers are n

svn commit: r215025 - head/sys/dev/re

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 9 01:52:09 2010 New Revision: 215025 URL: http://svn.freebsd.org/changeset/base/215025 Log: Only moderate TX completion interrupts. Relying on taskqueue to suppress RX interrupts seems to give better RX performance than RX interrupt moderation. Modified: hea

svn commit: r215024 - in head/sys: amd64/acpica conf i386/acpica x86/acpica

2010-11-08 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 9 00:27:18 2010 New Revision: 215024 URL: http://svn.freebsd.org/changeset/base/215024 Log: Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home. Added: head/sys/x86/acpica/OsdEnvironment.c - copied unchanged from r215023, head/sys/amd64

svn commit: r215023 - in head/sys: amd64/acpica i386/acpica ia64/acpica

2010-11-08 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 9 00:14:39 2010 New Revision: 215023 URL: http://svn.freebsd.org/changeset/base/215023 Log: Reduce diff between platforms and fix style(9) bugs. Modified: head/sys/amd64/acpica/OsdEnvironment.c head/sys/i386/acpica/OsdEnvironment.c head/sys/ia64/acpica/OsdEnvir

Re: svn commit: r214964 - head/usr.bin/yacc

2010-11-08 Thread Alexander Best
On Tue Nov 9 10, Alexander Best wrote: > On Sun Nov 7 10, David E. O'Brien wrote: > > Author: obrien > > Date: Sun Nov 7 23:44:40 2010 > > New Revision: 214964 > > URL: http://svn.freebsd.org/changeset/base/214964 > > > > Log: > > Add '-y' for bison compatibility. > > > > Obtained from:

Re: svn commit: r214964 - head/usr.bin/yacc

2010-11-08 Thread Alexander Best
On Sun Nov 7 10, David E. O'Brien wrote: > Author: obrien > Date: Sun Nov 7 23:44:40 2010 > New Revision: 214964 > URL: http://svn.freebsd.org/changeset/base/214964 > > Log: > Add '-y' for bison compatibility. > > Obtained from: http://invisible-island.net could you take a look at P

Re: svn commit: r214982 - head/sys/compat/linprocfs

2010-11-08 Thread Alexander Best
On Mon Nov 8 10, Dag-Erling Smorgrav wrote: > Author: des > Date: Mon Nov 8 12:04:41 2010 > New Revision: 214982 > URL: http://svn.freebsd.org/changeset/base/214982 > > Log: > Fix CPU ID in /proc/cpuinfo. thanks a lot. maybe it would also be a good idea to find out where "class" and "cpu" are

svn commit: r215022 - in head: bin/test tools/regression/bin tools/regression/bin/test

2010-11-08 Thread Jilles Tjoelker
Author: jilles Date: Mon Nov 8 23:15:10 2010 New Revision: 215022 URL: http://svn.freebsd.org/changeset/base/215022 Log: test: Move tests to tools/regression/bin/test. Convert the tests to the perl prove format. Remove obsolete TEST.README (results of an old TEST.sh for some old Unices) a

svn commit: r215021 - head/sys/kern

2010-11-08 Thread Juli Mallett
Author: jmallett Date: Mon Nov 8 22:12:25 2010 New Revision: 215021 URL: http://svn.freebsd.org/changeset/base/215021 Log: Use macros rather than inline functions to lock and unlock mutexes, so that line number information is preserved in witness. Reviewed by: jhb Modified: head/sys/

svn commit: r215020 - head/sys/pci

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 22:10:51 2010 New Revision: 215020 URL: http://svn.freebsd.org/changeset/base/215020 Log: Remove standard PCI configuration space register definitions. Modified: head/sys/pci/if_rlreg.h Modified: head/sys/pci/if_rlreg.h ===

svn commit: r215019 - head/sys/pci

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 22:05:11 2010 New Revision: 215019 URL: http://svn.freebsd.org/changeset/base/215019 Log: Remove trailing white spaces. Modified: head/sys/pci/if_rlreg.h Modified: head/sys/pci/if_rlreg.h ===

svn commit: r215018 - head/sys/pci

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 22:03:40 2010 New Revision: 215018 URL: http://svn.freebsd.org/changeset/base/215018 Log: Consistently use tab character instead of using space character. No functional changes. Modified: head/sys/pci/if_rlreg.h Modified: head/sys/pci/if_rlreg.h ===

svn commit: r215016 - in head/sys/boot: common forth i386/libi386 i386/loader

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 21:50:45 2010 New Revision: 215016 URL: http://svn.freebsd.org/changeset/base/215016 Log: Remove support for autoloading ACPI from the loader. Leave in the code to detect ACPI and export info such as the location of the RSDP via hints as that is still useful. M

svn commit: r215017 - in head/sys: dev/re pci

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 21:50:50 2010 New Revision: 215017 URL: http://svn.freebsd.org/changeset/base/215017 Log: Follow the lead of vendor's interrupt moderation mechanism. It seems RTL8169/RTL8168/RTL810xE has a kind of interrupt moderation mechanism but it is not documented at al

svn commit: r215015 - head/sys/dev/mii

2010-11-08 Thread Juli Mallett
Author: jmallett Date: Mon Nov 8 21:23:28 2010 New Revision: 215015 URL: http://svn.freebsd.org/changeset/base/215015 Log: Recognize the BCM5482S. Modified: head/sys/dev/mii/brgphy.c head/sys/dev/mii/miidevs Modified: head/sys/dev/mii/brgphy.c =

svn commit: r215014 - head/sys/contrib/octeon-sdk

2010-11-08 Thread Juli Mallett
Author: jmallett Date: Mon Nov 8 21:22:55 2010 New Revision: 215014 URL: http://svn.freebsd.org/changeset/base/215014 Log: o) Recognize the Lanner MR-730. o) Fix enumeration of PHY addresses on the MR-955. o) Parse link state for the MR-730 using the Broadcom PHY support in the SDK. It

svn commit: r215013 - head/sys/kern

2010-11-08 Thread Matthew D Fleming
Author: mdf Date: Mon Nov 8 20:57:08 2010 New Revision: 215013 URL: http://svn.freebsd.org/changeset/base/215013 Log: Whitespace and other aspects of style(9). No functional changes. MFC after: 3 days Modified: head/sys/kern/link_elf.c Modified: head/sys/kern/link_elf.c =

svn commit: r215012 - in head/sys: amd64/acpica conf i386/acpica modules/acpi/acpi x86/acpica

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 20:57:02 2010 New Revision: 215012 URL: http://svn.freebsd.org/changeset/base/215012 Log: Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is identical on both platforms. Added: head/sys/x86/acpica/madt.c - copied unchanged from r215009

svn commit: r215011 - in head: share/man/man9 sys/kern sys/sys

2010-11-08 Thread Matthew D Fleming
Author: mdf Date: Mon Nov 8 20:56:31 2010 New Revision: 215011 URL: http://svn.freebsd.org/changeset/base/215011 Log: Add a taskqueue_cancel(9) to cancel a pending task without waiting for it to run as taskqueue_drain(9) does. Requested by: hselasky Original code:jeff Reviewe

svn commit: r215010 - head/share/man/man4

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 20:44:11 2010 New Revision: 215010 URL: http://svn.freebsd.org/changeset/base/215010 Log: Don't mention 'device acpi' or loading ACPI as a kernel module since the latter is not supported. This is also more consistent with manpages for other vendor-specific drive

svn commit: r215009 - in head/sys: i386/acpica i386/i386 i386/xen x86/x86

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 20:35:09 2010 New Revision: 215009 URL: http://svn.freebsd.org/changeset/base/215009 Log: Sync the APIC startup sequence with amd64: - Register APIC enumerators at SI_SUB_TUNABLES - 1 instead of SI_SUB_CPU - 1. - Probe CPUs at SI_SUB_TUNABLES - 1. This allows i3

svn commit: r215008 - head/sys/i386/i386

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 20:32:35 2010 New Revision: 215008 URL: http://svn.freebsd.org/changeset/base/215008 Log: Remove stub symbols for APIC-related functions when 'device apic' is not included in a kernel config. These stubs had existed previously so that acpi.ko could always includ

svn commit: r215007 - head/sys/modules/acpi

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 20:30:59 2010 New Revision: 215007 URL: http://svn.freebsd.org/changeset/base/215007 Log: Disconnect acpi.ko from the build on i386. ACPI is now only supported when compiled into the kernel, not as a loadable module. Modified: head/sys/modules/acpi/Makefile Mo

svn commit: r215006 - in stable/8: share/man/man4 sys/dev/acpica

2010-11-08 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 8 20:25:19 2010 New Revision: 215006 URL: http://svn.freebsd.org/changeset/base/215006 Log: MFC: r213755 Use AcpiReset() from ACPICA instead of rolling our own, which is actually incomplete. If FADT says the register is available, enable the capability by d

svn commit: r215005 - in stable: 7/share/misc 8/share/misc

2010-11-08 Thread Ulrich Spoerlein
Author: uqs Date: Mon Nov 8 20:21:24 2010 New Revision: 215005 URL: http://svn.freebsd.org/changeset/base/215005 Log: MFC r173289,174783,175454,191681,191698,191834,195044,197304,198210,199858-199859,201348,205578,208327,208336,210871,214628: Sync bsd-family-tree with head. Modified: s

svn commit: r215005 - in stable: 7/share/misc 8/share/misc

2010-11-08 Thread Ulrich Spoerlein
Author: uqs Date: Mon Nov 8 20:21:24 2010 New Revision: 215005 URL: http://svn.freebsd.org/changeset/base/215005 Log: MFC r173289,174783,175454,191681,191698,191834,195044,197304,198210,199858-199859,201348,205578,208327,208336,210871,214628: Sync bsd-family-tree with head. Modified: s

svn commit: r215004 - stable/7/sys/dev/alc

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 20:16:42 2010 New Revision: 215004 URL: http://svn.freebsd.org/changeset/base/215004 Log: MFC r214542: Don't bother to enable ASPM L1 to save more power. Even though I am not able to trigger the issue with sample boards, some users seems to suffer fro

svn commit: r215003 - stable/8/sys/dev/alc

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 20:14:38 2010 New Revision: 215003 URL: http://svn.freebsd.org/changeset/base/215003 Log: MFC r214542: Don't bother to enable ASPM L1 to save more power. Even though I am not able to trigger the issue with sample boards, some users seems to suffer fro

Re: svn commit: r214961 - head/usr.bin/yacc

2010-11-08 Thread David O'Brien
On Sun, Nov 07, 2010 at 05:54:20PM -0800, Juli Mallett wrote: > On Sun, Nov 7, 2010 at 15:22, David E. O'Brien wrote: > > Author: obrien > > Date: Sun Nov ?7 23:22:42 2010 > > New Revision: 214961 > > URL: http://svn.freebsd.org/changeset/base/214961 > > > > Log: > > ?Directly use memory allocatio

svn commit: r215002 - in head/sys: amd64/acpica amd64/amd64 i386/acpica

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 20:05:22 2010 New Revision: 215002 URL: http://svn.freebsd.org/changeset/base/215002 Log: A few small style and whitespace fixes. Modified: head/sys/amd64/acpica/madt.c head/sys/amd64/amd64/mp_machdep.c head/sys/i386/acpica/madt.c Modified: head/sys/amd64/acp

svn commit: r215001 - head/sys/x86/x86

2010-11-08 Thread John Baldwin
Author: jhb Date: Mon Nov 8 20:03:51 2010 New Revision: 215001 URL: http://svn.freebsd.org/changeset/base/215001 Log: Only dump the values of the PMC and CMCI local vector table entries on a local APIC if those LVT entries are valid. This quiets spurious illegal register local APIC errors

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

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 19:54:44 2010 New Revision: 215000 URL: http://svn.freebsd.org/changeset/base/215000 Log: MFC r214428: Add initial BCM5718 family support. The BCM5718 family includes the dual port BCM5717 and BCM5718 devices which are intended for mainstream workstat

svn commit: r214999 - head/sys/dev/iicbus

2010-11-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 8 19:53:16 2010 New Revision: 214999 URL: http://svn.freebsd.org/changeset/base/214999 Log: Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging and otherwise low-level controllers. Reviewed by: thompsa Modified: head/sys/dev/iicbus/iiconf.c

svn commit: r214998 - head/sys/dev/acpica

2010-11-08 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 8 19:52:14 2010 New Revision: 214998 URL: http://svn.freebsd.org/changeset/base/214998 Log: Consistently use padding `_' in the comment. Modified: head/sys/dev/acpica/acpi.c Modified: head/sys/dev/acpica/acpi.c =

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

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 19:36:00 2010 New Revision: 214997 URL: http://svn.freebsd.org/changeset/base/214997 Log: MFC r214428: Add initial BCM5718 family support. The BCM5718 family includes the dual port BCM5717 and BCM5718 devices which are intended for mainstream workstat

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

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 19:33:13 2010 New Revision: 214996 URL: http://svn.freebsd.org/changeset/base/214996 Log: MFC r213486: Remove bge_tx_buf_ratio, unused member of softc. Modified: stable/7/sys/dev/bge/if_bgereg.h Directory Properties: stable/7/sys/ (props changed) sta

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

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 19:31:41 2010 New Revision: 214995 URL: http://svn.freebsd.org/changeset/base/214995 Log: MFC r213486: Remove bge_tx_buf_ratio, unused member of softc. Modified: stable/8/sys/dev/bge/if_bgereg.h Directory Properties: stable/8/sys/ (props changed) sta

svn commit: r214994 - stable/7/sys/dev/mii

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 19:25:47 2010 New Revision: 214994 URL: http://svn.freebsd.org/changeset/base/214994 Log: MFC r214427: Add BCM5717C 10/100/1000TX PHY id. Modified: stable/7/sys/dev/mii/brgphy.c stable/7/sys/dev/mii/miidevs Directory Properties: stable/7/sys/ (props

svn commit: r214993 - stable/8/sys/dev/mii

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 19:22:36 2010 New Revision: 214993 URL: http://svn.freebsd.org/changeset/base/214993 Log: MFC r214427: Add BCM5717C 10/100/1000TX PHY id. Modified: stable/8/sys/dev/mii/brgphy.c stable/8/sys/dev/mii/miidevs Directory Properties: stable/8/sys/ (props

svn commit: r214992 - head/sys/dev/re

2010-11-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 19:15:31 2010 New Revision: 214992 URL: http://svn.freebsd.org/changeset/base/214992 Log: Reduce spin wait time consumed in GMII register access routine. There were a couple of attempts in the past to reduce it since it took more than 1ms. Because mii_tick()

svn commit: r214991 - stable/8/sbin/camcontrol

2010-11-08 Thread Alexander Motin
Author: mav Date: Mon Nov 8 19:12:19 2010 New Revision: 214991 URL: http://svn.freebsd.org/changeset/base/214991 Log: MFC r214321: Do some whitespace and `identify` output cleanup. Modified: stable/8/sbin/camcontrol/camcontrol.c Directory Properties: stable/8/sbin/camcontrol/ (props ch

svn commit: r214990 - head/usr.bin/yacc

2010-11-08 Thread David E. O'Brien
Author: obrien Date: Mon Nov 8 19:00:22 2010 New Revision: 214990 URL: http://svn.freebsd.org/changeset/base/214990 Log: Back out r214961 for skeleton.c -- it broke the groff build. Modified: head/usr.bin/yacc/skeleton.c Modified: head/usr.bin/yacc/skeleton.c ===

Re: svn commit: r214984 - stable/8/lib/libproc

2010-11-08 Thread Hajimu UMEMOTO
Hi, > On Mon, 8 Nov 2010 15:37:10 + > Rui Paulo said: rpaulo> We can live with it for now while I work on a new basename_r(). Okay, thanks. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~um

svn commit: r214989 - head/sys/cam

2010-11-08 Thread Alexander Motin
Author: mav Date: Mon Nov 8 15:59:41 2010 New Revision: 214989 URL: http://svn.freebsd.org/changeset/base/214989 Log: When requesting sense data for SIM not doing it automatically (such as ATAPI or USB), request only as much data as requested by consumer. On the way back -- report how much

Re: svn commit: r214984 - stable/8/lib/libproc

2010-11-08 Thread Rui Paulo
On Nov 8, 2010, at 3:19 PM, Hajimu UMEMOTO wrote: > Hi, > >> On Mon, 8 Nov 2010 15:06:12 + >> Rui Paulo said: > > rpaulo> It's on my plans, but basename_r is not POSIX and there was a private > discussion about it a couple of weeks ago. The conclusion is that we should > adopt th

svn commit: r214988 - in head/sys/dev: ahci ata siis

2010-11-08 Thread Alexander Motin
Author: mav Date: Mon Nov 8 15:36:15 2010 New Revision: 214988 URL: http://svn.freebsd.org/changeset/base/214988 Log: Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual I/O length on underruns, that often happens for some SCSI commands. Modified: head/sys/dev/ahci/ahc

svn commit: r214987 - head/sys/kern

2010-11-08 Thread Alexander Motin
Author: mav Date: Mon Nov 8 15:25:12 2010 New Revision: 214987 URL: http://svn.freebsd.org/changeset/base/214987 Log: On APs startup skip hard-/statclock events, which time passed before CPU was lauched. Few seconds event burst, accumulated during long startup, reported to cause panic in SC

svn commit: r214986 - stable/7/sys/nfsclient

2010-11-08 Thread Konstantin Belousov
Author: kib Date: Mon Nov 8 15:22:20 2010 New Revision: 214986 URL: http://svn.freebsd.org/changeset/base/214986 Log: MFC r203072 (by rmacklem, to be reverted by MFC of r214026): Fix a race that can occur when nfs nfsiod threads are being created. MFC r212506: Do not fork nfsiod direct

Re: svn commit: r214984 - stable/8/lib/libproc

2010-11-08 Thread Hajimu UMEMOTO
Hi, > On Mon, 8 Nov 2010 15:06:12 + > Rui Paulo said: rpaulo> It's on my plans, but basename_r is not POSIX and there was a private discussion about it a couple of weeks ago. The conclusion is that we should adopt the Android semantics of basename_r(). I found the thread, and unde

svn commit: r214985 - head/sys/compat/linprocfs

2010-11-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Nov 8 15:14:14 2010 New Revision: 214985 URL: http://svn.freebsd.org/changeset/base/214985 Log: Break long line. Modified: head/sys/compat/linprocfs/linprocfs.c Modified: head/sys/compat/linprocfs/linprocfs.c

Re: svn commit: r214984 - stable/8/lib/libproc

2010-11-08 Thread Rui Paulo
On Nov 8, 2010, at 2:46 PM, Hajimu UMEMOTO wrote: > Hi, > >> On Mon, 8 Nov 2010 13:31:44 + (UTC) >> Rui Paulo said: > > rpaulo> Author: rpaulo > rpaulo> Date: Mon Nov 8 13:31:44 2010 > rpaulo> New Revision: 214984 > rpaulo> URL: http://svn.freebsd.org/changeset/base/214984 > > rp

Re: svn commit: r214984 - stable/8/lib/libproc

2010-11-08 Thread Hajimu UMEMOTO
Hi, > On Mon, 8 Nov 2010 13:31:44 + (UTC) > Rui Paulo said: rpaulo> Author: rpaulo rpaulo> Date: Mon Nov 8 13:31:44 2010 rpaulo> New Revision: 214984 rpaulo> URL: http://svn.freebsd.org/changeset/base/214984 rpaulo> Log: rpaulo> Don't use basename_r(). rpaulo> Modified: rpaulo>

svn commit: r214984 - stable/8/lib/libproc

2010-11-08 Thread Rui Paulo
Author: rpaulo Date: Mon Nov 8 13:31:44 2010 New Revision: 214984 URL: http://svn.freebsd.org/changeset/base/214984 Log: Don't use basename_r(). Modified: stable/8/lib/libproc/proc_sym.c Modified: stable/8/lib/libproc/proc_sym.c ==

svn commit: r214982 - head/sys/compat/linprocfs

2010-11-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Nov 8 12:04:41 2010 New Revision: 214982 URL: http://svn.freebsd.org/changeset/base/214982 Log: Fix CPU ID in /proc/cpuinfo. PR: kern/56451 Submitted by: arundel@ MFC after:3 weeks Modified: head/sys/compat/linprocfs/linprocfs.c Modified: head/sy

svn commit: r214981 - in stable/8/lib: . libusb

2010-11-08 Thread Rui Paulo
Author: rpaulo Date: Mon Nov 8 11:22:55 2010 New Revision: 214981 URL: http://svn.freebsd.org/changeset/base/214981 Log: MFC r210682, r210683, r210690: Build librtld_db. Simplify the Makefile. The i386 and amd64 sections are equal. libproc is going to be i386/amd64 only with the next u

svn commit: r214980 - vendor-crypto/openssh/5.6p1

2010-11-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Nov 8 10:46:51 2010 New Revision: 214980 URL: http://svn.freebsd.org/changeset/base/214980 Log: Tag OpenSSH 5.5p1 Added: vendor-crypto/openssh/5.6p1/ - copied from r214979, vendor-crypto/openssh/dist/ ___ svn-src-all@free

svn commit: r214979 - in vendor-crypto/openssh/dist: . contrib contrib/aix contrib/caldera contrib/cygwin contrib/redhat contrib/suse openbsd-compat regress

2010-11-08 Thread Dag-Erling Smorgrav
Author: des Date: Mon Nov 8 10:45:44 2010 New Revision: 214979 URL: http://svn.freebsd.org/changeset/base/214979 Log: Vendor import of OpenSSH 5.6p1 Added: vendor-crypto/openssh/dist/openbsd-compat/strptime.c (contents, props changed) Modified: vendor-crypto/openssh/dist/ChangeLog ven

svn commit: r214978 - in stable/8/lib: librtld_db libusb

2010-11-08 Thread Rui Paulo
Author: rpaulo Date: Mon Nov 8 10:39:02 2010 New Revision: 214978 URL: http://svn.freebsd.org/changeset/base/214978 Log: MFC r210678, r210769: librtld_db is an rtld debugging helper library used by userland DTrace. Added: - copied from r210678, head/lib/librtld_db/ Directory Prope

svn commit: r214977 - stable/8/sys/nfsclient

2010-11-08 Thread Konstantin Belousov
Author: kib Date: Mon Nov 8 10:23:39 2010 New Revision: 214977 URL: http://svn.freebsd.org/changeset/base/214977 Log: MFC r214026: Do not synchronously start the nfsiod threads at all. The r212506 fixed the issues with file descriptor locks, but the same problems are present for vnode loc

svn commit: r214976 - stable/8/sys/nfsserver

2010-11-08 Thread Konstantin Belousov
Author: kib Date: Mon Nov 8 10:18:01 2010 New Revision: 214976 URL: http://svn.freebsd.org/changeset/base/214976 Log: MFC r214851: Fix a bug in r214049. The nvp == vp case shall be handled specially only for !usevget case. If VFS_VGET is working, the vnode shared lock is obtained recursiv

svn commit: r214975 - in stable/8: sbin/geom/class/part sbin/geom/class/sched sys/geom/part

2010-11-08 Thread Andrey V. Elsukov
Author: ae Date: Mon Nov 8 10:08:30 2010 New Revision: 214975 URL: http://svn.freebsd.org/changeset/base/214975 Log: MFC r214352 adapted to stable/8: Reimplemented "gpart destroy -F". Now it does all work in kernel. This was needed for recover implementation. Implement the recove

svn commit: r214974 - head/usr.bin/calendar/calendars

2010-11-08 Thread Ruslan Ermilov
Author: ru Date: Mon Nov 8 09:50:47 2010 New Revision: 214974 URL: http://svn.freebsd.org/changeset/base/214974 Log: Add/expand country/state. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd ==

svn commit: r214973 - head/usr.bin/calendar/calendars

2010-11-08 Thread Ruslan Ermilov
Author: ru Date: Mon Nov 8 09:26:56 2010 New Revision: 214973 URL: http://svn.freebsd.org/changeset/base/214973 Log: A traditional (once per three years) sort by month/day/year/login. While here, fixed badly formatted lines. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modif

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

2010-11-08 Thread Andriy Gapon
on 07/11/2010 21:32 Andriy Gapon said the following: > Author: avg > Date: Sun Nov 7 19:32:03 2010 > New Revision: 214941 > URL: http://svn.freebsd.org/changeset/base/214941 > > Log: > Followup to r214936: zfs_getpages: account for differences from head > in page locking Reported by: