*Nix and Win32 Kernel
Implementing RFC3522 for FreeBSD
I have ported Jeffrey Hsu’s RFC3522 implementation in DragonFlyBSD to FreeBSD. Check http://research.delphij.net/freebsd/rfc3522.diff.
参与评论David O'Brien to import binutils 2.15
David O’Brien has just imported binutils 2.15 snapshot into FreeBSD src repository. What’s more, he stated that he will do gdb 6.x import soon. This will drastically improve the debug and development environment in FreeBSD.
参与评论delphijfork 20040615 uploaded
I have uploaded delphijfork 20040615 snapshot isos, which is based on FreeBSD 5-CURRENT.
MD5 (5.2-delphij-20040615-i386-bootonly.iso) = 98c8429770d70dc5e10760cac6154f54
MD5 (5.2-delphij-20040615-i386-disc2.iso) = 7a8ed76c082023138d80a5698801ff40
MD5 (5.2-delphij-20040615-i386-miniinst.iso) = 31616bc0833339c39886a9863ffdc0c0
Thanks to the FreeBSD China Community for supplying the release publication space.
参与评论HTT/ACPI problem resolved
Now beastie.frontfree.net is running with HTT enabled.
参与评论最新注册的会员是 davidxu
From FreeBSDChina’s forum:
论坛共有 62426 个文章
论坛共有 4513 位注册会员
最新注册的会员是 davidxu
cvs updated again
I think FreeBSD will soon release a new advisory. Simply put, cvs updated again and is vulnerable to some potential security risks.
参与评论kern_thread.c repocopyed to kern_kse.c...
I have noticed that today’s cvsup brings this to my local repo: src/sys/kern/kern_kse.c. From the version it seems to be from kern_thread.c. Waiting commitmail to explain this.
参与评论delphijfork to release first snapshot ISO
This is an experimental release which tend to exhibit the latest -CURRENT technologies, maintaining stablity and incorporating my improvements which has not been integrated into FreeBSD’s central repository.
阅读全文…Bigger bin patch accepted by FreeBSD
It seems that FreeBSD community has reviewed and committed one of my bigger patch on sbin/syslogd, which was primarily obtained from OpenBSD. These changes are more or less “sync with OpenBSD”, which will increase security performance of FreeBSD.
阅读全文…MAXUSERS=0意味着什么?
自从01年dillon commit之后一直就用着MAXUSERS 0。今天alu提到说MAXUSERS不合适的时候有可能会造成系统负荷能力下降,于是看了代码,发现MAXUSERS是根据内存大小算出来的,32-512之间。另外,实践证明MAXUSERS看来不能设置为2048(起不来)……
阅读全文…