Author: ae
Date: Wed Nov 25 07:31:59 2015
New Revision: 291292
URL: https://svnweb.freebsd.org/changeset/base/291292
Log:
Overhaul if_enc(4) and make it loadable in run-time.
Use hhook(9) framework to achieve ability of loading and unloading
if_enc(4) kernel module. INET and INET6 code on
Author: ae
Date: Wed Nov 25 07:14:58 2015
New Revision: 291291
URL: https://svnweb.freebsd.org/changeset/base/291291
Log:
Check that hhk_helper pointer isn't NULL before access.
It isn't forbidden to use NULL pointer for hook_helper in hookinfo
structure when hhook_add_hook() adds new hel
Author: cem
Date: Wed Nov 25 01:59:08 2015
New Revision: 291280
URL: https://svnweb.freebsd.org/changeset/base/291280
Log:
NTB: WC/WB isn't enough; set MMR region as UC
And expose vm_memattr_t of current mapping to consumers (as well as the
ability to change it to one of UC, WB, WC).
Author: jilles
Date: Tue Nov 24 22:47:19 2015
New Revision: 291267
URL: https://svnweb.freebsd.org/changeset/base/291267
Log:
sh: Remove global state from nodes.c.
No functional change is intended.
Modified:
head/bin/sh/mknodes.c
head/bin/sh/nodes.c.pat
Modified: head/bin/sh/mknodes.c
On Tue, Nov 24, 2015 at 10:51 AM, Conrad E. Meyer wrote:
> Author: cem
> Date: Tue Nov 24 18:51:17 2015
> New Revision: 291263
> URL: https://svnweb.freebsd.org/changeset/base/291263
>
> Log:
> ntb: Add MW tunable for MMR Xeon errata workaround
>
> Adds a new tunable, ntb.hw.b2b_mw_idx, which
Author: kib
Date: Tue Nov 24 19:55:11 2015
New Revision: 291266
URL: https://svnweb.freebsd.org/changeset/base/291266
Log:
Correct the number of DTLB entries reported for the CPUID Leaf 2
descriptor 0x6c.
Confirmed by: Intel
MFC after:3 days
Modified:
head/sys/x86/x86/identcpu.c
Author: mav
Date: Tue Nov 24 19:20:49 2015
New Revision: 291265
URL: https://svnweb.freebsd.org/changeset/base/291265
Log:
Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.
New name better repsents its meaning for modern chips.
Modified:
head/sys/dev/isp/isp.c
head/sys/dev/isp/isp_target.
Author: avos
Date: Tue Nov 24 19:20:45 2015
New Revision: 291264
URL: https://svnweb.freebsd.org/changeset/base/291264
Log:
urtwn(4): rework ROM reading.
- Add error handling for urtwn_(r88e_)read_rom() and
urtwn_efuse_*() functions.
- Remove code duplication between urtwn_efuse_read()
Author: cem
Date: Tue Nov 24 18:51:17 2015
New Revision: 291263
URL: https://svnweb.freebsd.org/changeset/base/291263
Log:
ntb: Add MW tunable for MMR Xeon errata workaround
Adds a new tunable, ntb.hw.b2b_mw_idx, which specifies the offset (from the
total number of memory windows) to use
Author: nwhitehorn
Date: Tue Nov 24 16:10:21 2015
New Revision: 291262
URL: https://svnweb.freebsd.org/changeset/base/291262
Log:
Use what we really mean (powerpc_lwsync()) rather than the Linux-compat
mb() here and provide some more documentation on what, exactly, makes this
code safe.
Author: des
Date: Tue Nov 24 16:07:03 2015
New Revision: 291261
URL: https://svnweb.freebsd.org/changeset/base/291261
Log:
Revert inadvertent commit of an incorrect patch
Modified:
head/crypto/openssh/session.c
Modified: head/crypto/openssh/session.c
=
Author: des
Date: Tue Nov 24 16:06:15 2015
New Revision: 291260
URL: https://svnweb.freebsd.org/changeset/base/291260
Log:
Remove description of the now-defunct NoneEnabled option.
Modified:
head/crypto/openssh/session.c
head/crypto/openssh/sshd_config
Modified: head/crypto/openssh/session
Author: ume
Date: Tue Nov 24 14:25:40 2015
New Revision: 291259
URL: https://svnweb.freebsd.org/changeset/base/291259
Log:
Correct alignment of the addresses in the `netstat -aW' output.
Modified:
head/usr.bin/netstat/inet.c
Modified: head/usr.bin/netstat/inet.c
=
Author: skra
Date: Tue Nov 24 13:57:41 2015
New Revision: 291258
URL: https://svnweb.freebsd.org/changeset/base/291258
Log:
Flush all kernel mappings from TLB(s) in time when they are cleared.
Replace tlb_flush_local() by tlb_flush() as even not global mappings
could be fetched to TLB(s) on
Author: lidl
Date: Tue Nov 24 13:47:21 2015
New Revision: 291257
URL: https://svnweb.freebsd.org/changeset/base/291257
Log:
Add myself (lidl) to the calendar.freebsd file.
Approved by: rpaulo (mentor)
Differential Revision:https://reviews.freebsd.org/D4264
Modified:
head/usr.b
Author: hselasky
Date: Tue Nov 24 12:11:56 2015
New Revision: 291249
URL: https://svnweb.freebsd.org/changeset/base/291249
Log:
Add some defines needed by the coming mlx5 infiniband support.
Sponsored by: Mellanox Technologies
MFC after:1 week
Modified:
head/sys/ofed/include/rdma/i
Author: ume
Date: Tue Nov 24 11:07:37 2015
New Revision: 291247
URL: https://svnweb.freebsd.org/changeset/base/291247
Log:
Add missing error check after xo_parse_args() in netstat(8).
Submitted by: Oliver Pinter
Differential Revision:https://reviews.freebsd.org/D4233
Modified:
Author: andrew
Date: Tue Nov 24 11:01:43 2015
New Revision: 291246
URL: https://svnweb.freebsd.org/changeset/base/291246
Log:
Add support for moving the DMAP range. This is needed as some AMD SoCs
place physical memory at an address outside the old DMAP range. This is an
issue as we rely on
Author: kib
Date: Tue Nov 24 09:45:36 2015
New Revision: 291244
URL: https://svnweb.freebsd.org/changeset/base/291244
Log:
Rework the vnode cache recycling to meet free and unused vnodes
targets. See the comment above wantfreevnodes variable for the
description of the algorithm.
The vf
On Tue, Nov 24, 2015 at 09:13:21AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Nov 24 09:13:21 2015
> New Revision: 291242
> URL: https://svnweb.freebsd.org/changeset/base/291242
>
> Log:
> On PowerPC 64bit, the linux-compat mb() definition is implemented with
> lwsync instruct
Author: kib
Date: Tue Nov 24 09:13:21 2015
New Revision: 291242
URL: https://svnweb.freebsd.org/changeset/base/291242
Log:
On PowerPC 64bit, the linux-compat mb() definition is implemented with
lwsync instruction, which does not provide Store/Load barrier. Fix
this by using "full" sync barr
Benjamin Kaduk writes:
> Hmm, I would have expected that the semicolon could go on the previous
> line, as is normally the case for punctuation following macros. Is
> this not the case here?
You're right. I didn't notice because I was just looking for double
quotes. Feel free to fix.
DES
--
Author: kevlo
Date: Tue Nov 24 08:34:48 2015
New Revision: 291238
URL: https://svnweb.freebsd.org/changeset/base/291238
Log:
Add dependency to uether.
Reviewed by: hselasky
Modified:
head/share/man/man4/aue.4
head/share/man/man4/axe.4
head/share/man/man4/axge.4
head/share/man/man4
23 matches
Mail list logo