On Fri, Mar 18, 2016 at 07:48:49PM +, John Baldwin wrote:
>
> - for (x = 0; x < delay; x += 5) {
> + for (x = 0; x < delay; x++) {
> if ((lapic_read_icr_lo() & APIC_DELSTAT_MASK) ==
> APIC_DELSTAT_IDLE)
> return (1);
> -
On Wed, Mar 16, 2016 at 03:01:56PM +0100, Edward Tomasz Napierala wrote:
> You're right. I've added the explicit cast to void, let's see
> if that helps.
>
> On 0315T1346, Conrad Meyer wrote:
> > Instead you will get, "warning: unused but set variable 'error'" on
> > -NODEBUG builds. Maybe add:
Author: andrew
Date: Wed Mar 16 15:31:09 2016
New Revision: 296938
URL: https://svnweb.freebsd.org/changeset/base/296938
Log:
Remove old COMPAT_FREEBSD options from the ARM kernel configs. We replaced
the ABI in 10.0, and have removed support for the old ABI in 11. As such
any of these optio
Author: mmel
Date: Fri Mar 18 07:13:09 2016
New Revision: 297011
URL: https://svnweb.freebsd.org/changeset/base/297011
Log:
TEGRA: Fix tegra_pcie driver after rman_res_t size change.
Modified:
head/sys/arm/nvidia/tegra_pcie.c
Modified: head/sys/arm/nvidia/tegra_pcie.c
===
Author: adrian
Date: Sat Mar 19 04:37:33 2016
New Revision: 297048
URL: https://svnweb.freebsd.org/changeset/base/297048
Log:
[net80211] Add VHT Transmit Power Envelope element - 802.11ac-2013 8.4.2.164
This .. seems inconsistently transmitted from various vendors.
Modified:
head/sys/net
Author: markj
Date: Thu Mar 17 18:55:54 2016
New Revision: 296990
URL: https://svnweb.freebsd.org/changeset/base/296990
Log:
Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
head/sys/cddl/dev/dtrace/aarc
On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote:
H> Modified: head/sys/sys/sysctl.h
H>
==
H> --- head/sys/sys/sysctl.hWed Mar 16 06:42:15 2016(r296932)
H> +++ head/sys/sys/sysctl.hWed Ma
Author: emaste
Date: Wed Mar 16 18:55:17 2016
New Revision: 296948
URL: https://svnweb.freebsd.org/changeset/base/296948
Log:
Remove armeb FreeBSD 6 compat shim
r296861 addressed a build failure due to undefined SYS_freebsd6_lseek
by adding a COMPAT_FREEBSD6 conditional, but we do not sup
Author: loos
Date: Thu Mar 17 19:35:08 2016
New Revision: 296993
URL: https://svnweb.freebsd.org/changeset/base/296993
Log:
Add support for dual emac mode.
In dual emac mode, the CPSW subsystem provides two independent ethernets.
This is implemented (as recommended by TI's TRM) with a
Author: loos
Date: Thu Mar 17 06:23:48 2016
New Revision: 296980
URL: https://svnweb.freebsd.org/changeset/base/296980
Log:
Fixes a few style(9) issues, remove extra blank lines.
No functional changes.
Sponsored by: Rubicon Comunications (Netgate)
Modified:
head/sys/arm/ti/cpsw/if_c
Author: julian
Date: Fri Mar 18 07:59:38 2016
New Revision: 297012
URL: https://svnweb.freebsd.org/changeset/base/297012
Log:
Add a few details that make it easier to use this macro.
MFC after:1 week
Sponsored by: Panzura inc
Modified:
head/share/man/man9/SYSCALL_MODULE.9
Modified
Author: maxim
Date: Fri Mar 18 15:44:21 2016
New Revision: 297027
URL: https://svnweb.freebsd.org/changeset/base/297027
Log:
o Restore some good whitespace killed in the previous commit.
Spotted by: bjk
Modified:
head/sbin/ping/ping.c
Modified: head/sbin/ping/ping.c
==
Author: adrian
Date: Fri Mar 18 03:55:00 2016
New Revision: 297006
URL: https://svnweb.freebsd.org/changeset/base/297006
Log:
Add initial 802.11ac IEs and fields.
This is a subset of what's in the linux 802.11ac implementation.
I've verified that the bits that mention an 802.11ac draft
Author: markj
Date: Thu Mar 17 19:01:44 2016
New Revision: 296991
URL: https://svnweb.freebsd.org/changeset/base/296991
Log:
Modify defrouter_remove() to perform the router lookup before removal.
This allows some simplification of its callers. No functional change
intended.
Tested by
> On Mar 16, 2016, at 17:37, Simon J. Gerraty wrote:
>
> Author: sjg
> Date: Thu Mar 17 00:37:04 2016
> New Revision: 296970
> URL: https://svnweb.freebsd.org/changeset/base/296970
>
> Log:
> We need libutil
>
> and make it feasible to at least build the tests in situ
>
> Modified:
> head/
On Wednesday, March 16, 2016 01:27:38 PM Gleb Smirnoff wrote:
> On Tue, Mar 15, 2016 at 10:43:53AM -0700, John Baldwin wrote:
> J> > Log:
> J> > Fix witness panic in the ipoib_ioctl() function when unloading the
> J> > ipoib module.
> J> >
> J> > The bpfdetach() function is trying to turn
On Wed, Mar 16, 2016 at 01:32:41PM -0700, Gleb Smirnoff wrote:
T> H> +.Sh EXAMPLES
T> H> +The following example creates a static counter array exported to
T> H> +userspace through a sysctl:
T> H> +.Bd -literal -offset indent
T> H> +#define MY_SIZE 8
T> H> +static counter_u64_t array[MY_SIZE];
T> H>
Author: hselasky
Date: Thu Mar 17 12:30:21 2016
New Revision: 296987
URL: https://svnweb.freebsd.org/changeset/base/296987
Log:
Add missing curly brackets in for loop.
Sponsored by: Mellanox Technologies
MFC after:1 week
Modified:
head/sys/ofed/drivers/net/mlx4/en_port.c
Modified:
Author: allanjude
Date: Thu Mar 17 17:53:38 2016
New Revision: 296988
URL: https://svnweb.freebsd.org/changeset/base/296988
Log:
Remove 50% ZFS conditional from bsdinstall/zfsboot
Remove the requirement that the resulting partition table be atleast 50% ZFS
PR: 208094
Reques
Author: imp
Date: Wed Mar 16 16:56:28 2016
New Revision: 296944
URL: https://svnweb.freebsd.org/changeset/base/296944
Log:
Fix debug printf
Modified:
head/sys/dev/ppbus/vpo.c
Modified: head/sys/dev/ppbus/vpo.c
==
---
20 matches
Mail list logo