BSD

为什么FreeBSD没有CIRCLEQ_*

(最后修改: Development #algorithm #API #BSD #FreeBSD #OpenBSD

最近在看 Berkeley DB,发现一套 FreeBSD 上没有的宏, CIRCLEQ_*

看了一下,这组宏是来自 4.4BSD 的,因此 FreeBSD 曾经有过这个宏;后来, phk 在 2000 年 12 月 29 日从 FreeBSD 里面把它拿掉了(SVN revision 70469),当时的说明如下:

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

BeOS Reborn: Haiku

(最后修改: Development #BeOS #BSD #MIT

Pretty interesting project: Haiku.

It looks like that it uses a lot of FreeBSD code by creating glue between FreeBSD and BeOS API, on the other hand they are using MIT license for most of their code, making sharing code easy.

参与评论

MeetBSD 2008 (1)

今天起了一个大早,9:00到了位于 1600 Amphitheatre ParkwayGoogle 总部。

手头没有精确的人数统计,不过目测来看,大概有120-150人。看到的第一个见过照片的人是著名的 Cameraman 同学, DragonFly 的 Matthew Dillon 老大!

由于今年是 FreeBSD 计划成立15周年,今年的 MeetBSD ‘08 California 很大程度上是一次 FreeBSD 的活动。

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

小聚

Riverbed的Edwin老大 (edwin@,portmgr) 来湾区,在 -developers@ 里面约附近的committer吃饭。离Sunnyvale最近的企业是Juniper,不过Craig临时有事没有来,见到了Marcel大长辈(marcel@,re-ia64)和一位tmpfs的fans(囧ing)。这两位,我都是头一次见到活人。Marcel提到除了最近的gpart之外,他还写了一个 调试器,准备以后用它把gdb换掉,其中基本的断点、单步等等都实现了,这位老大的其他作品还包括IA-64编译器等等。

参与评论

萩野純一郎 (itojun) 去世了

(最后修改: Tribute #BSD #darwin #itojun #sad news

刚刚得到的消息,萩野純一郎博士(原名伊藤純一郎;itojun,Jun-ichiro “itojun” Hagino)于10月29日逝世,得年37岁。

萩野純一郎是著名 Internet 架构专家,曾担任 IETF v6ops 联席主席、IAB委员、FreeBSD、NetBSD 和 OpenBSD 及 Darwin committer(是目前为止 *BSD 项目唯一一个)、NetBSD 安全长官等,作为 KAME 和 WIDE Project 的灵魂人物,对 IPv6、 IPSec 等下一代互联网技术作出了卓越的贡献;1998年在 Keio University 获得博士学位。

参与评论

OpenBSD 4.2: "100001 1010101"

(最后修改: Blogging #BSD #FSF #GPL #SFLC #song

OpenBSD发布了4.2的主题曲100001 1010101。FSF雇佣的法律打手SFLC最终不得不承认了自己的失败。

The starting line is nervous
we burst upon the course
Electric is our passion
An open hearted force

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

笔记:大型ICP如何将qmail替换为postfix

(最后修改: Security #BSD #Email

假定你使用的是FreeBSD

  1. 在测试服务器上测试postfix配置文件,确认其能够与qmail提供同样的服务。
  2. 执行svc -d /services/qmail-smtpd,停止进信。
  3. 执行qmailctl flush,下发所有邮件,等待队列空。
阅读全文… ( 本文约 1389 字,阅读大致需要 3 分钟 )

XFree86 4.4.0-RELEASE released

(最后修改: Development #BSD

Under a more restrictive licence, the XFree86 project has finally released the long-awaited XFree86 4.4.0-RELEASE. Well, this is really a big news, however, the licence (Yes you guys may say that it is very similiar to the BSD Licence with four clause, however it is not, and more importantly, this is more like the ancient four clause one, which was replaced by a new three-caluse one, and most BSDers will prefer a two clause one like the following:

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

Why BSD Licence, not GPL?

(最后修改: Development #BSD

I was asked this question in many scenarios. Well, here’s the answer. This blob does not intend to have a compare between GPL and BSDL, which is extensively discussed in many places, and basically, GPLers and BSDers all have what the counterpart could not accept.

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