svn commit: r227782 - head/sys/mips/include

2011-11-20 Thread Jayachandran C.
Author: jchandra Date: Mon Nov 21 07:55:37 2011 New Revision: 227782 URL: http://svn.freebsd.org/changeset/base/227782 Log: XLP processors have the release 2 pagegrain register Add accessors to cpufunc.h Obtained from:prabhath at netlogicmicro com Modified: head/sys/mips/inc

svn commit: r227781 - in head/sys/dev/usb: . wlan

2011-11-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 21 07:50:29 2011 New Revision: 227781 URL: http://svn.freebsd.org/changeset/base/227781 Log: Add new USB IDs to RUN driver. PR: usb/162712 MFC after:1 week Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_run.c Modified: head/s

Re: svn commit: r227369 - head/bin/sh

2011-11-20 Thread Bruce Evans
On Wed, 9 Nov 2011, Jilles Tjoelker wrote: On Wed, Nov 09, 2011 at 09:35:51AM +0100, Stefan Farfeleder wrote: On Tue, Nov 08, 2011 at 11:54:39PM +, Jilles Tjoelker wrote: Author: jilles Date: Tue Nov 8 23:54:39 2011 New Revision: 227369 URL: http://svn.freebsd.org/changeset/base/227369

Re: svn commit: r227778 - head/sys/net

2011-11-20 Thread Lawrence Stewart
On 11/21/11 17:18, Julien Ridoux wrote: On 21/11/2011, at 4:39 PM, Lawrence Stewart wrote: On 11/21/11 16:12, Ben Kaduk wrote: On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart wrote: Author: lstewart Date: Mon Nov 21 04:17:24 2011 New Revision: 227778 URL: http://svn.freebsd.org/changese

Re: svn commit: r227778 - head/sys/net

2011-11-20 Thread Garrett Cooper
On Sun, Nov 20, 2011 at 10:18 PM, Julien Ridoux wrote: > > On 21/11/2011, at 4:39 PM, Lawrence Stewart wrote: > >> On 11/21/11 16:12, Ben Kaduk wrote: >>> On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart   >>> wrote: Author: lstewart Date: Mon Nov 21 04:17:24 2011 New Revision: 22

svn commit: r227780 - head/sys/mips/conf

2011-11-20 Thread Adrian Chadd
Author: adrian Date: Mon Nov 21 06:45:12 2011 New Revision: 227780 URL: http://svn.freebsd.org/changeset/base/227780 Log: Always leave the -current kernel debugging options on. Modified: head/sys/mips/conf/AR91XX_BASE Modified: head/sys/mips/conf/AR91XX_BASE =

Re: svn commit: r227778 - head/sys/net

2011-11-20 Thread Julien Ridoux
On 21/11/2011, at 4:39 PM, Lawrence Stewart wrote: > On 11/21/11 16:12, Ben Kaduk wrote: >> On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart >> wrote: >>> Author: lstewart >>> Date: Mon Nov 21 04:17:24 2011 >>> New Revision: 227778 >>> URL: http://svn.freebsd.org/changeset/base/227778 >>> >>

Re: svn commit: r227778 - head/sys/net

2011-11-20 Thread Lawrence Stewart
On 11/21/11 16:12, Ben Kaduk wrote: On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart wrote: Author: lstewart Date: Mon Nov 21 04:17:24 2011 New Revision: 227778 URL: http://svn.freebsd.org/changeset/base/227778 Log: - When feed-forward clock support is compiled in, change the BPF header to

Re: svn commit: r227778 - head/sys/net

2011-11-20 Thread Ben Kaduk
On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart wrote: > Author: lstewart > Date: Mon Nov 21 04:17:24 2011 > New Revision: 227778 > URL: http://svn.freebsd.org/changeset/base/227778 > > Log: >  - When feed-forward clock support is compiled in, change the BPF header to >    contain both a regula

svn commit: r227779 - head/sys/powerpc/ps3

2011-11-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 21 04:35:23 2011 New Revision: 227779 URL: http://svn.freebsd.org/changeset/base/227779 Log: The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC. This assumption is invalid and the code should be fixed, but humor it for now and set the "IPI"

svn commit: r227778 - head/sys/net

2011-11-20 Thread Lawrence Stewart
Author: lstewart Date: Mon Nov 21 04:17:24 2011 New Revision: 227778 URL: http://svn.freebsd.org/changeset/base/227778 Log: - When feed-forward clock support is compiled in, change the BPF header to contain both a regular timestamp obtained from the system clock and the current feed-forw

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

2011-11-20 Thread Bruce Evans
On Sun, 20 Nov 2011, Warner Losh wrote: Is this right? Passing 0 to timo causes a panic? That can't be good. Because it reverses the natural order of conversations. On Nov 20, 2011, at 1:36 AM, Hans Petter Selasky wrote: Log: Given that the typical usage of pause() is pause("zzz", hz /

svn commit: r227777 - head/sbin/geom/class/part

2011-11-20 Thread Warren Block
Author: wblock (doc committer) Date: Mon Nov 21 02:03:18 2011 New Revision: 22 URL: http://svn.freebsd.org/changeset/base/22 Log: Fix date. Approved by: gjb (mentor) MFC after:1 week Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 =

svn commit: r227776 - in head: lib/libc/sys sys/amd64/linux32 sys/compat/freebsd32 sys/conf sys/i386/linux sys/kern sys/sys

2011-11-20 Thread Lawrence Stewart
Author: lstewart Date: Mon Nov 21 01:26:10 2011 New Revision: 227776 URL: http://svn.freebsd.org/changeset/base/227776 Log: - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() system calls to provide feed-forward clock management capabilities to userspace pro

svn commit: r227775 - in head: lib/clang share/mk

2011-11-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 21 00:49:46 2011 New Revision: 227775 URL: http://svn.freebsd.org/changeset/base/227775 Log: Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50 import, it works without issue. Modified: head/lib/clang/clang.build.mk head/share/mk/bsd.

svn commit: r227774 - head/sbin/geom/class/part

2011-11-20 Thread Warren Block
Author: wblock (doc committer) Date: Mon Nov 21 00:02:49 2011 New Revision: 227774 URL: http://svn.freebsd.org/changeset/base/227774 Log: Add a section that explicitly describes partitioning schemes. Modify existing sections to refer to the new one. Rearrange partitioning scheme list so MB

svn commit: r227773 - in head: bin/sh tools/regression/bin/sh/parameters

2011-11-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 20 21:48:50 2011 New Revision: 227773 URL: http://svn.freebsd.org/changeset/base/227773 Log: sh: Allow unsetting OPTIND. Note that only assigning the decimal value 1 resets getopts, as before. Added: head/tools/regression/bin/sh/parameters/optind1.0 (conten

svn commit: r227771 - head

2011-11-20 Thread Glen Barber
Author: gjb (doc committer) Date: Sun Nov 20 20:05:47 2011 New Revision: 227771 URL: http://svn.freebsd.org/changeset/base/227771 Log: Replace 'chflags' with 'file flags' in a comment, since 'chflags' is a command, not a flag itself. While here, wrap a line for readability. Submitted

Re: svn commit: r227769 - head

2011-11-20 Thread Glen Barber
On Sun, Nov 20, 2011 at 07:16:21PM +, Alexander Best wrote: > On Sun Nov 20 11, Glen Barber wrote: > > Author: gjb (doc committer) > > Date: Sun Nov 20 19:05:32 2011 > > New Revision: 227769 > > URL: http://svn.freebsd.org/changeset/base/227769 > > > > Log: > > Add a note to src/Makefile tha

svn commit: r227770 - head

2011-11-20 Thread Glen Barber
Author: gjb (doc committer) Date: Sun Nov 20 19:27:52 2011 New Revision: 227770 URL: http://svn.freebsd.org/changeset/base/227770 Log: Fix the note in r227769 to be less specific to the immutable flag. Submitted by: arundel MFC after:3 days X-MFC-With: r227

Re: svn commit: r227769 - head

2011-11-20 Thread Alexander Best
On Sun Nov 20 11, Glen Barber wrote: > Author: gjb (doc committer) > Date: Sun Nov 20 19:05:32 2011 > New Revision: 227769 > URL: http://svn.freebsd.org/changeset/base/227769 > > Log: > Add a note to src/Makefile that explains that 'rm' runs twice because the > second invocation only needs to

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

2011-11-20 Thread Warner Losh
Is this right? Passing 0 to timo causes a panic? That can't be good. Wanrer On Nov 20, 2011, at 1:36 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Sun Nov 20 08:36:18 2011 > New Revision: 227749 > URL: http://svn.freebsd.org/changeset/base/227749 > > Log: > Given that the typica

