| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
868983b0
|
| 23-Mar-2020 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).
Obtained from: NetBSD MFC after: 2 weeks Sponsored by: DARPA
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
868983b0
|
| 23-Mar-2020 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).
Obtained from: NetBSD MFC after: 2 weeks Sponsored by: DARPA
|
| #
552311f4
|
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
| #
cfe30d02
|
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
| #
69e6d7b7
|
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
| #
876a84e8
|
| 18-Mar-2013 |
Martin Matuska <mm@FreeBSD.org> |
MFC @248461
|
| #
be63e703
|
| 13-Mar-2013 |
Sergey Kandaurov <pluknet@FreeBSD.org> |
Add the getcontextx prototype to SYNOPSIS.
Reviewed by: kib MFC after: 1 week
|
| #
38f1b189
|
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
552311f4
|
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
| #
cfe30d02
|
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
| #
69e6d7b7
|
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
| #
876a84e8
|
| 18-Mar-2013 |
Martin Matuska <mm@FreeBSD.org> |
MFC @248461
|
| #
be63e703
|
| 13-Mar-2013 |
Sergey Kandaurov <pluknet@FreeBSD.org> |
Add the getcontextx prototype to SYNOPSIS.
Reviewed by: kib MFC after: 1 week
|
| #
38f1b189
|
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
2b1de0af
|
| 21-Jan-2012 |
Konstantin Belousov <kib@FreeBSD.org> |
Add API for obtaining extended machine context states that cannot be fit into existing mcontext_t.
On i386 and amd64 do return the extended FPU states using getcontextx(3). For other architectures,
Add API for obtaining extended machine context states that cannot be fit into existing mcontext_t.
On i386 and amd64 do return the extended FPU states using getcontextx(3). For other architectures, getcontextx(3) returns the same information as getcontext(2).
Tested by: pho MFC after: 1 month
show more ...
|
| #
b4c6be32
|
| 03-Dec-2004 |
Ralf S. Engelschall <rse@FreeBSD.org> |
Fix description: the argument to setcontext(3) must have been previously initialized "by a call to getcontext(3) or makecontext(3)" and not "by a call to setcontext(3) or makecontext(3)".
MFC after:
Fix description: the argument to setcontext(3) must have been previously initialized "by a call to getcontext(3) or makecontext(3)" and not "by a call to setcontext(3) or makecontext(3)".
MFC after: 3 days
show more ...
|
| #
304d1f73
|
| 04-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: overhaul.
Approved by: re
|
| #
a892767b
|
| 11-Sep-2002 |
Archie Cobbs <archie@FreeBSD.org> |
Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), and ucontext_t.
Reviewed by: mini MFC after: 3 days
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
868983b0
|
| 23-Mar-2020 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).
Obtained from: NetBSD MFC after: 2 weeks Sponsored by: DARPA
|
| #
552311f4
|
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|