Age | Commit message (Expand) | Author |
2022-12-06 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-06 | m88k, luna88k: switch to clockintr | Scott Soule Cheloha |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-04 | spelling | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-12 | use string literal for format string | Jonathan Gray |
2022-08-02 | Correctly detect xmem operations faulting on missing pages on 88110. | Miod Vallat |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-01 | When a struct ipovly needs to be computed and checksummed in in4_cksum(), | Miod Vallat |
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-09-24 | Fix two bugs in m88k fcmp{,u} emulation. | Kenji Aoyama |
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-05-04 | Fix 2nd and 3rd arguments' cast in atomic_cas_ptr(). | Kenji Aoyama |
2021-03-11 | spelling | Jonathan Gray |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-10-30 | As done on other architectures, narrow the KERNEL_LOCK only around | 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-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-27 | miod's proposal for traps was also wrong, causing one type of kernel | Theo de Raadt |
2020-09-25 | miod notes T_USER needs to be a bit, it was not. | Theo de Raadt |
2020-09-25 | add uvm_map_isentry check for 88100, and alter the KERNEL_LOCK | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-23 | |= is not supposed to be spelled += | Theo de Raadt |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-07-08 | do not need these versions of timetc.h | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-23 | Fix format strings (%p --> %lx) in debug code. | Kenji Aoyama |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | Rewrite m88k mutex code as a slight variation of the MI mutex code. | Kenji Aoyama |
2019-12-11 | %r26 hasn't been used by the threads implementation since 2016, so stop | Philip Guenther |
2019-11-10 | TRUE/FALSE conversions missed in previous. | Martin Pieuchot |
2019-11-08 | Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t. | Martin Pieuchot |
2019-10-15 | Reduce the number of places where `p_priority' and `p_stat' are set. | Martin Pieuchot |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-08-28 | sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that | Kenji Aoyama |
2019-07-20 | Increment `db_active' before entering db_trap() like other archs do. | Martin Pieuchot |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-06-17 | add code to check stack pointer is within MAP_STACK | Theo de Raadt |
2019-04-23 | Remove file name and line number output from witness(4) | Visa Hankala |