NetBSD

共 26 篇文章。

New DragonFly/Net/Open/FreeBSD CVSup mirror

• SysAdmin

I have set up a mirror for the major BSD software, especially DragonFly/Free/Open/NetBSD and KAME at my personal server, tarsier.delphij.net for about two weeks. Today I have annouced that on kernel@dfly and Liam Foy has added it to the official download list.

Some cvsweb and other related site is ongoing. I’m very pleased that I can support BSD related software, no matter joining their development, or providing mirrors for wider spread.

参与评论

NetBSD gots impressive result in their system call result

• Kernel

A post on tech-kern has suggested that NetBSD has better performance on several aspects. I think FreeBSD should take some of their ideas. What’s more, I believe it’s more important to have something that is unique in FreeBSD, not doing what’s the equivalent because “Solaris have this” :-)

参与评论

NetBSD 2.0 RELEASE released

• Kernel

Finally NetBSD has released their 2.0-RELEASE, which is a significant progress of the NetBSD development.

NetBSD is widely known as the most portable operating system in the world. It currently supports fifty four different system architectures, all from a single source tree, and is always being ported to more. NetBSD 2.0 continues the long tradition with major improvements in file system and memory management performance, major security enhancements, and support for many new platforms and peripherals.

参与评论

Different _rc_subr_loaded approach adopted by FreeBSD and NetBSD

• Development

The RCng system was developed by NetBSD and FreeBSD have adopted it. _rc_subr_loaded is a flag that both system adopts to speed up the startup.

The FreeBSD approach is to determine whether to run for the whole rc.subr script, while NetBSD approach is to define it as a “:” so rc_subr won’t be loaded.

Which is better?

阅读全文… ( 本文约 94 字,阅读大致需要 1 分钟 )

pf in NetBSD, jkh's new article, etc.

• Development

It appears that NetBSD has finally adopted packet filter, an OpenBSD feature to its base. Compared to FreeBSD’s pf port, this will be much easier one because the VM structure is almostly alike.

阅读全文… ( 本文约 55 字,阅读大致需要 1 分钟 )