svn commit: r227769 - head

2011-11-20 Thread Glen Barber
Author: gjb (doc committer) Date: Sun Nov 20 19:05:32 2011 New Revision: 227769 URL: http://svn.freebsd.org/changeset/base/227769 Log: Add a note to src/Makefile that explains that 'rm' runs twice because the second invocation only needs to operate on files with the immutable flag set.

svn commit: r227768 - in stable/8/release: doc/en_US.ISO8859-1/hardware picobsd/floppy.tree/sbin

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 18:01:45 2011 New Revision: 227768 URL: http://svn.freebsd.org/changeset/base/227768 Log: MFC: r227742 Add 2010 and 2011 copyrights. Modified: stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml Directory Properties: stable/8/release/ (props c

svn commit: r227767 - in stable/8/release: doc/en_US.ISO8859-1/hardware picobsd/floppy.tree/sbin

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 17:15:32 2011 New Revision: 227767 URL: http://svn.freebsd.org/changeset/base/227767 Log: MFC: r227466, r227480, r227516 Add mps(4) and mvs(4) to the hardware notes. Modified: stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml Directory Propertie

svn commit: r227766 - releng/9.0/release/doc/en_US.ISO8859-1/hardware

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 17:11:49 2011 New Revision: 227766 URL: http://svn.freebsd.org/changeset/base/227766 Log: MFC: r227742 Add 2010 and 2011 copyrights. Approved by:re (kib) Modified: releng/9.0/release/doc/en_US.ISO8859-1/hardware/article.sgml Directory Properties

svn commit: r227765 - stable/9/release/doc/en_US.ISO8859-1/hardware

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 17:11:11 2011 New Revision: 227765 URL: http://svn.freebsd.org/changeset/base/227765 Log: MFC: r227742 Add 2010 and 2011 copyrights. Approved by: re (kib) Modified: stable/9/release/doc/en_US.ISO8859-1/hardware/article.sgml Directory Properties:

svn commit: r227764 - releng/9.0/release/doc/en_US.ISO8859-1/hardware

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 17:09:13 2011 New Revision: 227764 URL: http://svn.freebsd.org/changeset/base/227764 Log: MFC: r227466, r227480, r227516 Add mps(4) and mvs(4) to the hardware notes. Approved by:re (kib) Modified: releng/9.0/release/doc/en_US.ISO8859-1/hardware/

svn commit: r227763 - stable/9/release/doc/en_US.ISO8859-1/hardware

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 17:08:32 2011 New Revision: 227763 URL: http://svn.freebsd.org/changeset/base/227763 Log: MFC: r227466, r227480, r227516 Add mps(4) and mvs(4) to the hardware notes. Approved by: re (kib) Modified: stable/9/release/doc/en_US.ISO8859-1/hardware/arti

svn commit: r227762 - in releng/9.0/release/doc: en_US.ISO8859-1/hardware share/misc

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 17:06:20 2011 New Revision: 227762 URL: http://svn.freebsd.org/changeset/base/227762 Log: MFC: r227275 Add qlxgb(4) to the hardware notes. Approved by:re (kib) Modified: releng/9.0/release/doc/en_US.ISO8859-1/hardware/article.sgml releng/9.0/r

svn commit: r227761 - in stable/9/release/doc: en_US.ISO8859-1/hardware share/misc

2011-11-20 Thread Christian Brueffer
Author: brueffer Date: Sun Nov 20 17:05:25 2011 New Revision: 227761 URL: http://svn.freebsd.org/changeset/base/227761 Log: MFC: r227275 Add qlxgb(4) to the hardware notes. Approved by: re (kib) Modified: stable/9/release/doc/en_US.ISO8859-1/hardware/article.sgml stable/9/release

svn commit: r227760 - in head/sys/fs: nfs nfsclient

2011-11-20 Thread Rick Macklem
Author: rmacklem Date: Sun Nov 20 16:46:50 2011 New Revision: 227760 URL: http://svn.freebsd.org/changeset/base/227760 Log: Add two arguments to the nfsrpc_rellockown() function in the NFSv4 client. This does not change the client's behaviour, but prepares the code so that nfsrpc_rellockown(

svn commit: r227759 - head/sys/amd64/conf

2011-11-20 Thread Attilio Rao
Author: attilio Date: Sun Nov 20 16:36:02 2011 New Revision: 227759 URL: http://svn.freebsd.org/changeset/base/227759 Log: Revert part of the r227758 which crept in. Pointy hat: attilio X-MFC:r227758 Modified: head/sys/amd64/conf/GENERIC Modified: head/sys/amd64/conf

svn commit: r227758 - in head/sys: amd64/conf dev/ppbus kern sys vm

2011-11-20 Thread Attilio Rao
Author: attilio Date: Sun Nov 20 16:33:09 2011 New Revision: 227758 URL: http://svn.freebsd.org/changeset/base/227758 Log: Introduce macro stubs in the mutex implementation that will be always defined and will allow consumers, willing to provide options, file and line to locking requests, to

svn commit: r227757 - head/lib/libpam/modules/pam_ssh

2011-11-20 Thread Dag-Erling Smorgrav
Author: des Date: Sun Nov 20 15:18:49 2011 New Revision: 227757 URL: http://svn.freebsd.org/changeset/base/227757 Log: key_load_private() ignores the passphrase argument if the private key is unencrypted. This defeats the nullok check, because it means a non-null passphrase will successfull

svn commit: r227755 - in head: lib/libc/net sys/netinet

2011-11-20 Thread Michael Tuexen
Author: tuexen Date: Sun Nov 20 15:00:45 2011 New Revision: 227755 URL: http://svn.freebsd.org/changeset/base/227755 Log: Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option. Retire the the now unused sctp_udp_tunneling_for_client_enable sysctl variable. MFC after: 3 months.

svn commit: r227753 - in head: contrib/gdtoa include lib/libc/gdtoa lib/libc/gen lib/libc/locale lib/libc/regex lib/libc/stdio lib/libc/stdlib lib/libc/stdtime lib/libc/string

2011-11-20 Thread David Chisnall
Author: theraven Date: Sun Nov 20 14:45:42 2011 New Revision: 227753 URL: http://svn.freebsd.org/changeset/base/227753 Log: Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a load of _l suffixed versions of various standard library functions that use the global locale

svn commit: r227752 - in head/cddl: contrib/opensolaris/cmd/zdb contrib/opensolaris/cmd/zstreamdump usr.bin/zstreamdump usr.sbin/zdb

2011-11-20 Thread Martin Matuska
Author: mm Date: Sun Nov 20 13:11:29 2011 New Revision: 227752 URL: http://svn.freebsd.org/changeset/base/227752 Log: Update and desolarization of zdb(8) and zstreamdump(1) manual pages: - synchronized to match new vendor code [1] - removed ATTRIBUTES sections - updated SEE ALSO sections

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

2011-11-20 Thread Martin Wilke
Author: miwi Date: Sun Nov 20 12:26:20 2011 New Revision: 227751 URL: http://svn.freebsd.org/changeset/base/227751 Log: - Add support for Add LOGITECH Webcam C100 - While here whitespace fixes PR: usb/161559 Submitted by: Sergey Zaykov Reviewed by: hselasky Approved by:

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

2011-11-20 Thread Martin Wilke
Author: miwi Date: Sun Nov 20 12:18:21 2011 New Revision: 227750 URL: http://svn.freebsd.org/changeset/base/227750 Log: - Add missing usb and ucom devices PR: usb/160301 Submitted by: Garrett Cooper Reviewed by: hselasky Approved by: hselasky, rwatson (mentor) MFC after

svn commit: r227749 - head/sys/kern

2011-11-20 Thread Hans Petter Selasky
Author: hselasky Date: Sun Nov 20 08:36:18 2011 New Revision: 227749 URL: http://svn.freebsd.org/changeset/base/227749 Log: Given that the typical usage of pause() is pause("zzz", hz / N), where N can be greater than hz in some cases, simply ignore a timeout value of zero. Suggested by: B

svn commit: r227748 - head/sys/kern

2011-11-20 Thread Hans Petter Selasky
Author: hselasky Date: Sun Nov 20 08:29:23 2011 New Revision: 227748 URL: http://svn.freebsd.org/changeset/base/227748 Log: Minor style change: Simplify the description of pause() and shorten the KASSERT message in pause. Also add a clamp for the timo argument in the non-KASSERT case. S