Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill unused _wait() function. | 2019-10-21 | 1 | -8/+1 | |
| | | | | ok visa@ | ||||
* | Use process-private futexes. This avoids the overhead of calling into uvm | 2018-06-04 | 1 | -6/+6 | |
| | | | | | | to look up the mapping for the futex address. ok visa@, mpi@ | ||||
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and | 2017-09-05 | 1 | -3/+1 | |
| | | | | | | | | pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread. Requested by libressl team. Ports testing by naddy@ ok kettenis@ | ||||
* | Copy files from ../librthread in preparation for moving functionality | 2017-08-15 | 1 | -0/+63 | |
from libpthread to libc. No changes to the build yet, just making it easier to review the substantive diffs. ok beck@ kettenis@ tedu@ |