diff --git a/en/news/status/Makefile b/en/news/status/Makefile index 0bb98d8646..c7ff3484a4 100644 --- a/en/news/status/Makefile +++ b/en/news/status/Makefile @@ -1,56 +1,57 @@ -# $FreeBSD: www/en/news/status/Makefile,v 1.47 2009/10/05 12:49:16 danger Exp $ +# $FreeBSD: www/en/news/status/Makefile,v 1.48 2009/10/11 17:49:28 danger Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= status.sgml XMLDOCS= report-2001-06 XMLDOCS+= report-2001-07 XMLDOCS+= report-2001-08 XMLDOCS+= report-2001-09 XMLDOCS+= report-2001-11 XMLDOCS+= report-2001-12-2002-01 XMLDOCS+= report-2002-02-2002-04 XMLDOCS+= report-2002-05-2002-06 XMLDOCS+= report-2002-07-2002-08 XMLDOCS+= report-2002-09-2002-10 XMLDOCS+= report-2002-11-2002-12 XMLDOCS+= report-2003-01-2003-02 XMLDOCS+= report-2003-03-2003-09 XMLDOCS+= report-2003-10-2003-12 XMLDOCS+= report-2004-01-2004-02 XMLDOCS+= report-2004-03-2004-04 XMLDOCS+= report-2004-05-2004-06 XMLDOCS+= report-2004-07-2004-12 XMLDOCS+= report-2005-01-2005-03 XMLDOCS+= report-2005-03-2005-06 XMLDOCS+= report-2005-07-2005-10 XMLDOCS+= report-2005-10-2005-12 XMLDOCS+= report-2006-01-2006-03 XMLDOCS+= report-2006-04-2006-06 XMLDOCS+= report-2006-06-2006-10 XMLDOCS+= report-2006-10-2006-12 XMLDOCS+= report-2007-01-2007-03 XMLDOCS+= report-2007-04-2007-06 XMLDOCS+= report-2007-07-2007-10 XMLDOCS+= report-2007-10-2007-12 XMLDOCS+= report-2008-01-2008-03 XMLDOCS+= report-2008-04-2008-06 XMLDOCS+= report-2008-07-2008-09 XMLDOCS+= report-2008-10-2008-12 XMLDOCS+= report-2009-01-2009-03 XMLDOCS+= report-2009-04-2009-09 +XMLDOCS+= report-2009-10-2009-12 XSLT.DEFAULT= report.xsl # Install a sample entry. DATA= report-sample.xml INDEXLINK= status.html .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/news/status/report-2009-10-2009-12.xml b/en/news/status/report-2009-10-2009-12.xml index f52f2fef63..02373af434 100644 --- a/en/news/status/report-2009-10-2009-12.xml +++ b/en/news/status/report-2009-10-2009-12.xml @@ -1,2039 +1,2033 @@ - + October-December 2009
Introduction

This report covers &os; related projects between October and - December 2009. Obviously, this is the last report in 2009, - which has shown to be very important for the &os; Project. Besides - other remarkable things, a new major version of &os;, 8.0-RELEASE, has been + December 2009. This is the last of the four reports covering 2009, + which has shown to be a very important year for the &os; Project. Besides + other notable things, a new major version of &os;, 8.0-RELEASE, has been released, while the release process for 7.3-RELEASE is soon to begin.

Thanks to all the reporters for the excellent work! We hope you enjoy reading. Let us also take this opportunity to wish you all a happy and successful new year for 2010.

Please note that the deadline for submissions covering the period between January and March 2010 is April 15th, 2010.

soc Google Summer of Code proj Projects team &os; Team Reports net Network Infrastructure kern Kernel docs Documentation arch Architectures ports Ports vendor Vendor / 3rd Party Software misc Miscellaneous bin Userland utilities DAHDI (Zaptel) support for &os; Max Khon fjoe@FreeBSD.org - SVN - repository - Official Announcement + + SVN + repository

A DAHDI support module for &os; has been created in the official Asterisk SVN repository.

The following drivers are currently ported:

  • main DAHDI driver
  • all software echo cancellation drivers
  • dahdi_dynamic
  • dahdi_dynamic_loc

The following HW drivers are currently ported and tested:

  • wct4xxp, including HW echo cancellation support (Octasic)
    • Digium TE205P/TE207P/TE210P/TE212P: PCI dual-port T1/E1/J1
    • Digium TE405P/TE407P/TE410P/TE412P: PCI quad-port T1/E1/J1
    • Digium TE220: PCI-Express dual-port T1/E1/J1
    • Digium TE420: PCI-Express quad-port T1/E1/J1
  • wcb4xxp
    • Digium B410: PCI quad-port BRI
    • Junghanns.NET HFC-2S/4S/8S duo/quad/octoBRI
    • OpenVox B200P/B400P/B800P
    • BeroNet BN2S0/BN4S0/BN8S0
The port for dahdi_dynamic_eth and dahdi_dynamic_ethmf is underway. More HW drivers need to be ported. Please let me know if you can provide remote access with serial console to any box with ISDN/T1/E1 HW not currently supported by DAHDI for &os; but supported by DAHDI for Linux. I am also interested in porting drivers for FXO/FXS cards. Please let me know if you can provide a remote access or donate a card.
CAM-based ATA implementation Alexander Motin mav@FreeBSD.org Scott Long scottl@FreeBSD.org

Existing ata(4) infrastructure, which has been around many years, - has various problems and limitations with compared to modern - controllers/devices support. Although the CAM subsystem (used for SCSI) + has various problems and limitations when compared to modern + controllers/device support. Although the CAM subsystem (used for SCSI) is almost as old as ata(4), it is more eligible to solve the current problems. To reduce code duplication and better support border cases such as ATAPI and SAS, we have started to develop a new CAM based ATA implementation.

As such, CAM infrastructure has been extended to support different transports. New transport has been implemented to support PATA/SATA buses. To support ATA disks, a new CAM driver (ada) has been written. ATAPI devices are supported by existing SCSI drivers cd, da, sa, etc. To support SATA port-multipliers another new CAM driver (pmp) has been written. To support most featured and widespread SATA controllers, new drivers ahci(4) and siis(4) have been developed.

To support legacy ATA controllers, a kernel option ATA_CAM has been added. When used, it makes all ata(4) controllers directly available to CAM, deprecating ata(4) peripheral drivers and external APIs. To make this possible, ata(4) code has been heavily refactored, making controller driver API stricter.

Command queuing support gives new ATA implementation up to - double performance benefit on some workloads, whereas 20-30% is + double performance benefit on some workloads, with 20-30% improvement quite usual.

SATA Port Multiplier support makes it easy to build fast and cheap storage with huge capacities, by using dozens of SATA drives in one system or external enclosures,

Some of that code has been presented in the recently released &os; 8.0-RELEASE but 8-STABLE now includes a much improved version.

Improve timeout and transport error recovery. Improve hot-plug support. Find and fix any show stoppers for legacy ata(4) deprecation. Write a new, more featured driver for Marvell SATA controllers (specifications desired). Write SAS-specific transport and drivers for SAS HBAs (specifications desired). SAS controllers can support SATA devices and multipliers, so it should fit nicely into the new infrastructure.
Chromium web browser Ben Laurie ben@links.org test builds and port progress first build information

Chromium is a Webkit-based web browser that is largely BSD licensed. It has been ported from Linux to &os; in October and we have been posting patches and test builds periodically since then. Chromium works well on &os; — it is very fast and stable but there are a handful of rough edges that need to be polished up. Two remaining bugs should probably be fixed before releasing a chromium-devel port. We are looking for volunteers to test and maintain this port to make this BSD browser a viable option on &os; desktop systems.

- Fix sporadic rendering freezes + Fix sporadic rendering freezes. - Fix JavaScript interpreter, v8, on i386 architecture + Fix JavaScript interpreter, v8, on i386 architecture.
SUJ — Journaled SoftUpdates Jeff Roberson jeff@FreeBSD.org

I have been adding a small intent log to SoftUpdates to eliminate the requirement for fsck after an unclean shutdown. This work has been funded by Yahoo!, iXsystems, and Juniper. Kirk McKusick has been aiding me with design critiques and helping me better understand SoftUpdates.

Extensive testing by myself and Peter Holm has yielded a stable patch. Current users are encouraged to follow the instructions posted to the current@FreeBSD.org mailing list to verify stability in your own workloads. Updates are forthcoming and it is expected to be merged to 9.0-CURRENT before the end of January. Ports to older versions of &os; will be available in SVN under alternate branches. Official backports will be decided by re@ when 9.0-CURRENT is stable.

The changes are fully backwards and forwards compatible as there are very few metadata changes to the filesystem. The journal may be enabled or disabled on existing FFS filesystems using tunefs(8). The log consumes 64 MB of space at maximum and fsck time is bounded by the size of the log rather than the size of the filesystem. Other details are available in my technical journal.

Ports Collection Mark Linimon linimon@FreeBSD.org The &os; Ports Collection Contributing to the &os; Ports Collection &os; ports monitoring system The &os; Ports Management Team marcuscom Tinderbox

Most of the recent activity has been dealing with the 8.0-RELEASE process. As an experiment, we have tried to decouple the ports QA timeline as much as possible from the src QA timeline. Although this meant that the impact on people actively maintaining and using ports has been much less than in previous releases, it still has not solved the problem of the release going out with a stale set of packages. We are still trying to come up with a better solution for the problem.

The ports count is over 21,000. The PR count jumped to over 1,000 but is now back to around 950.

We are currently building packages for amd64-6, amd64-7, amd64-8, i386-6, i386-7, i386-8, i386-9, ia64-8, sparc64-7, and sparc64-8. This represents the addition of i386-9 and ia64-8 since the last report.

There has been some discussion of when to drop regular package builds for 6.X but no decision has been made yet. The cluster and the port managers are struggling to keep up with so many branches being active all at the same time.

Mark Linimon continues to make progress on the cluster nodes. Almost every node that does not have a hard disk failure is now online. In addition, he continues to make progress debugging problems that occasionally take nodes offline.

The next task is to characterize the overall performance of the build cluster. The question has been asked of us, "what would it take to speed up package builds?" There is no one simple answer. It is not merely a matter of having a larger number of package building machines, so before asking for funding we first need to identify the current bottlenecks. While we are starting to understand the problems on the nodes, the problems on the dispatch machine itself are much harder. Complicating the matter is that there are several periodic processes (ZFS backup, ZFS expiration, and errorlog compression, among others) that can combine to slow that machine significantly. The simultaneous interaction of all these is proving difficult to quantify.

Between Pav Lucistnik and Martin Wilke, many more experimental ports runs have been completed and committed.

We have added 3 new committers since the last report, and 1 older one has rejoined us.

We are still trying to set up ports tinderboxes that can be made available to committers for pre-testing. Most of the remaining ports PRs are "existing port/PR assigned to committer". Although the maintainer-timeout policy is helping to keep the backlog down, we are going to need to do more to get the ports in the shape they really need to be in. Although we have added many maintainers, we still have more than 4,700 unmaintained ports. (See, for instance, the list on portsmon. The percentage remains steady at just over 22%.) We are always looking for dedicated volunteers to adopt at least a few unmaintained ports. As well, the packages on amd64 and especially sparc64 lag behind i386, and we need more testers for those.
&os;/sparc64 Marius Strobl marius@FreeBSD.org

The main thing that has taken place since the last Status Report is that I have gotten to the bottom of the remaining PCI problems with Sun Fire V215/V245 and support for these has been completed and since r202023 now is part of 9.0-CURRENT. With some luck it will also be part of the upcoming 7.3-RELEASE.

Some other news:

  • Two bugs in the NFS server causing unaligned access and thus panics on sparc64 and all other architectures with strict alignment requirements (basically all Tier-2 ones) have been fixed. There likely will be a 8.0-RELEASE Erratum Notice released for these.
  • &os; has been adopted to the changed firmware of newer Sun Fire V480 (those equipped with version 7 Schizo bridges) and has been reported to now run fine on these. The necessary change will be part of 7.3-RELEASE. Unfortunately, using the on-board NICs in older models of Sun Fire V480 (at least those equipped with version 4 Schizo bridges) under &os; still leads to the firmware issuing a FATAL RESET due to what appears to be a CPU bug, which needs to be worked around.
  • Work on supporting Sun Fire V1280 has been started but still is in very early stages. Unfortunately, these are rather quirky machines. After solving two firmware specialties the loader now is able to boot the kernel but the latter currently still fails in early cycles as trying to take the trap table over from the firmware results in a solid hang.
3G USB support Andrew Thompson thompsa@FreeBSD.org

Recently, a bunch of new device IDs have been added for the u3g(4) cellular wireless driver; the list should be comparable now with other operating systems around. A lot of these devices have a feature where the unit first attaches as a disk or CD-ROM that contains the Win/Mac drivers. This state should be detected by the u3g driver and the usb device is sent a command to switch to modem mode. This has been working for quite some time but as it is implemented differently for each vendor I am looking for feedback on any units where the auto switchover is not working (or the init is not recognized at all). Please ensure you are running an up to date kernel, like r201681 or later from 9.0-CURRENT, or 8-STABLE after the future merge of this revision.

The &os; German Documentation Project Johann Kois jkois@FreeBSD.org Benedict Reuschling bcr@FreeBSD.org Martin Wilke miwi@FreeBSD.org German Documentation Project Homepage

We are happy to announce that Benedict Reuschling is now free from mentorship and can commit to the documentation tree on his own.

Since the last status report, the German Documentation Team has chased updates to various sections of the &os; Handbook, FAQ and the German website. Many handbook pages have been updated to the latest version, including chapters about configuration, disks, kernel configuration, printing, multimedia and virtualization.

We require help from volunteers that are willing to contribute bug fixes or translations. The following documents need active maintainership and are a good training ground for those willing to join the translation team:

  • arch-handbook/jail/
  • developers-handbook/I10n/
  • developers-handbook/policies/
  • developers-handbook/sockets/ (translation from scratch)
  • handbook/firewalls/ (translation from scratch)
  • handbook/security/
  • porters-handbook/
Read the translations and report bugs to de-bsd-translators@de.FreeBSD.org. Translate articles or missing sections listed above.
The &os; Spanish Documentation Project Gábor Kövesdán gabor@FreeBSD.org Introduction to the Spanish Documentation Project Translators' Mailing List

There is one article translation pending review. Apart from this, neither translations nor maintainance work have been done. We need more volunteers, mostly translators but we are glad to have more reviewers, as well. One can join by simply subscribing to the translators' mailing list where all the work is done.

Update Handbook translation. Update webpage translation. Add more article translations.
The &os; Hungarian Documentation Project Gábor Kövesdán gabor@FreeBSD.org Gábor Páli pgj@FreeBSD.org Hungarian Web Page for &os; Hungarian Documentation for &os; The &os; Hungarian Documentation Project's Wiki Page Perforce Depot for the &os; Hungarian Documentation Project

In the last months, no new translation has been added. Lacking human resources, we can only manage to keep the existing documentation and web page translations up to date. If you are interested in helping us, please contact us via the the email addresses noted above.

Translate release notes. Add more article translations.
The &os; Forums &os; Forums Admins forum-admins@FreeBSD.org &os; Forums Moderators forum-moderators@FreeBSD.org

Since the last report we have seen a growth of 2,000 users on our forums resulting in approximately 10,000 registered users at this time. The posts count is about to reach 60,000 soon, which are contained in almost 9,000 threads.

The sign-up rate still hovers between 50-100 each week. The total number of visitors (including 'guests') is currently hard to gauge, but is likely to be a substantial multiple of the registered userbase.

New topics and posts are actively 'pushed out' to search engines. This in turn makes the forums show up in search results more and more often, making it a valuable and very accessible source of information for the &os; community.

One of the contributing factors to the forums' success is their 'BSD-style' approach when it comes to administration and moderation. The forums have a strong and unified identity and are very actively moderated, spam-free, and with a core group of very active and helpful members, dispensing many combined decades' worth of knowledge to starting, intermediate and professional users of &os;.

V4L support in Linux emulator J.R. Oldroyd fbsd@opal.com

V4L video support in the Linux emulator is now available.

This work allows Linux applications using V4L video calls to work with existing &os; video drivers that provide V4L interfaces. It is tested and working with the net/skype port and also with browser-based Flash applications that access webcams. An early version has been committed to 9.0-CURRENT and work is in progress to commit the latest version and then MFC. It is also tested on &os;-8.0/amd64 and &os;-7.2/i386.

Note: to be clear, this does not add V4L support to all webcams. The &os; camera driver must already offer V4L support itself in order for a Linux application to be able to use that camera. The multimedia/pwcbsd port provides the pwc(4) driver that already has V4L support. If your camera is supported by a different driver, you will need to enhance that driver to add V4L support.

The webcamd deamon Hans Petter Selasky hselasky@FreeBSD.org

The webcamd daemon enables hundreds of different USB based webcam devices to be used under the &os;-8/9 operating system. The webcam daemon is basically an application, which is a port of Video4Linux USB webcam drivers into userspace on &os;. The daemon currently depends on libc, pthreads, libusb and the VIDEO4BSD kernel module.

Add support for the remaining Video4Linux USB devices. Make patches for increased buffer sizes, due to higher latency in userspace. Especially for High Speed USB.
Group Limit Increase Brooks Davis brooks@FreeBSD.org

Historically, &os; has limited the number of supplemental groups per process to 15 (NGROUPS_MAX was incorrectly declared to 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.

Because some systems such as Linux 2.6 support a larger group limit, we have further relaxed this restriction in 9.0-CURRENT and made kern.ngroups a tunable value, which supports values between 1023 and INT_MAX - 1. We plan to merge this to 8-STABLE before 8.1-RELEASE.

Syncing pf(4) with OpenBSD 4.5 Ermal Luçi eri@FreeBSD.org Viewing the changes. The actual repo to build from.

This import is based on OpenBSD 4.5 state of pf(4). It includes many improvements over the code currently present in &os;. The actual new feature present in pf45 repository is support for divert(4), which should allow tools like snort_inline to work with pf(4) too.

Currently, the pf(4) import is considered stable with normal kernel, as well as VIMAGE enabled kernels.

pflow(4)/pflog(4)/pfsync(4) need to be made VIMAGE aware. More regression testing is needed.
NFSv4 ACL support Edward Tomasz Napierala trasz@FreeBSD.org

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 &os; 8.1-RELEASE.

Support for NFSv4 ACLs in tar(1). MFC.
Ralink wireless RT2700U/2800U/3000U run(4) USB driver Akinori Furukoshi moonlightakkiy@yahoo.ca Announcement on the &os; Forums

The run(4) driver brings support for Ralink RT2700U/2800U/3000U USB wireless devices. For detailed information and list of all the supported devices, please see the above mentioned URL. The source code has been imported to the USB P4 repository on January 10, 2010 (172906).

Solve USB_TIMEOUT problem when sending beacons, and/or confirm which chipsets supports AP mode if all of them do not support it. Read TX stats for AMRR on AP mode, and/or confirm which chipsets supports AP mode if all of them do not support it. Maintain the code.
&os;/mips The &os;/mips mailing list mips@FreeBSD.org Warner Losh imp@FreeBSD.org

The base/projects/mips branch has been merged into 9.0-CURRENT. The merge is complete and the sanity tests have passed. The code has booted on both a Ubiquiti RouterStation (big endian) as well as in gxemul (little endian).

The branch lived for one year, minus a day, and accumulated much work:

  • A new port to the Atheros AR71xx series of processors. This port supports the RouterStation and RouterStation PRO boards from Ubiquiti. Other boards should work with minimal tweaking. This port should be considered as nearing production quality, and has been used extensively by the developers. The primary author of this port is Oleksandr Tymoshenko (gonzo@FreeBSD.org).
  • -
  • A new port to the sibyte BCM1250 SoC on the BCM91250 +
  • A new port to the SiByte BCM1250 SoC on the BCM91250 evaluation board (aka SWARM). This port is reported to be stable, but this hardware is a little old and not widely available. The primary author of this port is Neel Natu (neel@FreeBSD.org). Only one core is presently supported.
  • A port, donated by Cavium, to their Octeon and Octeon plus series of SoC (CN3xxx and CN5xxx). This code is preliminary, supporting only a single core right now. It has been lightly tested on the CN3860 evaluation board only in 32-bit mode. Warner Losh (imp@FreeBSD.org) has been driving the efforts to get this code into the tree.
  • A port, donated by RMI, to their XLR series of SoCs. This port is single core only, as well. The code reaches multi-user but should be considered beta quality for the moment. Randal Stewart (rrs@FreeBSD.org) has been driving the efforts to integrate this into the tree.
  • Preliminary support for building a mips64 kernel from this source base. More work is needed here, but at least two kernels successfully build in 64-bit mode (OCTEON1 and MALTA64).
  • Very early support for N32 and N64 ABIs
  • Support for booting compressed kernels has been added (gonzo@).
  • Improved support for debugging
  • Improved busdma and bus_space support
  • Many bug fixes
  • More types of MIPS cores are recognized
  • Expanded cache handling for newer processors
  • Beginning of a port to the alchemy au1XXX cpus is present, but experimental.
  • Work on SMP is underway to support multicore processors like - the sibyte, Octeon and XLR processors.
  • + the SiByte, Octeon and XLR processors.

The development branch had been updated incorrectly several times over the past year, and the damage was too much to repair. We have retired the 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.

I would like to thank everybody that has contributed time, code 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 people that want to try it out.

We are still investigating how feasible merging all this work into 8-STABLE will be, as it represents a huge leap forward in code stability and quality.
Flattened Device Tree for embedded &os; Rafal Jaworowski raj@semihalf.com Project wiki pages Project P4 branch

The purpose of this project is to provide &os; with support for the 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 consumers of this technology are 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.

Current state highlights:

  • Environment, supported tools
    • Integrated device tree compiler (dtc) and libfdt into &os; userspace, kernel and loader build
  • loader(8)
    • Full support for device tree blob handling
    • Load, traverse, modify (including add/remove) device tree nodes and properties
    • Pass the device tree blob to the kernel
    • Both ARM and PowerPC loader(8) supported
  • Kernel side FDT support (common)
    • Developed OF interface for FDT-backed platforms
    • ofw_bus I/F (and /dev/openfirm) available with FDT
    • Integrated FDT resources representation with newbus (fdtbus and simplebus drivers)
  • PowerPC kernel (Freescale MPC85XX SOC)
    • MPC8555CDS and MPC8572DS successfully converted to FDT conventions
  • ARM kernel (Marvell Orion, Kirkwood and Discovery SOC)
    • Work in progress on integrating FDT infrastructure with ARM platform code

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

Complete missing pieces for PowerPC (PCI bridge driver conversion to FDT). Complete ARM support. Merge to SVN.
HAST — Highly Available Storage Pawel Jakub Dawidek pjd@FreeBSD.org Announcement

HAST software will provide synchronous replication of any GEOM provider (eg. disk, partition, mirror, etc.) or file from one &os; machine (primary node) to another one (secondary node).

Because data is replicated at the block level neither applications, nor file systems have to be modified to take advantage of this functionality.

The functionality that HAST software will provide is very similar to the functionality provided by the DRBD project for Linux.

The HAST project is sponsored by the &os; Foundation.

Work is progressing well; first milestone was reached in December 2009 and the expected project completion date is January 31, 2010.

Check out &os; mailing lists for patches to test in February and wish me good luck!

And by the way, do not forget to donate to the &os; Foundation, as your donations make projects like this possible.

Thank you!

Wireless mesh networking Rui Paulo rpaulo@FreeBSD.org

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).

