summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/gen/setjmp.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only require 4 byte alignment on ILP32 archsguenther2016-05-291-2/+2
* Add XOR cookies for rp and sp. Switch from calling obsoleteguenther2016-05-231-77/+75
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-131-3/+3
* Remove wrong check.ariane2011-04-151-10/+1
* zap rcsid.espie2005-08-071-7/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* reversed condition checking for sig*jmp(, savemask)mickey2002-10-211-4/+4
* deal w/ longjmp(, 0)mickey2002-10-211-2/+4
* fix typo, and put back stack frame opsmickey2002-02-081-8/+11
* reverse condition in the sp botchness check, we need to nullifymickey2002-02-071-10/+9
* implement the setjmp/longjmp family, based on fredette@'s workmickey2002-02-061-0/+202