NetBSD Archive

NetBSD’s Google Summer of Code 2007 Summary

"NetBSD has been involved in the Google Summer of Code since its conception in 2005. This year we were glad to once again have the oppertunity to introduce a number of students to our operating system, to Open Source software development and get them sponsored by Google to work on projects defined by the NetBSD developers. The students working on this year's projects were mentored by various NetBSD developers with extensive experience in the respective work areas."

NetBSD 4.0 RC1 Released

The NetBSD Release Engineering Team announced the release of NetBSD 4.0 RC1 today. The release candidate is directly available from the project's FTP server. A list of significant changes and features can be found here. "The NetBSD4.0 release provides numerous significant functional enhancements, including support for many new devices, integration of hundreds of bug fixes, new and updated kernel subsystems, and many user-land enhancements. The result of these improvements is a stable operating system fit for production use that rivals most commercially available systems."

NetBSD Hires Andrew Doran for Full-Time SMP Development

"The NetBSD Foundation announces that it has hired Andrew Doran to work full-time on improving symmetrical multi-processing in NetBSD. This work is made possible through a generous donation by Force10 Networks and internal funding by The NetBSD Foundation. Andrew Doran is an independent, Dublin based Unix systems consultant with special interest in building scalable systems. He has been a NetBSD developer since 1999 and is currently working on the transition from a big-lock SMP implementation to a fine-grained model, which allows multiple CPUs to execute code in kernel context simultaneously. Hiring Andrew full-time will boost work in this area, with the final result of a SMP implementation that is ready for tomorrow's multi-core-CPUs."

NetBSD ‘Quarterly’ Status Report Published

The NetBSD Project has published the first 'quarterly' status report in 2007, covering the months January through June of 2007. "NetBSD is an actively developed operating system. With 54 different system architectures in total and binary support of 53 architectures in our last official release (NetBSD 3.1), our widely portable Packages Collection 'pkgsrc' and large userbase there is a lot going on within the project. In order to allow our users to follow the most important changes over the last few months, we provide a brief summary in these official status reports, released with irregular regularity. These reports are suitable for reproduction and publication in part or in whole as long as the source is clearly indicated. This status report summarizes the changes within NetBSD from January until June 2007."

pkgsrc-2007Q1 Branched

The pkgsrc developers are very proud to announce the new pkgsrc-2007Q1 release. Pkgsrc is the primary package management system for NetBSD and DragonFlyBSD, but also supports AIX, BSD/OS, Darwin, FreeBSD, IRIX, Interix, Linux, OSF1, OpenBSD, and SunOS. Apart from a lot of new and updated packages, the infrastructure of pkgsrc itself has been improved for better platform and compiler support, and also for enhanced security.

The Multiboot Specification and NetBSD

Multiboot is a specification that defines a protocol between boot loaders and operating system kernels. The idea behind it is to let any compliant boot loader load and execute any compliant OS kernel, decoupling these two system components. This way, boot loaders can be simpler by only having to know a single load protocol, and OS development is easier because there is no need to write a custom boot loader. This article details how NetBSD was made Multiboot-compliant, allowing it to be booted directly from within GRUB, and thus making it easier to install NetBSD alongside a Linux system in a single machine.

pkgsrc-2006Q4 Branched

The pkgsrc developers are proud to announce the new pkgsrc-2006Q4 branch. At the same time, the pkgsrc-2006Q3 branch has been deprecated, and continuing engineering starts on the pkgsrc-2006Q4 branch. The NetBSD Packages Collection is a framework for building third-party software on NetBSD and other UNIX-like systems, currently containing over 6400 packages. It is used to enable freely available software to be configured and built easily on supported platforms. Please see the detailed pkgsrc-2006Q4 announcement in Alistair Crooks's email to the pkgsrc-users m-l for more information.

Third NetBSD Hackathon Summary

The third NetBSD Hackathon was held on Saturday and Sunday, November 25th and 26th, 2006, where NetBSD users and developers met on IRC to prepare NetBSD for the upcoming re-branching of NetBSD 4.0. Approximately thirty NetBSD developers and more than 140 NetBSD users joined in on the two days, paying particular attention to improving install documentation and ensure build stability. A Wiki page as a TODO list was used for the first time, an approach that is likely to be used in future hackathons. All in all, over 200 bugs have been worked on in those two days and while not all of the critical showstoppers could be fixed, valuable progress was made in identifying root causes.

NetBSD Live! 2007 Released

The NetBSD project has released a live CD with automatic hardware detection and an option to boot into KDE. Called NetBSD Live! 2007, the CD image is available for the i386 platform: "This CD-ROM contains a specially constructed version of NetBSD 4.0_BETA sporting a modified kernel based on NetBSD-CURRENT. Booting is done using an adapted version of the GRUB boot loader. The CD contains the following software packages in addition to the base operating system files: XFree86, KDE 3.4.5 with multiple language sets; joe and kvim text editors; AbiWord word processor, Dia 0.9.4 flow-charting and diagramming application, Inkscape 0.4.2 vector graphic application; The GIMP 2.2; Firefox web browser, and more." See the release notes for more information.

NetBSD 3.0.2, 3.1 Released

NetBSD 3.0.2 and 3.1 have been released simultaneously. NetBSD 3.0.2 is a critical/security-only update for NetBSD 3.0, while NetBSD 3.1 brings much broader fixes and improvements, including: Xen3 domU support, LFS stability improvements, Postfix 2.2.11, BIND 9.3.2, msdosfs write optimization, addition of scan_ffs/scan_lfs tools, driver updates, and many, many other bug fixes and enhancements. Binaries and ISO's for both releases are available via FTP and BitTorrent.

pkgsrc-2006Q3 Released

"The pkgsrc developers are very proud to announce the new pkgsrc-2006Q3 branch, which has support for more packages than previous branches. As well as updated versions of many packages, the infrastructure of pkgsrc itself has been improved for better platform and compiler support, and also for enhanced security. At the same time, the pkgsrc-2006Q2 branch has been deprecated, and continuing engineering starts on the pkgsrc-2006Q3 branch."

Booting NetBSD on New Hardware

"Although we'd all like it to be otherwise, the process of porting an operating system to new hardware is hardly an instantaneous one, and it is not always easy. You might run into a number of potential difficulties, especially if you are coming to the problem for the first time. This article, and likely the next couple in the Testing and measuring the TAMS 3011 series, details my experience porting NetBSD to the TAMS 3011. These articles are not about the finished port, but about the process of developing it. I can only hope you find the hilarious errors as funny as I found them frustrating at the time."