&os; TDM Framework Rafal Czubak rcz@semihalf.com Michal Hajduk mih@semihalf.com

Important changes regarding &os; TDM Framework since the last status report:

  • Fully functional TDM controller driver for Marvell Kirkwood and Discovery SoCs.
  • Working voiceband channel character device driver.
  • Working Si3215, Si3050 codec drivers on corresponding FXS, FXO ports.
  • Demo application, which is capable of manipulating voiceband channel and codec state, starting/stopping channel transfers and echoing on single channel.
  • Preliminary version of driver bridging the voiceband infrastructure with Zaptel/DAHDI.
Improve various issues regarding working drivers and demo application. Test Si3050 codec driver operation with PSTN. Fully integrate voiceband infrastructure with Zaptel/DAHDI telephony hardware drivers.
POSIX utmpx for &os; Ed Schouten ed@FreeBSD.org Announcement POSIX specification NetBSD's implementation OpenSolaris' implementation

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

This change may have caused some regressions. Some ports may fail to build, while there could also be bugs in the library functions.

Get a list of broken ports. Fix them to comply to standards. Send patches upstream.
BSD-licensed iconv Gábor Kövesdán gabor@FreeBSD.org Sources in the Perforce repository

Good compatibility has been ensured and there are only few pending items that have to be reviewed/enhanced. Recently, an enhancement has been completed, which makes it possible to accomplish better transliteration, just like in the GNU version. An initial testing patch is expected at the beginning of February.

Enhance conversion tables to make use of enhanced transliteration. A performance optimization might be done later.
BSD-licensed text processing tools Gábor Kövesdán gabor@FreeBSD.org Perforce repository

As 8.0-RELEASE is out, BSD bc/dc can be now committed to 9.0-CURRENT. We are only waiting for an experimental package building to make sure there are no regressions after this change. BSD grep is complete but it cannot be integrated yet because of some regex library issues. We need first a fast and modern regex library so that we can change to BSD grep. BSD sort has few incomplete features and needs some performance review.

Commit BSD bc/dc. 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-RELEASE or 8.0-RELEASE and later. It also works on very recent versions of 7.2-STABLE. More details are provided in the official release announcement.

&os; Bugbusting Team Gavin Atkinson gavin@FreeBSD.org Mark Linimon linimon@FreeBSD.org Remko Lodder remko@FreeBSD.org Volker Werth vwe@FreeBSD.org GNATS BugBusting Experimental report pages PRs recommended for committer evaluation by the bugbusting team Subscription list for the above report)

Bugmeister Gavin Atkinson has now been granted a src commit bit, and is now starting to work through some of our backlog.

