aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/makecontext.3
Commit message (Collapse)AuthorAgeFilesLines
* Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).Edward Tomasz Napierala2020-03-231-1/+39
| | | | | | | | | Obtained from: NetBSD MFC after: 2 weeks Sponsored by: DARPA Notes: svn path=/head/; revision=359248
* Clarify that the additional arguments to makecontext() are of type int.John Baldwin2018-01-311-5/+10
| | | | | | | | MFC after: 1 week Sponsored by: DARPA / AFRL Notes: svn path=/head/; revision=328630
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+5
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-0/+6
| | | | Notes: svn path=/head/; revision=108030
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-041-9/+12
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107592
* Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),Archie Cobbs2002-09-111-0/+107
and ucontext_t. Reviewed by: mini MFC after: 3 days Notes: svn path=/head/; revision=103239