Author: wma
Date: Thu Jul 7 05:47:42 2016
New Revision: 302387
URL: https://svnweb.freebsd.org/changeset/base/302387
Log:
ARM64: move to GPT scheme in sysinstall
It's time to abandon MBR installations on
ARM64 platforms.
Obtained from: Semihalf
Submitte
Author: delphij
Date: Thu Jul 7 05:04:20 2016
New Revision: 302386
URL: https://svnweb.freebsd.org/changeset/base/302386
Log:
MFC r302305: MFV r302260: expat 2.2.0.
Added:
stable/9/contrib/expat/configure.ac
- copied unchanged from r302305, head/contrib/expat/configure.ac
stable/9/con
Author: delphij
Date: Thu Jul 7 04:59:58 2016
New Revision: 302385
URL: https://svnweb.freebsd.org/changeset/base/302385
Log:
MFC r302305: MFV r302260: expat 2.2.0.
Added:
stable/10/contrib/expat/configure.ac
- copied unchanged from r302305, head/contrib/expat/configure.ac
stable/10/c
Author: sbruno
Date: Thu Jul 7 03:39:18 2016
New Revision: 302384
URL: https://svnweb.freebsd.org/changeset/base/302384
Log:
Do not initialize the adapter on MTU change when adapter status is down.
This fixes long-standing problems when changing settings of the adapter.
Discussed in:
h
Author: cy
Date: Thu Jul 7 02:23:52 2016
New Revision: 302383
URL: https://svnweb.freebsd.org/changeset/base/302383
Log:
MFC r302296:
Remove dead code.
Modified:
stable/10/contrib/ipfilter/tools/ipf.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/contrib/ipfi
Author: smh
Date: Wed Jul 6 23:49:19 2016
New Revision: 302382
URL: https://svnweb.freebsd.org/changeset/base/302382
Log:
Fix ZFS ARC min / max tunable
Due to ARC initial configuration not being done and kmem information
not being available we need to blindly set zfs_arc_max and zfs_arc_
Author: hselasky
Date: Wed Jul 6 22:21:22 2016
New Revision: 302381
URL: https://svnweb.freebsd.org/changeset/base/302381
Log:
Handle IOC_VOID special case of passing an integer IOCTL argument through
CUSE.
Submitted by: Vladimir Kondratyev
Approved by: re (gjb)
Modified:
head/sys/
Author: jimharris
Date: Wed Jul 6 20:48:42 2016
New Revision: 302380
URL: https://svnweb.freebsd.org/changeset/base/302380
Log:
isci: fix ATA PASSTHROUGH fixed sense data format
PR: kern/191717
Submitted by: mar...@lispworks.com
Approved by: re (gjb)
MFC after: 3 days
Modified:
he
Author: jhb
Date: Wed Jul 6 18:55:46 2016
New Revision: 302379
URL: https://svnweb.freebsd.org/changeset/base/302379
Log:
Correct locking annotation for p_comm.
p_comm is changed during exec, it is not read-only after fork.
Pointed out by: rwatson
Approved by: re (gjb, kib)
Author: nwhitehorn
Date: Wed Jul 6 17:46:49 2016
New Revision: 302378
URL: https://svnweb.freebsd.org/changeset/base/302378
Log:
Add variable declaration missing in r302372.
Submitted by: andrew
Approved by: re (gjb, kib)
Modified:
head/sys/net/flowtable.c
Modified: head/sys/net/flo
Author: truckman
Date: Wed Jul 6 17:45:38 2016
New Revision: 302377
URL: https://svnweb.freebsd.org/changeset/base/302377
Log:
MFC r300547
Fix multiple Coverity Out-of-bounds access false postive issues in CAM
The currently used idiom for clearing the part of a ccb after its
header
Author: truckman
Date: Wed Jul 6 17:42:09 2016
New Revision: 302376
URL: https://svnweb.freebsd.org/changeset/base/302376
Log:
MFC r299371 (by trasz)
Add "camcontrol reprobe" subcommand, and implement it for da(4).
This makes it possible to manually force updating capacity data
after t
On Wed, 6 Jul 2016 10:00:08 -0700
Nathan Whitehorn wrote:
> On 07/06/16 09:57, Andrew Turner wrote:
> > On Wed, 6 Jul 2016 14:09:49 + (UTC)
> > Nathan Whitehorn wrote:
> >
> >> Author: nwhitehorn
> >> Date: Wed Jul 6 14:09:49 2016
> >> New Revision: 302372
> >> URL: https://svnweb.freebsd
On 07/06/16 09:57, Andrew Turner wrote:
On Wed, 6 Jul 2016 14:09:49 + (UTC)
Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Wed Jul 6 14:09:49 2016
New Revision: 302372
URL: https://svnweb.freebsd.org/changeset/base/302372
Log:
Replace a number of conflations of mp_ncpus and mp_max
On Wed, 6 Jul 2016 14:09:49 + (UTC)
Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Wed Jul 6 14:09:49 2016
> New Revision: 302372
> URL: https://svnweb.freebsd.org/changeset/base/302372
>
> Log:
> Replace a number of conflations of mp_ncpus and mp_maxid with either
> mp_maxid or C
Author: andrew
Date: Wed Jul 6 16:20:10 2016
New Revision: 302375
URL: https://svnweb.freebsd.org/changeset/base/302375
Log:
Remove the old pre-INTRNG arm64 interrupt framework. GENERIC was switched
to INTRNG in r301565 with the old code no longer being built by default with
no reports of i
Author: jtl
Date: Wed Jul 6 16:17:13 2016
New Revision: 302374
URL: https://svnweb.freebsd.org/changeset/base/302374
Log:
The TCPPCAP debugging feature caches recently-used mbufs for use in
debugging TCP connections. This commit provides a mechanism to free those
mbufs when the system is un
Author: ngie
Date: Wed Jul 6 16:02:15 2016
New Revision: 302373
URL: https://svnweb.freebsd.org/changeset/base/302373
Log:
Fix CTASSERT issue in a more clean way
- Replace all CTASSERT macro instances with static_assert's.
- Remove the WRAPPED_CTASSERT macro; it's now an unnecessary obfu
Author: nwhitehorn
Date: Wed Jul 6 14:09:49 2016
New Revision: 302372
URL: https://svnweb.freebsd.org/changeset/base/302372
Log:
Replace a number of conflations of mp_ncpus and mp_maxid with either
mp_maxid or CPU_FOREACH() as appropriate. This fixes a number of places in
the kernel that as
Author: hselasky
Date: Wed Jul 6 10:57:04 2016
New Revision: 302371
URL: https://svnweb.freebsd.org/changeset/base/302371
Log:
Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sure
"struct xhci_dev_ctx_addr" fits into a single 4K page until further.
Approved by: re (hrs)
Author: bz
Date: Wed Jul 6 10:29:29 2016
New Revision: 302370
URL: https://svnweb.freebsd.org/changeset/base/302370
Log:
Only set the ipfilter running state to 'not running' if we are
doing the teardown. ipf_destroy_all() may free ipfmain in case
of ipf_dynamic_softc being true, thus we ar
21 matches
Mail list logo