Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove names from some prototypes | rodrigc | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Add declarations to eliminate -Wmissing-prototypes warnings | rodrigc | 2015-09-20 | 1 | -0/+2 |
| | |||||
* | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | kib | 2015-04-18 | 1 | -1/+4 |
| | | | | | | | | | waitid() function is required to be cancellable by the standard. The wait6() and ppoll() follow the other syscalls in their groups. Reviewed by: jhb, jilles (previous versions) Sponsored by: The FreeBSD Foundation MFC after: 1 week | ||||
* | Implement the waitid() SUSv4 function using wait6() system call. | kib | 2012-11-13 | 1 | -0/+65 |
PR: standards/170346 Submitted by: "Jukka A. Ukkonen" <jau@iki.fi> MFC after: 1 month |