From 46e97d29943caf04b39a01f3c90e82779390e05e Mon Sep 17 00:00:00 2001 From: Daniel Gerzo Date: Fri, 15 Jan 2010 00:58:07 +0000 Subject: [PATCH] - add one forgotten entry - use &os; where appropriate - s/freebsd/FreeBSD/ where appropriate Note: if you plan to send us some entry, this is the last call. If you need some little more time, please let us at least know that you are still willing to submit your entry. Otherwise we will go public in ~2 days. --- en/news/status/report-2009-10-2009-12.xml | 125 +++++++++++++--------- 1 file changed, 75 insertions(+), 50 deletions(-) diff --git a/en/news/status/report-2009-10-2009-12.xml b/en/news/status/report-2009-10-2009-12.xml index 5b477f2105..98c5923d3b 100644 --- a/en/news/status/report-2009-10-2009-12.xml +++ b/en/news/status/report-2009-10-2009-12.xml @@ -2,7 +2,7 @@ - + October-December @@ -326,7 +326,7 @@ Report//EN" Roberson - jeff@freebsd.org + jeff@FreeBSD.org @@ -375,17 +375,17 @@ Report//EN" - The &os; Ports + The &os; Ports Collection + href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/contributing-ports/"> Contributing to the &os; Ports Collection &os; ports monitoring system - The &os; + The &os; Ports Management Team marcuscom @@ -620,7 +620,7 @@ Report//EN" - The FreeBSD Spanish Documentation Project + The &os; Spanish Documentation Project @@ -633,9 +633,9 @@ Report//EN" - http://www.freebsd.org/doc/es/articles/fdp-es/ + Introduction to the Spanish Documentation Project - https://listas.es.freebsd.org/mailman/listinfo/doc + Translators' Mailing List @@ -656,7 +656,7 @@ Report//EN" - The FreeBSD Hungarian Documentation Project + The &os; Hungarian Documentation Project @@ -677,16 +677,16 @@ Report//EN" - Hungarian Web Page for FreeBSD + Hungarian Web Page for &os; - Hungarian Documentation - for FreeBSD + Hungarian Documentation + for &os; The - FreeBSD Hungarian Documentation Project's Wiki Page + &os; Hungarian Documentation Project's Wiki Page - Perforce - Depot for the FreeBSD Hungarian Documentation Project + Perforce + Depot for the &os; Hungarian Documentation Project @@ -730,7 +730,7 @@ Report//EN" - + @@ -843,7 +843,7 @@ Report//EN" Brooks Davis - brooks@freebsd.org + brooks@FreeBSD.org @@ -852,7 +852,7 @@ Report//EN"

Historically, &os; has limited the number of supplemental groups per process to 15 (NGROUPS_MAX was incorrectly declared to be - 16). In FreeBSD 8.0-RELEASE we raised the limit to 1023, which should be + 16). In &os; 8.0-RELEASE we raised the limit to 1023, which should be sufficient for most users and will be acceptably efficient for incorrectly written applications that statically allocate NGROUPS_MAX + 1 entries.

@@ -884,10 +884,10 @@ Report//EN" - + Viewing the changes. - The + The actual repo to build from. @@ -910,7 +910,7 @@ Report//EN" - + NFSv4 ACL support @@ -926,12 +926,12 @@ Report//EN" - +

Native NFSv4 ACL support in ZFS and UFS has been committed into 9.0-CURRENT. It - is expected to be MFCed in order to make it into FreeBSD 8.1-RELEASE.

+ is expected to be MFCed in order to make it into &os; 8.1-RELEASE.

@@ -957,7 +957,7 @@ Report//EN" - + Announcement on the &os; Forums @@ -1005,9 +1005,9 @@ Report//EN" - + - + @@ -1077,10 +1077,10 @@ Report//EN" branch and will do further mips development in 9.0-CURRENT for the time being. If you have a checked out tree, the suggested way to update the projects/mips tree you have is to do a "svn switch - svn://svn.freebsd.org/base/head" in that tree.

+ svn://svn.FreeBSD.org/base/head" in that tree.

I would like to thank everybody that has contributed time, code - or hardware to make FreeBSD/mips better.

+ or hardware to make &os;/mips better.

As development proceeds, I will keep posting updates. In addition, I hope to have some mini "how-to" wiki pages done for @@ -1095,7 +1095,7 @@ Report//EN" - Flattened Device Tree for embedded FreeBSD + Flattened Device Tree for embedded &os; @@ -1108,9 +1108,9 @@ Report//EN" - Project wiki pages + Project wiki pages - Project P4 branch + Project P4 branch @@ -1118,7 +1118,7 @@ Report//EN" Flattened Device Tree (FDT) technology, the mechanism for describing computer hardware resources, which cannot be probed or self enumerated, in a uniform and portable way. The primary consumer of this technology are - embedded FreeBSD platforms (ARM, AVR32, MIPS, PowerPC), where a lot of + embedded &os; platforms (ARM, AVR32, MIPS, PowerPC), where a lot of designs are based on similar chips but have different assignment of pins, memory layout, addresses bindings, interrupts routing and other resources.

@@ -1171,7 +1171,7 @@ Report//EN" -

Work on this project has been sponsored by the FreeBSD Foundation.

+

Work on this project has been sponsored by the &os; Foundation.

@@ -1184,7 +1184,6 @@ Report//EN"
- HAST - Highly Available Storage @@ -1202,7 +1201,7 @@ Report//EN" + href="http://lists.FreeBSD.org/pipermail/freebsd-announce/2009-October/001279.html"> Announcement @@ -1233,7 +1232,7 @@ Report//EN" - + Wireless mesh networking @@ -1247,24 +1246,22 @@ Report//EN" - + -

Development of the FreeBSD 802.11s stack continues. The code in - FreeBSD HEAD has been updated to comply with draft 4.0. Merge to - FreeBSD 8-STABLE will be done soon.

+

Development of the &os; 802.11s stack continues. The code in + &os; HEAD has been updated to comply with draft 4.0. Merge to + &os; 8-STABLE will be done soon.

The developer is looking for funding to be able to implement mesh link security algorithms and/or coordinated channel access (performance improvement).

- -
- FreeBSD TDM Framework + &os; TDM Framework @@ -1318,7 +1315,7 @@ Report//EN" - POSIX utmpx for FreeBSD + POSIX utmpx for &os; @@ -1331,16 +1328,18 @@ Report//EN" - POSIX specification. + Announcement - NetBSD's implementation. + POSIX specification - OpenSolaris's implementation. + NetBSD's implementation + + OpenSolaris's implementation

On January 13, I removed the utmp user accounting database and - replaced it by POSIX utmpx. Unfortunately, the upgrade path is a bit + replaced it with POSIX utmpx. Unfortunately, the upgrade path is a bit bumpy, because the utmp interface provided almost no library interface to interact with the database files.

@@ -1372,7 +1371,7 @@ Report//EN" - Sources in the Perforce repository + Sources in the Perforce repository @@ -1405,7 +1404,7 @@ Report//EN" - Perforce repository + Perforce repository @@ -1423,4 +1422,30 @@ Report//EN" Implement remaining features for sort and optimize performance
+ + + NVIDIA amd64 driver + + + + + John + Baldwin + + jhb@FreeBSD.org + + + + + Release Announcement + + + +

NVIDIA has released the first BETA version of its graphics + drivers for &os;/amd64. Note that this driver will work on &os; + versions 7.3 or 8.0 and later. It also works on very recent + versions of 7.2-STABLE. More details are provided in the + official release announcement.

+ +