aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/signalcontext.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Set fpu context flags to known values, zero is illegal.David Xu2004-07-281-0/+2
* Avoid to touch red zone, in libpthread, ucontext may be saved by kernel'sDavid Xu2004-06-151-1/+1
* Fix Yet Another 16 byte stack alignment bug. Thankfully, this one isPeter Wemm2004-03-311-7/+7
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.David Xu2003-07-261-0/+1
* Add amd64 versions of makecontext() and signalcontext() neededDaniel Eischen2003-07-191-0/+103