summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/makecontext.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2004-07-311. Use correct alignment mask, -15 != ~15David Xu
2004-03-31Fix Yet Another 16 byte stack alignment bug. Thankfully, this one isPeter Wemm
2003-12-05"Fix" makecontext() so that the C code begins execution with itsPeter Wemm
2003-07-19Add amd64 versions of makecontext() and signalcontext() neededDaniel Eischen