ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
Revision: 676
Committed: Sat Oct 17 03:50:49 2015 UTC (8 years, 6 months ago) by laffer1
Content type: text/html
File size: 5922 byte(s)
Log Message:
change fonts

File Contents

# Content
1 <!DOCTYPE html>
2 <html lang="en-us">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta name="description" content="MidnightBSD is a desktop operating system for x86 and x86-64 based PCs.">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <title>MidnightBSD</title>
8 <link rel="shortcut icon" href="favicon.ico">
9 <link href="https://plus.google.com/112694070346575096682/" rel="publisher">
10 <link rel="alternate" type="application/rss+xml" title="MidnightBSD Developer Blog" href="http://feedproxy.google.com/mnbsd">
11 <link href='https://fonts.googleapis.com/css?family=Slabo+27px|Oxygen:400,700' rel='stylesheet' type='text/css'>
12 <link rel="stylesheet" type="text/css" href="css/essence.css">
13 <meta property="og:image" content="http://www.midnightbsd.org/art/logo/MidnightBSDLogo128x128.png">
14 <meta property="og:site_name" content="MidnightBSD">
15 <meta property="og:url" content="https://www.midnightbsd.org/">
16 <meta property="og:title" content="MidnightBSD">
17 <meta property="og:description" content="MidnightBSD is a desktop operating system for x86 and x86-64 based PCs.">
18 <meta name="google-site-verification" content="UXeYyeq09VC4mCiCHwnLjorG3nxUoyOTcdhR0frXXpw">
19 <meta name="alexaVerifyID" content="pP_-WGlPDrDVXvxAfGsMp0R52to">
20 <meta name="norton-safeweb-site-verification" content="x64m9skk6r62zazbxrrr16abm5i2xrk35q73q63fjbpkfuezh8lkdndy9hfplpxtllur8ryfprpp7cv6sl3cxgv1o1uy2t7e1ms36p5p0fte91e8wsiwx3783pehcbdx" />
21 <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
22 <script type="text/javascript">
23 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-top"};
24 </script>
25 <script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
26 <!-- End Cookie Consent plugin -->
27 </head>
28
29 <body>
30 <div class="container">
31 <header>
32 <div id="globe" class="row">
33 <div id="header" class="col-md-12">
34 <h1 title="MidnightBSD Home">
35 <a href="./" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a>
36 </h1>
37 </div>
38 <!--#include virtual="/menu.html"-->
39 <div class="clear"></div>
40 </header>
41 <div id="welcomebox" class="row">
42 <div class="clear"></div>
43 <div class="col-md-8">
44 <div id="welcome" class="jumbotron">
45 <h2>Welcome to MidnightBSD</h2>
46 <blockquote style="font-family: Slabo, serif">
47 <p>
48 MidnightBSD is a new BSD-derived operating system developed
49 with desktop users in mind.
50 It includes all the software you'd expect for your daily tasks
51 &#8212; email, web browsing, word processing, gaming, and much
52 more.
53 </p>
54 <p>
55 With a small community of dedicated developers, MidnightBSD
56 strives to create an easy-to-use operating system everyone can
57 use, freely. Available for x86, AMD64 and as Virtual Machines.
58 </p>
59 </blockquote>
60 </div>
61 </div>
62 <div id="getbox" class="col-md-4">
63 <div id="gettext">
64 <h2><a href="download/">Get MidnightBSD</a></h2>
65 <h3>Latest Release - 0.7</h3>
66 <div id="getcd"><a href="download/" title="Get MidnightBSD"></a></div>
67 <div class="clear"></div>
68 <h4><a href="notes/">Release Notes</a></h4>
69 </div>
70 </div>
71 </div>
72 <div class="clear">
73 </div>
74
75 <div id="gravity" style="padding-top: 10px;" class="row">
76 <div id="news" class="col-md-4">
77 <h2><a href="news/">News &#187;</a></h2>
78 <!--#include file="mbsdblogsum.inc"-->
79 </div>
80
81 <div id="security" class="col-md-4">
82 <h2><a href="security/">Security &#187;</a></h2>
83 <blockquote>
84 <p class="date">September 30, 2015</p>
85
86 <p class="update">0.7.1 RELEASE <br>
87 In rpcbind(8), netbuf structures are copied directly, which would result in
88 two netbuf structures that reference to one shared address buffer. When one
89 of the two netbuf structures is freed, access to the other netbuf structure
90 would result in an undefined result that may crash the rpcbind(8) daemon.
91 </p>
92
93 <p class="more">
94 <a href="security/index.html#a20150930">Read more ...</a>
95 </p>
96 </blockquote>
97 <blockquote>
98 <p class="date">August 25, 2015</p>
99
100 <p class="update">
101 0.6.7 RELEASE <br>
102 kernel:
103 fix a security issue on amd64 where the GS segment CPU register can be changed via
104 userland value in kernel mode by using an IRET with #SS or #NP exceptions.
105 <br>
106 <br><b>openssh</b>:
107 A programming error in the privileged monitor process of the sshd(8)
108 service may allow the username of an already-authenticated user to be
109 overwritten by the unprivileged child process.
110 <br>
111 <br> A use-after-free error in the privileged monitor process of he sshd(8)
112 service may be deterministically triggered by the actions of a
113 compromised unprivileged child process.
114 <br>
115 <br>A use-after-free error in the session multiplexing code in the sshd(8)
116 service may result in unintended termination of the connection.
117 </p>
118
119 <p class="more"><a href="security/index.html#a20150825">Read more ...</a></p>
120 </blockquote>
121 </div>
122
123 <div id="tweets" class="col-md-4">
124 <a class="twitter-timeline" href="https://twitter.com/midnightbsd" data-widget-id="340874433373806593">
125 Tweets by @midnightbsd
126 </a>
127 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
128
129 <p>View available <a href="mports/">mports</a></p>
130 </div>
131 </div>
132
133 <!--#include virtual="/footer.html"-->
134 </div>
135
136 </body>
137 </html>