Author: nwhitehorn
Date: Mon Jan 15 06:46:33 2018
New Revision: 327992
URL: https://svnweb.freebsd.org/changeset/base/327992
Log:
Move the pmap-specific code in copyinout.c that gets pointers to userland
buffers into a new pmap-module function pmap_map_user_ptr() that can
be implemented by t
On Sun, Jan 14, 2018 at 11:00 PM, Kyle Evans wrote:
> Author: kevans
> Date: Mon Jan 15 05:00:26 2018
> New Revision: 327991
> URL: https://svnweb.freebsd.org/changeset/base/327991
>
> Log:
> stand/fdt: don't send clobbered FDT to the kernel
>
> If fdt_overlay_apply fails at some stage to appl
Author: kevans
Date: Mon Jan 15 05:00:26 2018
New Revision: 327991
URL: https://svnweb.freebsd.org/changeset/base/327991
Log:
stand/fdt: don't send clobbered FDT to the kernel
If fdt_overlay_apply fails at some stage to apply the overlay to the base,
both the base and overlay may be in an
Author: grehan
Date: Mon Jan 15 04:52:12 2018
New Revision: 327990
URL: https://svnweb.freebsd.org/changeset/base/327990
Log:
The vmm(4) man page is conditional on MK_BHYVE.
Submitted by: kevlo
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
===
Author: markj
Date: Mon Jan 15 01:09:10 2018
New Revision: 327988
URL: https://svnweb.freebsd.org/changeset/base/327988
Log:
MFC r327700:
Sort and remove unneeded includes.
Modified:
stable/11/sys/geom/mirror/g_mirror.c
stable/11/sys/geom/mirror/g_mirror_ctl.c
Directory Properties:
stab
On 01/14/18 15:42, Nathan Whitehorn wrote:
On 01/14/18 09:57, Nathan Whitehorn wrote:
On 01/14/18 09:52, Konstantin Belousov wrote:
On Sun, Jan 14, 2018 at 09:30:53AM -0800, Nathan Whitehorn wrote:
The immediate consequence of that is that no MI code that knows about
direct maps can poss
On 01/14/18 09:57, Nathan Whitehorn wrote:
On 01/14/18 09:52, Konstantin Belousov wrote:
On Sun, Jan 14, 2018 at 09:30:53AM -0800, Nathan Whitehorn wrote:
The immediate consequence of that is that no MI code that knows about
direct maps can possibly take advantage of the direct map on this
Author: manu
Date: Sun Jan 14 22:05:29 2018
New Revision: 327979
URL: https://svnweb.freebsd.org/changeset/base/327979
Log:
allwinner: mmc: Multiple improvement
- Add a per compatible configuration struct
- Not all SoC uses the same size for DMA transfert, add this into the
conf
Author: pfg
Date: Sun Jan 14 21:21:10 2018
New Revision: 327978
URL: https://svnweb.freebsd.org/changeset/base/327978
Log:
Free Fedor Uporov from mentorship.
He can now create his own bugs autonomously.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
Author: fsu
Date: Sun Jan 14 20:46:39 2018
New Revision: 327977
URL: https://svnweb.freebsd.org/changeset/base/327977
Log:
Add metadata_csum feature support.
Reviewed by: pfg (mentor)
Approved by: pfg (mentor)
MFC after: 6 months
Differential Revision:https://reviews.fr
Author: phk
Date: Sun Jan 14 20:36:21 2018
New Revision: 327976
URL: https://svnweb.freebsd.org/changeset/base/327976
Log:
Add a rudimentary PWM driver for the RaspberryPi.
Control is through sysctl, only GPIO12 supported.
bootverbose creates sysctls for direct mangling of relevant reg
Author: eadler
Date: Sun Jan 14 20:30:58 2018
New Revision: 327975
URL: https://svnweb.freebsd.org/changeset/base/327975
Log:
vmm(4): add to Makefile
r326281 added the vmm man page, but it needs to be installed.
PR: 205705
Modified:
head/share/man/man4/Makefile
Modified: head/sha
Author: eadler
Date: Sun Jan 14 20:23:44 2018
New Revision: 327974
URL: https://svnweb.freebsd.org/changeset/base/327974
Log:
MFC r326281:
Add vmm(4) man page
PR: 205705
Added:
stable/11/share/man/man4/vmm.4
- copied unchanged from r326281, head/share/man/man4/vmm.4
Modified:
On Jan 14, 2018 10:15 AM, "Mark Johnston" wrote:
On Sat, Jan 13, 2018 at 05:34:24PM -0500, Pedro Giffuni wrote:
>
>
> On 01/13/18 17:30, Pedro F. Giffuni wrote:
> > Author: pfg
> > Date: Sat Jan 13 22:30:30 2018
> > New Revision: 327949
> > URL: https://svnweb.freebsd.org/changeset/base/327949
>
On 01/14/18 09:52, Konstantin Belousov wrote:
On Sun, Jan 14, 2018 at 09:30:53AM -0800, Nathan Whitehorn wrote:
The immediate consequence of that is that no MI code that knows about
direct maps can possibly take advantage of the direct map on this
platform. Do we really want that to save some
Author: markj
Date: Sun Jan 14 17:56:19 2018
New Revision: 327973
URL: https://svnweb.freebsd.org/changeset/base/327973
Log:
Remove tst.zonename.d from the list of expected failures.
X-MFC with: r327888
Modified:
head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
Modified: head/cddl/usr
Author: markj
Date: Sun Jan 14 17:55:40 2018
New Revision: 327972
URL: https://svnweb.freebsd.org/changeset/base/327972
Log:
Use the thread's ucred struct when fetching jid or jailname.
Reported by: mjg
X-MFC with: r327888
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/dtrac
On Sun, Jan 14, 2018 at 09:30:53AM -0800, Nathan Whitehorn wrote:
> The immediate consequence of that is that no MI code that knows about
> direct maps can possibly take advantage of the direct map on this
> platform. Do we really want that to save some conditional logic that
> would get optimiz
On 01/14/18 09:05, Konstantin Belousov wrote:
On Sun, Jan 14, 2018 at 08:06:19AM -0800, Nathan Whitehorn wrote:
On 01/14/18 00:30, Konstantin Belousov wrote:
On Sat, Jan 13, 2018 at 08:31:40PM -0800, Nathan Whitehorn wrote:
On 01/13/18 15:28, Nathan Whitehorn wrote:
On 01/13/18 15:24, Kons
On Sat, Jan 13, 2018 at 05:34:24PM -0500, Pedro Giffuni wrote:
>
>
> On 01/13/18 17:30, Pedro F. Giffuni wrote:
> > Author: pfg
> > Date: Sat Jan 13 22:30:30 2018
> > New Revision: 327949
> > URL: https://svnweb.freebsd.org/changeset/base/327949
> >
> > Log:
> >dev: make some use of mallocarr
On Fri, Jan 12, 2018 at 11:37:51PM +0100, Mateusz Guzik wrote:
> On Fri, Jan 12, 2018 at 8:59 PM, Mark Johnston wrote:
>
> > Modified: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
> >
> > ==
> > --- head/
On Sun, Jan 14, 2018 at 08:06:19AM -0800, Nathan Whitehorn wrote:
>
>
> On 01/14/18 00:30, Konstantin Belousov wrote:
> > On Sat, Jan 13, 2018 at 08:31:40PM -0800, Nathan Whitehorn wrote:
> >>
> >> On 01/13/18 15:28, Nathan Whitehorn wrote:
> >>>
> >>> On 01/13/18 15:24, Konstantin Belousov wrote
Author: ian
Date: Sun Jan 14 17:01:37 2018
New Revision: 327971
URL: https://svnweb.freebsd.org/changeset/base/327971
Log:
Add RTC clock conversions for BCD values, with non-panic validation.
RTC clock hardware frequently uses BCD numbers. Currently the low-level
bcd2bin() and bin2bcd()
Author: imp
Date: Sun Jan 14 16:55:14 2018
New Revision: 327970
URL: https://svnweb.freebsd.org/changeset/base/327970
Log:
Report CG checksum mismatches. These errors are non-fatal. The
previous behavior is preserved (the CG checksum is fixed). We're just
noisy about it now.
Reviewed by
On 01/14/18 00:30, Konstantin Belousov wrote:
On Sat, Jan 13, 2018 at 08:31:40PM -0800, Nathan Whitehorn wrote:
On 01/13/18 15:28, Nathan Whitehorn wrote:
On 01/13/18 15:24, Konstantin Belousov wrote:
On Sat, Jan 13, 2018 at 11:14:53PM +, Nathan Whitehorn wrote:
+/*
+ * We (usually) h
Author: emaste
Date: Sun Jan 14 16:04:51 2018
New Revision: 327969
URL: https://svnweb.freebsd.org/changeset/base/327969
Log:
Enable VIMAGE in i386 GENERIC (revert r327840)
We've switched back to ld.bfd on i386 for now.
PR: 225077
Sponsored by: The FreeBSD Foundation
Modif
Author: bz
Date: Sun Jan 14 15:01:25 2018
New Revision: 327968
URL: https://svnweb.freebsd.org/changeset/base/327968
Log:
Remove trailing whitespace.
No functional change.
Modified:
head/sys/kern/kern_fork.c
Modified: head/sys/kern/kern_fork.c
==
Author: tuexen
Date: Sun Jan 14 14:33:22 2018
New Revision: 327967
URL: https://svnweb.freebsd.org/changeset/base/327967
Log:
Improve support for sctp_generic_recvmsg() and sctp_generic_sendmsg()
and add support for sctp_generic_sendmsg_iov().
Handle the struct iovec argument and the stru
Author: tuexen
Date: Sun Jan 14 14:27:42 2018
New Revision: 327966
URL: https://svnweb.freebsd.org/changeset/base/327966
Log:
Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.
Added:
head/lib/libsysdecode/sysdecode_sctp_sinfo_flags.3 (contents, props changed)
Modified:
h
Author: kib
Date: Sun Jan 14 12:39:50 2018
New Revision: 327965
URL: https://svnweb.freebsd.org/changeset/base/327965
Log:
Add STAC and CLAC instructions wrappers.
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:https://reviews
Author: kib
Date: Sun Jan 14 12:36:23 2018
New Revision: 327964
URL: https://svnweb.freebsd.org/changeset/base/327964
Log:
Enumerate and print Intel CPU features for Speculative Execution Side
Channel Mitigations.
The definitions are taken from the document 336996-001.
Sponsored by:
Author: kib
Date: Sun Jan 14 12:33:05 2018
New Revision: 327963
URL: https://svnweb.freebsd.org/changeset/base/327963
Log:
When re-evaluating cpu_features, also re-print CPU identification.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/dev/cpuctl/cpuctl.c
Author: tuexen
Date: Sun Jan 14 12:08:41 2018
New Revision: 327962
URL: https://svnweb.freebsd.org/changeset/base/327962
Log:
Add suppor for the supported PR-SCTP policies.
Modified:
head/lib/libsysdecode/Makefile
head/lib/libsysdecode/flags.c
head/lib/libsysdecode/mktables
head/lib/lib
Author: tuexen
Date: Sun Jan 14 09:51:25 2018
New Revision: 327961
URL: https://svnweb.freebsd.org/changeset/base/327961
Log:
Mark the iovec parameters of writev() and readv() as IN and OUT.
This makes truss work on readv() as expected.
Modified:
head/usr.bin/truss/syscalls.c
Modified: hea
Author: kib
Date: Sun Jan 14 09:33:44 2018
New Revision: 327960
URL: https://svnweb.freebsd.org/changeset/base/327960
Log:
MFC r327817:
Rename COMMON_TSS_RSP0 to TSS_RSP0.
Modified:
stable/11/sys/amd64/amd64/cpu_switch.S
stable/11/sys/amd64/amd64/genassym.c
Directory Properties:
stable/
Author: kib
Date: Sun Jan 14 09:29:06 2018
New Revision: 327959
URL: https://svnweb.freebsd.org/changeset/base/327959
Log:
MFC r327816, r327834:
Update comment explaining the check, to reality.
Modified:
stable/11/sys/amd64/amd64/support.S
stable/11/sys/i386/i386/support.s
Directory Prope
On Sat, 13 Jan 2018, Warner Losh wrote:
On Sat, Jan 13, 2018 at 6:17 AM, Bruce Evans wrote:
On Wed, 10 Jan 2018, Warner Losh wrote:
Log:
inittodr(0) actually sets the time, so there's no need to call
tc_setclock(). It's redundant. Tweak UPDATING based on code review of
past releases.
N
On Sat, Jan 13, 2018 at 08:31:40PM -0800, Nathan Whitehorn wrote:
>
>
> On 01/13/18 15:28, Nathan Whitehorn wrote:
> >
> >
> > On 01/13/18 15:24, Konstantin Belousov wrote:
> >> On Sat, Jan 13, 2018 at 11:14:53PM +, Nathan Whitehorn wrote:
> >>> +/*
> >>> + * We (usually) have a direct map of
38 matches
Mail list logo