Age | Commit message (Expand) | Author |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-02-12 | m88k also needs to define PMAP_CHECK_COPYIN as 1. | Kenji Aoyama |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
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-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
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-04 | Fix 2nd and 3rd arguments' cast in atomic_cas_ptr(). | Kenji Aoyama |
2020-09-25 | miod notes T_USER needs to be a bit, it was not. | Theo de Raadt |
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-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-08-28 | sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that | Kenji Aoyama |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-08-22 | Adding membar_xxx defines to userland. | Kenji Aoyama |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-03-12 | Make luna88k use the MI mplock implementation. | Kenji Aoyama |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-04 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-03-19 | Put the address of the per-cpu clock and interrupt registers into the cpu_info | Miod Vallat |
2017-02-15 | Make this build (and run) with gcc 4. | Miod Vallat |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2016-09-04 | TCB_GET_MEMBER() is no longer used after the TIB changes | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-06-21 | Add sc_cookie in sigcontext, as same as other ports. | Kenji Aoyama |
2016-06-13 | rename raiseipl to splraise() | David Gwynne |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-10-05 | user land -> userland; from Rob Pierce | Theo de Raadt |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-07-25 | Only store mod/ref flags in the vm_page_md struct, not in every pv_entry. | Miod Vallat |
2015-07-03 | Rename mtx_cpu to mtx_owner for consistency with the other platforms. | Miod Vallat |
2015-07-03 | Fix cast in atomic_swap_ptr() | Miod Vallat |
2015-07-02 | copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha. | David Gwynne |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |