Re: CVS commit: src/sys/arch/i386/include

2018-06-21 Thread Joerg Sonnenberger
On Sun, Jun 17, 2018 at 03:46:39PM +, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Sun Jun 17 15:46:39 UTC 2018 > > Modified Files: > src/sys/arch/i386/include: frameasm.h > > Log Message: > i586 and below don't have this 3-byte nop, so use three 1-byte

re: CVS commit: src/sys/arch/x86/x86

2018-06-21 Thread matthew green
"Maxime Villard" writes: > Module Name: src > Committed By: maxv > Date: Tue Jun 19 09:25:13 UTC 2018 > > Modified Files: > src/sys/arch/x86/x86: fpu.c > > Log Message: > When using EagerFPU, create the fpu state in execve at IPL_HIGH. why splhigh instead of kpreempt_disable()?

re: CVS commit: src/share/mk

2018-06-21 Thread matthew green
"Maya Rashish" writes: > Module Name: src > Committed By: maya > Date: Wed Jun 20 02:15:13 UTC 2018 > > Modified Files: > src/share/mk: sys.mk > > Log Message: > Strip -Wsystem-headers from CXXFLAGS. > > GCC's C++ headers are not clean (yet). They are trying, but haven't got there

Re: CVS commit: src/sys/arch/x86/x86

2018-06-21 Thread Maxime Villard
Le 22/06/2018 à 03:40, matthew green a écrit : "Maxime Villard" writes: Module Name:src Committed By: maxv Date: Tue Jun 19 09:25:13 UTC 2018 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: When using EagerFPU, create the fpu state in execve at IPL_HIGH. why

Re: CVS commit: src/sys/arch

2018-06-21 Thread Maxime Villard
Le 20/06/2018 à 21:26, Jaromír Doleček a écrit : 2018-06-20 18:03 GMT+02:00 Maxime Villard : I haven't tested but looking at the code it seems to me that this part of your change breaks DAZ on native, and I don't see how it can help xsave on xen by the way Thanks, I'll change the conditional t

Re: CVS commit: src/external/mpl/dhcp

2018-06-21 Thread Paul Goyette
On Thu, 21 Jun 2018, Kamil Rytarowski wrote: Module Name:src Committed By: kamil Date: Thu Jun 21 11:02:48 UTC 2018 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Make building of dhcp compatible with MKSANITIZER Disable LD flags (-Wl,-Bstatic and -Wl

Re: CVS commit: src/external/mpl/dhcp

2018-06-21 Thread Kamil Rytarowski
On 21.06.2018 13:09, Paul Goyette wrote: > On Thu, 21 Jun 2018, Kamil Rytarowski wrote: > >> Module Name:    src >> Committed By:    kamil >> Date:    Thu Jun 21 11:02:48 UTC 2018 >> >> Modified Files: >> src/external/mpl/dhcp: Makefile.inc >> >> Log Message: >> Make building of dhcp compa

Re: CVS commit: src/external/mpl/dhcp

2018-06-21 Thread Roy Marples
On 21/06/2018 12:09, Paul Goyette wrote: On Thu, 21 Jun 2018, Kamil Rytarowski wrote: Module Name:    src Committed By:    kamil Date:    Thu Jun 21 11:02:48 UTC 2018 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Make building of dhcp compatible with MKSANITIZER Di