Age | Commit message (Expand) | Author |
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 |
2022-01-20 | Don't return uninitialized stack memory on copyin() error. | Tobias Heider |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-11-26 | avoid clang -Wsometimes-uninitialized warning when DDB is not defined | 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-30 | Include <sys/mutex.h> and <sys/queue.h> earlier in powerpc* pmap.h | Visa Hankala |
2021-05-30 | Include <sys/mutex.h> to avoid a hidden header dependency. | Visa Hankala |
2021-05-21 | Fix __ppc_lock for page faults that recursively grab the lock. | gkoehler |
2021-05-20 | We changed powerpc64 to allow write access to write only mappings. | Alexander Bluhm |