Module Name:src
Committed By: alnsn
Date: Wed Dec 4 20:27:39 UTC 2024
Modified Files:
src/sys/arch/amd64/include: csan.h
Log Message:
PTE_BASE is defined in .
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amd64/include/csan.h
Please note that
Module Name:src
Committed By: alnsn
Date: Wed Dec 4 20:27:39 UTC 2024
Modified Files:
src/sys/arch/amd64/include: csan.h
Log Message:
PTE_BASE is defined in .
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amd64/include/csan.h
Please note that
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 22:35:17 UTC 2024
Modified Files:
src/sys/arch/amd64/include: asm.h
Log Message:
amd64/asm.h: Respect _NETBSD_REVISIONID.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/amd64/include/asm
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 22:35:17 UTC 2024
Modified Files:
src/sys/arch/amd64/include: asm.h
Log Message:
amd64/asm.h: Respect _NETBSD_REVISIONID.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/amd64/include/asm
Module Name:src
Committed By: riastradh
Date: Sun Apr 9 08:17:56 UTC 2023
Modified Files:
src/sys/arch/amd64/include: cpu.h
Log Message:
amd64: Make curlwp and curcpu() flushable.
The only effect of the `volatile' qualifier on an asm block with
outputs is to force the in
Module Name:src
Committed By: riastradh
Date: Sun Apr 9 08:17:56 UTC 2023
Modified Files:
src/sys/arch/amd64/include: cpu.h
Log Message:
amd64: Make curlwp and curcpu() flushable.
The only effect of the `volatile' qualifier on an asm block with
outputs is to force the in
Module Name:src
Committed By: riastradh
Date: Tue Sep 13 09:39:50 UTC 2022
Modified Files:
src/sys/arch/amd64/include: asan.h msan.h
Log Message:
amd64/asan.h, amd64/msan.h: Add include guards.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/am
Module Name:src
Committed By: riastradh
Date: Tue Sep 13 09:39:50 UTC 2022
Modified Files:
src/sys/arch/amd64/include: asan.h msan.h
Log Message:
amd64/asan.h, amd64/msan.h: Add include guards.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/am
Module Name:src
Committed By: riastradh
Date: Mon Aug 22 13:21:47 UTC 2022
Modified Files:
src/sys/arch/amd64/include: msan.h
Log Message:
amd64/msan.h: Fix includes for private pmap.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/include/
Module Name:src
Committed By: riastradh
Date: Mon Aug 22 13:21:47 UTC 2022
Modified Files:
src/sys/arch/amd64/include: msan.h
Log Message:
amd64/msan.h: Fix includes for private pmap.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/include/
Module Name:src
Committed By: rin
Date: Wed Nov 27 08:56:00 UTC 2019
Modified Files:
src/sys/arch/amd64/include: ptrace.h
Log Message:
Fix copy-paste in comment. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/p
Module Name:src
Committed By: rin
Date: Wed Nov 27 08:56:00 UTC 2019
Modified Files:
src/sys/arch/amd64/include: ptrace.h
Log Message:
Fix copy-paste in comment. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/p
Module Name:src
Committed By: maxv
Date: Fri Nov 1 15:11:43 UTC 2019
Modified Files:
src/sys/arch/amd64/include: pmap.h
Log Message:
Fix KUBSAN: the kernel size now exceeds the mapping limit, so bump the
limit.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.
Module Name:src
Committed By: maxv
Date: Fri Nov 1 15:11:43 UTC 2019
Modified Files:
src/sys/arch/amd64/include: pmap.h
Log Message:
Fix KUBSAN: the kernel size now exceeds the mapping limit, so bump the
limit.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.
Module Name:src
Committed By: christos
Date: Sat Oct 12 15:44:46 UTC 2019
Modified Files:
src/sys/arch/amd64/include: pcb.h
Log Message:
disable CTASSERT for lint
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amd64/include/pcb.h
Please note
Module Name:src
Committed By: christos
Date: Sat Oct 12 15:44:46 UTC 2019
Modified Files:
src/sys/arch/amd64/include: pcb.h
Log Message:
disable CTASSERT for lint
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amd64/include/pcb.h
Please note
> > [...]
> > + * Default pager_map of 16MB is awfully small. There is have plenty
> > + * of VA so use it.
> > [...]
> >
> > It's only in a comment but "...is have..."?
>
> Thanks, fixed.
thanks! i think an earlier version read "we have plenty", but i've
been trying to avoid using "we" in cod
On Mon, Nov 13, 2017 at 11:16:38AM +1100, Geoff Wing wrote:
> On Sunday 2017-11-12 07:24 +1100, matthew green output:
> :Module Name: src
> :Committed By:mrg
> :Date:Sat Nov 11 20:23:49 UTC 2017
> :Modified Files:
> : src/sys/arch/amd64/include: vmparam.h
> :Log Message:
On Sunday 2017-11-12 07:24 +1100, matthew green output:
:Module Name: src
:Committed By: mrg
:Date: Sat Nov 11 20:23:49 UTC 2017
:Modified Files:
: src/sys/arch/amd64/include: vmparam.h
:Log Message:
:bump PAGER_MAP_DEFAULT_SIZE to 512MB. this should allow more
:concurrent IOs to
On Sun, Jan 15, 2012 at 04:48:31PM +, Cherry G. Mathew wrote:
> 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
On Fri Mar 04 2011 at 13:59:34 +0100, Joerg Sonnenberger wrote:
> > > > >Log Message:
> > > > >Reduce MAXSSIZ to 64MB, otherwise netbsd32 binaries crash in ld.elf_so,
> > > > >including the trivial main(){}. Add a warning to not modify this
> > > > >without
> > > > >testing compatibility mode.
> >
In article <20110304104210.ga22...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Fri, Mar 04, 2011 at 04:33:17AM +, Christos Zoulas wrote:
>> In article <20110304033425.0e01017...@cvs.netbsd.org>,
>> Joerg Sonnenberger wrote:
>> >-=-=-=-=-=-
>> >
>> >Module Name:src
>> >Committed
On Fri, Mar 04, 2011 at 01:24:19PM +0200, Antti Kantee wrote:
> On Fri Mar 04 2011 at 11:42:10 +0100, Joerg Sonnenberger wrote:
> > On Fri, Mar 04, 2011 at 04:33:17AM +, Christos Zoulas wrote:
> > > In article <20110304033425.0e01017...@cvs.netbsd.org>,
> > > Joerg Sonnenberger wrote:
> > > >-
On Fri Mar 04 2011 at 11:42:10 +0100, Joerg Sonnenberger wrote:
> On Fri, Mar 04, 2011 at 04:33:17AM +, Christos Zoulas wrote:
> > In article <20110304033425.0e01017...@cvs.netbsd.org>,
> > Joerg Sonnenberger wrote:
> > >-=-=-=-=-=-
> > >
> > >Module Name: src
> > >Committed By: joe
On Fri, Mar 04, 2011 at 04:33:17AM +, Christos Zoulas wrote:
> In article <20110304033425.0e01017...@cvs.netbsd.org>,
> Joerg Sonnenberger wrote:
> >-=-=-=-=-=-
> >
> >Module Name: src
> >Committed By:joerg
> >Date:Fri Mar 4 03:34:24 UTC 2011
> >
> >Modified Files:
> >
In article <20110304033425.0e01017...@cvs.netbsd.org>,
Joerg Sonnenberger wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: joerg
>Date: Fri Mar 4 03:34:24 UTC 2011
>
>Modified Files:
> src/sys/arch/amd64/include: vmparam.h
>
>Log Message:
>Reduce MAXSSIZ to 64MB, otherwise
Module Name:src
Committed By: joerg
Date: Thu Jan 14 02:06:04 UTC 2010
Modified Files:
src/sys/arch/amd64/include: byte_swap.h
Log Message:
Provide inline assembly version of bswap64.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/include/
27 matches
Mail list logo