The list of PRs recommended for committer evaluation by the Bugbusting Team continues to receive new additions; however, it has not yet achieved high visibility. (This list contains PRs, mostly with patches, that the Bugbusting Team consider potentially ready to be committed as-is, or are probably trivially resolved 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. Please email linimon@FreeBSD.org to ask to be added to the recommended_subscribers.txt file (see above).

We continue to classify PRs as they arrive, adding 'tags' to the subject lines corresponding to the kernel subsystem involved, or man page references for userland PRs. These tags, in turn, produce lists of PRs sorted both by tag and by manpage. At this point most of the PRs that refer to supported versions of &os; have been converted, and we are keeping up as new ones come in. We hope that this is making it easier to browse the PR database.

The overall PR count jumped to over 6,200 during the 8.0-RELEASE release cycle but seems to have stabilized at around 6,100. As in the past, we have a fairly good clearance rate for ports PRs but much less so for other PRs. (Partly this is due to the concept of individual ports having 'maintainers'.)

Try to find ways to get more committers helping us with closing PRs that the team has already analyzed.
&os;/ia64 Marcel Moolenaar marcel@FreeBSD.org

Work continues on our ia64 port. Many recent commits to help improve stability have been made to 9.0-CURRENT and MFCed to 8-STABLE.

Due to interest from a very motivated user, package builds have been restarted for ia64-8. This is primarily intended as a QA step to discover and fix bugs on ia64, rather than to create packages for upload.

Based on the above, Mark Linimon documented how to add more architectures to the package cluster scheduler. (This work will also be of use in an upcoming effort to start powerpc package builds.)

There are currently 3 ia64 machines online and building packages. The machines seem stable as long as multiple simultaneous package builds are not attempted, in which case they get machine checks. This is puzzling, since other heavy workloads seem stable on the same machines.

Continue to try to understand why multiple simultaneous package builds bring the machines down. Upgrade the firmware on the two machines at Yahoo! to see if that helps the problem. Configure a fourth machine that has been made available to us. Figure out the problems with the latest GCC port on ia64. We can use some help with reviewing the ia64 platform pages and bringing them up-to-date.
bwn(4) — Broadcom Wireless driver Weongyo Jeong weongyo@FreeBSD.org bwn(4) sources in P4

bwn(4) is replacing bwi(4) driver for to the following reasons:

    -
  • Uses latest v4 firmware image instead of using v3, which is - old enough. In this way, we have some great benefits, such as the - supportos N-PHYs or the fixes of various earlier firmware bugs.
  • +
  • Uses latest v4 firmware image instead of using the much older v3 + firmware. In this way, we have some great benefits, such as + support for N-PHYs and the fixes of various earlier firmware bugs.
  • -
  • Supports PIO mode. This is importanta because — as you might +
  • Supports PIO mode. This is important because — as you might know — the Broadcom Wireless Driver is created by reverse-engineering so some pieces of hardware might not work with DMA operations.
  • Supports 64 bit DMA operations.
  • Separates bwi(4) driver into two parts; siba(4) driver and bwn(4) driver. Many Broadcom wireless and NIC devices are based on Silicon Sonics Backplane, such as bwi(4), which implemented the SIBA operations internally. This resulted in code duplication as other drivers had to implement their own routines to deal with SIBA. In the case of bwn(4), these two parts have been separated and implemented in their own kernel modules to avoid this problem and help further development by providing a standalone siba(4) driver.

Currently, it is tested on big/little endian machines and 32/64-bit DMA operation with STA mode. A major patch for siba(4) is being reviewed before committing into 9.0-CURRENT.

MESH/IBSS/HOSTAP mode is not supported. LP/N PHYs are not supported.
&os; Release Engineering Release Engineering Team re@FreeBSD.org

The Release Engineering Team announced &os; 8.0-RELEASE on November 26th, 2009. With 8.0-RELEASE completed planning has begun for 7.3-RELEASE. The schedule has been set with the release date planned for early March 2010.

The Release Engineering Team would like to thank George Neville-Neil (gnn@) for his service on the team. George continues to work with the &os; Project but has stepped down from the Release Engineering Team to focus on other activities.

IP Payload Compression Protocol support Bjoern A. Zeeb bz@FreeBSD.org

One of the longer outstanding feature problems with the &os; IP security stack, broken IP Payload Compression Protocol (IPcomp) support, has been fixed.

While working on the fix, various problems had been identified:

  • Problems with the IPcomp packet handling in IPsec.
  • opencrypto compression handling and deflate implementation limitations. These were debugged using DTrace SDT probes.
  • Problems due to an outdated version of zlib used in some parts of the network stack and by the opencrypto framework.

Patches for all but the zlib support have been committed to 9.0-RELEASE and merged to all supported stable branches including 6-STABLE. Special thanks to Eugene Grosbein for helping with testing.

Fix ng_deflate so that we can make use of Kip Macy's work on an up-to-date unified zlib version in the kernel, which would also fix the last occasional IPcomp hiccups.
The &os; Foundation Status Report Deb Goodkin deb@FreeBSDFoundation.org The &os; Foundation Follow us on Twitter

Despite a difficult economy, we more than doubled our number of donors, we raised $269K towards our goal of $300K, and with an improved economy hope to surpass that this year.

We have funded two new projects. One is the Flattened Device Tree by Rafal Jaworowski. And, the second one is Highly Available Storage by Pawel Jakub Dawidek. We continued supporting the New Console Driver by Ed Schouten and Improvements to the &os; TCP Stack by Lawrence Stewart. We also purchased equipment for several projects.

We have big plans for the new year! We are going to significantly increase our project development and equipment spending. Stay tuned for a project proposal submission announcement soon. We just announced that we are accepting travel grant applications for AsiaBSDCon and will be accepting them soon for BSDCan. And, we are working on infrastructure projects to beef up hardware for package-building, network-testing, etc.

Read more about how we supported the project and community by reading our end-of-year newsletter available at http://www.FreeBSDFoundation.org/press/2009Dec-newsletter.shtml.

We are fund-raising for 2010 now! Find out more at http://www.FreeBSDFoundation.org/donate/.

VirtualBox on &os; Beat Gaetzi beat@FreeBSD.org Bernhard Froehlich decke@bluelife.at Juergen Lock nox@FreeBSD.org Martin Wilke miwi@FreeBSD.org

VirtualBox 3.1.2 has been committed to the ports tree.

Several changes to the port have been performed with this update including:

  • Port has been renamed to virtualbox-ose to reflect that we are now using the OSE version.
  • A seperate port for the kernel modules has been created — virtualbox-ose-kmod.
  • A seperate port for guest additions for &os; guests has been created — virtualbox-ose-additions.
  • Proper &os; support for PulseAudio has been added.
  • Procfs is not required anymore because vbox uses sysctl(3) now.
  • Juergen Lock's &os; host networking patches have been added. They are now also in the upstream vbox SVN (modulo vbox variable naming style adjustments).
  • 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.)
  • Enable vbox's 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.
  • We would like to say thanks to all the people that 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;
BSDCan 2010 — The BSD Conference BSDCan Information - info@bsdcan.org + info@BSDCan.org - +

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.

BSDCan 2010 will be held on 13-14 May 2010 at the University of Ottawa, and will be preceded by two days of Tutorials on 11-12 May 2010.

There will be related events (of a social nature, for the most part) on the day before and after the conference.

Please check the conference web site for more information.

AsiaBSDCon 2010 — The BSD Conference AsiaBSDCon Information - secretary@asiabsdcon.org + secretary@AsiaBSDCon.org - +

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.

The next conference will be held at the Tokyo University of Science, Tokyo, Japan, on 11th to 14th March, 2010.

For more detailed information, please check the conference web site.

meetBSD 2010 — The BSD Conference meetBSD Information - info@meetbsd.org + info@meetBSD.org - +

The meetBSD conference is an annual event gathering users and - developers of the BSD operating system family, mostly FreeBSD, + developers of the BSD operating system family, mostly &os;, NetBSD and OpenBSD. Afer the special California edition, meetBSD Wintercamp in Livigno, this year we are back to Krakow, Poland.

In 2010, meetBSD will be held on 2-3 July at the Jagiellonian University.

See the conference main web site for more details.

- -
Clang replacing GCC in the base system Ed Schouten ed@FreeBSD.org Roman Divacky rdivacky@FreeBSD.org Brooks Davis brooks@FreeBSD.org Pawel Worach pawel.worach@gmail.com

We are again able to build bootable i386/amd64 kernel. Nathan Whitehorn committed 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.

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, i.e. all of the C++ apps we have in base. Unfortunately, it still cannot build any of the C++ libraries — two of them are missing builtins and libstdc++ is broken for other reasons.

Not much happened in the clangbsd branch as we cannot 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).

Help with ARM/MIPS/sparc64. More testing of clang on 3rd party apps (ports). Discussion on integrating LLVM/clang into &os;.
Intel XScale hwpmc(9) support Rui Paulo rpaulo@FreeBSD.org - -

Preliminary Hardware Performance Counter support for Intel - XScale ARM processors was committed to FreeBSD 9.0-CURRENT + XScale ARM processors was committed to &os; 9.0-CURRENT in December. This adds another supported architecture to hwpmc(9). The system works for basic performance counter usage but more advanced usage scenarios, namely callchain support, are not yet implemented.

- -
diff --git a/en/news/status/status.sgml b/en/news/status/status.sgml index 54a019437e..3e6639074e 100644 --- a/en/news/status/status.sgml +++ b/en/news/status/status.sgml @@ -1,156 +1,158 @@ - + ]> &header; -

Next submissions due: January 15, 2010

+

Next submissions due: April 15th, 2010

Use the xml generator or download and edit the xml-template. Submissions should be submitted by e-mail to monthly@FreeBSD.org.


One of the benefits of the FreeBSD development model is a focus on centralized design and implementation, in which the operating system is maintained in a central repository, and discussed on centrally maintained lists. This allows for a high level of coordination between authors of various components of the system, and allows policies to be enforced over the entire system, covering issues ranging from architecture to style. However, as the FreeBSD developer community has grown, and the rate of both mailing list traffic and tree modifications has increased, making it difficult even for the most dedicated developer to remain on top of all the work going on in the tree.

The FreeBSD Quarterly Development Status Report attempts to address this problem by providing a vehicle that allows developers to make the broader community aware of their on-going work on FreeBSD, both in and out of the central source repository. For each project and sub-project, a one paragraph summary is included, indicating progress since the last summary. If it is a new project, or if a project has not submitted any prior status reports, a short description may precede the status information.

These status reports may be reproduced in whole or in part, as long as the source is clearly identified and appropriate credit given.

2009

2008

2007

2006

2005

2004

2003

2002

2001

&footer; diff --git a/share/sgml/news.xml b/share/sgml/news.xml index 6bea08a357..63d6dd7818 100644 --- a/share/sgml/news.xml +++ b/share/sgml/news.xml @@ -1,869 +1,889 @@ - $FreeBSD: www/share/sgml/news.xml,v 1.282 2009/12/09 21:15:22 gavin Exp $ + $FreeBSD: www/share/sgml/news.xml,v 1.283 2009/12/22 15:48:47 ryusuke Exp $ + + 2010 + + + 1 + + + 17 + + + October-December, 2009 Status Report + +

The October-December, 2009 Status Report is now + available with 38 entries.

+
+
+
+
+ 2009 12 20

New committer: Ryusuke SUZUKI (doc/ja_JP, www/ja)

7

New committer: Gavin Atkinson (src)

3 Official support for NVIDIA graphics cards on amd64 architecture

The NVIDIA Corporation releases an initial BETA version of NVIDIA 195.22 &os; graphics drivers for both i386 and amd64 architectures. The drivers support recent versions of the &os; operating system, i.e. 7.2-STABLE and 8.0-RELEASE and provide support for features like SLI, improved compatibility and performance, especially on systems with 4GB or more of RAM. This marks the first driver release for amd64, as it was previously available only for i386 architecture. Please see the original announcement for more information.

11 27 FreeBSD 8.0 press release

The FreeBSD 8.0 press release is now available.

26 FreeBSD 8.0-RELEASE Available

FreeBSD 8.0-RELEASE is now available. Please be sure to check the Release Notes and Release Errata before installation for any late-breaking news and/or issues with 8.0. More information about FreeBSD releases can be found on the Release Information page.

18

New committer: Matthias Andree (ports)

12 &os; 8.0-RC3 Available

The third of the Release Candidates for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

10 29

New committer: Sylvio Cesar Teixeira (ports)

28 &os; 8.0-RC2 Available

The second of the Release Candidates for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

11 April-September, 2009 Status Report

The April-September, 2009 Status Report is now available with 38 entries.

4

New committer: Jaakko Heinonen (src)

9 21 &os; 8.0-RC1 Available

The first of the Release Candidates for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

15

New committer: Wen Heping (ports)

7 &os; 8.0-BETA4 Available

The fourth and last of the BETA builds for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

8 24 &os; 8.0-BETA3 Available

The third of the BETA builds for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

10

New committer: Dima Panov (ports)

7 20

New committer: Yi-Jheng Lin (ports)

18 &os; 8.0-BETA2 Available

The final stage of the &os;-8.0 Release cycle continues with the second public beta release. The &os; 8.0-BETA2 ISO images for Tier-1 architectures are now available for download on most of the &os; mirror sites. As with the first beta release, this is not yet intended for use in a production environment. However we encourage our users to test this release and report any bugs and problems you may have found. For more information about this release and updating details please see the official announcement.

7 &os; 8.0-BETA1 Available

The final stage of the &os;-8.0 Release cycle has begun with the first public beta release. The &os; 8.0-BETA1 ISO images for Tier-1 architectures are now available for download on most of the &os; mirror sites. We encourage our users to give &os; 8.0-BETA1 a try and provide us with the feedback, however please read the official announcement carefully before starting to use this release.

