summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2023-04-13Grammar fixes in comments.Miod Vallat
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-04-13Remove intentionally undocumented pci_{io,mem}_find and convert their lastMiod Vallat
2023-04-13remove duplicate includesJonathan Gray
2023-04-11fix double words in commentsJonathan Gray
2023-04-10add missing write of SAB_DAFOJonathan Gray
2023-04-10spellingJonathan Gray
2023-03-19Aggressively randomize the location of the stack on all 64-bit architecturesMark Kettenis
2023-03-09Improve vnet(4) to work better in busy conditions.Claudio Jeker
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt
2023-01-24Add and use a specific routine to fetch instructions from userland whenMiod Vallat
2023-01-23Make sure pmap_extract() doesn't incorrectly return success when invokedMiod Vallat
2023-01-21Remove dead/unused prototypesMiod Vallat
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-13Drop PICCY_SET() and RODATA() macros now that libc no longer needs them.Miod Vallat
2023-01-13sparc64: switch to clockintrScott Soule Cheloha
2023-01-11Implement X-only mappings on sun4u by not letting the dtlb miss handlerMiod Vallat
2023-01-10In pmap_bootstrap, when importing the PROM translations into the kernel pmap,Miod Vallat
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-04Eduardo Horvath agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-01With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago,Miod Vallat
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-29sparc64: pull retry logic out of tickcmpr_set(), sys_tickcmpr_set()Scott Soule Cheloha
2022-12-22sparc64: move retry logic out of stickcmpr_set()Scott Soule Cheloha
2022-12-14add __ctzdi2 to sparc64 kernelJonathan Gray
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-11-10Convert sparc64 clock event counter to per-cpu and increment usingJonathan Matthew
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-25STACK_OFFSET was to support it varying when compiling some code forPhilip Guenther
2022-10-25rwindow32 is gone and won't be coming back. ok miod@Philip Guenther
2022-10-23Fix a misleading commentPhilip Guenther
2022-10-22Put struct rwindow back in reg.h, pcb.h depends on this.Miod Vallat
2022-10-21Remove vestigial bits of 32-bit binaries support; drop the `64' suffix inMiod Vallat
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-17Fix "map" OpenFirmware call. It does not return a value according to theMark Kettenis
2022-10-17Fix "map" OpenFirmware call. It does not return a value according to theMark Kettenis
2022-10-16Change function definitions using the identifier-list form used in theJonathan Gray
2022-10-15ansiJonathan Gray
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-10-06Build CRC calc/static block decode tables when needed to fix netbootKlemens Nanni
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-09-08Remove old debug code knobs, wrong comments, and unused pv entry flags.Miod Vallat
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-02Add softraid(4) RAID 1C boot supportKlemens Nanni