Add the performance@ (1) and threads@ (2) lists to the search interface

PR:		50759 (1)
Submitted by:	Eric Anderson <anderson@centtech.com>

PR:		50617 (2)
Submitted by:	Mark Linimon <linimon@lonesome.com>
This commit is contained in:
Christian Brueffer 2003-05-11 09:13:51 +00:00
parent 5e6970d2a0
commit 4a15d378c9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16866

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.83 2003/04/06 21:37:14 ceri Exp $">
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.84 2003/04/23 07:46:07 brueffer Exp $">
<!ENTITY title "Search">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -187,6 +187,12 @@ yield inaccurate results.</em></p>
<td>Discussions for ISPs using FreeBSD</td>
</tr>
<tr>
<td><input type="checkbox" name="source"
value="freebsd-performance"> <strong>Performance</strong></td>
<td>Discussions of the performance of FreeBSD under high load or extreme conditions</td>
</tr>
<tr>
<td><input type="checkbox" name="source"
value="freebsd-security"> <strong>Security</strong></td>
@ -504,6 +510,12 @@ yield inaccurate results.</em></p>
<td>FreeBSD Conformance to the C99 and the POSIX standards</td>
</tr>
<tr>
<td><input type="checkbox" name="source"
value="freebsd-threads"> <strong>Threads</strong></td>
<td>Discussion about threading models in FreeBSD, including KSE and others</td>
</tr>
<tr>
<td><input type="checkbox" name="source"
value="freebsd-tokenring"> <strong>Tokenring</strong></td>