mono FreeBSD port?

| Development

I am not sure whether there’s someone who wants to pick up mono’s FreeBSD port. I personally do not want to do this :-) However it will be interesting if I have enough time to kill. And, of course, it will be good if it is released under a more loose license…

参与评论

网站留言板/Guest Book for www.delphij.net

| Development

本着「如果没有就写,如果有不合用就改,有合用的能用打死也不写」的精神,终于决定给 www.delphij.net 加个留言板……因为是双语的,而且www.delphij.net是英文,因此这里也写段英文来照顾老外的情绪:

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

Tired

| Diary Excerpt

Where I am?

参与评论

感激

| Diary Excerpt

Excerpt from diary 2004/04/18

我不知道自己是不是一个坚强的人,因为并不是每件事我都能够坚持不懈地做到底,我也会放弃,我也会做错,我只是在许多时候坚持了自己的信念,我只是在别人放弃的时候能够坚持下去,尽管这么做不一定对。

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

delphijfork to release first snapshot ISO

| 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 分钟 )

OpenBSD's inetd saga

| Security

FreeBSD and OpenBSD’s inetd are based on a same codebase. However, they have different features and OpenBSD have some features that FreeBSD is lacking at present. For example, per-interface binding, etc.

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

FreeBSD port to reduce dependency on XFree86

| Development

It seems that they are now replacing explicit XFree86-4-libraries to USE_XLIB and so. Is this a step dropping XFree86 and go XOrg? :-)

参与评论

FreeBSD core's position on Apple's APSL

| Development

I don’t like lawyer much, however, we all have to respect law :-) Apple has released some of their code under a license called “APSL”, what’s that? To quote Robert Watson, a FreeBSD core team member, APSL was considered as something like GPL/LGPL, which is acceptable for standard-alone userspace tools, however, should be taken carefully on kernel aspect.

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

Bigger bin patch accepted by FreeBSD

| 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意味着什么?

| Kernel

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

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