DragonFly BSD

共 28 篇文章。

FreeBSD 5.2-delphij to release third iso

Development

I will release third (more or less unstable) release ISO if nothing will prevent me from doing that :-) The latest delphijfork includes several new features, which is tend to exhibit new technologies and possiblities of FreeBSD:

  • An implementation of RFC 3522 ported from DragonFlyBSD
  • An implementation of Early Retransmission ported from DragonFlyBSD

Also, FreeBSD-CURRENT has several new features, including:

  • In progress import of binutils 2.15
  • pf 3.5. Including several new features and works better with spamd.
  • better ACPI support
阅读全文… ( 本文约 199 字,阅读大致需要 1 分钟 )

Matthew Dillon's most recent VM work

Kernel

From the commit log:

Close an interrupt race between vm_page_lookup() and (typically) a vm_page_sleep_busy() check by using the correct spl protection. An interrupt can occur inbetween the two operations and unbusy/free the page in question, causing the busy check to fail and for the code to fall through and then operate on a page that may have been freed and possibly even reused. Also note that vm_page_grab() had the same issue between the lookup, busy check, and vm_page_busy() call.

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

201st blob :-)

Diary Excerpt

This is my 201st blob, the 200th was used with a law disclaimer, well I don’t like legalize while I have a handful of friends who works on law-related jobs :-)

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

Dillon to improve DragonFly's build architecture

Kernel

Matt Dillon always do things which are amazing and earning our respect!! Today he announced a major change in DragonFly’s build architecture, while this will likely to cause some temporary quakes, we believe that the migration will be finished soon and we will have a much better (say, cleaner than FreeBSD’s approach) DragonFly buildworld path!

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