svn commit: r243435 - in head: share/man/man4 sys/dev/usb/quirk

2012-11-23 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 23 08:22:06 2012 New Revision: 243435 URL: http://svnweb.freebsd.org/changeset/base/243435 Log: Remove no longer needed quirk. Submitted by: Mark Johnston Modified: head/share/man/man4/usb_quirk.4 head/sys/dev/usb/quirk/usb_quirk.c

svn commit: r243436 - stable/9/sys/net

2012-11-23 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 23 08:23:53 2012 New Revision: 243436 URL: http://svnweb.freebsd.org/changeset/base/243436 Log: Sync lagg(4) with head, merging r240742, r241619: r240742 | glebius | 2012-09-20 14:05:10 +0400 (чт, 20 сен 2012) | 4 lines Convert lagg(4) to use

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

2012-11-23 Thread Kevin Lo
Author: kevlo Date: Fri Nov 23 08:44:36 2012 New Revision: 243437 URL: http://svnweb.freebsd.org/changeset/base/243437 Log: Catch up with r243046. KTR buffer can be changed at runtime. Modified: head/share/man/man4/ktr.4 Modified: head/share/man/man4/ktr.4

svn commit: r243438 - head/sys/conf

2012-11-23 Thread Kevin Lo
Author: kevlo Date: Fri Nov 23 08:47:57 2012 New Revision: 243438 URL: http://svnweb.freebsd.org/changeset/base/243438 Log: According to r221124, the default NFS server and client are no longer experimental. Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES

svn commit: r243439 - head/lib/libc/sys

2012-11-23 Thread Kevin Lo
Author: kevlo Date: Fri Nov 23 10:14:54 2012 New Revision: 243439 URL: http://svnweb.freebsd.org/changeset/base/243439 Log: Document that getpeername(2) and getsockname(2) can fail with EINVAL. Reviewed by: glebius Modified: head/lib/libc/sys/getpeername.2

svn commit: r243440 - in stable/9/sys: dev/bxe dev/e1000 dev/ixgbe dev/mxge dev/oce dev/vxge net ofed/drivers/net/mlx4 sys

2012-11-23 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 23 11:19:43 2012 New Revision: 243440 URL: http://svnweb.freebsd.org/changeset/base/243440 Log: Merge r241037 from head: The drbr(9) API appeared to be so unclear, that most drivers in tree used it incorrectly, which lead to inaccurate overrated

svn commit: r243441 - head/usr.sbin/ifmcstat

2012-11-23 Thread Hiroki Sato
Author: hrs Date: Fri Nov 23 11:21:58 2012 New Revision: 243441 URL: http://svnweb.freebsd.org/changeset/base/243441 Log: - Use sin6_scope_id instead of sin6_addr.s6_addr[2]. - Support a flag for ALLOW/BLOCK in source-specific multicast (RFC 4604). Modified:

svn commit: r243442 - stable/9/sys/dev/drm2

2012-11-23 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 23 11:23:15 2012 New Revision: 243442 URL: http://svnweb.freebsd.org/changeset/base/243442 Log: Merge r242467 from head: - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi to all supported debugging bits. - If DRM_DEBUG_DEFAULT_ON

svn commit: r243443 - in head: . sys/sys

2012-11-23 Thread Hiroki Sato
Author: hrs Date: Fri Nov 23 12:12:06 2012 New Revision: 243443 URL: http://svnweb.freebsd.org/changeset/base/243443 Log: Document sin6_scope_id handling change and bump FreeBSD_version to 125. Modified: head/UPDATING head/sys/sys/param.h Modified: head/UPDATING

svn commit: r243444 - stable/9/sys/boot/pc98/libpc98

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:04:38 2012 New Revision: 243444 URL: http://svnweb.freebsd.org/changeset/base/243444 Log: MFC: r242864 i386 comconsole: don't loop forever if hardware doesn't respond. Modified: stable/9/sys/boot/pc98/libpc98/comconsole.c Directory Properties:

svn commit: r243445 - in stable/9/sys/boot/pc98: boot2 btx/btx

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:09:20 2012 New Revision: 243445 URL: http://svnweb.freebsd.org/changeset/base/243445 Log: MFC: r242863 add detection of serial console presence to btx and boot2-like blocks. Modified: stable/9/sys/boot/pc98/boot2/boot2.c

svn commit: r243446 - stable/9/sys/boot/pc98

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:17:18 2012 New Revision: 243446 URL: http://svnweb.freebsd.org/changeset/base/243446 Log: MFC: r242855, r242865 - use -march=i386 for both i386 and amd64 builds. - cosmetic changes to reduce diffs against i386. Modified:

