summaryrefslogtreecommitdiff
path: root/src/sys/pthread.rs
AgeCommit message (Collapse)Author
2021-12-20feature-gate most Nix functionsVincent Dagonneau
Using features reduces build time and size for consumer crates. By default all features are enabled.
2021-09-04Document more thingsAlan Somers
Also, test rustdoc in CI, and demote missing_docs from a deny to a warning (but still deny it in CI).
2021-07-24Add pthread_killMartin Kröning
2021-05-13Use https instead of httpRyan Zoeller
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
But leave in place Linux links for non-standard functions. Also, add brief docs for some functions that were lacking them.
2017-06-04Add pthread_selfking6cong