*Nix and Win32 Kernel

Implementing RFC3522 for FreeBSD

| *nix and Win32 Kernel

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

| *nix and Win32 Kernel

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

| *nix and Win32 Kernel

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

| *nix and Win32 Kernel

Now beastie.frontfree.net is running with HTT enabled.

参与评论

最新注册的会员是 davidxu

| *nix and Win32 Kernel

From FreeBSDChina’s forum:

论坛共有 62426 个文章
论坛共有 4513 位注册会员
最新注册的会员是 davidxu

参与评论

cvs updated again

| *nix and Win32 Kernel

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...

| *nix and Win32 Kernel

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

| *nix and Win32 Kernel

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.

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

Bigger bin patch accepted by FreeBSD

| *nix and Win32 Kernel

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.

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

MAXUSERS=0意味着什么?

| *nix and Win32 Kernel

自从01年dillon commit之后一直就用着MAXUSERS 0。今天alu提到说MAXUSERS不合适的时候有可能会造成系统负荷能力下降,于是看了代码,发现MAXUSERS是根据内存大小算出来的,32-512之间。另外,实践证明MAXUSERS看来不能设置为2048(起不来)……

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