summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand/ofwboot
AgeCommit message (Collapse)Author
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
an uvm aobj, copy out the signal trampoline into it and share that page among all processes for the same emulation. This also requires us to actually be able to tell signal code where the trampoline is located, so introduce a new field in struct proc - p_sigcode that is a pointer to sigcode. This allows us to remove all the ugly calculations of the signal trampoline address done in every sendsig function in the tree (that's why so many files are changed). Tested by various people. ok deraadt@
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-20From NetBSD: allow loading of kernels with bss+data > 4MJason Wright
2001-09-06use some make magic (borrowed from macppc) to build {obj/}machineJason Wright
2001-08-23Remove DEBUG, it's too chatty.Artur Grabowski
2001-08-22rearrange includesArtur Grabowski
2001-08-22nostdincArtur Grabowski
2001-08-22netinet/if_ether.h, not net/if_ether.h.Artur Grabowski
Isn't it fun to not notice bugs because of pollution by the cross-compilation environment?
2001-08-22NOMANArtur Grabowski
2001-08-22another dependency on make bugs.Artur Grabowski
2001-08-22default kernel is 'bsd' around hereJason Wright
2001-08-20$OpenBSD$Jason Wright
2001-08-19shorter list of kernels to boot.Artur Grabowski
2001-08-18oopsJason Wright
2001-08-18Enough of NetBSD/sparc64 for ofwboot to compile/linkJason Wright