summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/gen/setjmp.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Geode CPU does not support SSE, so MXCSR does not exists there. Asbluhm2020-12-131-3/+1
* On i386 setjmp(3) should store the FPU state and longjmp(3) restorebluhm2020-12-061-1/+5
* Introduce constants to access the setjmp(3) jmp_buf fields frombluhm2020-12-061-25/+26
* Do setjmp cookies for eip, esp, and ebp. For bonus points, mix howguenther2016-05-301-30/+50
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-131-5/+5
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-3/+3
* zap rcsid, tested there. okay deraadt@espie2005-08-071-5/+1
* Fix typo in comment (_setjmp -> setjmp)hshoexer2005-04-011-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.drahn2003-04-171-1/+7
* use _C_LABELmickey2001-11-011-5/+5
* Fix RCS idstholo1996-08-191-4/+1
* from netbsd:deraadt1995-12-301-5/+4
* initial import of NetBSD treederaadt1995-10-181-0/+99