Age | Commit message (Expand) | Author |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-11-05 | The `pri' field of struct clockframe has become unused since the removal of | Miod Vallat |
2024-10-24 | Change macppc's ci_idepth from -1 to 0 when no interrupts | George Koehler |
2024-10-22 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-09-06 | spelling; ok mglocker@ | Jonathan Gray |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-07-21 | Export basic HWCAP bits to let applications detect Altivec on powerpc | Jeremie Courreges-Anglas |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-06-22 | remove space between function names and argument list | Jonathan Gray |
2024-06-18 | remove prototypes with no matching function | Jonathan Gray |
2024-05-22 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-07 | drop the MD byte-swap micro-optimizations on clang architectures | Christian Weisgerber |
2024-04-03 | Initialize earlier macppc's and powerpc64's pmap_hash_lock | George Koehler |
2024-03-31 | Remove long dead isa-on-powerpc leftovers. | 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-01-24 | clockintr: switch from callee- to caller-allocated clockintr structs | Scott Soule Cheloha |
2024-01-11 | Since no system call takes more than 6 arguments, and no more than one | 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-11 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Mark Kettenis |
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-26 | Implement dt(4) utrace support on amd64 and i386. | Claudio Jeker |
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-21 | Set the current pmap in macppc's pmap_activate | George Koehler |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-06 | Add missing check for pg != NULL | George Koehler |
2023-02-03 | Remove a bunch of pic-related macros which were supposed to mimic similar | Miod Vallat |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-31 | Execute-only for macppc G5 | George Koehler |
2023-01-21 | Remove dead/unused prototypes | Miod Vallat |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-10 | Use atomic ops on the set of used segment registers | George Koehler |
2023-01-06 | Oops, forgot to cvs rm | Miod Vallat |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-04 | The access type for an instruction storage interrupt should not | Mark Kettenis |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-29 | powerpc, macppc: switch to clockintr | Scott Soule Cheloha |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-10-22 | AltiVec assist for subnormal floats in vectors | George Koehler |
2022-10-21 | Change len in syncicache(_, len) from int to size_t | George Koehler |
2022-10-15 | ansi | Jonathan Gray |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-08-29 | remove unused macppc headers | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-07-24 | macppc, powerpc: retrigger deferred DEC interrupts from splx(9) | Scott Soule Cheloha |