summaryrefslogtreecommitdiff
path: root/sys/arch/sh
AgeCommit message (Expand)Author
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
2021-03-11spellingJonathan Gray
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2021-02-23remove some unused includesJonathan Gray
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2021-01-01Remove useless redundant call of ttyopen().jan
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-10-21The condition around uvm_grow() can be simplified, as the error resultTheo de Raadt
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tTheo de Raadt
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyTheo de Raadt
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-09-25landisk has legacy global variable want_resched, rather than post-MPTheo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-09-22On sh architecture, general_exception() handles regular traps as well asTheo de Raadt
2020-09-14Ensure the SH_(TRA)) register is read before a potential sleep in trap()Theo de Raadt