summaryrefslogtreecommitdiff
path: root/sys/amd64/include/sigframe.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2013-02-20Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov
2003-05-01Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm
2002-10-25Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm
2002-02-17Use struct __ucontext in prototypes and associated functions instead ofDaniel Eischen
2001-09-05style(9) the structure definitions.David E. O'Brien
1999-12-04Fix type of sf_addr.Marcel Moolenaar
1999-11-12Change the type of sf_addr in struct {o}sigframe from char* toMarcel Moolenaar
1999-10-07Simplification of the signal trampoline and other cleanups.Marcel Moolenaar
1999-10-03Fix style bugs caused by using the wrong file to copy from. That oneMarcel Moolenaar
1999-09-29sigset_t change (part 3 of 5)Marcel Moolenaar