Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retguard sigsetjmp on powerpc64. | 2020-10-19 | 1 | -5/+10 | |
| | | | | ok deraadt@ | ||||
* | Add powerpc64 retguard macros for setjmp / longjmp. | 2020-10-18 | 1 | -5/+10 | |
| | | | | ok deraadt@ | ||||
* | Add usertc.c. | 2020-07-11 | 1 | -0/+1 | |
| | |||||
* | Add missing usertc.c file. | 2020-07-11 | 1 | -0/+21 | |
| | |||||
* | Use a relative branch to jump from setjmp(3) into _setjmp(4). | 2020-07-02 | 1 | -5/+4 | |
| | | | | Use correct register to reference the location where we store CR. | ||||
* | Use std instead of stw to store CR since we use std in sigsetjmp(3) and | 2020-06-28 | 1 | -2/+2 | |
| | | | | we use ld to load it again in longjmp(3). | ||||
* | Add missing label. | 2020-06-27 | 1 | -2/+2 | |
| | |||||
* | Committed wrong version of file, atomic_lock is 32 bit. | 2020-06-25 | 1 | -6/+6 | |
| | |||||
* | PowerPC64 libc gen files | 2020-06-25 | 14 | -0/+812 | |
Initial attempt to port powerpc code to powerpc64 Expects TOC loading in ENTRY(), ok kettenis@ |