Added Linux Threads under FreeBSD

Submitted by:	 Josh Gilliam <josh@quick.net>
This commit is contained in:
Wolfram Schneider 1998-12-16 14:33:04 +00:00
parent a383514107
commit 9e32f65a3e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3930

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-12-13 23:19:20 $">
<!ENTITY date "$Date: 1998-12-16 14:33:04 $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: projects.sgml,v 1.37 1998-12-13 23:19:20 steve Exp $ -->
<!-- $Id: projects.sgml,v 1.38 1998-12-16 14:33:04 wosch Exp $ -->
<html>
&header;
@ -283,6 +283,14 @@ description (3-10 lines) to
<li><a name="picobsd"
href="http://www.freebsd.org/~picobsd/">Small and embedded
FreeBSD (PicoBSD)</a></li>
<li><a name="linuxthreads" href="http://lt.tar.com/">
Linux Threads under FreeBSD</a>:
Create a port of Linux Threads that can be compiled and used as a
kernel threads implementation under FreeBSD. Allow native Linux
applications linked against the Linux Threads pthread library (either
static or shared libs) to run under FreeBSD in Linux "emulation" mode.
</li>
</ul>
<a name="misc"></a>