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
Jeff Roberson
8355f576a9
This is the first part of the new kernel memory allocator. This replaces
...
malloc(9) and vm_zone with a slab like allocator. Reviewed by: arch@
2002-03-19 09:11:49 +00:00
..
clock.c
Various cleanups.
2002-02-28 12:00:24 +00:00
locore.S
- Prevent the decrementer interrupt handler from nesting.
2002-02-28 11:57:47 +00:00
machdep.c
Install the DSI and ISI trap handlers and their appropriate locations.
2002-03-07 12:22:44 +00:00
mmu_oea.c
This is the first part of the new kernel memory allocator. This replaces
2002-03-19 09:11:49 +00:00
ofw_machdep.c
Complete rework of the PowerPC pmap and a number of other bits in the early
2002-02-14 01:39:11 +00:00
ofwmagic.S
…
swtch.S
cpu_switch now works, for kthreads at least.
2002-02-28 12:06:49 +00:00
trap.c
Lowercase all of the trap names.
2002-03-17 23:55:11 +00:00
vm_machdep.c
GC an unused variable in cpu_fork().
2002-02-28 08:48:58 +00:00