summaryrefslogtreecommitdiff
path: root/sys/arch/sh
AgeCommit message (Expand)Author
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
2020-07-09another excess fileTheo de Raadt
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-11Use the same inittodr()/resettodr() implementation as onMark Kettenis
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-07-07print the cpu model in the correct place (only)Theo de Raadt
2019-06-28landisk/sh didn't have the code for checking if sp is on MAP_STACKTheo de Raadt
2019-06-11Remove unused scheduler related definitions.Martin Pieuchot