summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2023-06-27remove double/tripple o in comments, where it likely was not added on purpose.andvar
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-05-06few more typos in the word "register", mainly s/resister/register/.andvar
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-03-01sparc64: Optimization: Omit needless membar when triggering softint.riastradh
2023-02-23sparc64: Add missing barriers in cpu_switchto.riastradh
2023-02-20sparc64: Rename internal barrier macros to be clearer.riastradh
2023-02-20sparc64: Add missing LoadStore ordering for mutex_enter stub.riastradh
2023-02-09Adjust _all_ cinclude of *.local filesabs
2023-02-09Ensure GENERIC.local is always at the end of GENERICabs
2023-02-07Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up tohgutch
2023-01-24sparc64/db_trace.c: Don't dereference; use db_read_bytes.riastradh
2023-01-24sparc64/db_trace.c: Nix trailing whitespace.riastradh
2022-10-26sparc64/zs(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26sparc64/sab(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-01Don't try to make a tag based on node 0charlotte
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-08-07UFS/LFS dirhash:simonb
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-07-05fix various typos in comments.andvar
2022-06-27fix various typos in comments.andvar
2022-05-28fix various typos in comments.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2022-05-16try to handle ultrasparc III* "fast ecc error" traps.mrg
2022-05-16sun4v/vdsk: add handling of SCSI_REPORT_LUNSpalle
2022-05-14PR 56829: Fix "map" call to Open Firmware and no longer mess up OFW stack.hgutch
2022-05-11fix various typos in comments.andvar
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-04-06sparc64/pmap: Nix trailing whitespace.riastradh
2022-04-06Nix trailing whitespace in files of membars, atomics, and lock stubs.riastradh
2022-03-17revert broken to borken, it is used spelling in BSD and "tastes better that w...andvar
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2022-03-12sys: Membar audit around reference count releases.riastradh
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2022-02-11sparc64/vnet(4): device_t/softc splitriastradh
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2022-01-21Don't bother with prom_node_to_devhandle() if we're just forwarding alongthorpej
2022-01-17fix typos in comments, mainly s/foward/forward/.andvar
2022-01-15sun4v: update TODO with T2000 device configuration statepalle
2022-01-10sun4v: add function to retrieve hypervisor api versionpalle
2022-01-09sun4v: enable sun4v_intr_xxx() function previously imported from OpenBSD. Not...palle
2022-01-05fix typos, mainly s/comand/command/andvar
2022-01-01Remove an "#ifdef DIAGNOSTIC", KASSERT() always conumes its expression.hannken
2021-12-26sys: Skip suspendsched on cpu_reboot if we're in ddb.riastradh
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg