(sandpoint) Altboot enhancements
Altboot V1.8 supports new IDE devices (VT6410, IT821x) and NAS hardware (Iomega). A critical bug was fixed and some new debugging features were included. [0 comments]
Completion of LUNA-II support
After ~12 years since initial import, finally we have got NetBSD/luna68k working on 68040 based LUNA-II. The working LUNA-II was demonstrated on NetBSD booth at Kansai Open Source 2011. See an event driven commit log for details. [0 comments]
Postfix 2.8.6 imported into NetBSD-current
Postfix 2.8.6 was imported into NetBSD-current last Friday. The changes since Postfix 2.8.5 are:
-
The Postfix SMTP daemon sent "bare" newline characters instead of <CR><LF> when a header_checks REJECT pattern matched multi-line header. This bug was introduced with Postfix 1.1.
-
The Postfix SMTP daemon sent "bare" newline characters instead of <CR><LF> when an smtpd_proxy_filter returned a multi-line response. This bug was introduced with Postfix 2.1.
-
For compatibility with future EAI (email address internationalization) implementations, the Postfix MIME processor no longer enforces the strict_mime_encoding_domain check on unknown message subtypes such as message/global*. This check is disabled by default.
-
The Postfix master daemon could report a panic error ("master_spawn: at process limit") after the process limit for some service was reduced with "postfix reload". This bug existed in all Postfix versions.
FastATA 1200 driver
FastATA 1200 Mk-III/Mk-IV EIDE controllers from ELBOX Computer are now supported by the new efa(4) driver. [0 comments]
GSoC 2011 roundup: Add kqueue support to GIO
As the Google Summer of Code 2011 (GSoC 2011) program concludes, we will be running a series of articles detailing the results of the projects mentored by The NetBSD Foundation.
Today's turn is the summary of Dmitry Matveev's project, "Add kqueue support to GIO", for which I was the mentor.
[Read More] [2 comments]
An X68030 day
Three X68030s (including one with 060turbo accelerator) running NetBSD/x68k on NetBSD booth at Open Source Conference 2011 Hiroshima. See pictures on Togetter for details. [0 comments]
Request for project specs to remove the big network lock
The Board of Directors is interested in improving the performance of the networking subsystem of the NetBSD kernel on multiprocessor machines. To help people interested in working towards this goal, the board is willing to fund related projects.
[Read More] [1 comment]
Postfix 2.8.5 imported into NetBSD-current
Postfix 2.8.5 was imported into NetBSD-current today. The changes since Postfix 2.8.4 are:
- The Postfix Milter client logged a "milter miltername: malformed reply" error when a Milter sent an SMTP response without enhanced status code (i.e. "XXX Text" instead of "XXX X.X.X Text").
- The Postfix Milter client sent a random {client_connections} macro value when the remote SMTP client was not subject to any smtpd_client_* limit. As a workaround, it now sends a zero value instead.
Prometheus PCI driver
The Prometheus PCI bridge is now supported by mppb(4) driver. It is theoretically possible to use all non-DMA cards supported by MI PCI drivers. [0 comments]
PCI bus support (amiga)
Basic support for PCI bus was commited in -current, along with the driver for Phase5 PCI bridge, present on CyberVision PPC and BlizzardVision PPC cards. [0 comments]
Fossil and Git mirrors of pkgsrc and src
The NetBSD CVS repository has seen a lot of work over the recent months to clean up various historic artefacts. Together with the improvements in cvs2fossil and the Fossil->Git conversion, it is now possible to provide a precise, up-to-date conversion.
The Git repositories can be found on github, checkout pkgsrc and src.
The Fossil repositories can be found at src (mirror) and pkgsrc (mirror). The raw database as faster alternative to cloning can be found on ftp.NetBSD.org.
This repositories are synchronised with a normal latency of 2h. The only differences between a checkout from CVS and Fossil/Git are supposed to be related to historic checkouts of files pulled from a vendor branch. The implemented behaviour is consistent with the changes in the file. RCS IDs are all expanded using the same rules CVS follows.
[3 comments]
Postfix 2.8.4 imported into NetBSD-current
Postfix 2.8.4 was imported into NetBSD-current today. The changes since Postfix 2.8.2 are:
- Performance: a high load of DSN success notification requests could slow down the queue manager. Solution: make the trace client asynchronous, just like the bounce and defer clients.
- The local(8) delivery agent ignored table lookup errors in mailbox_command_maps, mailbox_transport_maps, fallback_transport_maps and (while bouncing mail to alias) alias owner lookup.
- Workaround: dbl.spamhaus.org rejects lookups with "No IP queries" even if the name has an alphanumerical prefix. We play safe, and skip both RHSBL and RHSWL queries for names ending in a numerical suffix.
- The "sendmail -t" command reported "protocol error" instead of "file too large", "no space left on device" etc.
- The Postfix Milter client reported a temporary error instead of "file too large" in three cases.