svn commit: r208728 - in head: tools/regression/usr.bin/jot usr.bin/jot

2010-06-02 Thread Brian Somers
Author: brian Date: Wed Jun 2 07:47:29 2010 New Revision: 208728 URL: http://svn.freebsd.org/changeset/base/208728 Log: Fix stuttering sequences and reverse ranges PR: 123635 Submitted by: Ulrich Spörlein, uqs at spoerlein dot net Added: head/tools/regression/usr.bin/jot/reg

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

2010-06-02 Thread Alexander Motin
Author: mav Date: Wed Jun 2 08:43:18 2010 New Revision: 208729 URL: http://svn.freebsd.org/changeset/base/208729 Log: Recommend disabling LAPIC timer instead whole APIC for fixing C3 state. PR: docs/147180 Submitted by: Tobias Rehbein Modified: head/share/man/man4/acpi.4 Mo

svn commit: r208730 - head/bin/chio

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 09:34:41 2010 New Revision: 208730 URL: http://svn.freebsd.org/changeset/base/208730 Log: Zero struct before reading from it PR: 140384 Found by: clang static analyzer MFC after: 3 weeks Modified: head/bin/chio/chio.c Modified: head/bin/chio/chio.c

svn commit: r208731 - in head/sys: kern sys

2010-06-02 Thread Konstantin Belousov
Author: kib Date: Wed Jun 2 09:59:05 2010 New Revision: 208731 URL: http://svn.freebsd.org/changeset/base/208731 Log: Add a facility to dynamically adjust or unconfigure p1003_1b mib. Use it to allow to tune sem_nsem_max at runtime, only when sem.ko module is present in kernel. Request

svn commit: r208732 - in head: games/pom lib/libgssapi lib/libpmc share/man/man4 share/man/man9 usr.bin/join usr.bin/newkey

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 10:20:23 2010 New Revision: 208732 URL: http://svn.freebsd.org/changeset/base/208732 Log: mdoc cleanup Garbage collect unused sections, macros and arguments. Fix prologue and remove empty lines. Found by: mdocml Modified: head/games/pom/pom.6 head/li

svn commit: r208733 - head/libexec/rbootd

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 10:20:31 2010 New Revision: 208733 URL: http://svn.freebsd.org/changeset/base/208733 Log: mdoc: use literal text, not a column table to present the configuration file snippet. Modified: head/libexec/rbootd/rbootd.8 Modified: head/libexec/rbootd/rbootd.8 ===

svn commit: r208734 - in head/lib: libc/gen msun/man

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 10:20:38 2010 New Revision: 208734 URL: http://svn.freebsd.org/changeset/base/208734 Log: mdoc: spell macros correctly, there's no need for the backslash escape Modified: head/lib/libc/gen/scandir.3 head/lib/msun/man/atan2.3 head/lib/msun/man/remainder.3 Modi

svn commit: r208735 - stable/8/crypto/openssh

2010-06-02 Thread Dag-Erling Smorgrav
Author: des Date: Wed Jun 2 10:26:31 2010 New Revision: 208735 URL: http://svn.freebsd.org/changeset/base/208735 Log: Fix expansion of AuthorizedKeysFile (upstream patch) PR: 146334, 145940 Approved by: re (kib@) Modified: stable/8/crypto/openssh/servconf.c Modified: stabl

svn commit: r208736 - stable/8/crypto/openssh

2010-06-02 Thread Dag-Erling Smorgrav
Author: des Date: Wed Jun 2 10:28:26 2010 New Revision: 208736 URL: http://svn.freebsd.org/changeset/base/208736 Log: Missing commas in Dd Approved by: re (kib@) Modified: stable/8/crypto/openssh/moduli.5 stable/8/crypto/openssh/scp.1 stable/8/crypto/openssh/sftp-server.8 stable/

svn commit: r208737 - in head: contrib/binutils/bfd contrib/binutils/gas/config contrib/binutils/include/elf contrib/binutils/include/opcode contrib/binutils/opcodes contrib/gcc/config contrib/gcc/...

2010-06-02 Thread Juli Mallett
Author: jmallett Date: Wed Jun 2 11:06:03 2010 New Revision: 208737 URL: http://svn.freebsd.org/changeset/base/208737 Log: Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain. o) Add TARGET_ABI to the MIPS toolchain build process. This sets the default ABI to one of o3

Re: svn commit: r208589 - head/sys/mips/mips

2010-06-02 Thread C. Jayachandran
On Wed, Jun 2, 2010 at 11:57 AM, Alan Cox wrote: > C. Jayachandran wrote: >> >> On Wed, Jun 2, 2010 at 3:23 AM, Alan Cox wrote: >> >>> >>> On 5/27/2010 5:05 AM, Jayachandran C. wrote: >>> Author: jchandra Date: Thu May 27 10:05:40 2010 New Revision: 208589 URL: http://svn

Re: svn commit: r208737 - in head: contrib/binutils/bfd contrib/binutils/gas/config contrib/binutils/include/elf contrib/binutils/include/opcode contrib/binutils/opcodes contrib/gcc/config contrib/gcc

2010-06-02 Thread John Baldwin
On Wednesday 02 June 2010 7:06:03 am Juli Mallett wrote: > Author: jmallett > Date: Wed Jun 2 11:06:03 2010 > New Revision: 208737 > URL: http://svn.freebsd.org/changeset/base/208737 > > Log: > Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain. > > o) Fix our GCC spec to d

svn commit: r208742 - head/sys/i386/include

2010-06-02 Thread John Baldwin
Author: jhb Date: Wed Jun 2 15:09:36 2010 New Revision: 208742 URL: http://svn.freebsd.org/changeset/base/208742 Log: MFamd64: Add a new macro PCPU_XEN_FIELDS to hold XEN-specific per-CPU fields that is always included in PCPU_MD_FIELDS. The macro is empty for non-XEN kernels. This avoids

svn commit: r208743 - head/sys/net

2010-06-02 Thread Marko Zec
Author: zec Date: Wed Jun 2 15:29:21 2010 New Revision: 208743 URL: http://svn.freebsd.org/changeset/base/208743 Log: Provide a macro for registering a virtualized sysctl handler for VNET opaque data. MFC after:30 days Modified: head/sys/net/vnet.h Modified: head/sys/net/vnet.h =

svn commit: r208744 - head/sys/netinet

2010-06-02 Thread Marko Zec
Author: zec Date: Wed Jun 2 15:44:43 2010 New Revision: 208744 URL: http://svn.freebsd.org/changeset/base/208744 Log: Virtualize the IPv4 multicast routing code. Submitted by: iprebeg Reviewed by: bms, bz, Pavlin Radoslavov MFC after:30 days Modified: head/sys/netinet/ip_mroute

svn commit: r208745 - in head/sys: kern vm

2010-06-02 Thread Alan Cox
Author: alc Date: Wed Jun 2 15:46:37 2010 New Revision: 208745 URL: http://svn.freebsd.org/changeset/base/208745 Log: Minimize the use of the page queues lock for synchronizing access to the page's dirty field. With the exception of one case, access to this field is now synchronized by the

svn commit: r208746 - head/sys/geom/part

2010-06-02 Thread Marius Strobl
Author: marius Date: Wed Jun 2 17:17:11 2010 New Revision: 208746 URL: http://svn.freebsd.org/changeset/base/208746 Log: Don't leak memory on destruction. Reviewed by: marcel MFC after:3 days Modified: head/sys/geom/part/g_part_bsd.c head/sys/geom/part/g_part_gpt.c Modified: h

svn commit: r208747 - head/sys/dev/fdt

2010-06-02 Thread Rafal Jaworowski
Author: raj Date: Wed Jun 2 17:17:45 2010 New Revision: 208747 URL: http://svn.freebsd.org/changeset/base/208747 Log: Import the common Flattened Device Tree infrastructure. o fdtbus(4) - the main abstract bus driver for all FDT-compliant systems. This is a direct replacement for the m

svn commit: r208748 - head/sys/dev/uart

2010-06-02 Thread Rafal Jaworowski
Author: raj Date: Wed Jun 2 17:20:00 2010 New Revision: 208748 URL: http://svn.freebsd.org/changeset/base/208748 Log: FDT (simplebus) compatible attachment for uart(4). This will be a single uart(4) attachment code shared by all FDT-enabled platforms. Reviewed by: imp Sponsored b

svn commit: r208749 - head/sys/tools/fdt

2010-06-02 Thread Rafal Jaworowski
Author: raj Date: Wed Jun 2 17:22:38 2010 New Revision: 208749 URL: http://svn.freebsd.org/changeset/base/208749 Log: Flattened Device Tree helper scripts. Reviewed by: imp Sponsored by: The FreeBSD Foundation Added: head/sys/tools/fdt/ head/sys/tools/fdt/embed_dtb.sh (contents,

svn commit: r208750 - head/sys/contrib/libfdt

2010-06-02 Thread Rafal Jaworowski
Author: raj Date: Wed Jun 2 17:24:41 2010 New Revision: 208750 URL: http://svn.freebsd.org/changeset/base/208750 Log: Provide kernel level headers for the libfdt code. Reviewed by: imp Sponsored by: The FreeBSD Foundation Modified: head/sys/contrib/libfdt/libfdt_env.h Modified: head

svn commit: r208751 - in head/sys: libkern sys

2010-06-02 Thread Rafal Jaworowski
Author: raj Date: Wed Jun 2 17:27:23 2010 New Revision: 208751 URL: http://svn.freebsd.org/changeset/base/208751 Log: Provide memchr() in the libkern. This is required by libfdt and will be compiled in conditionally only for FDT-enabled platforms. Reviewed by: imp Sponsored by: T

svn commit: r208752 - head/sys/cam

2010-06-02 Thread Matt Jacob
Author: mjacob Date: Wed Jun 2 18:06:32 2010 New Revision: 208752 URL: http://svn.freebsd.org/changeset/base/208752 Log: Protect periph drivers list and rearrange things to minimize the chance of stepping oneself during probing. Don't blindly decrement a periph probe count. Reviewed

svn commit: r208753 - head/contrib/gdtoa

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 18:31:04 2010 New Revision: 208753 URL: http://svn.freebsd.org/changeset/base/208753 Log: Add required header for isalnum(3) to quench compiler warnings Forgotten in: r174678 Submitted by: Alexander Best alexbestms at wwu.de Approved by: das Modified: he

svn commit: r208754 - in stable/8: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/input sys/modules/usb/uep

2010-06-02 Thread Gleb Smirnoff
Author: glebius Date: Wed Jun 2 18:46:12 2010 New Revision: 208754 URL: http://svn.freebsd.org/changeset/base/208754 Log: Merge 208554 from head: Add uep(4), driver for USB onscreen touch panel from eGalax. The driver is stub. It just creates device entry and feeds reassembled

Re: svn commit: r208747 - head/sys/dev/fdt

2010-06-02 Thread Doug Barton
On 06/02/10 10:17, Rafal Jaworowski wrote: o simplebus(4) - bus driver representing ePAPR Do we write on it with eINK? Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet prese

svn commit: r208755 - head/bin/sh

2010-06-02 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 2 19:16:58 2010 New Revision: 208755 URL: http://svn.freebsd.org/changeset/base/208755 Log: sh: Pass TERM changes to libedit. I have changed the patch slightly to ignore TERM changes in subshells. PR: bin/146916 Submitted by: Guy Yur Obtained

Re: svn commit: r208737 - in head: contrib/binutils/bfd contrib/binutils/gas/config contrib/binutils/include/elf contrib/binutils/include/opcode contrib/binutils/opcodes contrib/gcc/config contrib/g

2010-06-02 Thread Juli Mallett
On Wed, Jun 2, 2010 at 05:42, John Baldwin wrote: > On Wednesday 02 June 2010 7:06:03 am Juli Mallett wrote: >>   o) Fix our GCC spec to define __mips64 for 64-bit targets, not __mips64__, >> the >>      former being what libgcc, etc., check and the latter seemingly being a >>      misspelling of

svn commit: r208756 - stable/8/lib/libc/posix1e

2010-06-02 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 2 20:35:56 2010 New Revision: 208756 URL: http://svn.freebsd.org/changeset/base/208756 Log: MFC r208437: Make acl_get_perm_np(3) work with NFSv4 ACLs. Reviewed by: kientzle@ Approved by: re (kib) Modified: stable/8/lib/libc/posix1e/acl_get.c stable

svn commit: r208757 - stable/8/sys/dev/fdc

2010-06-02 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 2 21:00:18 2010 New Revision: 208757 URL: http://svn.freebsd.org/changeset/base/208757 Log: MFC: r208650 Fix a regression from r203544 (MFC of r200554), which broke fdc(4) attachment to acpi(4). Approved by: re (kib) Modified: stable/8/sys/dev/fdc/fdc

svn commit: r208758 - head/gnu/usr.bin/cc

2010-06-02 Thread Juli Mallett
Author: jmallett Date: Wed Jun 2 21:15:00 2010 New Revision: 208758 URL: http://svn.freebsd.org/changeset/base/208758 Log: Fix build for O32 systems without a TARGET_CPUTYPE defined. We must default to MIPS-III because FreeBSD relies on a number of MIPS-III features; the ABI default would

Re: svn commit: r208737 - in head: contrib/binutils/bfd contrib/binutils/gas/config contrib/binutils/include/elf contrib/binutils/include/opcode contrib/binutils/opcodes contrib/gcc/config contrib/gcc

2010-06-02 Thread M. Warner Losh
In message: Juli Mallett writes: : On Wed, Jun 2, 2010 at 05:42, John Baldwin wrote: : > On Wednesday 02 June 2010 7:06:03 am Juli Mallett wrote: : >>   o) Fix our GCC spec to define __mips64 for 64-bit targets, not __mips64__, the : >>      former being what libgcc, etc., check and

svn commit: r208759 - head/release/doc/en_US.ISO8859-1/relnotes

2010-06-02 Thread Martin Matuska
Author: mm Date: Wed Jun 2 21:28:07 2010 New Revision: 208759 URL: http://svn.freebsd.org/changeset/base/208759 Log: Document import of xz. Approved by: delphij (mentor) Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: head/release/doc/en_US.ISO8859-1/relnote

svn commit: r208761 - head/sys/dev/isp

2010-06-02 Thread Matt Jacob
Author: mjacob Date: Wed Jun 2 23:31:27 2010 New Revision: 208761 URL: http://svn.freebsd.org/changeset/base/208761 Log: Various minor and not so minor fixes suggested by Coverity. In at least one case, it's amazing that target mode worked at all. Found by: Coverity. MFC after:2 we

svn commit: r208762 - head/sys/dev/ixgbe

2010-06-02 Thread Jack F Vogel
Author: jfv Date: Thu Jun 3 00:00:45 2010 New Revision: 208762 URL: http://svn.freebsd.org/changeset/base/208762 Log: Fixes for panic experienced in test at Intel, when doing bidirectional stress traffic on 82598. Also a couple bug fixes from Michael Tuexen, thank you!! Add a workar

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

2010-06-02 Thread Alexander Kabaev
Author: kan Date: Thu Jun 3 00:25:43 2010 New Revision: 208763 URL: http://svn.freebsd.org/changeset/base/208763 Log: Plug possible memory leak. Found by: Coverity MFC after: 2 weeks Modified: head/libexec/rtld-elf/rtld.c Modified: head/libexec/rtld-elf/rtld.c ==

svn commit: r208764 - head/sys/vm

2010-06-02 Thread Alan Cox
Author: alc Date: Thu Jun 3 02:24:53 2010 New Revision: 208764 URL: http://svn.freebsd.org/changeset/base/208764 Log: Maintain the pretense that we support 32KB pages for the sake of the ia64 LINT build. Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c =

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

2010-06-02 Thread Alan Cox
Author: alc Date: Thu Jun 3 03:55:22 2010 New Revision: 208765 URL: http://svn.freebsd.org/changeset/base/208765 Log: In the unlikely event that pmap_ts_referenced() demoted five superpage mappings to the same underlying physical page, the calling thread would be left forever pinned to the

Re: svn commit: r208589 - head/sys/mips/mips

2010-06-02 Thread Alan Cox
C. Jayachandran wrote: On Wed, Jun 2, 2010 at 11:57 AM, Alan Cox wrote: C. Jayachandran wrote: On Wed, Jun 2, 2010 at 3:23 AM, Alan Cox wrote: On 5/27/2010 5:05 AM, Jayachandran C. wrote: Author: jchandra Date: Thu May 27 10:05:40 2010 New Revision: 208589 URL: htt

Re: svn commit: r208589 - head/sys/mips/mips

2010-06-02 Thread C. Jayachandran
On Thu, Jun 3, 2010 at 10:07 AM, Alan Cox wrote: > C. Jayachandran wrote: >> >> On Wed, Jun 2, 2010 at 11:57 AM, Alan Cox wrote: >> >>> >>> C. Jayachandran wrote: >>> On Wed, Jun 2, 2010 at 3:23 AM, Alan Cox wrote: > > On 5/27/2010 5:05 AM, Jayachandran C. wrote: