tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
arch
/
powerpc
/
powerpc
/
at
jcs
16 files
bus_dma.c
Add size for free.
8 years ago
bus_space.c
oops, accidental commit
11 years ago
cpu_subr.c
Correctly write the 64bits of the HID 1, 4 and 5 registers.
11 years ago
fpu.c
obvious need for systm.h, which no longer comes in from something user.h includes
11 years ago
genassym.cf
next step towards unification: make all the genassym chunks handle both arch and machine dependent files (and add the missing files) ok miod drahn
16 years ago
in_cksum.c
When a struct ipovly needs to be computed and checksummed in in4_cksum(), do not bother operating on its first 8 bytes, which will always be zero.
4 years ago
intr.c
powerpc: Use MI soft interrupt code
11 months ago
lock_machdep.c
Use the same MP_LOCKDEBUG pattern as it is used in all other places like the MI mutex implementation. OK jca@
8 months ago
pmap.c
spelling; ok mglocker@
2 years ago
process_machdep.c
Make sure ptrace(2) cannot change any priviliged bits in the Machine State Register. Fixes PR 5574. From Stefan Kempf.
18 years ago
setjmp.S
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.
3 years ago
softintr.c
powerpc: Use MI soft interrupt code
11 months ago
sys_machdep.c
sys/proc.h now needed for PS_PLEDGE check
5 months ago
trap.c
Constify strings in symbol-related ddb interfaces, and make the iterator callback interface a bit simpler. ok beck@ claudio@ mpi@
1 year ago
vecast.S
AltiVec assist for subnormal floats in vectors
3 years ago
vm_machdep.c
Move pmap_deactivate() and sched_exit() into MI exit1().
10 months ago