CVS commit: src/sys/arch/xen/conf

2015-11-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Nov 11 08:51:33 UTC 2015

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Fix XEN build - does XEN really want/need pmap_pv_track?


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2016-02-27 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Feb 27 14:28:50 UTC 2016

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
add missing cpu_rng.c to kernel


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2016-02-27 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Feb 27 15:42:20 UTC 2016

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
no condition for cpu_rng here


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2016-05-19 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri May 20 03:41:20 UTC 2016

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
make CPU microcode loading dependent on both DOM0OPS AND CPU_UCODE


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2010-12-02 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Thu Dec  2 23:12:30 UTC 2010

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Make maxpartitions 16 on !i386. Fixes hardwiring root on device autoconf
index > 0 on amd64. Problem reported and patch tested by Tobias Nygren.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2011-04-11 Thread Christoph Egger
Module Name:src
Committed By:   cegger
Date:   Mon Apr 11 08:56:17 UTC 2011

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
build xen kernels again after db_trace merge


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2011-05-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri May 20 13:12:59 UTC 2011

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2011-06-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jun 12 16:31:57 UTC 2011

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Fix build failure for the odd child, as pointed out by pgoyette@.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2011-06-12 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Jun 13 00:53:16 UTC 2011

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Include required file for xen acpi


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2011-08-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 17 21:42:16 UTC 2011

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
Works with clang's integrated assembler now.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2012-01-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Jan 14 04:22:56 UTC 2012

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
No need for CPU_UCODE here now that it is global


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2014-10-10 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Oct 11 06:07:48 UTC 2014

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Mark machdep files.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2014-12-14 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Dec 15 07:35:09 UTC 2014

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Add two new compat files for Xen on amd64


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2014-12-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 15 13:48:51 UTC 2014

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
there is no ibcs2 in amd64 [yet?]


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2015-01-03 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Jan  4 07:34:14 UTC 2015

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Include files.sljit as i386/amd64 do.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2017-11-04 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sat Nov  4 07:01:45 UTC 2017

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
opt_intrdebug.h - this unbreaks the i386 DOMU build under some conditions


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2017-11-04 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sat Nov  4 08:55:50 UTC 2017

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
On XEN PV, the ISA 8259A PIC is only used on dom0


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2017-11-06 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Nov  6 15:21:23 UTC 2017

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Summary: xen/x86/intr.c has been retired. Don't try to build it.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2017-12-12 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Dec 12 08:27:33 UTC 2017

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
Remove trailing '&&' from shell script to fix the build.

>From a-rin on https://gist.github.com/a-rin/940abb80d45eb7ac75b8110b8466f149


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2018-01-08 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Mon Jan  8 14:39:33 UTC 2018

Modified Files:
src/sys/arch/xen/conf: files.compat

Log Message:
Make Xen compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/xen/conf/files.compat

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2018-01-21 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Jan 21 08:33:46 UTC 2018

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
Fix the build, on Xen too amd64_trap.S needs to be compiled independently.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2018-01-22 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Jan 22 22:36:11 UTC 2018

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
xen has separate list, update here also for x86/pmap_tlb.c -> x86/x86_tlb.c


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2018-06-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jun  2 18:11:26 UTC 2018

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
disable sanitizers and relro


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2014-07-17 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Thu Jul 17 10:49:45 UTC 2014

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
Sync DEFCOPTS and CFLAGS with i386 and amd64 counterparts.
Especially -fno-omit-frame-pointer


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2014-07-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jul 20 16:51:29 UTC 2014

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
Restrict -mno-fp-ret-in-387 to GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2020-05-02 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat May  2 16:46:06 UTC 2020

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
This is called pvh_consinit not hvm_consinit


To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2016-09-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Sep 23 22:07:12 UTC 2016

Modified Files:
src/sys/arch/xen/conf: std.xen

Log Message:
Given Xen/i386 the same process and file limit as native i386.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/xen/conf/std.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2017-02-17 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Fri Feb 17 21:51:47 UTC 2017

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Copy maxv's files.i386 change to files.xen ... this might fix the i386
xen kernel builds (I am doing a test build in parallel with this commit,
this shouldn't make things worse ... I will make further changes if
needed after my build finishes.)

Note: I am not currently in a position to test a Xen3 DomU kernel
(let alone Dom0) so I have no way of knowing whether a Xen kernel
with PMC included will actually work correctly or not.

If this results in a system that builds, I'd appreciate it if someone
who can test the Xen3_DOMU kernel could do so.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2018-12-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  9 00:45:18 UTC 2018

Modified Files:
src/sys/arch/xen/conf: files.compat

Log Message:
remove XXXKALSR that became MI.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/xen/conf/files.compat

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/conf

2018-12-24 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 24 21:15:59 UTC 2018

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Do not include files for MSI support on XEN dom0.

We do not support MSI as of now.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.