ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
Revision: 31
Committed: Sat Jun 30 02:03:21 2007 UTC (16 years, 10 months ago) by laffer1
Content type: text/html
File size: 4979 byte(s)
Log Message:
Add develop blog

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
5 <title>MidnightBSD Project</title>
6 <link rel="stylesheet" type="text/css" media="all" href="css/base.css" />
7 </head>
8
9 <body>
10
11 <!-- BEGIN HEADER -->
12 <div id="header">
13 <span id="logo">
14 <img src="images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
15 </span>
16 </div>
17 <!-- END HEADER -->
18
19 <div id="content">
20
21 <div id="rnav">
22 <ul>
23 <li><a href="/index.html" title="Home">Home</a></li>
24 <li><a href="/about/index.html" title="About">About</a></li>
25 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
26 <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
27
28 <li><a href="/community/index.html" title="Community">Community</a></li>
29 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
30 <li><a href="/support/index.html" title="Support">Support</a></li>
31 </ul>
32
33 <p><a href="/index.html" title="English">EN</a> <a href="/ru/index.html"
34 title="Russian">RU</a></p>
35
36 <p><a href="http://www.justjournal.com/users/mbsd/rss"><img src="images/feed.gif" alt="RSS Feed" /> Subscribe to Developer Blog</a></p>
37
38 <p><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=102327.10000065&type=4&subid=0"><img alt="TigerDirect" border="0" src="http://images.tigerdirect.com/email/affiliate_new/120x90upromise.gif"></a><img border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=102327.10000065&type=4&subid=0">
39 </p>
40 </div>
41
42 <h2>Introduction</h2>
43
44 <p>MidnightBSD is a desktop operating system for x86 compatible (including Pentium&reg; and Athlon&#8482;), and soon amd64 compatible (including Opteron&#8482;, Athlon&#8482;64, and EM64T) architectures. It was originally based on <a href="http://www.freebsd.org/">FreeBSD</a> 6.1 Beta. The goal of the project is to create a BSD with ease of use and simplicity in mind.</p>
45
46 <span style="text-align: center;">
47 <a href="download/index.html"><img src="images/dvd.png" alt="Download" /></a><br />
48 Download<br/>
49 MidnightBSD
50 </span>
51
52 <p><a href="http://www.cafepress.com/midnightbsd">Purchase</a> MidnightBSD merchandise to support the project.</p>
53
54 <p>Track development and changes to MidnightBSD with our <a href="http://www.justjournal.com/users/mbsd">development blog</a>. </p>
55
56 <p>We now have a <a href="http://forums.midnightbsd.org/">Forum</a>. You can also chat with us via IRC on FreeNode #midnightbsd.</p>
57
58 <p><a href="http://bugreport.midnightbsd.org/">View/Report</a> Bugs.</p>
59
60 <p>View our <a href="mports/README.html">ports</a> with descriptions.</p>
61
62 <table>
63 <thead>
64 <tr>
65 <th>Getting Source</th>
66 </tr>
67 </thead>
68
69 <tbody>
70 <tr>
71 <td><a href="cgi-bin/cvsweb.cgi" title="View the CVS Repository on the web">CVSWeb</a></td>
72 </tr>
73
74 <tr>
75 <td><a href="developer/cvsup.html" title="Download source or mports">CVSup</a></td>
76 </tr>
77 </tbody>
78 </table>
79
80 <h3>Security</h3>
81
82 <p>May 2, 2007<br />
83 CURRENT and STABLE both have the patch for ipv6 type 0 routing headers. The problem is that ipv6 routing headers could be run over the same link multiple times.
84 </p>
85 <p>March 10, 2007<br />
86 While many of the DST changes were imported last year, we decided to cover all cases and import
87 the latest tzdata2007c. Users concerned about DST changes should update their sources
88 and rebuild. The java ports may not have DST changes in place. We will review that issue.
89 </p>
90 <p>Jaunary 23, 2007<br />
91 A "symlink" exploit was found in the MidnightBSD jail system. A fix was made available. Please
92 update your /etc/rc.d/jail file from cvs. Patches will not be created until our first release.
93 </p>
94
95 <script type="text/javascript"><!--
96 google_ad_client = "pub-1321195614665440";
97 google_ad_width = 468;
98 google_ad_height = 60;
99 google_ad_format = "468x60_as";
100 google_ad_type = "text_image";
101 google_ad_channel ="";
102 google_color_border = "6699CC";
103 google_color_bg = "003366";
104 google_color_link = "FFFFFF";
105 google_color_text = "AECCEB";
106 google_color_url = "AECCEB";
107 //--></script>
108 <script type="text/javascript"
109 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
110 </script>
111
112 <p><script type="text/javascript" src="http://www.ohloh.net/projects/5078;badge_js"><!-- ie7 --></script></p>
113 </div>
114
115 <!-- BEGIN FOOTER -->
116 <div id="footer">
117 <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
118 <br />$MidnightBSD: www/index.html,v 1.8 2007/06/30 01:55:58 laffer1 Exp $
119 </p>
120
121 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
122 </script>
123 <script type="text/javascript">
124 _uacct = "UA-560995-2";
125 urchinTracker();
126 </script>
127 </div>
128 <!-- END FOOTER -->
129
130 </body>
131 </html>