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

2014-04-08 Thread Adrian Chadd
Author: adrian Date: Tue Apr 8 07:00:43 2014 New Revision: 264252 URL: http://svnweb.freebsd.org/changeset/base/264252 Log: Don't resume a TID on each filtered frame completion - only do it if we did suspend it. The whole suspend/resume TID queue thing is supposed to be a matched

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

2014-04-08 Thread Adrian Chadd
Author: adrian Date: Tue Apr 8 07:01:27 2014 New Revision: 264253 URL: http://svnweb.freebsd.org/changeset/base/264253 Log: Add a comment explaining the obvious. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

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

2014-04-08 Thread Adrian Chadd
Author: adrian Date: Tue Apr 8 07:08:59 2014 New Revision: 264254 URL: http://svnweb.freebsd.org/changeset/base/264254 Log: Correct the actual definition of ath_tx_tid_filt_comp_single() to match how it's used. This is another bug that led to aggregate traffic hanging because the BAW

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

2014-04-08 Thread Adrian Chadd
Author: adrian Date: Tue Apr 8 07:10:52 2014 New Revision: 264255 URL: http://svnweb.freebsd.org/changeset/base/264255 Log: Don't do continue inside the scheduler loop; we really need to check if we've hit the end of the list and cycled around to the first node again. Obtained from:

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

2014-04-08 Thread Adrian Chadd
Author: adrian Date: Tue Apr 8 07:14:14 2014 New Revision: 264256 URL: http://svnweb.freebsd.org/changeset/base/264256 Log: Add some debugging and forcing of the BAW to match what the current tracked BAW actually is. The net80211 code that completes a BAR will set tid-txa_start (the

svn commit: r264257 - in head/sys/dev: puc uart

2014-04-08 Thread Marius Strobl
Author: marius Date: Tue Apr 8 07:32:32 2014 New Revision: 264257 URL: http://svnweb.freebsd.org/changeset/base/264257 Log: Distinguish between the different variants and configurations of Sunix {MIO,SER}5 chips instead of treating all of them as PUC_PORT_2S. Among others, this fixes

Re: svn commit: r264250 - head/sys/dev/acpica

2014-04-08 Thread John Baldwin
On Monday, April 07, 2014 10:36:27 pm Adrian Chadd wrote: Author: adrian Date: Tue Apr 8 02:36:27 2014 New Revision: 264250 URL: http://svnweb.freebsd.org/changeset/base/264250 Log: Add a basic set of data points which count the number of sleep entries that are being done by the OS.

Re: svn commit: r264243 - in head/etc: . rc.d

2014-04-08 Thread John Baldwin
On Monday, April 07, 2014 6:40:29 pm Devin Teske wrote: Author: dteske Date: Mon Apr 7 22:40:29 2014 New Revision: 264243 URL: http://svnweb.freebsd.org/changeset/base/264243 Log: Loosen the processing of *_IF_aliasN vars to be less strict. Previously, the first alias had to be

svn commit: r264258 - head/sys/dev/vt

2014-04-08 Thread Aleksandr Rybalko
Author: ray Date: Tue Apr 8 14:14:25 2014 New Revision: 264258 URL: http://svnweb.freebsd.org/changeset/base/264258 Log: Fix cursor color in reverse video mode. PR: kern/188196 Submitted by: Claude Buisson clbuis...@orange.fr (original version) MFC after:1 week

svn commit: r264259 - head/sys/dev/vt

2014-04-08 Thread Aleksandr Rybalko
Author: ray Date: Tue Apr 8 14:18:39 2014 New Revision: 264259 URL: http://svnweb.freebsd.org/changeset/base/264259 Log: Update to fix at r264244. o Unmute terminal when done with driver replacement. o Move init fonts to early point. o Minor cleanup. MFC after:6 days

svn commit: r264260 - head/sys/boot

2014-04-08 Thread Ed Maste
Author: emaste Date: Tue Apr 8 17:40:09 2014 New Revision: 264260 URL: http://svnweb.freebsd.org/changeset/base/264260 Log: Revert r264132, disconnecting sys/boot/amd64 for now Some 64-bit Ficl warnings broke tinderbox builds. Modified: head/sys/boot/Makefile Modified:

svn commit: r264261 - head/sys/boot/ficl

2014-04-08 Thread Ed Maste
Author: emaste Date: Tue Apr 8 17:50:27 2014 New Revision: 264261 URL: http://svnweb.freebsd.org/changeset/base/264261 Log: Correct a variable's type for 64-bit Ficl FICL_INT is long. Modified: head/sys/boot/ficl/words.c Modified: head/sys/boot/ficl/words.c

RE: svn commit: r264243 - in head/etc: . rc.d

2014-04-08 Thread dteske
-Original Message- From: John Baldwin [mailto:j...@freebsd.org] Sent: Tuesday, April 8, 2014 6:17 AM To: Devin Teske Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- h...@freebsd.org Subject: Re: svn commit: r264243 - in head/etc: . rc.d On Monday, April 07,

svn commit: r264262 - head/sys/boot/ficl

2014-04-08 Thread Ed Maste
Author: emaste Date: Tue Apr 8 18:02:32 2014 New Revision: 264262 URL: http://svnweb.freebsd.org/changeset/base/264262 Log: Fix printf args for 64-bit archs Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/ficl/tools.c Modified: head/sys/boot/ficl/tools.c

svn commit: r264263 - head/sys/boot/efi/libefi

2014-04-08 Thread Ed Maste
Author: emaste Date: Tue Apr 8 18:21:38 2014 New Revision: 264263 URL: http://svnweb.freebsd.org/changeset/base/264263 Log: Add explicit casts to quiet warnings in libefi Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/efi/libefi/efipart.c Modified:

svn commit: r264264 - head/sys/cam/ctl

2014-04-08 Thread Alexander Motin
Author: mav Date: Tue Apr 8 18:22:03 2014 New Revision: 264264 URL: http://svnweb.freebsd.org/changeset/base/264264 Log: Wakeup only one thread of added in r263978i at a time. This slightly reduces lock congestion between threads. Submitted by: trasz Modified:

svn commit: r264265 - in head: crypto/openssl/crypto/bn crypto/openssl/crypto/ec crypto/openssl/ssl sys/fs/nfsserver

2014-04-08 Thread Xin LI
Author: delphij Date: Tue Apr 8 18:27:32 2014 New Revision: 264265 URL: http://svnweb.freebsd.org/changeset/base/264265 Log: Fix NFS deadlock vulnerability. [SA-14:05] Fix Heartbleed vulnerability and ECDSA Cache Side-channel Attack in OpenSSL. [SA-14:06] Modified:

svn commit: r264268 - head/sys/boot

2014-04-08 Thread Ed Maste
Author: emaste Date: Tue Apr 8 19:19:58 2014 New Revision: 264268 URL: http://svnweb.freebsd.org/changeset/base/264268 Log: (Re)connect sys/boot/amd64 to the build Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/Makefile Modified: head/sys/boot/Makefile

svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 20:10:22 2014 New Revision: 264269 URL: http://svnweb.freebsd.org/changeset/base/264269 Log: Add Stacey Son's binary activation patches that allow remapping of execution to a emumation program via parsing of ELF header information. With this kernel module

svn commit: r264270 - head/sys/conf

2014-04-08 Thread Warner Losh
Author: imp Date: Tue Apr 8 20:10:57 2014 New Revision: 264270 URL: http://svnweb.freebsd.org/changeset/base/264270 Log: Put proper ${} around variable expansion. This fixes the build on 9.2 with fmake (which complained). Not sure why bmake didn't complain though... Modified:

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-08 Thread John Baldwin
On Tuesday, April 08, 2014 4:10:22 pm Sean Bruno wrote: Author: sbruno Date: Tue Apr 8 20:10:22 2014 New Revision: 264269 URL: http://svnweb.freebsd.org/changeset/base/264269 Log: Add Stacey Son's binary activation patches that allow remapping of execution to a emumation program via

svn commit: r264274 - in head/sys/cam: ctl scsi

2014-04-08 Thread Alexander Motin
Author: mav Date: Tue Apr 8 20:50:48 2014 New Revision: 264274 URL: http://svnweb.freebsd.org/changeset/base/264274 Log: Add support for SCSI UNMAP commands to CTL. This patch adds support for three new SCSI commands: UNMAP, WRITE SAME(10) and WRITE SAME(16). WRITE SAME commands

svn commit: r264275 - head/usr.sbin/bhyvectl

2014-04-08 Thread John Baldwin
Author: jhb Date: Tue Apr 8 20:54:13 2014 New Revision: 264275 URL: http://svnweb.freebsd.org/changeset/base/264275 Log: Explicitly initialize 'vmname' to NULL. Reviewed by: grehan Modified: head/usr.sbin/bhyvectl/bhyvectl.c Modified: head/usr.sbin/bhyvectl/bhyvectl.c

Re: svn commit: r264265 - in head: crypto/openssl/crypto/bn crypto/openssl/crypto/ec crypto/openssl/ssl sys/fs/nfsserver

2014-04-08 Thread Bryan Drewery
On 2014-04-08 13:27, Xin LI wrote: Author: delphij Date: Tue Apr 8 18:27:32 2014 New Revision: 264265 URL: http://svnweb.freebsd.org/changeset/base/264265 Log: Fix NFS deadlock vulnerability. [SA-14:05] Fix Heartbleed vulnerability and ECDSA Cache Side-channel Attack in OpenSSL.

svn commit: r264276 - head/usr.sbin/binmiscctl

2014-04-08 Thread Christian Brueffer
Author: brueffer Date: Tue Apr 8 20:59:02 2014 New Revision: 264276 URL: http://svnweb.freebsd.org/changeset/base/264276 Log: Quick mdoc/whitespace/spelling pass, this needs some more work. Modified: head/usr.sbin/binmiscctl/binmiscctl.8 Modified: head/usr.sbin/binmiscctl/binmiscctl.8

svn commit: r264277 - head/usr.sbin/bhyve

2014-04-08 Thread John Baldwin
Author: jhb Date: Tue Apr 8 21:02:03 2014 New Revision: 264277 URL: http://svnweb.freebsd.org/changeset/base/264277 Log: Handle single-byte reads from the bvmcons port (0x220) by returning 0xff. Some guests may attempt to read from this port to identify psuedo-PNP ISA devices. (The ie(4)

svn commit: r264279 - in head/sys/cam: ctl scsi

2014-04-08 Thread Alexander Motin
Author: mav Date: Tue Apr 8 21:30:10 2014 New Revision: 264279 URL: http://svnweb.freebsd.org/changeset/base/264279 Log: Oops! Few quick fixes for r264274. Modified: head/sys/cam/ctl/ctl_backend_ramdisk.c head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/ctl/ctl_backend_ramdisk.c

svn commit: r264280 - in head/sys: conf modules

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 21:39:51 2014 New Revision: 264280 URL: http://svnweb.freebsd.org/changeset/base/264280 Log: Actually, since this is what I thought I was doing, only allow the binmisc code to be build on amd64/i386 for the kernel. Update NOTES with some indication of what

svn commit: r264281 - head/tools/tools/nanobsd

2014-04-08 Thread Warner Losh
Author: imp Date: Tue Apr 8 21:58:04 2014 New Revision: 264281 URL: http://svnweb.freebsd.org/changeset/base/264281 Log: Also ignore files from Murcirial (.hg) and git (.git) when copying file trees. Modified: head/tools/tools/nanobsd/nanobsd.sh Modified:

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-08 Thread Sean Bruno
Added: head/sys/kern/imgact_binmisc.c (contents, props changed) head/sys/modules/imgact_binmisc/ head/sys/modules/imgact_binmisc/Makefile (contents, props changed) head/sys/sys/imgact_binmisc.h (contents, props changed) head/usr.sbin/binmiscctl/

svn commit: r264282 - in head/sys: kern sys

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 22:12:01 2014 New Revision: 264282 URL: http://svnweb.freebsd.org/changeset/base/264282 Log: sys/kern/imgact_binmisc.c -- free the right pointer mask vs magic sys/sys/imagact_binmisc.h -- cleanup white space tabs vs spaces --

svn commit: r264283 - head/sys/cam/ctl

2014-04-08 Thread Alexander Motin
Author: mav Date: Tue Apr 8 22:36:39 2014 New Revision: 264283 URL: http://svnweb.freebsd.org/changeset/base/264283 Log: Another fix for r264274. Last moment cosmetic changes are evil! Modified: head/sys/cam/ctl/ctl_backend_block.c Modified: head/sys/cam/ctl/ctl_backend_block.c

svn commit: r264289 - head/sys/sys stable/10/sys/sys stable/9/sys/sys

2014-04-08 Thread Peter Wemm
Author: peter Date: Wed Apr 9 01:26:58 2014 New Revision: 264289 URL: http://svnweb.freebsd.org/changeset/base/264289 Log: Bump osreldate for tracking SA-14:06 Modified: head/sys/sys/param.h Changes in other areas also in this revision: Modified: stable/10/sys/sys/param.h

svn commit: r264291 - head/sys/modules

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Wed Apr 9 03:46:04 2014 New Revision: 264291 URL: http://svnweb.freebsd.org/changeset/base/264291 Log: Spell imgact_binmisc correctly Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

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

2014-04-08 Thread Adrian Chadd
Author: adrian Date: Wed Apr 9 03:51:05 2014 New Revision: 264292 URL: http://svnweb.freebsd.org/changeset/base/264292 Log: Add a function to check whether the given register can be accessed whilst the chip is asleep. It's AR5416 and later specific; I'll add a HAL method to generalise

svn commit: r264293 - head/sys/dev/nfe

2014-04-08 Thread Pyun YongHyeon
Author: yongari Date: Wed Apr 9 05:15:40 2014 New Revision: 264293 URL: http://svnweb.freebsd.org/changeset/base/264293 Log: Add workaround for MCP61 Ethernet controller found on MSI K9 motherboard. PHY hardware used for the controller responded at all possible addresses which in turn