Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __tfork() needs to set the stack address of the new thread in the kernel, | 2012-06-21 | 1 | -1/+6 | |
| | | | | | | | | | so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@ | ||||
* | merge various differences between hppa and hppa64 | 2011-11-14 | 1 | -63/+63 | |
| | | | | ok jsing | ||||
* | Save and restore cr27 and add the necessary glue to use it as the userland | 2011-11-08 | 1 | -2/+3 | |
| | | | | | | thread register. ok guenther@, jsing@ | ||||
* | update copyright; miod@ is fine w/ files where he holds it too | 2004-04-07 | 1 | -7/+2 | |
| | |||||
* | hptmask goes away as a register and frees one tmp cr | 2003-07-15 | 1 | -3/+2 | |
| | |||||
* | typos | 2003-06-17 | 1 | -2/+2 | |
| | | | | ok jmc@ | ||||
* | no need for reg.h in the frame.h | 2002-03-19 | 1 | -3/+1 | |
| | |||||
* | do not rely on u_int being availabel | 2002-02-08 | 1 | -63/+63 | |
| | |||||
* | new pcb and frame layouts | 1999-11-25 | 1 | -18/+31 | |
| | |||||
* | fix argument access macro (+1 fuzz), align frame per hp requirements | 1999-11-16 | 1 | -3/+3 | |
| | |||||
* | define call frame offsets and argument access macros, add space for cr28 in trapframe | 1999-09-11 | 1 | -27/+26 | |
| | |||||
* | littel perfomance rearngement, also cr23 and cr28 for ddb | 1999-08-14 | 1 | -18/+18 | |
| | |||||
* | export cr28 for DEBUGging purposes | 1999-07-20 | 1 | -3/+4 | |
| | |||||
* | do not include fpu regs into trapframe, according to the | 1999-06-18 | 1 | -2/+2 | |
| | | | | | | lazy fpu context switching it could be well saved into pcb. this brings trapframe to 256 bytes (including 5 spare words). adjust all the code to deal w/ moved fpu regs save area. | ||||
* | name changes, add stack frame, better USERMODE() | 1999-04-20 | 1 | -64/+114 | |
| | |||||
* | fix special tr* registers names, spaces vs tabs | 1998-12-29 | 1 | -28/+28 | |
| | |||||
* | USERMODE() and FRAME_PC definitions | 1998-10-30 | 1 | -5/+13 | |
| | |||||
* | more includes | 1998-07-07 | 1 | -3/+65 | |
| | |||||
* | some includes | 1998-06-23 | 1 | -0/+14 | |