summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2024-02-19In cpu_fork() do not copy the register windows stashed in the u_pcbClaudio Jeker
2024-02-13There is no way to implement the INKERNEL() macro on sparc64.Claudio Jeker
2024-02-10fix off-by-one when printing fr_argJonathan Gray
2024-02-09Enable igc(4) on sparc64.Alexander Bluhm
2024-01-28Force -fno-stack-protector on "boot block" that absolutely can't haveTheo de Raadt
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2024-01-26repair gratitous difference for install command arguments, relative to all ot...Theo de Raadt
2024-01-24clockintr: switch from callee- to caller-allocated clockintr structsScott Soule Cheloha
2024-01-11Since no system call takes more than 6 arguments, and no more than oneMiod Vallat
2023-12-24rename bus_type enum to sparc_bus_type to not conflict with bus_type in drmJonathan Gray
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker
2023-12-13Fix syscall number bounds check computations.Miod Vallat
2023-12-12two syscall(2) removal chunks got lostTheo de Raadt
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-12The sigtramp was calling sigreturn(2), and upon failure exit(2), whichTheo de Raadt
2023-12-11Implement per-CPU caching for the page table page (vp) pool and the PTEMark Kettenis
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