aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/channel.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-17libthread: add pthreadperthread mode and use under ASANRuss Cox1-1/+1
2020-01-13libthread: fix nbrecvul, recvul to match man page, Plan 9Russ Cox1-2/+2
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-3/+2
2008-05-06libthread: fix no-receive nbrecv etc. bug (David Jeannot)Russ Cox1-8/+12
2008-05-05libthread: input sanity checksRuss Cox1-2/+3
2007-08-22libthread: simplify alt tracking, possibly fixing bugRuss Cox1-7/+8
2005-01-13Many small edits.rsc1-0/+1
2004-12-28more freebsd workrsc1-3/+0
2004-12-27confine pthreads to pthread.crsc1-0/+2
2004-12-25more new libthreadrsc1-0/+412
2004-12-25New thread libraryrsc1-500/+0
2004-11-08more thread workrsc1-13/+5
2004-09-17Continue switching library over to pthreads when possible.rsc1-3/+3
2004-09-17Rewrite to remove dependence on rendezvous and its bizarrersc1-25/+18
2004-04-21odds and endsrsc1-1/+1
2004-04-21Tweaks to make libthread tell Valgrind about its stack limits,rsc1-1/+1
2004-03-05Small bug fixes.rsc1-2/+2
2004-03-05Various little fixes.rsc1-1/+0
2004-03-05Debugging libthread for acme.rsc1-10/+39
2004-02-29Fighting the good fight.rsc1-8/+10
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-1/+1
2003-09-30Initial revisionrsc1-0/+485