]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the pcb the to the top of the kernel stack.
authorJake Burkholder <jake@FreeBSD.org>
Sun, 30 Sep 2001 18:48:37 +0000 (18:48 +0000)
committerJake Burkholder <jake@FreeBSD.org>
Sun, 30 Sep 2001 18:48:37 +0000 (18:48 +0000)
commit18ef2712327dfe502cec9c7141c246878db2ac2c
tree1f0b79f4759bdfbe8386ea97808b9d6318159a2f
parent75c6786401f0df2509ad51707f788c8044433887
Move the pcb the to the top of the kernel stack.
Add a guard page at the bottom of the kernel stack.  Its unclear how easy
it will be to detect these faults and do something useful.
Setup the registers on exec how the c runtime expects.
Implement various {fill,set}_*regs.
Fix proc locking.
sys/sparc64/include/param.h
sys/sparc64/sparc64/locore.S
sys/sparc64/sparc64/locore.s
sys/sparc64/sparc64/machdep.c
sys/sparc64/sparc64/vm_machdep.c