summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2023-12-10Add a new label "sigcodecall" inside every sigtramp definition, directlyTheo de Raadt
2023-11-14Fix typo in comment.Claudio Jeker
2023-11-09Finish clean up of old 6.7 softraid migration codeKlemens Nanni
2023-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-10-18Avoid segments greater than maxsegsz during map mergingJan Klemkow
2023-10-06clean up old 6.7 softraid migration codeKlemens Nanni
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-08-07Revert 1.43 and always make our own mapping of the Mostek chip. Trying toMiod Vallat
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-25Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware,Miod Vallat
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-06-15all platforms, main(): call clockqueue_init() just before sched_init_cpu()Scott Soule Cheloha
2023-06-03Remove declarations of unused local variables, an unused functionKenneth R Westerback
2023-06-02Missed a trailing space.Kenneth R Westerback
2023-06-01Expunge a bunch of eye searing trailing whitespace.Kenneth R Westerback
2023-05-31Remove declarations for unused search_label() local variablesKenneth R Westerback
2023-05-25Work around sparc64 WITNESS kernel failing to load by moving large witnessKurt Miller
2023-05-21Typo in comment. 'parititon' -> 'partition'.Kenneth R Westerback
2023-04-29Add "counter-timer" to openboot_special[] in order to not mention it asMiod Vallat
2023-04-28timer(4/sparc64): remove driverScott Soule Cheloha
2023-04-26Implement dt(4) utrace support on amd64 and i386.Claudio Jeker
2023-04-25Do not attempt to write to read-only softraidKlemens Nanni
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