switch to HTTPS for people.freebsd.org
This commit is contained in:
parent
e36a2d174c
commit
a9cd1cf082
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51013
17 changed files with 67 additions and 67 deletions
en_US.ISO8859-1/htdocs
advocacy
docproj
events/2002
gnome
internal
marketing
multimedia
platforms
portmgr
projects
prstats
relnotes.xml
|
@ -277,8 +277,8 @@
|
|||
setting up a Cluster simple. The source code is freely available, and will run
|
||||
on FreeBSD without much problem.</li>
|
||||
|
||||
<li><a href="http://people.freebsd.org/~brooks/papers/bsdcon2003/fbsdcluster/">
|
||||
http://people.freebsd.org/~brooks/papers/bsdcon2003/fbsdcluster/</a>
|
||||
<li><a href="https://people.FreeBSD.org/~brooks/papers/bsdcon2003/fbsdcluster/">
|
||||
https://people.FreeBSD.org/~brooks/papers/bsdcon2003/fbsdcluster/</a>
|
||||
Brooks Davis's paper about the implementation of a FreeBSD
|
||||
cluster with more than 300 CPU's</li>
|
||||
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
|
||||
<p><b>Synopsis:</b> Modify the CGI script ports.cgi
|
||||
and the script portindex to use the Perl <a
|
||||
href="http://people.FreeBSD.org/~tom/portpm/">FreeBSD::Ports</a>
|
||||
href="https://people.FreeBSD.org/~tom/portpm/">FreeBSD::Ports</a>
|
||||
modules. These modules also need thorough testing.</p>
|
||||
|
||||
<a name="multilingualwebscripts"></a>
|
||||
|
|
|
@ -22,7 +22,7 @@ Developer Summit was sponsored by DARPA, the <a
|
|||
href="https://www.freebsdfoundation.org">FreeBSD Foundation</a>, <a
|
||||
href="http://www.freebsdmall.com/">FreeBSD Mall</a>, Network
|
||||
Associates Laboratories, and AT&T. Notes were taken by George
|
||||
Neville-Neil, <a href="http://people.FreeBSD.org/~bmah">Bruce Mah</a>,
|
||||
Neville-Neil, <a href="https://people.FreeBSD.org/~bmah">Bruce Mah</a>,
|
||||
and <a href="https://people.FreeBSD.org/~rwatson">Robert Watson</a>.
|
||||
Markup by <a href="https://people.FreeBSD.org/~murray">Murray
|
||||
Stokely</a>.</p>
|
||||
|
|
|
@ -1483,9 +1483,9 @@
|
|||
|
||||
<p>The search for the FreeBSD GNOME 2.10 splashscreen is
|
||||
over. Thanks to all the artists that submitted
|
||||
<a href="http://people.FreeBSD.org/~adamw/images/gnome_splashes/">entries</a>.
|
||||
<a href="https://people.FreeBSD.org/~adamw/images/gnome_splashes/">entries</a>.
|
||||
Our
|
||||
<a href="http://people.FreeBSD.org/~adamw/images/gnome_splashes/franz_klammer-2.png">winning entry</a>
|
||||
<a href="https://people.FreeBSD.org/~adamw/images/gnome_splashes/franz_klammer-2.png">winning entry</a>
|
||||
was designed by Franz Klammer (based on the default GNOME
|
||||
2.10 splashscreen by Sami "alump" Viitanen), and is the
|
||||
default GNOME 2.10 splashscreen for FreeBSD. However,
|
||||
|
@ -1606,7 +1606,7 @@
|
|||
<p>The
|
||||
<a href="http://www.mozilla.org/foundation/licensing.html">Mozilla License Team</a>
|
||||
has
|
||||
<a href="http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt">granted permission</a>
|
||||
<a href="https://people.FreeBSD.org/~ahze/firefox_thunderbird-approved.txt">granted permission</a>
|
||||
to the FreeBSD Gnome Team for use of the
|
||||
<i>Firefox</i>
|
||||
and
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
align="right"/>
|
||||
|
||||
<p>The original web pages were put together by John Fieber <a
|
||||
href="http://people.FreeBSD.org/~jfieber/"><jfieber@FreeBSD.org>
|
||||
href="https://people.FreeBSD.org/~jfieber/"><jfieber@FreeBSD.org>
|
||||
</a> with input from the FreeBSD community and <b>you</b>. <a
|
||||
href="http://wolfram.schneider.org"><wosch@FreeBSD.org></a>
|
||||
was our first webmaster but this responsibility is now shared by
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
print "<?xml version='1.0' encoding='iso-8859-1'?>\n";
|
||||
print "<li><a href=\"http://people.FreeBSD.org/homepage.html\">FreeBSD Developer home page list</a></li>\n";
|
||||
print "<li><a href=\"https://people.FreeBSD.org/homepage.html\">FreeBSD Developer home page list</a></li>\n";
|
||||
exit 0;
|
||||
|
||||
$homepagedir = 'public_html';
|
||||
|
@ -51,7 +51,7 @@ print "<?xml version='1.0' encoding='iso-8859-1'?>\n";
|
|||
foreach (sort @pages) {
|
||||
($gcos, $login) = split(/:/);
|
||||
($firstgecos, @gecos) = split(/,/, $gcos);
|
||||
print qq{<li><a href="http://people.FreeBSD.org/~$login/">},
|
||||
print qq{<li><a href="https://people.FreeBSD.org/~$login/">},
|
||||
$firstgecos, "</a> ", join(', ', @gecos), "</li>\n";
|
||||
}
|
||||
|
||||
|
|
|
@ -39,16 +39,16 @@
|
|||
<ul>
|
||||
|
||||
<li>28 April 2005, <a
|
||||
href="http://people.FreeBSD.org/~murray/presentations/20050429-msu-freebsd">FreeBSD
|
||||
href="https://people.FreeBSD.org/~murray/presentations/20050429-msu-freebsd">FreeBSD
|
||||
in the Enterprise, an Introduction for Linux Users</a>, Murray
|
||||
Stokely (Open Source Forum, Moscow)</li>
|
||||
|
||||
<li>18 September 2002, <a
|
||||
href="http://people.freebsd.org/~murray/presentations/re-jus/index.html">FreeBSD
|
||||
href="https://people.FreeBSD.org/~murray/presentations/re-jus/index.html">FreeBSD
|
||||
Release Engineering</a>, Murray Stokely (Japan Unix Society)</li>
|
||||
|
||||
<li>10 June 2001, <a
|
||||
href="http://people.freebsd.org/~nik/Leeds">FreeBSD
|
||||
href="https://people.FreeBSD.org/~nik/Leeds">FreeBSD
|
||||
for Linux Users</a>, Nik Clayton</li>
|
||||
|
||||
</ul>
|
||||
|
|
|
@ -5846,7 +5846,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~mlaier/sucon.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~mlaier/sucon.pdf</url>
|
||||
<size>1 Mb</size>
|
||||
<desc>Slides</desc>
|
||||
<tags>
|
||||
|
@ -7944,7 +7944,7 @@
|
|||
Feature in FreeBSD 6.0 and Optimizing FreeBSD IP
|
||||
and TCP in 7-CURRENT
|
||||
</desc>
|
||||
<overview>http://people.freebsd.org/~andre/</overview>
|
||||
<overview>https://people.FreeBSD.org/~andre/</overview>
|
||||
<tags>
|
||||
<tag>eurobsdcon</tag>
|
||||
<tag>eurobsdcon2005</tag>
|
||||
|
@ -7954,7 +7954,7 @@
|
|||
<tag>andre opperman</tag>
|
||||
</tags>
|
||||
<files>
|
||||
<prefix>http://people.freebsd.org/~andre/</prefix>
|
||||
<prefix>https://people.FreeBSD.org/~andre/</prefix>
|
||||
<file>
|
||||
<url>New%20Networking%20Features%20in%20FreeBSD%206.pdf</url>
|
||||
<size>92 Kb</size>
|
||||
|
@ -7990,7 +7990,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~andre/FreeBSD-5.3-Networking.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~andre/FreeBSD-5.3-Networking.pdf</url>
|
||||
<size>115 Kb</size>
|
||||
<desc>FreeBSD-5.3-Networking.pdf</desc>
|
||||
<tags>
|
||||
|
@ -10816,7 +10816,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BAFUG/talks/ACPI/bafug7-nate2.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BAFUG/talks/ACPI/bafug7-nate2.mov</url>
|
||||
<size>245 Mb</size>
|
||||
<tags>
|
||||
<tag>mov</tag>
|
||||
|
@ -10862,7 +10862,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BAFUG/talks/bafug6-gnn.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BAFUG/talks/bafug6-gnn.mov</url>
|
||||
<size>211 Mb</size>
|
||||
<tags>
|
||||
<tag>mov</tag>
|
||||
|
@ -10877,7 +10877,7 @@
|
|||
libarchive..........Tim Kientzler on developing
|
||||
libarchive and tar.
|
||||
</desc>
|
||||
<overview>http://people.freebsd.org/~julian/BAFUG/talks/libarchive/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BAFUG/talks/libarchive/</overview>
|
||||
<tags>
|
||||
<tag>bafug</tag>
|
||||
<tag>presentation</tag>
|
||||
|
@ -10885,7 +10885,7 @@
|
|||
<tag>tim kientzler</tag>
|
||||
</tags>
|
||||
<files>
|
||||
<prefix>http://people.freebsd.org/~julian/BAFUG/talks/libarchive</prefix>
|
||||
<prefix>https://people.FreeBSD.org/~julian/BAFUG/talks/libarchive</prefix>
|
||||
<file>
|
||||
<url>bafug5-tim-1.mov</url>
|
||||
<size>50 Mb</size>
|
||||
|
@ -11045,7 +11045,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~simon/presentations/freebsd-so-function-aauug-2006-08-22.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~simon/presentations/freebsd-so-function-aauug-2006-08-22.pdf</url>
|
||||
<size>211 Kb</size>
|
||||
<desc>PDF (danish)</desc>
|
||||
<tags>
|
||||
|
@ -11075,7 +11075,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~simon/presentations/freebsd-so-function-bsd-dk-2006-08.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~simon/presentations/freebsd-so-function-bsd-dk-2006-08.pdf</url>
|
||||
<size>210 Kb</size>
|
||||
<desc>PDF (danish)</desc>
|
||||
<tags>
|
||||
|
@ -11905,7 +11905,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~erwin/presentations/FreeBSD-portmgr-20061105-OpenFest.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~erwin/presentations/FreeBSD-portmgr-20061105-OpenFest.pdf</url>
|
||||
<size>128 Kb</size>
|
||||
<desc>PDF</desc>
|
||||
<tags>
|
||||
|
@ -13632,7 +13632,7 @@
|
|||
|
||||
<item source="bsdcan" added="20080528">
|
||||
<title>Bjoern A. Zeeb - BSDCan08 devsummit summary</title>
|
||||
<overview>http://people.freebsd.org/~bz/200805DevSummit/</overview>
|
||||
<overview>https://people.FreeBSD.org/~bz/200805DevSummit/</overview>
|
||||
<desc>
|
||||
200805DevSummit - BSDCan 2008 FreeBSD Developer summit summary
|
||||
</desc>
|
||||
|
@ -14776,7 +14776,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070824">
|
||||
<title>BSDCan-2007 - Videos</title>
|
||||
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
|
||||
<desc>
|
||||
The 2007 BSDCan conference<br/>
|
||||
Kirk McKusick - Code Reading of Locally-Connected Sockets<br/>
|
||||
|
@ -14789,7 +14789,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BSDCan-2007/Kirk_UnixDomain.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BSDCan-2007/Kirk_UnixDomain.mov</url>
|
||||
<length>35 minutes</length>
|
||||
<size>77 Mb</size>
|
||||
<desc>MOV file</desc>
|
||||
|
@ -14802,7 +14802,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070814">
|
||||
<title>BSDCan-2007 - Videos</title>
|
||||
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
|
||||
<desc>
|
||||
The 2007 BSDCan conference<br/>
|
||||
Erwin Lansing - The state of the FreeBSD Ports Tree<br/>
|
||||
|
@ -14816,7 +14816,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BSDCan-2007/Lansing-Portmanager.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BSDCan-2007/Lansing-Portmanager.mov</url>
|
||||
<length>20 minutes</length>
|
||||
<size>39 Mb</size>
|
||||
<desc>MOV file</desc>
|
||||
|
@ -14829,7 +14829,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070813">
|
||||
<title>BSDCan-2007 Videos</title>
|
||||
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
|
||||
<desc>
|
||||
The 2007 BSDCan conference - Introduction of people.
|
||||
</desc>
|
||||
|
@ -14840,7 +14840,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BSDCan-2007/Intro.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BSDCan-2007/Intro.mov</url>
|
||||
<length>9 minutes</length>
|
||||
<size>16 Mb</size>
|
||||
<desc>MOV file</desc>
|
||||
|
@ -14853,7 +14853,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070813">
|
||||
<title>BSDCan-2007 - Videos</title>
|
||||
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
|
||||
<desc>
|
||||
The 2007 BSDCan conference<br/>
|
||||
Kris Kennaway - Scalability Update 2007<br/>
|
||||
|
@ -14869,7 +14869,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BSDCan-2007/kris_kennaway-scalability.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BSDCan-2007/kris_kennaway-scalability.mov</url>
|
||||
<length>73 minutes</length>
|
||||
<size>148 Mb</size>
|
||||
<desc>MOV file</desc>
|
||||
|
@ -14882,7 +14882,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070813">
|
||||
<title>BSDCan-2007 - Videos</title>
|
||||
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
|
||||
<desc>
|
||||
The 2007 BSDCan conference<br/>
|
||||
Qing Li - Routing, ARP and ND6
|
||||
|
@ -14896,7 +14896,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BSDCan-2007/QingLi_Arp.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BSDCan-2007/QingLi_Arp.mov</url>
|
||||
<length>30 minutes</length>
|
||||
<size>63 Mb</size>
|
||||
<desc>MOV file</desc>
|
||||
|
@ -14909,7 +14909,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070813">
|
||||
<title>BSDCan-2007 - Videos</title>
|
||||
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
|
||||
<desc>
|
||||
The 2007 BSDCan conference<br/>
|
||||
Marko Zec explains the vimage architecture
|
||||
|
@ -14923,7 +14923,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BSDCan-2007/marko-vimage.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BSDCan-2007/marko-vimage.mov</url>
|
||||
<length>20 minutes</length>
|
||||
<size>44 Mb</size>
|
||||
<desc>MOV file</desc>
|
||||
|
@ -14936,7 +14936,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070813">
|
||||
<title>BSDCan-2007 - Videos</title>
|
||||
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview>
|
||||
<overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
|
||||
<desc>
|
||||
The 2007 BSDCan conference<br/>
|
||||
Max Laier - PFIL, firewalls and locking
|
||||
|
@ -14950,7 +14950,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~julian/BSDCan-2007/max_ipf_pfil.mov</url>
|
||||
<url>https://people.FreeBSD.org/~julian/BSDCan-2007/max_ipf_pfil.mov</url>
|
||||
<length>30 minutes</length>
|
||||
<size>52 Mb</size>
|
||||
<desc>MOV file</desc>
|
||||
|
@ -15062,7 +15062,7 @@
|
|||
|
||||
<item source="bsdcan" added="20070520">
|
||||
<title>The FreeBSD Security Officer function</title>
|
||||
<overview>http://people.freebsd.org/~simon/presentations/</overview>
|
||||
<overview>https://people.FreeBSD.org/~simon/presentations/</overview>
|
||||
<desc>
|
||||
"FreeBSD Security Officer function" at BSDCAN 2007 by Simon L. Nielsen (FreeBSD Deputy Security Officer)
|
||||
</desc>
|
||||
|
@ -15076,7 +15076,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~simon/presentations/freebsd-so-function-bsdcan-2007.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~simon/presentations/freebsd-so-function-bsdcan-2007.pdf</url>
|
||||
<size>252 Kb</size>
|
||||
<length>29 pages</length>
|
||||
<desc>PDF version</desc>
|
||||
|
@ -15148,7 +15148,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~kris/scaling/7.0%20Preview.pdf</url>
|
||||
<size>336 Kb</size>
|
||||
<length>37 pages</length>
|
||||
<desc>PDF version</desc>
|
||||
|
@ -15295,7 +15295,7 @@
|
|||
|
||||
<item source="devsummit-cambridge" added="20080825">
|
||||
<title>Cambridge FreeBSD DevSummit2008 - Photos - Kris Kennaway</title>
|
||||
<overview>http://people.freebsd.org/~kris/Cambridge/</overview>
|
||||
<overview>https://people.FreeBSD.org/~kris/Cambridge/</overview>
|
||||
<desc>
|
||||
Photos of the 2008 FreeBSD DevSummit at the Cambridge University
|
||||
by Kris Kennaway.
|
||||
|
@ -15324,7 +15324,7 @@
|
|||
|
||||
<item source="devsummit-cambridge" added="20080825">
|
||||
<title>Cambridge FreeBSD DevSummit2008 - Photos - Simon Nielsen</title>
|
||||
<overview>http://people.freebsd.org/~simon/gallery/cambridge-2008/</overview>
|
||||
<overview>https://people.FreeBSD.org/~simon/gallery/cambridge-2008/</overview>
|
||||
<desc>
|
||||
Photos of the 2008 FreeBSD DevSummit at the Cambridge University
|
||||
by Simon Nielsen.
|
||||
|
@ -15439,7 +15439,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~manolis/2009-freebsd-gsoc-alternate.png</url>
|
||||
<url>https://people.FreeBSD.org/~manolis/2009-freebsd-gsoc-alternate.png</url>
|
||||
<size>1.1 Mb</size>
|
||||
<length>2480 x 3507 pixels</length>
|
||||
<desc>PNG version</desc>
|
||||
|
@ -15448,7 +15448,7 @@
|
|||
</tags>
|
||||
</file>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~manolis/2009-freebsd-gsoc-alternate.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~manolis/2009-freebsd-gsoc-alternate.pdf</url>
|
||||
<size>815 Kb</size>
|
||||
<length>1 page</length>
|
||||
<desc>PDF version</desc>
|
||||
|
@ -15482,7 +15482,7 @@
|
|||
</tags>
|
||||
<files>
|
||||
<file>
|
||||
<url>http://people.freebsd.org/~jkoshy/download/acm-apr-09.pdf</url>
|
||||
<url>https://people.FreeBSD.org/~jkoshy/download/acm-apr-09.pdf</url>
|
||||
<size>550 Kb</size>
|
||||
<length>48 pages</length>
|
||||
<desc>PDF version</desc>
|
||||
|
@ -15578,12 +15578,12 @@
|
|||
|
||||
<source id="andreopperman">
|
||||
<name>Andre Opperman</name>
|
||||
<url>http://people.freebsd.org/~andre/</url>
|
||||
<url>https://people.FreeBSD.org/~andre/</url>
|
||||
</source>
|
||||
|
||||
<source id="phk">
|
||||
<name>Poul-Henning Kamp</name>
|
||||
<url>http://people.freebsd.org/~phk/</url>
|
||||
<url>https://people.FreeBSD.org/~phk/</url>
|
||||
</source>
|
||||
|
||||
<source id="dds">
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
|
||||
<p>&a.cognet.email; has written a mini-install guide for the
|
||||
current FreeBSD source. It is
|
||||
<a href="http://people.freebsd.org/~cognet/arm.html">available here</a>.</p>
|
||||
<a href="https://people.FreeBSD.org/~cognet/arm.html">available here</a>.</p>
|
||||
|
||||
<h3><a name="list">FreeBSD/ARM mailing list</a></h3>
|
||||
|
||||
|
|
|
@ -39,17 +39,17 @@
|
|||
<ul>
|
||||
<li>Intel Software Developer's Manual, revision 2.1
|
||||
<ul>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245317.pdf">Volume 1: Application Architecture [pdf]</a></li>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245318.pdf">Volume 2: System Architecture [pdf]</a></li>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245319.pdf">Volume 3: Instruction Set Reference [pdf]</a></li>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/24869909.pdf">Specification Update [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245317.pdf">Volume 1: Application Architecture [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245318.pdf">Volume 2: System Architecture [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245319.pdf">Volume 3: Instruction Set Reference [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/24869909.pdf">Specification Update [pdf]</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Intel Software Developer's Manual, revision 2.2
|
||||
<ul>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531705.pdf">Volume 1: Application Architecture [pdf]</a></li>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531805.pdf">Volume 2: System Architecture [pdf]</a></li>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531905.pdf">Volume 3: Instruction Set Reference [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531705.pdf">Volume 1: Application Architecture [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531805.pdf">Volume 2: System Architecture [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531905.pdf">Volume 3: Instruction Set Reference [pdf]</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -59,12 +59,12 @@
|
|||
<ul>
|
||||
<li>Itanium (Merced)
|
||||
<ul>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/itanium/24532003.pdf">Processor Reference Manual [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/itanium/24532003.pdf">Processor Reference Manual [pdf]</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Itanium 2 (McKinley, Madison, Madison II)
|
||||
<ul>
|
||||
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/itanium2/25111003.pdf">Processor Reference Manual [pdf]</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/itanium2/25111003.pdf">Processor Reference Manual [pdf]</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<li><a href="http://www32.ocn.ne.jp/~chi/FreeBSD/">Chi's personal notes on FreeBSD(98) (Japanese)</a></li>
|
||||
|
||||
<li><a href="http://people.FreeBSD.org/~kato/pc98.html">Kato's page</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~kato/pc98.html">Kato's page</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
<td>Apple</td>
|
||||
<td>iMac G3 DV Special Edition</td>
|
||||
<td><a href="mailto:webmaster@machowto.com">David S. Besade</a>
|
||||
(<a href="http://people.freebsd.org/~flz/local/dmesg.ppc">dmesg</a>)</td>
|
||||
(<a href="https://people.FreeBSD.org/~flz/local/dmesg.ppc">dmesg</a>)</td>
|
||||
<td>None</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<td>Apple</td>
|
||||
<td>Mac Mini G4 1.4 GHz</td>
|
||||
<td><a href="mailto:arved@FreeBSD.org">Tilman Linneweh</a>
|
||||
(<a href="http://people.freebsd.org/~arved/stuff/minimac">dmesg</a>)</td>
|
||||
(<a href="https://people.FreeBSD.org/~arved/stuff/minimac">dmesg</a>)</td>
|
||||
<td>None</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -145,7 +145,7 @@ two main categories:
|
|||
<li><p>a public list of all ports that have at least one file
|
||||
that fails to fetch from any non-FreeBSD mastersite. For the
|
||||
complete list of results for all files versus all mastersites,
|
||||
see <a href="http://people.freebsd.org/~ehaupt/distilator/">
|
||||
see <a href="https://people.FreeBSD.org/~ehaupt/distilator/">
|
||||
Emanuel Haupt's port survey</a>.</p></li>
|
||||
|
||||
<li><p>private email to an affected port maintainer when a port
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/</a></li>
|
||||
<li><a href="http://people.FreeBSD.org/~scop/cvsweb/">http://people.FreeBSD.org/~scop/cvsweb/</a></li>
|
||||
<li><a href="https://people.FreeBSD.org/~scop/cvsweb/">https://people.FreeBSD.org/~scop/cvsweb/</a></li>
|
||||
<li>See the FreeBSD <a href="../doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">FTP Sites</a> document for information about mirror sites.</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -213,7 +213,7 @@ authors avoid adding platform-specific DMA management code, improving
|
|||
the portability of drivers between hardware architectures. This page
|
||||
also tracks the progress of drivers towards being SMPng-safe.</li>
|
||||
|
||||
<li><a name="homeauto" href="http://people.FreeBSD.org/~fsmp/HomeAuto/HomeAuto.html">Home Automation</a>:
|
||||
<li><a name="homeauto" href="https://people.FreeBSD.org/~fsmp/HomeAuto/HomeAuto.html">Home Automation</a>:
|
||||
Using FreeBSD to run appliance controllers, infra-red controllers,
|
||||
automated telephone systems, and more.</li>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
<p>For various summaries of the PR database, see the following <a
|
||||
href="http://people.freebsd.org/~edwin/gnats/">charts and
|
||||
href="https://people.FreeBSD.org/~edwin/gnats/">charts and
|
||||
reports</a>.
|
||||
</p>
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
<p>Single-file HTML, PDF, and text renderings of the release
|
||||
documentation for FreeBSD -CURRENT, -STABLE, and recent -RELEASE
|
||||
versions can be found at the <a
|
||||
href="http://people.FreeBSD.org/~bmah/relnotes/">Release
|
||||
href="https://people.FreeBSD.org/~bmah/relnotes/">Release
|
||||
Documentation Snapshot Site</a>. The renderings on this page
|
||||
are updated at irregular, but frequent intervals.</p>
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue