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

2014-04-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 8 21:08:36 UTC 2014 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable options VND_COMPRESSION in amd64/GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.384 -r1.385

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

2014-04-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 8 21:51:11 UTC 2014 Modified Files: src/sys/arch/amd64/conf: ALL Log Message: Add COMPAT_NETBSD32 and COMPAT_LINUX32 to amd64/ALL. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/amd64/include

2014-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 3 15:22:36 UTC 2014 Modified Files: src/sys/arch/amd64/include: types.h Log Message: we have cpu_bootconf() To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amd64/include/types.h Please

CVS commit: src/sys/arch/amd64/include

2014-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 20:45:32 UTC 2014 Modified Files: src/sys/arch/amd64/include: pmc.h types.h Log Message: make pmc compile with amd64 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amd64/include/pmc.h cvs

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

2014-03-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Mar 15 13:50:01 UTC 2014 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU Log Message: Enable PCI support in amd64 XEN3_DOMU config to match i386 XEN3_DOMU config. To generate a diff of this commit: cvs rdiff -u -r1.50

CVS commit: src/sys/arch/amd64/amd64

2014-03-11 Thread Lars Heidieker
Module Name:src Committed By: para Date: Tue Mar 11 20:54:29 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: mark a diagnostic only variable To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/amd64/amd64/trap.c Please note

CVS commit: src/sys/arch/amd64/include

2014-02-20 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Feb 20 18:20:39 UTC 2014 Modified Files: src/sys/arch/amd64/include: frame.h Log Message: This doesn't need fpu.h, but should include ucontext.h To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2014-02-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 20 03:48:06 UTC 2014 Modified Files: src/sys/arch/amd64/conf: files.amd64 Log Message: Since fpu.c is contained in every kernel, and it calls routines in convert_xmm_s87.c we need to include convert_xmm_s87.c in all

CVS commit: src/sys/arch/amd64/include

2014-02-18 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 18 22:05:56 UTC 2014 Modified Files: src/sys/arch/amd64/include: Makefile Log Message: Copy fpu.h to release To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/Makefile Please note

CVS commit: src/sys/arch/amd64/amd64

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 19:42:04 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S Log Message: Best if x86_stmxcsr executes stmxcsr. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/cpufunc.S

CVS commit: src/sys/arch/amd64/amd64

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 22:19:02 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: fpu.c Log Message: Simplify fputrap() considerably. There is no need to save the fpu state here, and definitely no need to initialise the fpu. The code is

CVS commit: src/sys/arch/amd64/amd64

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 23:02:25 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: fpu.c Log Message: Steal the table from i386/isa/npx.c than selects the highest priority floating point error when raising a signal. Multiple errors bits can

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

2014-02-05 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Feb 5 23:10:41 UTC 2014 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 Log Message: Apparantly clang doesn't like -mno-80387 or -mno-fp-ret-in-387 -msoft-float is equivalent to the former, the latter is probably

CVS commit: src/sys/arch/amd64

2014-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 25 05:09:59 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c src/sys/arch/amd64/include: vmparam.h Log Message: provide propert address defaults for topdown and bottomup allocation To

CVS commit: src/sys/arch/amd64/amd64

2014-01-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 11 19:31:47 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: mptramp.S Log Message: remove unused and undefined .globl To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amd64/amd64/mptramp.S

CVS commit: src/sys/arch/amd64/amd64

2013-12-12 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Dec 12 22:41:03 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c Log Message: Since regs-fxstate is actually of type 'struct fxsave64' use a structure copy instead of a 'not obviously incorrect' memcpy().

CVS commit: src/sys/arch/amd64

2013-12-11 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Dec 11 22:06:51 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: fpu.c src/sys/arch/amd64/include: fpu.h pcb.h Log Message: Remove the fields that were used to save the i387 fp state on interrupt. They were written but

CVS commit: src/sys/arch/amd64/amd64

2013-11-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 2 00:41:58 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: sprinkle __diagused To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/sys/arch/amd64/amd64

2013-10-27 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Oct 27 16:25:01 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: fpu.c Log Message: - fpu_state_save() on amd64: ci-ci_fpsaving is no longer used, simplify. - Remove some unnecessary header inclusions. Misc clean up while

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

