Age | Commit message (Expand) | Author |
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 |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-06-10 | Add _?ENTRY_NB() macro for doing an ASM function entry without | Philip Guenther |
2022-05-19 | Not so recent evolution of the PowerPC and POWER architectures have defined | 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-10 | Add stubs for macppc suspend | George Koehler |
2022-02-07 | Allow writes to rw pages in pte_spill_v | George Koehler |
2022-02-07 | Allow "ddb{1}> trace" through interrupt on macppc | George Koehler |
2022-02-01 | When a struct ipovly needs to be computed and checksummed in in4_cksum(), | Miod Vallat |
2022-01-28 | Give ddb more access to registers on macppc, powerpc64 | George Koehler |
2022-01-21 | Fix NULL dereference which allows user programs to read parts | Tobias Heider |