summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/gen/sigsetjmp.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add XOR cookies for r1 (stack) and lr. Switch from calling obsoleteguenther2016-05-221-53/+150
| | | | | | | | sig{block,setmask} to directly using the sigprocmask syscall. Rewrite sig{set,long}jmp based on {set,long}jmp to avoid the deprecated store/load-multiple instructions. in snaps; ok deraadt@
* Add END() to match ENTRY() macrosguenther2016-05-151-1/+3
| | | | ok kettenis@
* zap rcsid.espie2005-08-071-7/+1
| | | | okay deraadt@ (tested them all)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Remove some old if 0/if 1 code, it is pointless to keep this in.drahn2002-10-241-16/+1
|
* OpenBSD tag.drahn2002-05-081-0/+1
|
* Check-in of powerpc library support.rahnds1996-12-211-0/+99
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.