aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi/cloudabi_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Drop cloudabiKonstantin Belousov2021-09-211-66/+0
* cloudabi and linux ABIs: do not call umtx_thread_cleanup() from thr_exit syscallKonstantin Belousov2021-07-071-3/+0
* Import the new automatically generated system call table for CloudABI.Ed Schouten2016-08-191-8/+0
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-171-0/+3
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-1/+2
* Add a futex implementation for CloudABI.Ed Schouten2015-07-271-2/+16
* Implement thread_tcb_set() and thread_yield().Ed Schouten2015-07-141-2/+14
* Import the CloudABI datatypes and create a system call table.Ed Schouten2015-07-091-0/+47