Edward Tomasz Napierala
868983b032
Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).
...
Obtained from: NetBSD
MFC after: 2 weeks
Sponsored by: DARPA
2020-03-23 17:38:20 +00:00
Konstantin Belousov
2b1de0afd1
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
2012-01-21 18:00:28 +00:00
Ruslan Ermilov
30950a21e1
Eliminate double whitespace.
2004-07-03 22:30:10 +00:00
Ruslan Ermilov
304d1f73fe
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-04 15:47:41 +00:00
Archie Cobbs
a892767bc4
Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),
...
and ucontext_t.
Reviewed by: mini
MFC after: 3 days
2002-09-11 21:39:21 +00:00