summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/sigsetjmp.S
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-2/+2
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.Jilles Tjoelker2014-06-091-1/+0
* Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler2013-11-211-2/+1
* Make sure that stack is 16-byte aligned before calling a function,Konstantin Belousov2011-11-021-0/+3
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-021-0/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Cosmetic; record offsets used within jmpbufPeter Wemm2003-06-021-11/+11
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskPeter Wemm2003-06-021-0/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentsPeter Wemm2003-05-081-9/+8
* Update for AMD64 contexts. Note that this still has some x87-style FPUPeter Wemm2003-04-301-45/+46
* Restore CSRG ID's lost in January 1995.David E. O'Brien2002-03-231-3/+7
* De-orbit DEFS.h - the other arches do not use it, and it got replacedPeter Wemm2001-10-241-1/+0
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-17/+4
* Use assembler directives rather than ALTENTRY() so that longjmp() andJason Evans2000-05-041-5/+4
* Remove unnecessary alternate entry points for *setjmp(). Make the mainJason Evans2000-01-201-5/+6
* Make minor entry point changes to support libc_r.Jason Evans2000-01-191-2/+2
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-4/+6
* Unbreak profiling. bde says this is not the cleanest way to fix theJason Evans2000-01-041-2/+2
* Creating weak symbols doesn't work correctly when building an aout libc.Jason Evans1999-12-241-4/+2
* Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases forJason Evans1999-12-141-2/+6
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-17/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Stop renaming these in libc_r because wrappered versions don't make sense.John Birrell1998-04-291-10/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Fix a bug caused by the collision of a local assembler label with anotherJohn Polstra1996-05-111-8/+8
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)Peter Wemm1996-05-051-6/+10
* Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function.Peter Wemm1996-02-171-3/+3
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-2/+18
* First round of changes to clean up the RCSID mess in libc:David Greenman1995-01-231-6/+5
* sigsetjmp.S:Bruce Evans1994-12-271-3/+2
* Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsetsBruce Evans1994-10-251-6/+24
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-0/+89