Age | Commit message (Expand) | Author |
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 |
2021-05-16 | b_saveaddr has a type of void * use NULL not 0 | Jonathan Gray |
2021-05-05 | Unlock top part of the fault handler. | Martin Pieuchot |
2021-03-15 | Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances | Theo de Raadt |
2021-03-11 | spelling | Jonathan Gray |
2021-03-10 | pmap_avail_setup() is the only place physmem is calculated, delete a bunch | Theo de Raadt |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-10-27 | uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just | Theo de Raadt |
2020-10-26 | Retguard asm macros for powerpc libc, ld.so | gkoehler |
2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-07-09 | do not need this one either | 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-06-06 | Fix and harmonize some of the code dealing with address offsets encoded in | Mark Kettenis |
2020-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
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-22 | Decode the %{ds}(%{A}) operand of ld, std instructions. | gkoehler |
2020-05-14 | Use '/t' on all architectures to get a trace via TID. | Martin Pieuchot |
2020-04-18 | Sync existing stacktrace_save() implementations | Visa Hankala |
2020-04-15 | Switch powerpc to MI mplock implementation. | Martin Pieuchot |
2020-04-10 | Implement stacktrace_save_at() required for upcoming WITNESS. | Martin Pieuchot |
2020-03-17 | Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work | Mark Kettenis |
2020-03-05 | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG | Claudio Jeker |
2019-11-07 | db_addr_t -> vaddr_t | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-09-06 | delete two decades of debugging code and further simplify the main | Theo de Raadt |
2019-09-06 | oops the label is actually out: | Theo de Raadt |
2019-09-06 | oops incorrect goto label | Theo de Raadt |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-05 | Prepare the bat for kernels greater > 8MB of code, why because clang. | Theo de Raadt |
2019-09-03 | some cleanup for clang; ok kettenis | Theo de Raadt |
2019-07-20 | Increment `db_active' before entering db_trap() like other archs do. | Martin Pieuchot |
2019-07-11 | Use "i" constrain instead of "n" constrain in inline assembly. Makes clang | Mark Kettenis |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |