Commits


libthread: fix nbrecvul, recvul to match man page, Plan 9 They return 0 on failure, not -1. Bug introduced in my original libthread-for-Unix code. Fixes #230.


Trivial changes: whitespace and modes. Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>


libthread: fix no-receive nbrecv etc. bug (David Jeannot)


libthread: input sanity checks


libthread: simplify alt tracking, possibly fixing bug


Many small edits.


more freebsd work


confine pthreads to pthread.c


more new libthread