Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur 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-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-09-20 | From NetBSD: allow loading of kernels with bss+data > 4M | Jason Wright | |
2001-09-06 | use some make magic (borrowed from macppc) to build {obj/}machine | Jason Wright | |
2001-08-23 | Remove DEBUG, it's too chatty. | Artur Grabowski | |
2001-08-22 | rearrange includes | Artur Grabowski | |
2001-08-22 | nostdinc | Artur Grabowski | |
2001-08-22 | netinet/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-22 | NOMAN | Artur Grabowski | |
2001-08-22 | another dependency on make bugs. | Artur Grabowski | |
2001-08-22 | default kernel is 'bsd' around here | Jason Wright | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-19 | shorter list of kernels to boot. | Artur Grabowski | |
2001-08-18 | oops | Jason Wright | |
2001-08-18 | Enough of NetBSD/sparc64 for ofwboot to compile/link | Jason Wright | |