Age | Commit message (Expand) | Author |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-10-28 | Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer. | Vitaliy Makkoveev |
2024-10-23 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-22 | put opening { on same line as struct name | Jonathan Gray |
2024-10-20 | add comma to fix offsets of trap type strings | Jonathan Gray |
2024-10-14 | remove unused struct sigstate; ok miod@ | Jonathan Gray |
2024-08-08 | Make user ci_flags is declared volatile. | Miod Vallat |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-23 | If an ioctl(2) request isn't implemented we should return ENOTTY. | Mark Kettenis |
2024-06-20 | Enable uvm percpu caches on luna88k. | Kenji Aoyama |
2024-06-09 | Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems | Jeremie Courreges-Anglas |
2024-06-05 | Pass cpu_fork() function to the new process through caller-saved registers | Miod Vallat |
2024-05-28 | cpu_emergency_disable() was only used by mvme88k and can be removed now. | Claudio Jeker |
2024-05-22 | remove prototypes with no matching function; ok miod@ | Jonathan Gray |
2024-05-21 | remove switch_exit() prototypes, replaced by sched_exit() | Jonathan Gray |
2024-05-16 | Stop treating IPL_NONE mutexes special in MULTIPROCESSOR kernels. While | Mark Kettenis |
2024-03-31 | Stop referring to dead-since-30-years gatherstats() in comments. | Miod Vallat |
2024-03-08 | Make sure copyoutstr() invoked with a length of zero returns ENAMETOOLONG. | Miod Vallat |
2024-03-03 | Cope with the rare case of an imprecise FPU exception caught when | Miod Vallat |
2024-03-03 | Workaround a 88100 errata where a FPU imprecise exception may be raised | Miod Vallat |
2024-02-25 | clockintr: rename "struct clockintr_queue" to "struct clockqueue" | Scott Soule Cheloha |
2024-02-23 | ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void* | Scott Soule Cheloha |
2024-02-18 | Fix format strings in TRAPDEBUG code and unbreak 88110_syscall. NFC | Miod Vallat |
2024-02-14 | Remove never ever used cpu_exec() macro, apparently already obsolete by the | Miod Vallat |
2024-02-14 | Make sure pmap_unmap_direct flushes dirty cache lines. | Miod Vallat |
2024-02-07 | Use tlb_flush() rather than complete invalidation in pmap_set_modify(). | Miod Vallat |
2024-01-24 | clockintr: switch from callee- to caller-allocated clockintr structs | Scott Soule Cheloha |
2024-01-23 | Delete unused labels which cause error in making kernel. | Kenji Aoyama |
2024-01-11 | Since no system call takes more than 6 arguments, and no more than one | Miod Vallat |
2023-12-15 | Drop no-longer-applicable comment. | Miod Vallat |
2023-12-14 | NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h. | Claudio Jeker |
2023-12-13 | Fix syscall number bounds check computations. | Miod Vallat |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-12-12 | The sigtramp was calling sigreturn(2), and upon failure exit(2), which | Theo de Raadt |
2023-12-11 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Mark Kettenis |
2023-12-10 | Add a new label "sigcodecall" inside every sigtramp definition, directly | Theo de Raadt |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-08-02 | Revert r1.31 - contrary to what I wrote, scaled versions of ld.d and st.d | Miod Vallat |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-02-12 | m88k also needs to define PMAP_CHECK_COPYIN as 1. | Kenji Aoyama |
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 | Use PROT_EXEC when servicing instruction faults. | Miod Vallat |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2022-12-06 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |