svn commit: r238087 - head/sys/netinet

2012-07-03 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 3 21:41:19 2012 New Revision: 238087 URL: http://svn.freebsd.org/changeset/base/238087 Log: Iniitialize a variable. MFC after: 3 days Modified: head/sys/netinet/sctp_input.c Modified: head/sys/netinet/sctp_input.c ===

svn commit: r238086 - head/usr.bin/procstat

2012-07-03 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 3 19:11:38 2012 New Revision: 238086 URL: http://svn.freebsd.org/changeset/base/238086 Log: Fix style. MFC after:3 days Modified: head/usr.bin/procstat/procstat_rlimit.c Modified: head/usr.bin/procstat/procstat_rlimit.c

svn commit: r238085 - head/sys/kern

2012-07-03 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 3 19:08:02 2012 New Revision: 238085 URL: http://svn.freebsd.org/changeset/base/238085 Log: Fix KASSERT message. MFC after:3 days Modified: head/sys/kern/uipc_socket.c Modified: head/sys/kern/uipc_socket.c ==

svn commit: r238084 - head/sys/netinet

2012-07-03 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 3 19:04:18 2012 New Revision: 238084 URL: http://svn.freebsd.org/changeset/base/238084 Log: Don't check for ifp != NULL before KASSERT, as ifp may not be NULL here (it is dereferenced below). Discussed with: jhb MFC after:1 week Modified: head

svn commit: r238083 - head/sys/netinet

2012-07-03 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 3 18:59:13 2012 New Revision: 238083 URL: http://svn.freebsd.org/changeset/base/238083 Log: Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl. Reviewed by: andre MFC after:3 days Modified: head/sys/netinet/tcp_hostcache.c Modified: head/sys/net

svn commit: r238081 - head/tools/tools/netmap

2012-07-03 Thread Ed Maste
Author: emaste Date: Tue Jul 3 17:50:44 2012 New Revision: 238081 URL: http://svn.freebsd.org/changeset/base/238081 Log: Update comment to reflect function's actual operation Modified: head/tools/tools/netmap/pkt-gen.c Modified: head/tools/tools/netmap/pkt-gen.c

svn commit: r238079 - in head/sys/dev/usb: . serial

2012-07-03 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jul 3 16:32:47 2012 New Revision: 238079 URL: http://svn.freebsd.org/changeset/base/238079 Log: Add new USB device ID. Submitted by: Erich Dollansky MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/d

svn commit: r238078 - in head/sys/dev/usb: . quirk

2012-07-03 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jul 3 16:29:41 2012 New Revision: 238078 URL: http://svn.freebsd.org/changeset/base/238078 Log: Add more quirks for USB mass storage adapters. Submitted by: Erich Dollansky MFC after:1 week Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/

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

2012-07-03 Thread John Baldwin
Author: jhb Date: Tue Jul 3 16:12:57 2012 New Revision: 238077 URL: http://svn.freebsd.org/changeset/base/238077 Log: Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver. The new driver changed the size of the mfi_dcmd_frame structure in such a way that a MFI_IOC_PAS

svn commit: r238072 - in head/sys/dev/virtio: . balloon block network

2012-07-03 Thread David E. O'Brien
Author: obrien Date: Tue Jul 3 15:15:41 2012 New Revision: 238072 URL: http://svn.freebsd.org/changeset/base/238072 Log: Do not include in the local headers. The .c files including them have already included before these headers are included. Modified: head/sys/dev/virtio/balloon/virtio

svn commit: r238071 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2012-07-03 Thread Dimitry Andric
Author: dim Date: Tue Jul 3 12:08:55 2012 New Revision: 238071 URL: http://svn.freebsd.org/changeset/base/238071 Log: Fix clang warning, introduced in the recent dtrace import. MFC after: 3 days Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c Modified: h

Re: svn commit: r238029 - in head/sys: compat/linux fs/devfs kern sys ufs/ffs

2012-07-03 Thread Konstantin Belousov
On Tue, Jul 03, 2012 at 11:07:36AM +0200, Pawel Jakub Dawidek wrote: > On Mon, Jul 02, 2012 at 09:01:03PM +, Konstantin Belousov wrote: > > The already broken ABI emulations, including iBCS and SysV, are not > > converted (yet). > > Do people really use that? Why can't we axe those? Appar

Re: svn commit: r238029 - in head/sys: compat/linux fs/devfs kern sys ufs/ffs

2012-07-03 Thread Pawel Jakub Dawidek
On Mon, Jul 02, 2012 at 09:01:03PM +, Konstantin Belousov wrote: > The already broken ABI emulations, including iBCS and SysV, are not > converted (yet). Do people really use that? Why can't we axe those? -- Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD co

svn commit: r238063 - in head: sbin/ipfw sys/netinet/ipfw

2012-07-03 Thread Isabell Long
Author: issyl0 (doc committer) Date: Tue Jul 3 08:42:48 2012 New Revision: 238063 URL: http://svn.freebsd.org/changeset/base/238063 Log: - Make ipfw's sched rules case insensitive, for user-friendliness. - Add a note to the ipfw(8) man page about the rules no longer being case sensitive.

svn commit: r238059 - head/sys/fs/ext2fs

2012-07-03 Thread Kevin Lo
Author: kevlo Date: Tue Jul 3 08:03:07 2012 New Revision: 238059 URL: http://svn.freebsd.org/changeset/base/238059 Log: Fix a typo Modified: head/sys/fs/ext2fs/ext2_vfsops.c Modified: head/sys/fs/ext2fs/ext2_vfsops.c ==

svn commit: r238058 - in head: share/misc usr.bin/calendar/calendars

2012-07-03 Thread Niclas Zeising
Author: zeising (ports committer) Date: Tue Jul 3 07:28:57 2012 New Revision: 238058 URL: http://svn.freebsd.org/changeset/base/238058 Log: Add myself to commiters-[doc,ports].dot and calendar.freebsd Approved by: joel (doc/www mentor) kwm (ports mentor) Modified: head/share/misc/com

svn commit: r238056 - in head/sys: conf modules/ath

2012-07-03 Thread Adrian Chadd
Author: adrian Date: Tue Jul 3 07:01:12 2012 New Revision: 238056 URL: http://svn.freebsd.org/changeset/base/238056 Log: Link in the new RX EDMA routines. Modified: head/sys/conf/files head/sys/modules/ath/Makefile Modified: head/sys/conf/files

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

2012-07-03 Thread Adrian Chadd
Author: adrian Date: Tue Jul 3 06:59:12 2012 New Revision: 238055 URL: http://svn.freebsd.org/changeset/base/238055 Log: Begin abstracting out the RX path in preparation for RX EDMA support. The RX EDMA support requires a modified approach to the RX descriptor handling. Specifically