summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads
AgeCommit message (Collapse)AuthorFilesLines
1997-10-13Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to:agc3-13/+41
+ use native make, rather than gmake - this gives us the profiled library, and PIC library too, and also means we can get rid of my previous hacks to specify the correct prefix. + add in support for the system call previously known as getdirentries using getdents(2), if it exists. Note that the patch for this needs 2 lines of context to avoid an Id in the patch file.
1997-10-10Initial import of Chris Provenzano's MIT Pthreads POSIX threadsagc6-0/+103
implementation, version 1.60beta6. Passes all its self tests on NetBSD/i386 1.2G. Not tested on any other architecture. Please note that this installs into ${PREFIX}/pthreads/...