6 8

New committer: Navdeep Parhar (src)

New committer: Michael Tuexen (src)

4 Portmgr reorganization

Portmgr is happy to announce that two new members will join the team.

Martin Wilke has been one of our most active committers since receiving his commit bit today 3 years ago. He has been working in a number of subgroups including python, ports-security and the KDE team.

Ion-Mihai Tetcu has been interested in regression testing and qualitiy assurance, creating QAT automated tinderbox testing of all port commits on a per-commit basis, and adding on-the-fly feedback to the snapshot builds from the pointyhat package cluster.

Unfortunately, we will also be saying goodbye to Kirill Ponomarew, who hasn't had much time to spend on FreeBSD and will be stepping down from portmgr.

We thank Kirill for all his contributions in the past and wish Martin and Ion-Mihai the best of luck with the new tasks bestowed upon them.

3

New bugmeister members: Gavin Atkinson, Volker Werth

5 28

New committer: Alexander Logvinov (ports)

27

New committer: Kris Moore (ports)

23

New committer: Benedict Reuschling (doc/de_DE, www/de)

22

New committer: Jilles Tjoelker (src)

20

New committer: TAKATSU Tomonari (ports)

10 Google Summer of Code Projects Announced

The FreeBSD Project again received many high quality applications from students participating in Google's Summer of Code program. This year 20 student proposals were accepted to work with the FreeBSD Project as part of this program. For those with projects that were not accepted this year, we'd like to note that the FreeBSD Project is always willing to help mentor students so they can learn more about operating system development through our normal community mailing lists and development forums.

The complete list of student projects selected for funding is :

The Summer of Code wiki contains additional information about FreeBSD Participation in this program. Coding starts May 23, so please join us in welcoming the 20 new students to our community.

7 January - March, 2009 Status Reports

The January - March, 2009 Status Reports are now available with 15 entries.

5

New committer, SoC alumnus: Nick Barkas (src)

4 FreeBSD 7.2-RELEASE Available

FreeBSD 7.2-RELEASE is now available. Please be sure to check the Release Notes and Release Errata before installation for any late-breaking news and/or issues with 7.2. More information about FreeBSD releases can be found on the Release Information page.

4 24 FreeBSD 7.2-RC2 Available

The second of two planned Release Candidates for the &os; 7.2-RELEASE cycle is now available. ISO images for Tier-1 architectures are now available on most of the &os; mirror sites.

21 DCBSDCon Videos Posted

All of the technical sessions from the recent DCBSDCon 2009 conference were recorded and are now available in the BSDConferences channel on YouTube. There are now 50 separate videos of technical talks from MeetBSD, NYCBSDCon, AsiaBSDCon, and BSDCan available in the channel.

17 FreeBSD 7.2-RC1 Available

The first of two planned Release Candidates for the &os; 7.2-RELEASE cycle is now available. ISO images for Tier-1 architectures are now available on most of the &os; mirror sites.

12

Enhanced commit privileges: Gábor Páli (ports, doc)

10 PC-BSD 7.1 Released

PC-BSD 7.1 has been released. PC-BSD is a successful desktop operating system based on FreeBSD that focuses on providing an easy to use desktop system for casual computer users. A list of new features/updates since the last version can be found here.

The new release may be downloaded or purchased on DVD.

6

New committer: Rick Macklem (src)

3 FreeBSD 7.2-BETA1 Available

The final stage of the &os; 7.2-RELEASE cycle has begun with the first beta release. ISO images for Tier-1 architectures are now available on most of the &os; mirror sites.

3 25

New committer: Steven Kreuzer (ports)

22 The &os; Project participates in the Google Summer of Code 2009 program

We are pleased to announce that Google has invited the &os; Project to participate in their Summer of Code 2009 program, which allows students to get paid to work on the &os; source code. We invite students interested in working on &os; to submit their proposals as soon as possible.

For more information please see the &os; Summer Projects page for recommended project ideas and the official announcement.

16

New committer: Fabien Thomas (src)

12 Follow FreeBSD on Twitter

There are a number of semi-official Twitter streams available now with the latest updates from the FreeBSD Project. The @freebsdannounce stream provides a short summary and link to the full newsflash posts. @freebsdblogs syndicates the FreeBSD developer blogs from Planet FreeBSD. @freebsd syndicates both of the above sources and more. Finally, the new @bsdevents stream includes all the events from our events page plus additional reminders and notices of BSD gatherings.

3

New committer: Dennis Herrmann (ports)

1

New committer: Dmitry Chagin (src)

2 19

New committer: Marcus von Appen (ports)

18

New committer: Andriy Gapon (src)

14 KDE 4.2.0 available for FreeBSD

KDE 4.2.0 has been merged into the ports tree. For a detailed list of improvements, please refer to the announcement. For general information about KDE on FreeBSD, please see the KDE on FreeBSD project page.

1 28 October - December, 2008 Status Reports

The October - December, 2008 Status Reports are now available with 19 entries.

New committer: Beat Gätzi (ports)

New committer: Jamie Gritton (src)

17 FreeBSD Kernel Internals Video Posted

The first lecture from Kirk McKusick's full length FreeBSD Kernel Internals course has been posted to the BSD Conferences channel on YouTube.

9 GNOME 2.24.2 Available for FreeBSD

The FreeBSD GNOME team is proud to announce the release of GNOME 2.24.2 for FreeBSD. More details can be found on the FreeBSD GNOME Project page.

5 FreeBSD 7.1-RELEASE Available

FreeBSD 7.1-RELEASE is now available. Please be sure to check the Release Notes and Release Errata before installation for any late-breaking news and/or issues with 7.1. More information about FreeBSD releases can be found on the Release Information page.