Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (21m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 09:52:36 UTC Now

2024-04-16 00:03:30 UTC MAIN commitmail json YAML

vax/unimpl_emul.S: Initialise locations storing floating-point values with
a constant of the appropriate format

(kalvisd)

2023-12-19 00:29:48 UTC MAIN commitmail json YAML

vax: PR port-vax/55415

    Remove VAX-specific workaround to force pre-emption, as it is now
    no longer needed.

    tested by oster@

(kalvisd)

2023-12-18 22:40:01 UTC MAIN commitmail json YAML

vax: preserve AST requests raised when handling software interrupts

    PR port-vax/55415

    On return from a software interrupt, if the software interrupt LWP
    raised an AST request, copy the AST level from its PCB to the PCB
    of the interrupted LWP.

    Reviewed by <ragge>

(kalvisd)

2023-12-18 21:11:43 UTC MAIN commitmail json YAML

gcc.old: vax: gcc/reload1.c: PR port-vax/57646

    Where an output register might be reloaded, and it is a memory
    reference, and the address is auto-incremented, any previously
    reloaded copy of the address must be invalidated.

    XXXKD: Hidden within ``#ifdef NB_FIX_VAX_BACKEND'' and enabled
    only for vax at the moment.

(kalvisd)