*Nix and Win32 Kernel
FreeBSD 4.10-RELEASE released
Scott Long has named 4.10-RELEASE yesterday and now the source tree has been tagged. The long awaited release has included the lastest FreeBSD -STABLE improvements, security updates, stablity improvements, and so on.
阅读全文…OpenBSD to adopt gdb 6.1
It seems (still can’t access to the Internet right now, however, HTTP and cvsup works) that OpenBSD has imported gdb 6.1 into their source tree. I am not sure whether they did some hacks to the source repository (from cvsup result, there is not), but the result is really strange. It seems that the last import was done by using a “cvs add -rCYGNUS” and not “cvs import”…
I hope FreeBSD can import a newer gdb ASAP, as well as gcc 3.4 series.
参与评论How to debug a live FreeBSD kernel?
To quote Matthew Dillon:
|
|
Kirk McKusick's new book: The Design and Implementation of the FreeBSD Operating System
Yes, it is long awaited and Kirk recently announced that his new book (written with George Neville-Neil) about the design and implementation of the FreeBSD 5.2 Operating System has been finished, and will be ready for sale in early August 2004 (ISBN 0-201-70245-2, Addison-Wesley).
阅读全文…FreeBSD ported to ARM architecture
Olivier Houchard (cognet) has just committed several files to support the ARM architecture. I have already slipped tags for this change.
参与评论Matthew Dillon's most recent VM work
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.
阅读全文…Got a FreeBSD 1.1.5.1-RELEASE tarball
By Google’ing the web I got a 1.1.5.1-RELEASE tarball. FreeBSD 1.x was based on Net/2 and the USL lawsuit has caused FreeBSD project to re-start from 4.4BSD-Lite2, and 1.1.5.1 was the last 1.x RELEASE permitted to be released.
阅读全文…New way on MFC'ing FreeBSD code to delphij fork
I have employed the following (ugly) script for MFC’ing, as I do not want to really make big difference between FreeBSD and my fork version:
阅读全文…FreeBSD delphij's fork started
Today I have finally started my lightweight fork of FreeBSD. The methodlity taken was, use the official mirror (cvsup5.cn)’s cvsup service and derive my own repository with CVSup’s local repository ablity by disabling its delete function, and exploiting FreeBSD’s stock CVS’s local branch numbering feature.
阅读全文…New DragonFlyBSD STABLE iso released
Shortly after OpenBSD’s 3.5 splash web, Matthew Dillon has released a thrid “known stable” iso for DragonFlyBSD. It can be obtained from ftp://ftp.dragonflybsd.org/iso-images/dfly-20040502.iso.gz.
This snapshot included many new features, yet stable:
阅读全文…