svn commit: r243447 - stable/8/sys/boot/pc98

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:18:26 2012 New Revision: 243447 URL: http://svnweb.freebsd.org/changeset/base/243447 Log: MFC: r242855, r242865 - use -march=i386 for both i386 and amd64 builds. - cosmetic changes to reduce diffs against i386. Modified:

svn commit: r243448 - in stable/9/sys/boot/pc98: boot2 btx/btxldr btx/lib cdboot libpc98 loader

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:35:17 2012 New Revision: 243448 URL: http://svnweb.freebsd.org/changeset/base/243448 Log: MFC: r239063, r239064, r239069, r240852, r240854 - boot2: bunch of variables are turned into uint8_t. - boot2: Remove unnecessary initializations. - loader:

svn commit: r243449 - in stable/8/sys/boot/pc98: boot2 btx/btxldr btx/lib cdboot libpc98 loader

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:36:09 2012 New Revision: 243449 URL: http://svnweb.freebsd.org/changeset/base/243449 Log: MFC: r239063, r239064, r239069, r240852, r240854 - boot2: bunch of variables are turned into uint8_t. - boot2: Remove unnecessary initializations. - loader:

svn commit: r243450 - head/sys/dev/sound/pcm

2012-11-23 Thread Alexander Motin
Author: mav Date: Fri Nov 23 13:43:51 2012 New Revision: 243450 URL: http://svnweb.freebsd.org/changeset/base/243450 Log: Move sndbuf_setmap() output about buffer addresses from the general verbose output to sound verbose output, where all other sndbuf messages live. Modified:

svn commit: r243452 - stable/9/sys/conf

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:55:38 2012 New Revision: 243452 URL: http://svnweb.freebsd.org/changeset/base/243452 Log: MFC: r242870 Fix build mpboot.s with clang. Modified: stable/9/sys/conf/Makefile.pc98 Directory Properties: stable/9/sys/ (props changed) stable/9/sys/conf/

svn commit: r243455 - in stable/9/sys: dev/ct dev/snc pc98/include

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 14:16:55 2012 New Revision: 243455 URL: http://svnweb.freebsd.org/changeset/base/243455 Log: MFC: r242866, r242871 Use ANSI prototype to fix build with clang. Modified: stable/9/sys/dev/ct/bshw_machdep.c stable/9/sys/dev/ct/ct.c

svn commit: r243459 - head/sys/dev/sound/pcm

2012-11-23 Thread Alexander Motin
Author: mav Date: Fri Nov 23 15:31:00 2012 New Revision: 243459 URL: http://svnweb.freebsd.org/changeset/base/243459 Log: Remove clone manager: message from verbose dmesg. It is pointless to print values that are statically hardcoded few lines above that. Modified:

svn commit: r243460 - stable/9/sys/pc98/pc98

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 15:42:25 2012 New Revision: 243460 URL: http://svnweb.freebsd.org/changeset/base/243460 Log: MFC: r240855, r242867, r242868, r242869 MFi386: r237445 Commit changes missed from r237435. Properly calculate the signal trampoline addresses after

svn commit: r243461 - stable/8/sys/pc98/pc98

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 15:44:04 2012 New Revision: 243461 URL: http://svnweb.freebsd.org/changeset/base/243461 Log: MFC: r225977, r242867, r242868, r242869 MFi386: r225936 Add some improvements in the idle table callbacks: - Replace instances of manual assembly

svn commit: r243462 - head/sys/arm/ti

2012-11-23 Thread Warner Losh
Author: imp Date: Fri Nov 23 17:22:38 2012 New Revision: 243462 URL: http://svnweb.freebsd.org/changeset/base/243462 Log: Strip trailing newline. Modified: head/sys/arm/ti/ti_machdep.c Modified: head/sys/arm/ti/ti_machdep.c

svn commit: r243463 - head/sys/conf

2012-11-23 Thread Warner Losh
Author: imp Date: Fri Nov 23 17:27:09 2012 New Revision: 243463 URL: http://svnweb.freebsd.org/changeset/base/243463 Log: The tramp stuff isn't dependent on DDB, so always add these to the CLEANFILES list. Modified: head/sys/conf/Makefile.arm Modified: head/sys/conf/Makefile.arm

svn commit: r243464 - head/sys/dev/gpio

2012-11-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 23 19:20:38 2012 New Revision: 243464 URL: http://svnweb.freebsd.org/changeset/base/243464 Log: Style fixes - Remove C++ - style comments - Use proper device name in panic messages Modified: head/sys/dev/gpio/gpiobus.c Modified: head/sys/dev/gpio/gpiobus.c

svn commit: r243465 - in head/sys/arm: broadcom/bcm2835 conf

2012-11-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Nov 23 20:04:39 2012 New Revision: 243465 URL: http://svnweb.freebsd.org/changeset/base/243465 Log: Add Raspberry Pi GPIO driver Submitted by: Luiz Otavio O Souza Added: head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c (contents, props changed) Modified:

svn commit: r243466 - stable/8/sbin/ifconfig

2012-11-23 Thread Remko Lodder
Author: remko Date: Fri Nov 23 21:27:26 2012 New Revision: 243466 URL: http://svnweb.freebsd.org/changeset/base/243466 Log: MFC r232486 Add an ifconfig carp option that enables users to set the state of the carp cluster. This is a direct commit to stable/9 because -HEAD's code is

svn commit: r243467 - stable/7/sbin/ifconfig

2012-11-23 Thread Remko Lodder
Author: remko Date: Fri Nov 23 21:29:08 2012 New Revision: 243467 URL: http://svnweb.freebsd.org/changeset/base/243467 Log: MFC r232486 Add an ifconfig carp option that enables users to set the state of the carp cluster. This is a direct commit to stable/9 because -HEAD's code is

svn commit: r243469 - in head/sys: conf contrib/octeon-sdk mips/cavium mips/conf

2012-11-23 Thread Juli Mallett
Author: jmallett Date: Sat Nov 24 02:00:29 2012 New Revision: 243469 URL: http://svnweb.freebsd.org/changeset/base/243469 Log: o) Add support for specifying a model of Octeon to target at compile-time, reducing the number of runtime checks done by the SDK code. o) Group board/CPU

svn commit: r243470 - in head/sys: contrib/octeon-sdk mips/cavium

2012-11-23 Thread Juli Mallett
Author: jmallett Date: Sat Nov 24 02:12:24 2012 New Revision: 243470 URL: http://svnweb.freebsd.org/changeset/base/243470 Log: Use bootverbose to control debug printfs from the Cavium Simple Executive code. Also remove an unnecessary CVMX_ENABLE_DEBUG_PRINTS conditional around what is

svn commit: r243472 - head/sys/dev/ath/ath_hal/ar5416

2012-11-23 Thread Adrian Chadd
Author: adrian Date: Sat Nov 24 02:41:18 2012 New Revision: 243472 URL: http://svnweb.freebsd.org/changeset/base/243472 Log: Add a comment which covers what's going on with the 64 bit TSF write. After chatting with the MAC team, the TSF writes (at least on the 11n MACs, I don't know

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

2012-11-23 Thread Juli Mallett
Author: jmallett Date: Sat Nov 24 02:55:05 2012 New Revision: 243473 URL: http://svnweb.freebsd.org/changeset/base/243473 Log: o) Have the FreeBSD kernel option INVARIANTS trickle down into the Simple Executive code where similar invariant knobs exist. o) Make the Simple Executive's

svn commit: r243474 - head/usr.bin/cut

2012-11-23 Thread Andrew Turner
Author: andrew Date: Sat Nov 24 04:15:25 2012 New Revision: 243474 URL: http://svnweb.freebsd.org/changeset/base/243474 Log: The is_delim function works on wchar_t characters not ints, update the function to take a wchar_t as it's argument. This fixes the build when wchar_t is not an

svn commit: r243475 - in head/usr.sbin/bsdconfig/networking: include share

2012-11-23 Thread Devin Teske
Author: dteske Date: Sat Nov 24 06:27:46 2012 New Revision: 243475 URL: http://svnweb.freebsd.org/changeset/base/243475 Log: Add IPv6 address-validation routine. Approved by: adrian (co-mentor) (implicit) Modified: head/usr.sbin/bsdconfig/networking/include/messages.subr

svn commit: r243476 - in head/usr.sbin/bsdconfig: share startup/share timezone/share

2012-11-23 Thread Devin Teske
Author: dteske Date: Sat Nov 24 07:02:31 2012 New Revision: 243476 URL: http://svnweb.freebsd.org/changeset/base/243476 Log: Whitespace. Approved by: adrian (co-mentor) (implicit) Modified: head/usr.sbin/bsdconfig/share/dialog.subr head/usr.sbin/bsdconfig/share/mustberoot.subr