Kernel

Matt Dillon's VFS integrated package system thought

| Kernel

I finally understood what he want, according to his post today:

" Hey, here’s an idea… using the VFS wrapper idea our
‘ports’ system could create a namespace that makes everything
appear to be preinstalled. So instead of CDing somewhere and
typing make, or running an apt-get type of utility, you would
simply run the program you want to run and our package manager
would download and install it on the fly."

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

Dillon's commit!

| Kernel

Despite being hurt in an accident, he finally committed the newtoken commit to DragonFlyBSD!!

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

Updated NetBSD PID Allocator patch for FreeBSD-CURRENT

| Kernel

This will catch up with FreeBSD-CURRENT’s latest kern_fork.c change (rev. 1.215):

http://research.delphij.net/freebsd/pid.diff

The patch is based on junsu’s port of NetBSD PID Allocator. Use this on your own risk :-)

参与评论

FreeBSD 5.2.1-RELEASE and -HEAD news

| Kernel

Scott Long today announced the release. This is a point release over 5.2-RELEASE which addresses many critical bugs.

The -CURRENT have already differentiated from the RELENG_5_2 branch, say, 5.2.1-RELEASE by this time. The most significant differences are:

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

junsu's multiplatform FreeBSD Kernel GCOV patch

| Kernel

It can be obtained here:
http://www.arbornet.org/~junsu/gcov.diff

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

[phk@FreeBSD.org: Neat little, not so simple project...]

| Kernel

Profiling based optimization means better performance.

Here’s phk’s suggestion:

We can compile our kernel with "--test-coverage --profile-arcs" to
do basic-block profiling (see kernbb(8) and gcov(1)/gcc(1) docs.)
阅读全文…( 本文约 220 字,阅读大致需要 2 分钟 )

Announcing FreeBSD 5-SELECT cvs repository

| Kernel

The FreeBSD 5-SELECT cvs repository, my selected FreeBSD 5.x collection is available by HTTP browse here:

http://bsd.delphij.net/cgi-bin/cvsweb.cgi/src/

A commit mail archive is available here:

http://lists.delphij.net/mailman/listinfo/delphijbsd

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

FreeBSD/DragonFlyBSD VM bug

| Kernel

I have sent a headsup to bugs list of DragonflyBSD, which mentions the recent bugfixes on FreeBSD-CURRENT committed by Dr. Alan Cox.

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

lock problem triggered by umount

| Kernel

I have just tried to umount /usr on my test box in order to get all outstanding writes to be sync’ed to disk (as Kirk McKusick said, the umount system call will do true sync of a file system).

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

PID allocator bench marked

| Kernel

das@ [David Schultz] has done some benchmark of the different PID allocators recently being discussed on hackers@, and the result is available here.

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