svn commit: r267092 - head/sys/kern

2014-06-04 Thread Davide Italiano
Author: davide Date: Thu Jun 5 03:46:46 2014 New Revision: 267092 URL: http://svnweb.freebsd.org/changeset/base/267092 Log: Convert functions to the new-style format. Submitted by: Vijay Singh via -hackers Modified: head/sys/kern/kern_timeout.c Modified: head/sys/kern/kern_timeout.c =

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Julian Elischer
On 6/4/14, 11:19 PM, Drewery, Bryan wrote: On 6/4/14, 2:26 AM, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this cha

svn commit: r267091 - head/share/man/man9

2014-06-04 Thread Kevin Lo
Author: kevlo Date: Thu Jun 5 03:16:23 2014 New Revision: 267091 URL: http://svnweb.freebsd.org/changeset/base/267091 Log: Catch up with recent changes... Modified: head/share/man/man9/mbuf.9 Modified: head/share/man/man9/mbuf.9 ==

svn commit: r267090 - head/share/man/man5

2014-06-04 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jun 5 01:58:21 2014 New Revision: 267090 URL: http://svnweb.freebsd.org/changeset/base/267090 Log: Correct the document date for last change. MFC after:1 week Modified: head/share/man/man5/passwd.5 Modified: head/share/man/man5/passwd.5

svn commit: r267089 - head/sys/dev/usb/wlan

2014-06-04 Thread Kevin Lo
Author: kevlo Date: Thu Jun 5 01:55:23 2014 New Revision: 267089 URL: http://svnweb.freebsd.org/changeset/base/267089 Log: Remove D-Link DWA140 rev D1 by accident. Pointed out by Anders Larsson in private email. Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/i

svn commit: r267082 - head/sys/dev/cxgbe

2014-06-04 Thread Navdeep Parhar
Author: np Date: Thu Jun 5 00:38:32 2014 New Revision: 267082 URL: http://svnweb.freebsd.org/changeset/base/267082 Log: cxgbe(4): Properly account for the freelist buffers used when returning early from service_iq due to a budget restriction. This fixes a potential rx hang when using INTx

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Warner Losh
On Jun 3, 2014, at 12:35 AM, Baptiste Daroussin wrote: > On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: >> >> On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: >>> Not sure if anyone cares, but this change breaks all ports tree >>> checkouts from before 2014-05-05 on s

svn commit: r267079 - head/sys/dev/vt/font

2014-06-04 Thread Ed Maste
Author: emaste Date: Wed Jun 4 20:05:52 2014 New Revision: 267079 URL: http://svnweb.freebsd.org/changeset/base/267079 Log: Remove extra copy of old email address. MFC after:3 days Modified: head/sys/dev/vt/font/vt_font_default.c Modified: head/sys/dev/vt/font/vt_font_default.c ===

svn commit: r267078 - head/sys/dev/vt/font

2014-06-04 Thread Ed Maste
Author: emaste Date: Wed Jun 4 19:42:47 2014 New Revision: 267078 URL: http://svnweb.freebsd.org/changeset/base/267078 Log: Update vt(4) console font author's email address MFC after:3 days Modified: head/sys/dev/vt/font/vt_font_default.c Modified: head/sys/dev/vt/font/vt_font_defa

svn commit: r267067 - head/usr.bin/yes

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Wed Jun 4 17:17:30 2014 New Revision: 267067 URL: http://svnweb.freebsd.org/changeset/base/267067 Log: Cross-reference jot(1) and seq(1). MFC after:3 days Modified: head/usr.bin/yes/yes.1 Modified: head/usr.bin/yes/yes.1 ===

svn commit: r267066 - head/sys/dev/usb/wlan

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 16:58:35 2014 New Revision: 267066 URL: http://svnweb.freebsd.org/changeset/base/267066 Log: More RSU fixes: - Properly align temporary buffer to 32-bit. - Add an extra parenthesis to make expression clear. - Range check the association ID received from ha

svn commit: r267065 - head/sys/dev/virtio/network

2014-06-04 Thread Luigi Rizzo
Author: luigi Date: Wed Jun 4 16:57:05 2014 New Revision: 267065 URL: http://svnweb.freebsd.org/changeset/base/267065 Log: make sure ifp->if_transmit returns 0 if a buffer is enqueued. A similar fix should be applied to vmxnet, ixgbe, igb, i40e. (some of them previously reported by Michael

svn commit: r267064 - head/usr.bin/netstat

2014-06-04 Thread Allan Jude
Author: allanjude (doc committer) Date: Wed Jun 4 16:55:38 2014 New Revision: 267064 URL: http://svnweb.freebsd.org/changeset/base/267064 Log: Sadly, we do not actually live in the future. Approved by: wblock (mentor) Modified: head/usr.bin/netstat/netstat.1 Modified: head/usr.bin/net

svn commit: r267063 - head/sbin/geom/class/label

2014-06-04 Thread Ivan Voras
Author: ivoras Date: Wed Jun 4 16:29:18 2014 New Revision: 267063 URL: http://svnweb.freebsd.org/changeset/base/267063 Log: Bulk document the kern.geom.label.*.enable sysctls and tunables. Modified: head/sbin/geom/class/label/glabel.8 Modified: head/sbin/geom/class/label/glabel.8 ==

Re: svn commit: r267027 - head/usr.bin/users

2014-06-04 Thread Bruce Evans
On Tue, 3 Jun 2014, Pietro Cerutti wrote: Log: - Avoid calling a wrapper function around strcmp This changes correct code to give undefined behaviour. - Use sizeof(*array) instead of sizeof(element) everywhere This also allows removal of a typedef obfuscation. Modified: head/usr.bin/us

svn commit: r267062 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Wed Jun 4 16:06:38 2014 New Revision: 267062 URL: http://svnweb.freebsd.org/changeset/base/267062 Log: For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of the Core i7 and Westmere processors, the uncore PMC subsystem is completely different from the uncore PMC

svn commit: r267060 - head/sys/fs/tmpfs

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Wed Jun 4 15:30:49 2014 New Revision: 267060 URL: http://svnweb.freebsd.org/changeset/base/267060 Log: Allow shared locking for the tmpfs vnodes. Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/fs/tmpfs/tmpfs_subr.c M

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Drewery, Bryan
On 6/4/14, 2:26 AM, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this change breaks all ports tree checkouts from bef

Re: svn commit: r267029 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-04 Thread Bruce Evans
On Wed, 4 Jun 2014, Bryan Drewery wrote: On 6/3/2014 4:06 PM, Alexander Motin wrote: Author: mav Date: Tue Jun 3 21:06:03 2014 New Revision: 267029 URL: http://svnweb.freebsd.org/changeset/base/267029 Log: Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue selecti

svn commit: r267051 - in head/sys: cam/scsi compat/linux

2014-06-04 Thread Alexander Motin
Author: mav Date: Wed Jun 4 12:05:47 2014 New Revision: 267051 URL: http://svnweb.freebsd.org/changeset/base/267051 Log: - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't support scatter/gather lists. - Return error for still unsupported SG 3.x API read/write calls. M

svn commit: r267044 - head/sys/dev/usb/controller

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 10:29:01 2014 New Revision: 267044 URL: http://svnweb.freebsd.org/changeset/base/267044 Log: The external USB HUB in the RPI-B rejects control endpoint traffic using the BULK endpoint type, while other USB HUBs do not. Disable endpoint type workaround for TT

svn commit: r267041 - head/sys/dev/usb/wlan

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 09:18:13 2014 New Revision: 267041 URL: http://svnweb.freebsd.org/changeset/base/267041 Log: Fixes for the RSU driver: - The R92S_TCR register is an 8-bit register. Don't access it like a 16-bit register. - Disable parsing the delete station event, due to

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Baptiste Daroussin
On Wed, Jun 04, 2014 at 12:26:07AM -0700, Eitan Adler wrote: > On 2 June 2014 23:35, Baptiste Daroussin wrote: > > On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: > >> > >> On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: > >> >Not sure if anyone cares, but this change br

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Eitan Adler
On 2 June 2014 23:35, Baptiste Daroussin wrote: > On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: >> >> On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: >> >Not sure if anyone cares, but this change breaks all ports tree >> >checkouts from before 2014-05-05 on src head wi