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
benno
d7065a7a3b
Convert this from mostly inline assembler to mostly C.
...
Submitted by: Peter Grehan <peterg@ptree32.com.au>
2002-06-29 09:16:30 +00:00
..
clock.c
Don't export timecounter structures under debug. with sysctl, they
2002-04-30 19:34:31 +00:00
copyinout.c
Deorbit suibyte(). It was only used for split address space systems
2002-06-20 07:13:35 +00:00
locore.S
Commit of stuff that's been sitting in my tree for a while.
2002-04-29 12:14:31 +00:00
machdep.c
Move the kcopy() function from trap.c to machdep.c. Add a prototype.
2002-05-28 07:36:36 +00:00
mmu_oea.c
Implement pmap_copy and pmap_copy_page.
2002-05-28 07:38:55 +00:00
nexus.c
Add a nexus device.
2002-04-15 12:29:18 +00:00
ofw_machdep.c
Convert this from mostly inline assembler to mostly C.
2002-06-29 09:16:30 +00:00
ofwmagic.S
Bring in NetBSD code used in the PowerPC port.
2001-06-10 02:39:37 +00:00
swtch.S
The per-cpu curpmap is now set by pmap_activate. We don't need to do it here
2002-05-09 14:13:29 +00:00
trap_subr.S
The stack is not at the top of the user struct.
2002-05-28 12:31:34 +00:00
trap.c
Remove unused diagnostic function cread_free_thread().
2002-06-24 06:22:00 +00:00
vm_machdep.c
Add an MD callout like cpu_exit, but which is called after sched_lock is
2002-06-24 15:48:02 +00:00