Added Linux Threads under FreeBSD
Submitted by: Josh Gilliam <josh@quick.net>
This commit is contained in:
parent
a383514107
commit
9e32f65a3e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3930
1 changed files with 10 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!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 title "FreeBSD Development Projects">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!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>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
@ -283,6 +283,14 @@ description (3-10 lines) to
|
||||||
<li><a name="picobsd"
|
<li><a name="picobsd"
|
||||||
href="http://www.freebsd.org/~picobsd/">Small and embedded
|
href="http://www.freebsd.org/~picobsd/">Small and embedded
|
||||||
FreeBSD (PicoBSD)</a></li>
|
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>
|
</ul>
|
||||||
|
|
||||||
<a name="misc"></a>
|
<a name="misc"></a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue