summaryrefslogtreecommitdiff
path: root/sys/arch/sh
AgeCommit message (Expand)Author
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2024-01-24clockintr: switch from callee- to caller-allocated clockintr structsScott Soule Cheloha
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-13Unbreak; looks like a not up-to-date diff was commited )-:Miod Vallat
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-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-08-14Add a copyin32() implementation.Miod Vallat
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-05-30spellingJonathan Gray
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-04-10spellingJonathan Gray
2023-03-12sh, landisk: set HZ=64 againScott Soule Cheloha
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-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-09Handle possible PROT_EXEC fault if PROT_READ fails; needed to cope withMiod Vallat
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-01With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago,Miod Vallat
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06sh, landisk: switch to clockintrScott Soule Cheloha
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-09-12Store mod/ref flags using md pg_flags values rather than a specific field inMiod Vallat
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-08-30Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@Miod Vallat
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-07-02Remove unused device poll functions.Visa Hankala
2022-05-27Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-04-06constify struct cfattachChristian Weisgerber
2022-02-21entris -> entriesJonathan Gray
2022-02-21initiailze -> initializeJonathan Gray
2022-02-21instructinos -> instructionsJonathan Gray
2022-01-02priviledged -> privilegedJonathan Gray
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-05-16b_saveaddr has a type of void * use NULL not 0Jonathan Gray