summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_transcript.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-13Also remove tbl files from CLEANFILES now they are not generated.nicm3-6/+3
2019-02-13Try harder to start a new line when link is obtained and a newkrw1-1/+3
message is about to be displayed on the console.
2019-02-13New futex(2) based rwlock implementation based on the mutex code.mpi4-155/+180
This implementation reduces contention because threads no longer need to spin calling sched_yield(2) before going to sleep. Tested by many, thanks! ok visa@, pirofti@