Module Name:src
Committed By: thorpej
Date: Sun Mar 16 22:34:36 UTC 2025
Modified Files:
src/sys/arch/alpha/alpha: fp_complete.c
Log Message:
Convert the 24 year-old "temporary trap shadow instrumentation" to use
event counters (so they're generally visible) and atomics to
Module Name:src
Committed By: thorpej
Date: Sun Mar 16 22:34:36 UTC 2025
Modified Files:
src/sys/arch/alpha/alpha: fp_complete.c
Log Message:
Convert the 24 year-old "temporary trap shadow instrumentation" to use
event counters (so they're generally visible) and atomics to
Module Name:src
Committed By: thorpej
Date: Sun Mar 16 17:38:06 UTC 2025
Modified Files:
src/sys/arch/alpha/alpha: machdep.c
Log Message:
identifycpu(): don't print the system serial number from the RPB
if there isn't one there.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: thorpej
Date: Sun Mar 16 17:38:06 UTC 2025
Modified Files:
src/sys/arch/alpha/alpha: machdep.c
Log Message:
identifycpu(): don't print the system serial number from the RPB
if there isn't one there.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: thorpej
Date: Sun Mar 31 19:06:31 UTC 2024
Modified Files:
src/sys/arch/alpha/alpha: api_up1000.c autoconf.c dec_1000a.c
dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c
dec_3000_500.c dec_550.c dec_6600.c de
Module Name:src
Committed By: thorpej
Date: Sun Mar 31 19:06:31 UTC 2024
Modified Files:
src/sys/arch/alpha/alpha: api_up1000.c autoconf.c dec_1000a.c
dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c
dec_3000_500.c dec_550.c dec_6600.c de
Module Name:src
Committed By: thorpej
Date: Wed Mar 6 07:22:45 UTC 2024
Modified Files:
src/sys/arch/alpha/alpha: cpu.c
Log Message:
Statically initialize the PRIMARY and RUNNING flags in cpu_info_primary.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108
Module Name:src
Committed By: thorpej
Date: Wed Mar 6 07:22:45 UTC 2024
Modified Files:
src/sys/arch/alpha/alpha: cpu.c
Log Message:
Statically initialize the PRIMARY and RUNNING flags in cpu_info_primary.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108
Module Name:src
Committed By: thorpej
Date: Sun Mar 3 19:56:30 UTC 2024
Modified Files:
src/sys/arch/alpha/alpha: prom.c
Log Message:
prom_uses_prom_console() needs to consider ST_DEC_7000, as well.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/a
Module Name:src
Committed By: thorpej
Date: Sun Mar 3 19:56:30 UTC 2024
Modified Files:
src/sys/arch/alpha/alpha: prom.c
Log Message:
prom_uses_prom_console() needs to consider ST_DEC_7000, as well.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/a
Module Name:src
Committed By: thorpej
Date: Sat Dec 30 23:07:42 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
pmap_bootstrap(): When initializing the L2 PTEs, don't use l2pte_index(),
as it is designed to wrap from 1023->0 during the normal course
Module Name:src
Committed By: thorpej
Date: Sat Dec 30 23:07:42 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
pmap_bootstrap(): When initializing the L2 PTEs, don't use l2pte_index(),
as it is designed to wrap from 1023->0 during the normal course
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 22:25:16 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_disasm.c
Log Message:
pal_opname(): Make the static buffer for unknown PALcode ops large enough
to hold all possible values.
alpha_print_instruction(): Mak
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 22:25:16 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_disasm.c
Log Message:
pal_opname(): Make the static buffer for unknown PALcode ops large enough
to hold all possible values.
alpha_print_instruction(): Mak
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 21:53:06 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_interface.c
Log Message:
Ensure that all fields of db_regs[] are initialized.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 21:53:06 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_interface.c
Log Message:
Ensure that all fields of db_regs[] are initialized.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 20:40:24 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Reduce db_trace.c's exposure to proc/lwp.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/alpha/alpha/db_
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 20:40:24 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Reduce db_trace.c's exposure to proc/lwp.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/alpha/alpha/db_
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 20:29:47 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
decode_prologue(): Make pc a db_addr_t, not a db_expr_t.
db_stack_trace_print_ra(): Missed one direct reference to XentSys; fix.
To
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 20:29:47 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
decode_prologue(): Make pc a db_addr_t, not a db_expr_t.
db_stack_trace_print_ra(): Missed one direct reference to XentSys; fix.
To
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 18:57:29 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Don't access insns or frame values directly; use db_read_bytes().
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/
Module Name:src
Committed By: thorpej
Date: Tue Nov 21 18:57:29 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Don't access insns or frame values directly; use db_read_bytes().
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/
Module Name:src
Committed By: rin
Date: Thu Aug 3 03:07:36 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: machdep.c
Log Message:
alpha: Add support for bootflags [xX] to enable debug messages.
To generate a diff of this commit:
cvs rdiff -u -r1.375 -r1.376 src/sys/a
Module Name:src
Committed By: rin
Date: Thu Aug 3 03:07:36 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: machdep.c
Log Message:
alpha: Add support for bootflags [xX] to enable debug messages.
To generate a diff of this commit:
cvs rdiff -u -r1.375 -r1.376 src/sys/a
Module Name:src
Committed By: thorpej
Date: Thu Jul 21 01:52:28 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Rename functions in previous in preparation for future changes.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sy
Module Name:src
Committed By: thorpej
Date: Thu Jul 21 01:52:28 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Rename functions in previous in preparation for future changes.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sy
Module Name:src
Committed By: thorpej
Date: Wed Jul 20 18:25:10 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: locore.s
Log Message:
Fix a couple of nits with savectx():
- Note that this function is only used by dumpsys().
- Don't safe the PS word; there isn't actually
Module Name:src
Committed By: thorpej
Date: Wed Jul 20 18:25:10 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: locore.s
Log Message:
Fix a couple of nits with savectx():
- Note that this function is only used by dumpsys().
- Don't safe the PS word; there isn't actually
Module Name:src
Committed By: thorpej
Date: Wed Jul 20 17:03:11 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Localize direct refernces to kernel symbols into functions. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/
Module Name:src
Committed By: thorpej
Date: Wed Jul 20 17:03:11 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: db_trace.c
Log Message:
Localize direct refernces to kernel symbols into functions. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/
Module Name:src
Committed By: riastradh
Date: Sat Apr 9 23:42:56 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: ipifuncs.c
Log Message:
alpha: Convert ipifuncs.c to membar_release/acquire.
No semantic change is possible because all of these membars are just
mb on alp
Module Name:src
Committed By: riastradh
Date: Sat Apr 9 23:42:56 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: ipifuncs.c
Log Message:
alpha: Convert ipifuncs.c to membar_release/acquire.
No semantic change is possible because all of these membars are just
mb on alp
Module Name:src
Committed By: riastradh
Date: Sat Apr 9 23:39:18 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: cpu.c
Log Message:
alpha: Convert cpu_iccb_send from membar_exit to membar_release.
XXX Maybe this should really use alpha_mb, since it's not writing to
no
Module Name:src
Committed By: riastradh
Date: Sat Apr 9 23:39:18 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: cpu.c
Log Message:
alpha: Convert cpu_iccb_send from membar_exit to membar_release.
XXX Maybe this should really use alpha_mb, since it's not writing to
no
Module Name:src
Committed By: riastradh
Date: Sat Apr 9 23:36:22 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
alpha: Omit needless membar in pmap_reference.
If the pmap is published enough for us to obtain a reference to it
then there's no memba
Module Name:src
Committed By: riastradh
Date: Sat Apr 9 23:36:22 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
alpha: Omit needless membar in pmap_reference.
If the pmap is published enough for us to obtain a reference to it
then there's no memba
Module Name:src
Committed By: skrll
Date: Tue Apr 5 04:33:36 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: clock.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/alpha/alpha/clock.c
Please note that diffs are not public
Module Name:src
Committed By: skrll
Date: Tue Apr 5 04:33:36 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: clock.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/alpha/alpha/clock.c
Please note that diffs are not public
Module Name:src
Committed By: riastradh
Date: Sun Feb 27 14:17:10 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: cpu.c
Log Message:
alpha: Fix placement of membar for sending ICCB message.
While here, reduce it to membar_exit -- it's obviously not needed for
store-bef
Module Name:src
Committed By: riastradh
Date: Sun Feb 27 14:17:10 UTC 2022
Modified Files:
src/sys/arch/alpha/alpha: cpu.c
Log Message:
alpha: Fix placement of membar for sending ICCB message.
While here, reduce it to membar_exit -- it's obviously not needed for
store-bef
Module Name:src
Committed By: andvar
Date: Thu Dec 9 21:13:18 UTC 2021
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
Few typos slipped in the last review, fixing them.
To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/sys/arch/alpha/alp
Module Name:src
Committed By: andvar
Date: Thu Dec 9 21:13:18 UTC 2021
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
Few typos slipped in the last review, fixing them.
To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/sys/arch/alpha/alp
Module Name:src
Committed By: andvar
Date: Sun Sep 19 20:43:46 UTC 2021
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
review and fix rest of the typos in alpha pmap.c.
To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/arch/alpha/alph
Module Name:src
Committed By: andvar
Date: Sun Sep 19 20:43:46 UTC 2021
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
review and fix rest of the typos in alpha pmap.c.
To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/arch/alpha/alph
Module Name:src
Committed By: ad
Date: Thu Nov 21 19:02:43 UTC 2019
Modified Files:
src/sys/arch/alpha/alpha: ipifuncs.c
Log Message:
alpha_ipi_ast: use ci_data.cpu_onproc, not ci_curlwp.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/alpha/al
Module Name:src
Committed By: ad
Date: Thu Nov 21 19:02:43 UTC 2019
Modified Files:
src/sys/arch/alpha/alpha: ipifuncs.c
Log Message:
alpha_ipi_ast: use ci_data.cpu_onproc, not ci_curlwp.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/alpha/al
> > > Looking how many atoi() copies we have in tree, does it make sense to
> > > add the following at the end of libkern.h
> >
> > Please don't use it for #ifdef _STANDALONE ones.
> > libc's strtoll() is larger than dumb atoi()s.
>
> ...if strtoll isn't already pulled in for other reasons.
On i
On Wed, Jul 27, 2011 at 02:33:24AM +0900, Izumi Tsutsui wrote:
> > Looking how many atoi() copies we have in tree, does it make sense to
> > add the following at the end of libkern.h
>
> Please don't use it for #ifdef _STANDALONE ones.
> libc's strtoll() is larger than dumb atoi()s.
Fine. No need
On Wed, Jul 27, 2011 at 02:33:24AM +0900, Izumi Tsutsui wrote:
> > Looking how many atoi() copies we have in tree, does it make sense to
> > add the following at the end of libkern.h
>
> Please don't use it for #ifdef _STANDALONE ones.
> libc's strtoll() is larger than dumb atoi()s.
...if strtoll
> Looking how many atoi() copies we have in tree, does it make sense to
> add the following at the end of libkern.h
Please don't use it for #ifdef _STANDALONE ones.
libc's strtoll() is larger than dumb atoi()s.
---
Izumi Tsutsui
On Tue, Jul 26, 2011 at 06:45:31PM +0200, Joerg Sonnenberger wrote:
> On Tue, Jul 26, 2011 at 06:19:21PM +0200, Nicolas Joly wrote:
> > On Tue, Jul 26, 2011 at 05:27:38PM +0200, Joerg Sonnenberger wrote:
> > > On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote:
> > > > Module Name:src
On Tue, Jul 26, 2011 at 06:19:21PM +0200, Nicolas Joly wrote:
> On Tue, Jul 26, 2011 at 05:27:38PM +0200, Joerg Sonnenberger wrote:
> > On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote:
> > > Module Name: src
> > > Committed By: njoly
> > > Date: Tue Jul 26 14:59:03
On Tue, Jul 26, 2011 at 05:27:38PM +0200, Joerg Sonnenberger wrote:
> On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote:
> > Module Name:src
> > Committed By: njoly
> > Date: Tue Jul 26 14:59:03 UTC 2011
> >
> > Modified Files:
> > src/sys/arch/alpha/alph
On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote:
> Module Name: src
> Committed By: njoly
> Date: Tue Jul 26 14:59:03 UTC 2011
>
> Modified Files:
> src/sys/arch/alpha/alpha: autoconf.c
>
> Log Message:
> Make atoi func static, and constify
Shouldn't this use strtol t
Module Name:src
Committed By: skrll
Date: Thu Feb 25 07:14:48 UTC 2010
Modified Files:
src/sys/arch/alpha/alpha: locore.s syscall.c
Log Message:
s/cpu_fork/cpu_lwp_fork/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/alpha/alpha/
On Mon, 9 Nov 2009, Christoph Egger wrote:
PR port-amiga/38335 and PR port-amiga/42174.
You mean port-alpha, right ?
Yes, I meant port-alpha. I seem to frequently mis-typing them, they
both are ingraind in my finger memory.
--
Michael L. Hitchmhi...@montana.edu
Michael L. Hitch wrote:
> Module Name: src
> Committed By: mhitch
> Date: Mon Nov 9 04:31:03 UTC 2009
>
> Modified Files:
> src/sys/arch/alpha/alpha: pmap.c
>
> Log Message:
> The tlb shootdown IPI can interrupt the pool_cache_get() in places that
> can cause a deadlock or pool ca
57 matches
Mail list logo