This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
powerpc
/
aim
History
raj
cb9537b464
Fix physical address type to vm_paddr_t also for powerpc64.
2012-05-25 18:17:26 +00:00
..
clock.c
…
copyinout.c
…
interrupt.c
…
locore32.S
…
locore64.S
…
locore.S
…
machdep.c
We don't need kcopy() in any of the remaining places it is used, so
2012-04-11 22:23:50 +00:00
mmu_oea64.c
Fix physical address type to vm_paddr_t also for powerpc64.
2012-05-25 18:17:26 +00:00
mmu_oea64.h
…
mmu_oea.c
Fix physical address type to vm_paddr_t.
2012-05-24 21:13:24 +00:00
moea64_if.m
…
moea64_native.c
Fix build on 32-bit systems.
2012-04-28 14:42:49 +00:00
mp_cpudep.c
…
nexus.c
…
slb.c
After switching mutexes to use lwsync, they no longer provide sufficient
2012-04-28 00:12:23 +00:00
swtch32.S
Fix final bugs in memory barriers on PowerPC:
2012-05-04 16:00:22 +00:00
swtch64.S
Fix final bugs in memory barriers on PowerPC:
2012-05-04 16:00:22 +00:00
trap_subr32.S
…
trap_subr64.S
…
trap.c
…
uma_machdep.c
…
vm_machdep.c
…