svn commit: r242656 - head/sys/dev/ath

2012-11-06 Thread Adrian Chadd
Author: adrian Date: Tue Nov 6 06:19:11 2012 New Revision: 242656 URL: http://svnweb.freebsd.org/changeset/base/242656 Log: Convert the aggregate descriptor path over to use the same API as the non-aggregate path. I cheated by using some TX setup code in our HAL that isn't present in

svn commit: r242658 - head/share/mk

2012-11-06 Thread Dimitry Andric
Author: dim Date: Tue Nov 6 07:51:20 2012 New Revision: 242658 URL: http://svnweb.freebsd.org/changeset/base/242658 Log: Fix typo in bsd.compiler.mk. Modified: head/share/mk/bsd.compiler.mk Modified: head/share/mk/bsd.compiler.mk

Re: svn commit: r242619 - in head/sys: dev/usb/serial sys

2012-11-06 Thread Bruce Evans
On Mon, 5 Nov 2012, Hans Petter Selasky wrote: Log: Add a jitter buffer in the common USB serial driver code which temporarily stores characters if the TTY buffer is full when used a as a console. This can happen when a console is suspended. (Non-broken) console drivers cannot block or

svn commit: r242666 - head/sys/dev/cxgbe/tom

2012-11-06 Thread Navdeep Parhar
Author: np Date: Tue Nov 6 18:58:57 2012 New Revision: 242666 URL: http://svnweb.freebsd.org/changeset/base/242666 Log: Remove the tid from the software table (and bump down the in-use counter) when the syncache doesn't want the driver to reply to an incoming SYN. This fixes a harmless

svn commit: r242667 - head/sys/boot/forth

2012-11-06 Thread Devin Teske
Author: dteske Date: Tue Nov 6 19:26:36 2012 New Revision: 242667 URL: http://svnweb.freebsd.org/changeset/base/242667 Log: Add ontop of my existing boot loader Forth code, including support for submenus. See menusets.4th(8) for additional details including examples. Discussed on arch

svn commit: r242668 - head/sys/boot/forth

2012-11-06 Thread Devin Teske
Author: dteske Date: Tue Nov 6 19:50:45 2012 New Revision: 242668 URL: http://svnweb.freebsd.org/changeset/base/242668 Log: Fix c/p error in comment. Approved by: adrian (co-mentor) (implicit) Modified: head/sys/boot/forth/menusets.4th Modified: head/sys/boot/forth/menusets.4th

svn commit: r242669 - head/sys/boot/forth

2012-11-06 Thread Devin Teske
Author: dteske Date: Tue Nov 6 19:51:54 2012 New Revision: 242669 URL: http://svnweb.freebsd.org/changeset/base/242669 Log: Fix funny comment. Approved by: adrian (co-mentor) (implicit) Modified: head/sys/boot/forth/menusets.4th Modified: head/sys/boot/forth/menusets.4th

svn commit: r242671 - head/sys/dev/cxgbe/tom

2012-11-06 Thread Navdeep Parhar
Author: np Date: Tue Nov 6 20:22:39 2012 New Revision: 242671 URL: http://svnweb.freebsd.org/changeset/base/242671 Log: Make sure the inp hasn't been dropped before trying to access its socket and tcpcb. MFC after:3 days Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c Modified:

svn commit: r242673 - head/sys/net

2012-11-06 Thread Guy Helmer
Author: ghelmer Date: Tue Nov 6 21:07:04 2012 New Revision: 242673 URL: http://svnweb.freebsd.org/changeset/base/242673 Log: Work around a race in bpfread() by validating the hold buffer pointer before freeing it. Otherwise, we can lose a buffer and cause a panic in catchpacket().

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

2012-11-06 Thread Garrett Cooper
On Mon, Nov 5, 2012 at 8:10 PM, Alfred Perlstein alf...@freebsd.org wrote: Author: alfred Date: Tue Nov 6 04:10:32 2012 New Revision: 242655 URL: http://svnweb.freebsd.org/changeset/base/242655 Log: export VM_MIN_KERNEL_ADDRESS and VM_MAX_KERNEL_ADDRESS via sysctl. On several

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Ben Kaduk
On Mon, Oct 22, 2012 at 1:50 PM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Mon Oct 22 17:50:54 2012 New Revision: 241896 URL: http://svn.freebsd.org/changeset/base/241896 Log: Remove the support for using non-mpsafe filesystem modules. In particular, do not lock

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Attilio Rao
On Tue, Nov 6, 2012 at 10:50 PM, Ben Kaduk minimar...@gmail.com wrote: On Mon, Oct 22, 2012 at 1:50 PM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Mon Oct 22 17:50:54 2012 New Revision: 241896 URL: http://svn.freebsd.org/changeset/base/241896 Log: Remove the support

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Konstantin Belousov
On Tue, Nov 06, 2012 at 05:50:43PM -0500, Ben Kaduk wrote: On Mon, Oct 22, 2012 at 1:50 PM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Mon Oct 22 17:50:54 2012 New Revision: 241896 URL: http://svn.freebsd.org/changeset/base/241896 Log: Remove the support for

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Ben Kaduk
On Tue, Nov 6, 2012 at 5:53 PM, Attilio Rao atti...@freebsd.org wrote: On Tue, Nov 6, 2012 at 10:50 PM, Ben Kaduk minimar...@gmail.com wrote: On Mon, Oct 22, 2012 at 1:50 PM, Konstantin Belousov k...@freebsd.org wrote: Hi Ben, no, ports/thirdy part should be adjusted on the -CURRENT ABI.

svn commit: r242680 - head/sys/netinet

2012-11-06 Thread Mateusz Guzik
Author: mjg Date: Tue Nov 6 23:04:23 2012 New Revision: 242680 URL: http://svnweb.freebsd.org/changeset/base/242680 Log: Fix possible spurious sbunlock in sctp_sorecvmsg. Reviewed by: tuexen Approved by: trasz (mentor) MFC after:3 days Modified: head/sys/netinet/sctputil.c

Re: svn commit: r242523 - head/sys/dev/usb/controller

2012-11-06 Thread Aleksandr Rybalko
On Sat, 3 Nov 2012 21:05:32 + (UTC) Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel Date: Sat Nov 3 21:05:32 2012 New Revision: 242523 URL: http://svn.freebsd.org/changeset/base/242523 Log: Allow using the embedded EHCI host controller in Freescale SoCs by adding the

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Attilio Rao
On Tue, Nov 6, 2012 at 11:03 PM, Ben Kaduk minimar...@gmail.com wrote: On Tue, Nov 6, 2012 at 5:53 PM, Attilio Rao atti...@freebsd.org wrote: On Tue, Nov 6, 2012 at 10:50 PM, Ben Kaduk minimar...@gmail.com wrote: On Mon, Oct 22, 2012 at 1:50 PM, Konstantin Belousov k...@freebsd.org wrote: Hi

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Ben Kaduk
I do not wish to belabor the point; we all have better things to do with our time. Hopefully this is my last message on the topic. On Tue, Nov 6, 2012 at 6:10 PM, Attilio Rao atti...@freebsd.org wrote: The point is that KPI/KBI of -CURRENT can change as long as __FreeBSD_version is bumped

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Attilio Rao
On Tue, Nov 6, 2012 at 11:17 PM, Ben Kaduk minimar...@gmail.com wrote: I do not wish to belabor the point; we all have better things to do with our time. Hopefully this is my last message on the topic. On Tue, Nov 6, 2012 at 6:10 PM, Attilio Rao atti...@freebsd.org wrote: The point is that

svn commit: r242681 - head/sys/dev/mfi

2012-11-06 Thread Doug Ambrisko
Author: ambrisko Date: Tue Nov 6 23:25:06 2012 New Revision: 242681 URL: http://svnweb.freebsd.org/changeset/base/242681 Log: - Extend the prior commit to use the generic SCSI command building function use that for JBOD and Thunderbolt disk write command. Now we only have one

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Alexander Motin
On 07.11.2012 01:20, Attilio Rao wrote: On Tue, Nov 6, 2012 at 11:17 PM, Ben Kaduk minimar...@gmail.com wrote: I do not wish to belabor the point; we all have better things to do with our time. Hopefully this is my last message on the topic. On Tue, Nov 6, 2012 at 6:10 PM, Attilio Rao

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Attilio Rao
On Tue, Nov 6, 2012 at 11:38 PM, Alexander Motin m...@freebsd.org wrote: On 07.11.2012 01:20, Attilio Rao wrote: On Tue, Nov 6, 2012 at 11:17 PM, Ben Kaduk minimar...@gmail.com wrote: I do not wish to belabor the point; we all have better things to do with our time. Hopefully this is my

svn commit: r242683 - head/etc/atf

2012-11-06 Thread Marcel Moolenaar
Author: marcel Date: Wed Nov 7 00:19:30 2012 New Revision: 242683 URL: http://svnweb.freebsd.org/changeset/base/242683 Log: The first line must contain Content-Type:. Move the $FreeBSD$ keyword line to the comment block underneath. Submitted by: Garrett Cooper yaneg...@gmail.com

svn commit: r242684 - head/lib/atf/libatf-c++

2012-11-06 Thread Marcel Moolenaar
Author: marcel Date: Wed Nov 7 00:23:51 2012 New Revision: 242684 URL: http://svnweb.freebsd.org/changeset/base/242684 Log: Remove -Lpath from LDADD, it doesn't belong there. Add it to LDFLAGS instead. Submitted by: Garrett Cooper yaneg...@gmail.com Modified:

svn commit: r242688 - in head/sys/boot: common i386/loader ia64/common pc98/loader powerpc/ofw powerpc/ps3 sparc64/loader

2012-11-06 Thread Devin Teske
Author: dteske Date: Wed Nov 7 02:14:03 2012 New Revision: 242688 URL: http://svnweb.freebsd.org/changeset/base/242688 Log: Hook in new files menusets.4th and manual. Approved by: adrian (co-mentor) (implicit) Modified: head/sys/boot/common/Makefile.inc

svn commit: r242689 - head/sys/dev/ath/ath_hal

2012-11-06 Thread Adrian Chadd
Author: adrian Date: Wed Nov 7 06:23:23 2012 New Revision: 242689 URL: http://svnweb.freebsd.org/changeset/base/242689 Log: Add new HAL configuration features for the updated AR9300 HAL. Modified: head/sys/dev/ath/ath_hal/ah.h head/sys/dev/ath/ath_hal/ah_debug.h

svn commit: r242690 - head/sys/dev/ath

2012-11-06 Thread Adrian Chadd
Author: adrian Date: Wed Nov 7 06:29:45 2012 New Revision: 242690 URL: http://svnweb.freebsd.org/changeset/base/242690 Log: Disable my software queue TIM and PS handling for now. ps-poll is totally broken in its current form. This should unbreak things enough to let people use

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

2012-11-06 Thread Kevin Lo
Author: kevlo Date: Wed Nov 7 06:53:44 2012 New Revision: 242691 URL: http://svnweb.freebsd.org/changeset/base/242691 Log: Nm ipsec Modified: head/share/man/man4/ipsec.4 Modified: head/share/man/man4/ipsec.4 == ---

svn commit: r242692 - in head: lib/msun/src secure/usr.bin/bdes sys/arm/lpc sys/dev/bktr sys/dev/nxge/xgehal sys/dev/sound/pci sys/kern sys/netinet

2012-11-06 Thread Kevin Lo
Author: kevlo Date: Wed Nov 7 07:00:59 2012 New Revision: 242692 URL: http://svnweb.freebsd.org/changeset/base/242692 Log: Fix typo; s/ouput/output Modified: head/lib/msun/src/k_rem_pio2.c head/secure/usr.bin/bdes/bdes.1 head/sys/arm/lpc/lpc_gpio.c head/sys/dev/bktr/bktr_audio.c

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-11-06 Thread Gleb Smirnoff
On Tue, Nov 06, 2012 at 10:53:01PM +, Attilio Rao wrote: A no, ports/thirdy part should be adjusted on the -CURRENT ABI. btw, shouldn't the fusefs ports be patched, so that sysutils/fusefs-kmod is no longer built and installed on __FreeBSD_version = 121 ? -- Totus tuus, Glebius.

svn commit: r242693 - head/sys/netpfil/pf

2012-11-06 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 7 07:30:40 2012 New Revision: 242693 URL: http://svnweb.freebsd.org/changeset/base/242693 Log: It may happen that pfsync holds the last reference on a state. In this case keys had already been freed. If encountering such state, then just release last

svn commit: r242694 - head/sys/netpfil/pf

2012-11-06 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 7 07:35:05 2012 New Revision: 242694 URL: http://svnweb.freebsd.org/changeset/base/242694 Log: Merge rev. 1.125 from OpenBSD: date: 2009/06/12 02:03:51; author: dlg; state: Exp; lines: +59 -69 rewrite the way states from pfsync are merged into the local