- more style fixes
- fix Foundation Twitter URL [1] - add new entries Submitted by: cperciva [1]
This commit is contained in:
parent
8276234b9d
commit
ab48d26049
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35200
1 changed files with 233 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
||||
Report//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||
<!-- $FreeBSD: www/en/news/status/report-2009-10-2009-12.xml,v 1.8 2010/01/15 00:58:07 danger Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/status/report-2009-10-2009-12.xml,v 1.9 2010/01/16 02:41:02 danger Exp $ -->
|
||||
<report>
|
||||
<date>
|
||||
<month>October-December</month>
|
||||
|
|
@ -1494,7 +1494,7 @@ Report//EN"
|
|||
in the hands of a committer with knowledge of the particular
|
||||
subsystem.) One of the suggestions at the Cambridge devsummit
|
||||
was to create a way for people to be emailed the weekly summary
|
||||
that is posted to freebsd-bugs, and this has now been implemented.
|
||||
that is posted to freebsd-bugs@, and this has now been implemented.
|
||||
Please email linimon@FreeBSD.org to ask to be added to the
|
||||
recommended_subscribers.txt file (see above).</p>
|
||||
|
||||
|
|
@ -1573,7 +1573,7 @@ Report//EN"
|
|||
</project>
|
||||
|
||||
<project cat='net'>
|
||||
<title>bwn(4) - Broadcom Wireless driver</title>
|
||||
<title>bwn(4) — Broadcom Wireless driver</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
|
|
@ -1716,7 +1716,8 @@ Report//EN"
|
|||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://www.freebsdfoundation.org" />
|
||||
<url href="http://www.FreeBSDFoundation.org/">The &os; Foundation</url>
|
||||
<url href="https://twitter.com/freebsdfndation">Follow us on Twitter</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
|
|
@ -1741,13 +1742,236 @@ Report//EN"
|
|||
|
||||
<p>Read more about how we supported the project and community by
|
||||
reading our end-of-year newsletter available at <a
|
||||
href="http://www.freebsdfoundation.org/press/2009Dec-newsletter.shtml">http://www.freebsdfoundation.org/press/2009Dec-newsletter.shtml</a>.</p>
|
||||
|
||||
<p>Follow us on <a
|
||||
href="https://twitter.com/freebsdfndationTwitter">https://twitter.com/freebsdfndationTwitter</a> now!</p>
|
||||
href="http://www.FreeBSDFoundation.org/press/2009Dec-newsletter.shtml">http://www.FreeBSDFoundation.org/press/2009Dec-newsletter.shtml</a>.</p>
|
||||
|
||||
<p>We are fund-raising for 2010 now! Find out more at <a
|
||||
href="http://www.freebsdfoundation.org/donate/">http://www.freebsdfoundation.org/donate/</a>.</p>
|
||||
href="http://www.FreeBSDFoundation.org/donate/">http://www.FreeBSDFoundation.org/donate/</a>.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='ports'>
|
||||
<title>VirtualBox on &os;</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Beat</given>
|
||||
<common>Gaetzi</common>
|
||||
</name>
|
||||
<email>beat@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Bernhard</given>
|
||||
<common>Froehlich</common>
|
||||
</name>
|
||||
<email>decke@bluelife.at</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Juergen</given>
|
||||
<common>Lock</common>
|
||||
</name>
|
||||
<email>nox@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Martin</given>
|
||||
<common>Wilke</common>
|
||||
</name>
|
||||
<email>miwi@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://wiki.FreeBSD.org/VirtualBox" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>VirtualBox 3.1.2 has been committed to the Ports tree.</p>
|
||||
|
||||
<p>Several changes to the port have been performed with this
|
||||
update which include:</p>
|
||||
|
||||
<ul>
|
||||
<li>Port has been renamed to virtualbox-ose to reflect that we
|
||||
are now using the OSE version.</li>
|
||||
|
||||
<li>A seperate port for the kernel modules has been created
|
||||
— virtualbox-ose-kmod.</li>
|
||||
|
||||
<li>A seperate port for guest additions for &os; guests has
|
||||
been created — virtualbox-ose-additions.</li>
|
||||
|
||||
<li>Proper &os; support for PulseAudio has been added.</li>
|
||||
|
||||
<li>Procfs is not required anymore because vbox uses sysctl(3)
|
||||
now.</li>
|
||||
|
||||
<li>Nox@'s &os; host networking patches have been added. They
|
||||
are now also in the upstream vbox SVN (modulo vbox variable
|
||||
naming style adjustments).</li>
|
||||
|
||||
<li>Allow direct tap networking again (for users that need the
|
||||
best network performance and/or need more complex network
|
||||
setups, like when they want to use routing instead of bridging
|
||||
to e.g. protect guests from messing with the lan's arp tables;
|
||||
a tap + routing + proxy arp example is in the above
|
||||
freebsd-emulation@ posting.)</li>
|
||||
|
||||
<li>Enable vbox' shared mac feature when using bridged mode on
|
||||
a wifi interface, together with the virtualbox-ose-kmod
|
||||
change this should fix bridged mode for wifi users.</li>
|
||||
|
||||
<li>We would like to say thanks to all the people who helped us
|
||||
by reporting bugs and submitting fixes. We also thank the
|
||||
VirtualBox developers for their help with the ongoing effort
|
||||
to port VirtualBox to &os;</li>
|
||||
</ul>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='misc'>
|
||||
<title>BSDCan 2010 — The BSD Conference</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>BSDCan Information</given>
|
||||
</name>
|
||||
<email>info@bsdcan.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://www.bsdcan.org/2010/" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>BSDCan, a BSD conference held in Ottawa, Canada, has quickly
|
||||
established itself as the technical conference for people
|
||||
working on and with 4.4BSD based operating systems and related
|
||||
projects. The organizers have found a fantastic formula that
|
||||
appeals to a wide range of people from extreme novices to
|
||||
advanced developers.</p>
|
||||
|
||||
<p>BSDCan 2010 will be held on 13-14 May 2010 at University of
|
||||
Ottawa, and will be preceded by two days of Tutorials on 11-12
|
||||
May 2010.</p>
|
||||
|
||||
<p>There will be related events (of a social nature, for the most
|
||||
part) on the day before and after the conference.</p>
|
||||
|
||||
<p>Please check the conference web site for more information.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='misc'>
|
||||
<title>AsiaBSDCon 2010 — The BSD Conference</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>AsiaBSDCon Information</given>
|
||||
</name>
|
||||
<email>secretary@asiabsdcon.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://2010.asiabsdcon.org/" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>AsiaBSDCon is a conference for users and developers on BSD
|
||||
based systems. AsiaBSDCon is a technical conference and aims
|
||||
to collect the best technical papers and presentations
|
||||
available to ensure that the latest developments in our open
|
||||
source community are shared with the widest possible audience.
|
||||
The conference is for anyone developing, deploying and using
|
||||
systems based on FreeBSD, NetBSD, OpenBSD, DragonFlyBSD, Darwin
|
||||
and MacOS X.</p>
|
||||
|
||||
<p>The next conference will be held at Tokyo University of
|
||||
Science, Tokyo, Japan, on 11th to 14th March, 2010.</p>
|
||||
|
||||
<p>For more detailed information, please check the conference
|
||||
web site.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='proj'>
|
||||
<title>Clang replacing GCC in the base system</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Ed</given>
|
||||
<common>Schouten</common>
|
||||
</name>
|
||||
<email>ed@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Roman</given>
|
||||
<common>Divacky</common>
|
||||
</name>
|
||||
<email>rdivacky@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Brooks</given>
|
||||
<common>Davis</common>
|
||||
</name>
|
||||
<email>brooks@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Pawel</given>
|
||||
<common>Worach</common>
|
||||
</name>
|
||||
<email>pawel.worach@gmail.com</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://wiki.FreeBSD.org/BuildingFreeBSDWithClang" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>We are again able to build bootable i386/amd64 kernel. Nathan
|
||||
Whitehorn commited a fix to &os; which enabled LLVM/clang to
|
||||
work mostly fine on PowerPC. There is some preliminary testing
|
||||
of LLVM/clang on ARM and MIPS being done. We have some ideas
|
||||
about sparc64 support which are currently being investigated.
|
||||
You are welcome to contact us if you want to help.</p>
|
||||
|
||||
<p>Since the last report a lot has happened mostly in the area of
|
||||
C++, clang is currently able to build working groff, gperf and
|
||||
devd, ie. all of the C++ apps we have in base. Unfortunatelly,
|
||||
it still cannot build any of the C++ libraries — two of
|
||||
them are missing builtins and libstdc++ is broken for other
|
||||
reasons.</p>
|
||||
|
||||
<p>Not much happened in the clangbsd branch as we cannot upgrade
|
||||
upgrade the clang/llvm there because we are blocked by a bug
|
||||
that requires using newer assembler than we can ship. This
|
||||
might be solved by either fixing this (short term) or using
|
||||
llvm-mc instead of gnu as for assembling (longer term).</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Help with ARM/MIPS/sparc64.</task>
|
||||
|
||||
<task>More testing of clang on 3rd party apps (ports).</task>
|
||||
|
||||
<task>Discussion on integrating LLVM/clang into &os;.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue