- language enhancements [1]
- add fsc entry [2] Submitted by: eadler [1], trhodes [2]
This commit is contained in:
parent
d5780c6fc3
commit
3d2db76fb6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38798
1 changed files with 54 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
||||
Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/news/status/report-2012-01-2012-03.xml,v 1.1 2012/05/07 11:16:47 danger Exp $ -->
|
||||
<report>
|
||||
<date>
|
||||
<month>January-March</month>
|
||||
|
@ -15,9 +15,12 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
<p>This report covers &os;-related projects between January and March
|
||||
2012. It is the first of the four reports planned for 2012. This
|
||||
quarter was highlighted by releasing the next major version of &os;,
|
||||
9.0, which was finally released in the beginning of January 2012. Our
|
||||
release engineering team has been also busy with preparation of the
|
||||
8.3-RELEASE, which was publicly announced in April.</p>
|
||||
9.0, which was finally released in the beginning of January
|
||||
2012. The FreeBSD Project dedicates the FreeBSD 9.0-RELEASE to
|
||||
the memory of Dennis M. Ritchie, one of the founding fathers of
|
||||
the &unix; operating system. Our release engineering team has
|
||||
been also busy with preparation of the 8.3-RELEASE, which was
|
||||
publicly announced in April.</p>
|
||||
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 25 entries and we hope you enjoy reading it.</p>
|
||||
|
@ -105,10 +108,9 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
<p>The same as before, the outdated contents in the www/ja subtree
|
||||
were updated to the latest versions in the English counterpart. The
|
||||
updating work of the outdated translations in the www/ja subtree is
|
||||
almost completed while the release documents for each release are
|
||||
remaining.</p>
|
||||
almost complete while the release notes are untranslated.</p>
|
||||
|
||||
<p>During this period, we translated the 9.0R announcement and
|
||||
<p>During this period, we translated the 9.0-RELEASE announcement and
|
||||
published it in a timely manner. It seems that the Japanese version
|
||||
of the release announcement is important for Japanese people as
|
||||
this page has frequently been referenced.</p>
|
||||
|
@ -311,13 +313,13 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
|
||||
<body>
|
||||
<p>IPv6 performance numbers were often seen (significantly) lower
|
||||
on &os; when comparing to IPv4. Continuing last years IPv6-only
|
||||
on &os; when compared to IPv4. Continuing last years IPv6-only
|
||||
kernel efforts this project looked at various reasons for this and
|
||||
started fixing some.</p>
|
||||
|
||||
<p>As part of the project a benchmark framework was created that
|
||||
could carry out various tests including reboots in between runs and
|
||||
gather results reproducibly and without user intervention. It
|
||||
gather results reproducibly without user intervention. It
|
||||
allows regular benchmarking with minimal configuration and easy
|
||||
future extension for more benchmarks.</p>
|
||||
|
||||
|
@ -330,7 +332,7 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
carried out. Some of the changes were equally applied to IPv4.</p>
|
||||
|
||||
<p>Performance numbers on physical and loopback interfaces are
|
||||
basically on par with IPv4 when using offload support with
|
||||
on par with IPv4 when using offload support with
|
||||
TCP/IPv6, which is a huge improvement. UDP and non-offload numbers
|
||||
on IPv6 have generally improved but are still lower than on IPv4
|
||||
and will need future work to catch up with a decade of IPv4
|
||||
|
@ -338,7 +340,7 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
send path packets per second (pps) numbers however have increased
|
||||
beating IPv4 when sending to a local discard device.</p>
|
||||
|
||||
<p>This gets us really close to be able to prefer IPv6 by default
|
||||
<p>This gets us really close to being able to prefer IPv6 by default
|
||||
without causing loopback performance regressions. For physical
|
||||
interfaces, cxgb(4) in HEAD already supports IPv6 TCP offload and
|
||||
LRO/v6 support was added. To be able to get more test results on
|
||||
|
@ -438,9 +440,8 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
<body>
|
||||
<p>Recently DTrace in the kernel was improved to be able to load
|
||||
kernel modules with static dtrace providers after the dtrace
|
||||
modules. This allows now to commit my already useable work in
|
||||
progress with linuxulator specific static providers to
|
||||
-current.</p>
|
||||
modules. This allows me to commit my linuxulator specific
|
||||
static provider work to -CURRENT.</p>
|
||||
|
||||
<p>Together with the linuxulator DTrace probes I developed some D
|
||||
scripts to check various code paths in the linuxulator. Those
|
||||
|
@ -473,9 +474,15 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
linuxulator provides.</p>
|
||||
|
||||
<p>As of this writing, I'm in the process of preparing a commit of
|
||||
this port (TODO: repocopy by portmgr, add conflicts in other
|
||||
linux_base ports, commit the CentOS based one, some cleanup).</p>
|
||||
this port.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Repocopy by portmgr.</task>
|
||||
<task>Add conflicts in other linux_base ports.</task>
|
||||
<task>Commit the CentOS based one.</task>
|
||||
<task>Some cleanup.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
|
@ -1400,12 +1407,39 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
|
||||
<body>
|
||||
<p>On behalf of the FreeBSD Project the Release Engineering Team
|
||||
was pleased to announce the release of FreeBSD-8.3 on April 18th,
|
||||
2012.</p>
|
||||
was are pleased to announce the release of the &os;
|
||||
8.3-RELEASE on April 18th, 2012.</p>
|
||||
|
||||
<p>With the FreeBSD-8.3 release cycle completed our focus shifts to
|
||||
preparing for the FreeBSD-9.1 release. A schedule will be posted
|
||||
<p>With the &os; 8.3 release cycle completed our focus shifts to
|
||||
preparing for the &os; 9.1-RELEASE. A schedule will be posted
|
||||
shortly, with the release target date set for mid-July 2012.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='proj'>
|
||||
<title>&os; Services Control</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Tom</given>
|
||||
<common>Rhodes</common>
|
||||
</name>
|
||||
<email>trhodes@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://people.FreeBSD.org/~trhodes/fsc/" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>After a while of moving and getting a new job, I finally got
|
||||
back to this project (also thanks to several submissions by
|
||||
Julian Fagir), a new version has been uploaded along with a short
|
||||
description page. The current version supports more options, a
|
||||
configuration file, and updated rc.d script. It also includes
|
||||
manual page updates and an optional debugging mode.</p>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue