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
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
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
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
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
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
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
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
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
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
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
==
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
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
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
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
===
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
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
===
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
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
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
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
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
==
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
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
=
24 matches
Mail list logo