2013-10-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Oct 23 17:22:49 UTC 2013 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 Log Message: Add xhci device To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u

CVS commit: src/sys/arch/amd64/amd64

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 20:57:58 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: remove unused variable, and move variable used only by XEN in the XEN ifdef. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amd64/include

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:11:15 UTC 2013 Modified Files: src/sys/arch/amd64/include: db_machdep.h Log Message: use the parameter for instruction macros To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/amd64/include

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 23:04:20 UTC 2013 Modified Files: src/sys/arch/amd64/include: db_machdep.h Log Message: we need to return something here. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/amd64/include

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 23:05:08 UTC 2013 Modified Files: src/sys/arch/amd64/include: db_machdep.h Log Message: add missing _ To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/include/db_machdep.h Please

CVS commit: src/sys/arch/amd64/amd64

2013-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 16 18:07:56 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: gdt.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amd64/amd64/gdt.c Please note that diffs are

CVS commit: src/sys/arch/amd64/amd64

2013-06-25 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Jun 25 21:08:07 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: Improve the dodgy code that writes the FP regs into core dumps of 32bit apps. (I'm not pretending it is correct yet!) The 'struct

CVS commit: src/sys/arch/amd64/amd64

2013-06-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Jun 22 06:23:28 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: lock_stubs.S Log Message: Use END() to set ELF symbol size. Set local data type/size too. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/amd64/include

2013-06-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Jun 22 07:31:36 UTC 2013 Modified Files: src/sys/arch/amd64/include: asm.h Log Message: Define IDTVEC_END(), from i386/asm.h. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/asm.h

CVS commit: src/sys/arch/amd64/amd64

2013-06-21 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Jun 22 02:33:44 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: amd64func.S Log Message: Use END() to set ELF symbol size. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/amd64/amd64

2013-06-21 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Jun 22 05:56:32 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: cpu_in_cksum.S Log Message: Use END() to set ELF symbol size. Set local string type/size too. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/amd64/include

2013-06-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Jun 21 02:47:06 UTC 2013 Modified Files: src/sys/arch/amd64/include: asm.h Log Message: Add END(y) as i386/asm.h does. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amd64/include/asm.h Please

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

2013-06-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 6 07:11:18 UTC 2013 Modified Files: src/sys/arch/amd64/conf: INSTALL Log Message: Fix compile error. PR#38480 was correctly fixed in 2009, it's ok to remove no options MTRR To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/amd64/amd64

2013-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 5 14:37:04 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: declaring mtrr_funcs once should be enough. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195

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

2013-06-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 4 14:39:31 UTC 2013 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: sync drm with i386 To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376 src/sys/arch/amd64/conf/GENERIC Please note that

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

2013-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri May 3 15:45:24 UTC 2013 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable sdhc* at cardbus? in amd64 GENERIC. As it is already in i386 GENERIC. sdhc(4) has had working detach support for a while now

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

2013-04-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Apr 6 16:56:19 UTC 2013 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: athn at pci has been successfully tested To generate a diff of this commit: cvs rdiff -u -r1.369 -r1.370 src/sys/arch/amd64/conf/GENERIC

CVS commit: src/sys/arch/amd64/amd64

2013-04-02 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Tue Apr 2 13:28:42 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Use printf_nolog() as i386 when print remaing bytes at crash dump to prevent message buffer with cound down. To generate a diff of this

CVS commit: src/sys/arch/amd64/amd64

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 00:06:12 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: print the lid too. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/amd64/amd64/trap.c Please note that

CVS commit: src/sys/arch/amd64/amd64

2013-01-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 12 16:56:11 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: enable sparse dumps by default. To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 src/sys/arch/amd64/amd64/machdep.c

CVS commit: src/sys/arch/amd64/include

2013-01-07 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jan 7 17:03:06 UTC 2013 Modified Files: src/sys/arch/amd64/include: segments.h Log Message: rearrange the LDT entries so that (32-bit) COMPAT_10 binaries work again. in long mode, call gates use two slots, so the first entry (a

CVS commit: src/sys/arch/amd64/include

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:40:23 UTC 2013 Modified Files: src/sys/arch/amd64/include: signal.h Log Message: This is included into user-programs by signal.h, it shouldn't be pulling in machine/fpu.h - which doesn't describe anything userspace

CVS commit: src/sys/arch/amd64

2012-12-31 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Dec 31 16:20:18 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: fpu.c netbsd32_machdep.c src/sys/arch/amd64/include: fpu.h pcb.h Log Message: Move the two fields used to save some i387 state on the last fpu trap

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

2012-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 20 22:08:19 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: fix cut-n-paste. To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/sys/arch/amd64/conf/GENERIC Please note that

CVS commit: src/sys/arch/amd64/include

2012-12-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Dec 15 21:50:43 UTC 2012 Modified Files: src/sys/arch/amd64/include: fpu.h Log Message: Add the offsets and comments for the members of 'struct fxsave64. Spilt the 'fx_unused2' field into its reserved and available halves. The

CVS commit: src/sys/arch/amd64/include

2012-12-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Dec 15 22:39:04 UTC 2012 Modified Files: src/sys/arch/amd64/include: mcontext.h Log Message: Remove the incorrect comment about a (now deleted) pad field added to make __fpregs be 16-byte aligned within ucontext_t. I doubt that

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

2012-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 14 16:37:55 UTC 2012 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 Log Message: do like the i386 for modular. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

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

2012-11-30 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Nov 30 18:13:30 UTC 2012 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: Add alc* at pci, re-sort slightly to reduce diffs from GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

CVS commit: src/sys/arch/amd64/amd64

2012-11-13 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Nov 13 14:09:36 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: fix sparse crash dumps to contain enough data to be useful, in particular the top-level page table pages. use pmap_kremove_local() while

CVS commit: src/sys/arch/amd64/amd64

2012-11-07 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Nov 8 02:00:44 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: autoconf.c Log Message: add include of opt_intrdebug.h. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/autoconf.c

CVS commit: src/sys/arch/amd64/amd64

2012-11-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Fri Nov 2 08:31:29 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: spl.S Log Message: fix a comment To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amd64/amd64/spl.S Please note that diffs are not

CVS commit: src/sys/arch/amd64/amd64

2012-11-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Fri Nov 2 08:33:16 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: vector.S Log Message: comment To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/amd64/amd64/vector.S Please note that diffs are not

CVS commit: src/sys/arch/amd64/amd64

2012-10-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 3 17:43:22 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: Use db_read_value to read the trapframe fields in db_nextframe. Fixes SIGSEGV on bt in crash(8) when the stack trace ends in

CVS commit: src/sys/arch/amd64/amd64

2012-09-02 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Sep 3 05:01:45 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Revert to unmanaged x86 memory mapped isa and pci space. This is a revert of commit r1.169:

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

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:25:33 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: back out unintentional change in 1.352. To generate a diff of this commit: cvs rdiff -u -r1.361 -r1.362

CVS commit: src/sys/arch/amd64/amd64

2012-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 28 15:54:41 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: don't undef TRAP_SIGDEBUG To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/amd64/amd64/trap.c Please note

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

2012-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 27 03:18:13 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.360 -r1.361 src/sys/arch/amd64/conf/GENERIC Please note that diffs are

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

2012-08-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 24 05:59:01 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Restore comment heading lost during the MODULAR thrashing. To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360

CVS commit: src/sys/arch/amd64/include

2012-08-15 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Aug 15 08:09:57 UTC 2012 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires VM_PHYSSEG_MAX to be turned up to 11 to avoid an early panic. To

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

2012-06-22 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri Jun 22 22:38:40 UTC 2012 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: Disable azalia(4) now that hdaudio(4) was switched on ok bouyer@ To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/sys/arch/amd64/amd64

2012-06-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jun 16 16:42:27 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Annotate tautological if, so that clang doesn't warn about the dt usage later on. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amd64

2012-06-16 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Jun 16 20:47:04 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/amd64/include: segments.h Log Message: memseg_baseaddr() is only called from valid_user_selector() and both only locally. Make

CVS commit: src/sys/arch/amd64/amd64

2012-06-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Jun 12 22:16:05 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c Log Message: If the user process provided a bogus signal handler address, kill it now instead of trying to jump to the bogus

CVS commit: src/sys/arch/amd64/include

2012-06-11 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jun 11 15:18:26 UTC 2012 Modified Files: src/sys/arch/amd64/include: pmap.h Log Message: allow more space for modules. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amd64/include/pmap.h Please

CVS commit: src/sys/arch/amd64/amd64

2012-05-22 Thread David Laight
Module Name:src Committed By: dsl Date: Tue May 22 21:10:26 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: vector.S Log Message: If we get a fault setting the user %gs, or on a iret that is returning to userspace, we must do a 'swapgs' to reload the kernel %gs_base.

CVS commit: src/sys/arch/amd64/amd64

2012-05-22 Thread David Laight
Module Name:src Committed By: dsl Date: Tue May 22 21:14:37 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Treat traps in kernel mode during the 'return to user' iret sequence as user faults. Based heavily in the i386 code with the correct opcode

CVS commit: src/sys/arch/amd64/include

2012-05-17 Thread David Laight
Module Name:src Committed By: dsl Date: Thu May 17 19:38:54 UTC 2012 Modified Files: src/sys/arch/amd64/include: frameasm.h Log Message: Let the user of INTRENTRY_L() place a label on the 'swapgs' used when faulting from user space. To generate a diff of this commit:

CVS commit: src/sys/arch/amd64/amd64

2012-05-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon May 7 12:20:27 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: db_memrw.c Log Message: invlpg on a non canonical address is a noop, so no chance to invalidate the TLB and the CPU will not notice the access right change.

CVS commit: src/sys/arch/amd64/include

2012-05-07 Thread David Laight
Module Name:src Committed By: dsl Date: Mon May 7 20:51:20 UTC 2012 Modified Files: src/sys/arch/amd64/include: frameasm.h Log Message: Move all the XEN differences to a single conditional. Merge the XEN/non-XEN versions of INTRFASTEXIT and INTR_RECURSE_HWFRAME by

CVS commit: src/sys/arch/amd64/include

2012-05-07 Thread David Laight
Module Name:src Committed By: dsl Date: Mon May 7 21:04:10 UTC 2012 Modified Files: src/sys/arch/amd64/include: frameasm.h Log Message: Add a ';' that got deleted in a slight tidyup. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/amd64/amd64

2012-05-07 Thread David Laight
Module Name:src Committed By: dsl Date: Mon May 7 21:09:29 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: vector.S Log Message: Rejig the way TRAP() and ZTRAP() are defined and add Z/TRAP_NJ() that excludes the 'jmp alltraps'. Use the _NJ versions for trap entries

CVS commit: src/sys/arch/amd64/amd64

2012-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 29 21:54:51 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: tidy up... To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/arch/amd64/amd64/machdep.c Please note that

CVS commit: src/sys/arch/amd64/amd64

2012-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 21 18:52:37 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: vector.S Log Message: Alignment fault traps push the error code automatically, so don't use ZTRAP! To generate a diff of this commit: cvs rdiff -u -r1.38

CVS commit: src/sys/arch/amd64/amd64

2012-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 15 00:34:09 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Fix check_mcontext for PK_32 binaries. Makes gdb work for i386 binaries on amd64. To generate a diff of this commit: cvs rdiff -u

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

2012-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 05:39:56 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: add apple autodiscovery. To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/sys/arch/amd64/conf/GENERIC Please note

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

2012-02-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Feb 28 12:08:37 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Add commented out DDB_COMMANDONENTER example, enable pwdog(4). To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349

CVS commit: src/sys/arch/amd64/amd64

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 25 00:13:28 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: bios32.c Log Message: Avoid empty loop bodies. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/amd64/amd64/bios32.c Please note

CVS commit: src/sys/arch/amd64/amd64

2012-02-22 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 22 14:12:04 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: fix stack backtraces through traps. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amd64/amd64/db_machdep.c

CVS commit: src/sys/arch/amd64/amd64

2012-02-04 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Feb 4 22:45:42 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Fix address of SIGILL instruction on amd64 as previously fixed on i386. It used to return the effective address of the faulted memory

CVS commit: src/sys/arch/amd64/include

2012-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 27 15:41:02 UTC 2012 Modified Files: src/sys/arch/amd64/include: int_limits.h Log Message: PR/45878: Nick Hudson: SIG_ATOMIC_{MAX,MIN} wrong for sig_atomic_t on amd64 sig_atomic_t is an int on amd64, put the proper

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

2012-01-17 Thread Bernd Ernesti
Module Name:src Committed By: veego Date: Tue Jan 17 18:11:28 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Back out all changes for rev 1.346 which are not related to PR/45850 Should fix the reported build problem from Paul Goyette To generate

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

2012-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 16 14:44:07 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: add irmce(4), cir@irmce, and cir@emdtv To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345 src/sys/arch/amd64/conf/GENERIC

CVS commit: src/sys/arch/amd64/include

2012-01-15 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Jan 15 16:48:31 UTC 2012 Modified Files: src/sys/arch/amd64/include: pmap.h Log Message: for xen on amd64 PDP_BASE points to the per-cpu ci-ci_kpm_pdir copy of *pmap_kernel()*'s L4 pdir, which is an alias for ci-ci_kpm_pdir.

CVS commit: src/sys/arch/amd64/include

2012-01-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Jan 10 16:03:17 UTC 2012 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: reduce VM_MAX_KERNEL_ADDRESS so that it does not include the direct-map or APTE regions. To generate a diff of this commit: cvs rdiff

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

2011-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 31 00:10:06 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Add an ipad To generate a diff of this commit: cvs rdiff -u -r1.341 -r1.342 src/sys/arch/amd64/conf/GENERIC Please note that diffs

CVS commit: src/sys/arch/amd64/amd64

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 20 13:17:05 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c Log Message: from http://www.freshbsd.org/commit/openbsd/ae7f934ae5bdf57dcf3431ba55fd1da93b8f1963 Initialize abridged tag word properly.

CVS commit: src/sys/arch/amd64/include

2011-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 24 17:08:07 UTC 2011 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: Bump text size to 128MB to make sure that gcc46 fits. It exceeded 64MB by a tiny bit. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/amd64/amd64

2011-11-22 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Nov 23 01:15:02 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: db_memrw.c Log Message: Kill dependency to xpmap_update(), and use setbits/clearbits to update kernel PTE rights. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/amd64/include

2011-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 18 04:09:18 UTC 2011 Modified Files: src/sys/arch/amd64/include: linux32_machdep.h Log Message: include the new siginfo.h file To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2011-11-13 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Nov 13 12:46:40 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Add commented out entry for gpiopwm(4). To generate a diff of this commit: cvs rdiff -u -r1.338 -r1.339 src/sys/arch/amd64/conf/GENERIC

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

2011-11-10 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Nov 10 22:16:56 UTC 2011 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU Log Message: Add pseudo-device drvctl. (Already exists in i386 domU config) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/arch/amd64/amd64

2011-11-06 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Nov 6 15:51:09 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: DTRT with macros and use xen's info page when initialising pmap_pa_start and pmap_pa_end. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/amd64/amd64

2011-11-06 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Nov 6 15:53:04 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Use the right format strings with printf To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/amd64/amd64/trap.c

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

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 19:45:04 UTC 2011 Modified Files: src/sys/arch/amd64/conf: files.amd64 Log Message: Add compat_svr4 hooks, this does not work yet. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74

CVS commit: src/sys/arch/amd64/amd64

2011-10-31 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Oct 31 12:42:36 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: dumpsys_seg: don't overwrite the previous mapping To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168

CVS commit: src/sys/arch/amd64/amd64

2011-10-05 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Oct 5 20:39:24 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Remove extra space. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/amd64/amd64/trap.c Please note that diffs

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

2011-10-03 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 3 07:28:14 UTC 2011 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: Enable an iic(4) device to prevent a linker warning. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

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

2011-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 3 22:28:56 UTC 2011 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: remove iic, I fixed the i2c code To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/amd64/conf/XEN3_DOM0

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

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 14:59:30 UTC 2011 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 Log Message: include wakecode after kernel rules so that the .depend rules are defined To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amd64/amd64

2011-08-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 31 18:52:38 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: fix reversed test. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/arch/amd64/amd64/machdep.c Please note

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

2011-08-30 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Aug 30 13:07:30 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Add gpio entries, commented out, since I am working with them as modules atm. To generate a diff of this commit: cvs rdiff -u -r1.336

<    1   2   3   4   5   6   7   >