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

2023-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 9 08:18:03 UTC 2023 Modified Files: src/sys/arch/i386/include: cpu.h Log Message: i386: Make curlwp and curcpu() flushable. The only effect of the `volatile' qualifier on an asm block with outputs is to force the

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

2023-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 9 08:18:03 UTC 2023 Modified Files: src/sys/arch/i386/include: cpu.h Log Message: i386: Make curlwp and curcpu() flushable. The only effect of the `volatile' qualifier on an asm block with outputs is to force the

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

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 13:15:15 UTC 2022 Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: i386/vmparam.h: Need some constants from i386/pte.h. These are used by VM_MIN/MAX_KERNEL_ADDRESS. pte.h is small and likely

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

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 13:15:15 UTC 2022 Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: i386/vmparam.h: Need some constants from i386/pte.h. These are used by VM_MIN/MAX_KERNEL_ADDRESS. pte.h is small and likely

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

2021-10-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Oct 29 01:04:53 UTC 2021 Modified Files: src/sys/arch/i386/include: signal.h Log Message: Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

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

2021-10-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Oct 29 01:04:53 UTC 2021 Modified Files: src/sys/arch/i386/include: signal.h Log Message: Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

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

2019-06-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 17 14:31:51 UTC 2019 Modified Files: src/sys/arch/i386/include: ptrace.h Log Message: Define PTRACE_ILLEGAL_ASM for i386 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/i386/include/ptrace.h

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

2019-06-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 17 14:31:51 UTC 2019 Modified Files: src/sys/arch/i386/include: ptrace.h Log Message: Define PTRACE_ILLEGAL_ASM for i386 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/i386/include/ptrace.h

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

2019-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 18 17:41:34 UTC 2019 Modified Files: src/sys/arch/i386/include: reg.h Log Message: lint gets the wrong size. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/include/reg.h Please note

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

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

2014-01-29 Thread matthew green
In article 20140128065536.gg1...@apb-laptoy.apb.alt.za, Alan Barrett a...@cequrux.com wrote: On Mon, 27 Jan 2014, Christos Zoulas wrote: Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: Cut down MAXDSIZE from 3G to 2.5G otherwise bottomup allocation ends up

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

2014-01-28 Thread Christos Zoulas
In article 20140128065536.gg1...@apb-laptoy.apb.alt.za, Alan Barrett a...@cequrux.com wrote: On Mon, 27 Jan 2014, Christos Zoulas wrote: Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: Cut down MAXDSIZE from 3G to 2.5G otherwise bottomup allocation ends up supplying an

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

2014-01-28 Thread Joerg Sonnenberger
On Tue, Jan 28, 2014 at 08:55:37AM +0200, Alan Barrett wrote: On Mon, 27 Jan 2014, Christos Zoulas wrote: Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: Cut down MAXDSIZE from 3G to 2.5G otherwise bottomup allocation ends up supplying an out of bounds hint for

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

2014-01-28 Thread Christos Zoulas
In article 20140128141231.ga3...@britannica.bec.de, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Tue, Jan 28, 2014 at 08:55:37AM +0200, Alan Barrett wrote: On Mon, 27 Jan 2014, Christos Zoulas wrote: Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: Cut down

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

2014-01-27 Thread Alan Barrett
On Mon, 27 Jan 2014, Christos Zoulas wrote: Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: Cut down MAXDSIZE from 3G to 2.5G otherwise bottomup allocation ends up supplying an out of bounds hint for sigcode (c001e000 bf00). Makes a.out binaries work again. Will

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

2010-12-14 Thread Adam Hamsik
On Dec,Tuesday 14 2010, at 4:50 PM, Adam Hamsik wrote: Module Name: src Committed By: haad Date: Tue Dec 14 15:50:07 UTC 2010 Modified Files: src/sys/arch/i386/include: types.h Log Message: Revert change made in revision 1.66 by ad@ this is not true and 64bit atomic

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

2010-02-28 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Mar 1 00:55:33 UTC 2010 Modified Files: src/sys/arch/i386/include: pmap.h Log Message: Use PDP_SIZE for NTOPLEVEL_PDES (number of top level PDEs) instead of #ifdef'ing PAE. To generate a diff of this commit: cvs rdiff -u

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

2010-02-28 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Mar 1 00:55:33 UTC 2010 Modified Files: src/sys/arch/i386/include: pmap.h Log Message: Use PDP_SIZE for NTOPLEVEL_PDES (number of top level PDEs) instead of #ifdef'ing PAE. To generate a diff of this commit: cvs rdiff -u