Age | Commit message (Expand) | Author |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-05-30 | spelling | Jonathan Gray |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-10 | spelling | Jonathan Gray |
2023-03-12 | sh, landisk: set HZ=64 again | Scott Soule Cheloha |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-09 | Handle possible PROT_EXEC fault if PROT_READ fails; needed to cope with | Miod Vallat |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-01 | With 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 "everything | Philip Guenther |
2022-12-06 | sh, landisk: switch to clockintr | Scott Soule Cheloha |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-09-12 | Store mod/ref flags using md pg_flags values rather than a specific field in | Miod Vallat |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-05-27 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-21 | entris -> entries | Jonathan Gray |
2022-02-21 | initiailze -> initialize | Jonathan Gray |
2022-02-21 | instructinos -> instructions | Jonathan Gray |
2022-01-02 | priviledged -> privileged | Jonathan Gray |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-05-16 | b_saveaddr has a type of void * use NULL not 0 | Jonathan Gray |
2021-03-11 | spelling | Jonathan Gray |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2021-02-23 | remove some unused includes | Jonathan Gray |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2021-01-01 | Remove useless redundant call of ttyopen(). | jan |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-10-21 | The condition around uvm_grow() can be simplified, as the error result | Theo de Raadt |
2020-10-21 | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't | Theo de Raadt |
2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset | cheloha |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-10-07 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-09-25 | landisk has legacy global variable want_resched, rather than post-MP | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-22 | On sh architecture, general_exception() handles regular traps as well as | Theo de Raadt |
2020-09-14 | Ensure the SH_(TRA)) register is read before a potential sleep in trap() | Theo de Raadt |