Add project `High-precision timekeeping with FreeBSD'
Submitted by: phk
This commit is contained in:
parent
9d2f74e311
commit
b5565e9ad7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2772
5 changed files with 21 additions and 14 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-05-01 13:46:29 $">
|
||||
<!ENTITY date "$Date: 1998-05-04 16:10:10 $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: support.sgml,v 1.66 1998-05-01 13:46:29 wosch Exp $ -->
|
||||
<!-- $Id: support.sgml,v 1.67 1998-05-04 16:10:10 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -258,6 +258,7 @@ rcarter@consys.com</a>) for details.
|
|||
<a name="usb"></a>
|
||||
<a name="drawbridge"></a>
|
||||
<a name="smn"></a>
|
||||
<a name="timekeeping"></a>
|
||||
<a name="development"></a>
|
||||
<h2>FreeBSD Development Projects</h2>
|
||||
|
||||
|
@ -286,8 +287,8 @@ below to learn more about these exciting projects.</p>
|
|||
<li><a href="http://www.hcs.de/users/hm/isdn4bsd/i4b-main.html"> i4b: ISDN for FreeBSD</a></li>
|
||||
<li><a href="http://www.etla.net/~n_hibma/usb/usb.pl"> FreeBSD USB driver development</a></li>
|
||||
<li><a href="http://drawbridge.tamu.edu/"> Drawbridge, a firewall package</a></li>
|
||||
<li><a href="http://www.cs.pdx.edu/research/SMN/"> Secure MobileIP via IP
|
||||
Sec</a></li>
|
||||
<li><a href="http://www.cs.pdx.edu/research/SMN/"> Secure MobileIP via IP</a></li>
|
||||
<li><a href="http://phk.freebsd.dk/rover.html"> High-precision timekeeping with FreeBSD</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="general"></a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# With the format `<titel>|<url>'.
|
||||
# Empty lines or comments are ignored.
|
||||
#
|
||||
# $Id: web.atoz,v 1.23 1998-05-01 13:46:26 wosch Exp $
|
||||
# $Id: web.atoz,v 1.24 1998-05-04 16:10:08 wosch Exp $
|
||||
|
||||
# about.sgml
|
||||
Usage statistics for this server|about.html
|
||||
|
@ -347,6 +347,8 @@ secure MobileIP via IPSec|support.html#smn
|
|||
MobileIP via IPSec|support.html#smn
|
||||
IPSec|support.html#smn
|
||||
SMN|support.html#smn
|
||||
High-precision timekeeping|support.html#timekeeping
|
||||
timekeeping, High-precision|support.html#timekeeping
|
||||
|
||||
|
||||
# where.sgml
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# With the format `<titel>|<url>'.
|
||||
# Empty lines or comments are ignored.
|
||||
#
|
||||
# $Id: web.atoz,v 1.23 1998-05-01 13:46:26 wosch Exp $
|
||||
# $Id: web.atoz,v 1.24 1998-05-04 16:10:08 wosch Exp $
|
||||
|
||||
# about.sgml
|
||||
Usage statistics for this server|about.html
|
||||
|
@ -347,6 +347,8 @@ secure MobileIP via IPSec|support.html#smn
|
|||
MobileIP via IPSec|support.html#smn
|
||||
IPSec|support.html#smn
|
||||
SMN|support.html#smn
|
||||
High-precision timekeeping|support.html#timekeeping
|
||||
timekeeping, High-precision|support.html#timekeeping
|
||||
|
||||
|
||||
# where.sgml
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-05-01 13:46:29 $">
|
||||
<!ENTITY date "$Date: 1998-05-04 16:10:10 $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: support.sgml,v 1.66 1998-05-01 13:46:29 wosch Exp $ -->
|
||||
<!-- $Id: support.sgml,v 1.67 1998-05-04 16:10:10 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -258,6 +258,7 @@ rcarter@consys.com</a>) for details.
|
|||
<a name="usb"></a>
|
||||
<a name="drawbridge"></a>
|
||||
<a name="smn"></a>
|
||||
<a name="timekeeping"></a>
|
||||
<a name="development"></a>
|
||||
<h2>FreeBSD Development Projects</h2>
|
||||
|
||||
|
@ -286,8 +287,8 @@ below to learn more about these exciting projects.</p>
|
|||
<li><a href="http://www.hcs.de/users/hm/isdn4bsd/i4b-main.html"> i4b: ISDN for FreeBSD</a></li>
|
||||
<li><a href="http://www.etla.net/~n_hibma/usb/usb.pl"> FreeBSD USB driver development</a></li>
|
||||
<li><a href="http://drawbridge.tamu.edu/"> Drawbridge, a firewall package</a></li>
|
||||
<li><a href="http://www.cs.pdx.edu/research/SMN/"> Secure MobileIP via IP
|
||||
Sec</a></li>
|
||||
<li><a href="http://www.cs.pdx.edu/research/SMN/"> Secure MobileIP via IP</a></li>
|
||||
<li><a href="http://phk.freebsd.dk/rover.html"> High-precision timekeeping with FreeBSD</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="general"></a>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-05-01 13:46:29 $">
|
||||
<!ENTITY date "$Date: 1998-05-04 16:10:10 $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: usergroups.sgml,v 1.66 1998-05-01 13:46:29 wosch Exp $ -->
|
||||
<!-- $Id: usergroups.sgml,v 1.67 1998-05-04 16:10:10 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -258,6 +258,7 @@ rcarter@consys.com</a>) for details.
|
|||
<a name="usb"></a>
|
||||
<a name="drawbridge"></a>
|
||||
<a name="smn"></a>
|
||||
<a name="timekeeping"></a>
|
||||
<a name="development"></a>
|
||||
<h2>FreeBSD Development Projects</h2>
|
||||
|
||||
|
@ -286,8 +287,8 @@ below to learn more about these exciting projects.</p>
|
|||
<li><a href="http://www.hcs.de/users/hm/isdn4bsd/i4b-main.html"> i4b: ISDN for FreeBSD</a></li>
|
||||
<li><a href="http://www.etla.net/~n_hibma/usb/usb.pl"> FreeBSD USB driver development</a></li>
|
||||
<li><a href="http://drawbridge.tamu.edu/"> Drawbridge, a firewall package</a></li>
|
||||
<li><a href="http://www.cs.pdx.edu/research/SMN/"> Secure MobileIP via IP
|
||||
Sec</a></li>
|
||||
<li><a href="http://www.cs.pdx.edu/research/SMN/"> Secure MobileIP via IP</a></li>
|
||||
<li><a href="http://phk.freebsd.dk/rover.html"> High-precision timekeeping with FreeBSD</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="general"></a>
|
||||
|
|
Loading…
Reference in a new issue