summaryrefslogtreecommitdiff
path: root/devel/linuxthreads/files/sched.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2,Jason Evans1999-12-241-10/+10
| | | | | | | | | | | | | | | which is rather tightly coupled with GNU libc, unlike the older version of this port. LinuxThreads has added many features since it was integrated with GNU libc, which means that a number of interfaces that were borrowed from libc_r are no longer needed. This updated port required a lot of reworking of the port, so there are likely to be new bugs. Notes: svn path=/head/; revision=23948
* Reviewed by: Russell CarterJulian Elischer1999-11-301-0/+320
Submitted by: "Richard Seaman, Jr." <dick@tar.com> Native FreeBSD port of the linuxthreads library Includes added files and stuff you need to add to the rest of your system. This is for -current I'm sure Richard's older version might be a good place to start for a 3.x version. Notes: svn path=/head/; revision=23511