Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the sys/ucontext.h self-contained by changing the return type | kib | 2012-02-01 | 1 | -1/+1 |
| | | | | | | | of __getcontextx_size(3) from size_t to int. PR: ports/164654 MFC after: 1 month | ||||
* | Add API for obtaining extended machine context states that cannot be | kib | 2012-01-21 | 1 | -0/+69 |
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 |