Author: kevlo
Date: Fri Dec 22 01:46:25 2017
New Revision: 327075
URL: https://svnweb.freebsd.org/changeset/base/327075
Log:
Add soft float abi caching form armv7, it would allow people with old
binaries to run them.
Reviewed by: imp
Modified:
head/etc/rc.d/ldconfig
Modified: head/e
Author: kib
Date: Thu Dec 21 23:39:00 2017
New Revision: 327074
URL: https://svnweb.freebsd.org/changeset/base/327074
Log:
Fix mips build after introduction of MD definitions of atomic_load_64
and atomic_store_64.
The MD definitions are provided for LP64 only, while mips also uses
them
Author: kib
Date: Thu Dec 21 23:08:10 2017
New Revision: 327073
URL: https://svnweb.freebsd.org/changeset/base/327073
Log:
Fix build for LP64 arches with gcc.
gcc complaints that the comparision is always false due to the value
range, and the cast does not prevent the analysis. Split the
Author: kib
Date: Thu Dec 21 23:05:13 2017
New Revision: 327072
URL: https://svnweb.freebsd.org/changeset/base/327072
Log:
Fix build for kernels with SCHED_4BSD.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/net/iflib.c
Modified: head/sys/net/iflib.c
==
Author: markj
Date: Thu Dec 21 22:48:02 2017
New Revision: 327071
URL: https://svnweb.freebsd.org/changeset/base/327071
Log:
MFC r326410:
Document gmirror sysctls.
Modified:
stable/11/sbin/geom/class/mirror/gmirror.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/
Author: markj
Date: Thu Dec 21 22:47:04 2017
New Revision: 327070
URL: https://svnweb.freebsd.org/changeset/base/327070
Log:
MFC r326409:
Update gmirror metadata less frequently when synchronizing.
Modified:
stable/11/sys/geom/mirror/g_mirror.c
stable/11/sys/geom/mirror/g_mirror.h
Modifi
Author: imp
Date: Thu Dec 21 19:19:43 2017
New Revision: 327068
URL: https://svnweb.freebsd.org/changeset/base/327068
Log:
When -v is specified with -p dev, print the same verbose output as
when listing the whole tree. The list, however, is from the requested
device to the root (so it backwa
Author: imp
Date: Thu Dec 21 18:58:14 2017
New Revision: 327067
URL: https://svnweb.freebsd.org/changeset/base/327067
Log:
Fix markup and bump .Dd.
Modified:
head/usr.sbin/devinfo/devinfo.8
Modified: head/usr.sbin/devinfo/devinfo.8
Author: imp
Date: Thu Dec 21 18:51:47 2017
New Revision: 327066
URL: https://svnweb.freebsd.org/changeset/base/327066
Log:
Implement "-p dev" to print the path to the given device back to the
nexus. With redirection, could also be used to test if the device
exists in the device tree.
Sp
Author: tychon
Date: Thu Dec 21 18:30:11 2017
New Revision: 327065
URL: https://svnweb.freebsd.org/changeset/base/327065
Log:
Recognize a pending virtual interrupt while emulating the halt instruction.
Reviewed by: grehan, rgrimes
Sponsored by: Dell EMC Isilon
Differential Revision:
On Thu, Dec 14, 2017 at 2:36 PM, Eugene Grosbein mailto:eu...@grosbein.net>> wrote:
>
> - zfsloader(8) failing to find any ZFS pool after zfsboot(8) successfully
> loaded and started zfsload(8) from zpool (PR pending, need to collect
> more info)
I've discovered the source of the problem
Author: pfg
Date: Thu Dec 21 16:25:33 2017
New Revision: 327064
URL: https://svnweb.freebsd.org/changeset/base/327064
Log:
patch: further cleanup to git-style diffs.
Fix adding and removing files with git-style a/ b/ diffs: only skip
six letters if they actually match "--- a/" and "+++ b/
Author: pfg
Date: Thu Dec 21 16:19:10 2017
New Revision: 327063
URL: https://svnweb.freebsd.org/changeset/base/327063
Log:
patch: rejname[] is also -r option buffer, and should be PATH_MAX.
Obtained from:OpenBSD (CVS 1.64)
Modified:
head/usr.bin/patch/patch.c
Modified: head/usr.
Author: np
Date: Thu Dec 21 15:19:43 2017
New Revision: 327062
URL: https://svnweb.freebsd.org/changeset/base/327062
Log:
cxgbe(4): Read the MFG diags version from the VPD and make it available
in the sysctl MIB.
MFC after:1 week
Sponsored by: Chelsio Communications
Modified:
he
Author: ae
Date: Thu Dec 21 14:09:06 2017
New Revision: 327061
URL: https://svnweb.freebsd.org/changeset/base/327061
Log:
MFC r326847:
Fix mbuf leak when TCPMD5_OUTPUT() method returns error.
PR: 223817
Modified:
stable/11/sys/netinet/tcp_output.c
Directory Properties:
st
Author: kib
Date: Thu Dec 21 13:32:49 2017
New Revision: 327060
URL: https://svnweb.freebsd.org/changeset/base/327060
Log:
MFC r326851:
In devfs_lookupx() dotdot lookup case, avoid dereferencing
dvp->v_mount after dvp is unlocked.
Modified:
stable/10/sys/fs/devfs/devfs_vnops.c
Directory P
Author: kib
Date: Thu Dec 21 13:30:56 2017
New Revision: 327059
URL: https://svnweb.freebsd.org/changeset/base/327059
Log:
MFC r326851:
In devfs_lookupx() dotdot lookup case, avoid dereferencing
dvp->v_mount after dvp is unlocked.
Modified:
stable/11/sys/fs/devfs/devfs_vnops.c
Directory P
Author: mizhka
Date: Thu Dec 21 12:21:35 2017
New Revision: 327058
URL: https://svnweb.freebsd.org/changeset/base/327058
Log:
[boot/efi] scan all display modes rather than sequential try-fail way
This patch allows to scan all display modes in boot1 as loader does.
Before system tried t
On Thu, Dec 21, 2017 at 01:27:33AM +, Marius Strobl wrote:
> Author: marius
> Date: Thu Dec 21 01:27:32 2017
> New Revision: 327053
> URL: https://svnweb.freebsd.org/changeset/base/327053
>
> Log:
> Remove MD atomic_load_{32,64,int,long,ptr}(9) obsolete since the addition
> of (conflicting
Author: ed
Date: Thu Dec 21 09:21:40 2017
New Revision: 327057
URL: https://svnweb.freebsd.org/changeset/base/327057
Log:
Make truss work for CloudABI executables on i386.
The system call convention is different from i386 binaries running on
FreeBSD/amd64, but this is not noticeable by ex
Author: bde
Date: Thu Dec 21 09:17:48 2017
New Revision: 327056
URL: https://svnweb.freebsd.org/changeset/base/327056
Log:
Use resume_cpus() instead of restart_cpus() to resume from ACPI suspension.
restart_cpus() worked well enough by accident. Before this set of fixes,
resume_cpus() used
21 matches
Mail list logo