NetBSD has a new logo now

| Life

NetBSD has chosen the new logo:

This logo was designed by Grant Bisset in 2004.

参与评论

人类基因组图谱大修正--人类基因数大幅缩水!?

| Shared Chaos | #基因 SciScape

本文转载自:SciScape

編輯 Gene 報導

人类基因组图谱总算大功告成了,可是所统计出的基因数居然只有约2万至2万5千多个,甚至比之前估计的3万多还少!

实验室常用的大、小鼠的基因体据估有3万个基因。另一实验室常用生物的线虫(C. elegans),其基因总数约有1万9千个,而果蝇则有约1万3千个。小型开花植物阿拉伯芥(Arabidopsis)的2万7千个基因搞不好就比人类的还多。

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

NetBSD and FreeBSD's busdma(9) differences

| Kernel

It seems that FreeBSD and NetBSD have a lot of difference on busdma interfaces and this has blocked me from porting OpenBSD’s firmware upload support on mpt(4). Will have another attempt this weekend.

参与评论

:-(

| Life

Someone important to me has passed away.

参与评论

失之厘豪,谬以千里

| Development

Today, JINMEI Tatuya / 神明達哉 has submitted a patch against sys/kern/uipc_socket2.c, which is:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14

Index: src/sys/kern/uipc_socket2.c
diff -u src/sys/kern/uipc_socket2.c:1.138 src/sys/kern/uipc_socket2.c:1.139
--- src/sys/kern/uipc_socket2.c:1.138	Tue Oct 19 15:13:30 2004
+++ src/sys/kern/uipc_socket2.c	Wed Oct 27 05:37:58 2004
@@ -1253,7 +1253,7 @@
 
 	if (CMSG_SPACE((u_int)size) > MCLBYTES)
 		return ((struct mbuf *) NULL);
-	if (CMSG_SPACE((u_int)size > MLEN))
+	if (CMSG_SPACE((u_int)size) > MLEN)
 		m = m_getcl(M_DONTWAIT, MT_CONTROL, 0);
 	else
 		m = m_get(M_DONTWAIT, MT_CONTROL);
参与评论

HP LJ1000 USB Printer wierdness

| Development

I have fighted against the issue that LJ1000 can’t work correctly with FreeBSD however I have failed.

I got “ulpt0: Input/Output Error” when doing cat foo > /dev/ulpt0.

Of course, cups and friends won’t run with this state.

This problem exists in FreeBSD 5.3-RC, 4.10-STABLE. However, interestingly Windows works correctly.

So, why??

参与评论

烛光 歌词 烛光(国) 任贤齐

| Shared Chaos

你现在好吗 今天快乐吗
我从远方送你的花 你收到了吗

分手以后的雨季 断断续续下不停
没有你的日子 真的不容易

躲不开回忆 最难忘记你
再说什么也无法压抑 汹涌的情绪
我已学会珍惜 再给我一次勇气
好想告诉你我的爱 一直留在你那里

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

RIP: GNU awk

| Development

Today DragonFly has buryed GNU awk. G’bye, amen! :-D

参与评论

FreeBSD 5.3-RELEASE named, final release coming!

| Kernel

Today Scott Long has named FreeBSD 5.3-RELEASE, this is a significant step toward final 5.3-RELEASE.

Please note that before the team has a PGP signed 5.3-RELEASE announcement, don’t download the ISOs even they have appeared on any site. We may still do changes after the naming.

参与评论

有点难过

| Diary Excerpt

多大个事儿啊?我对自己说。

有点难受,想一个人冷静地呆一会。想起了今天看的书,错只是在我自己,一个搞安全这么多年的人,居然忘记了最基本的道理。

有些时候,人们要为别人的愚蠢付出巨大的代价。我不想用愚蠢这个词,但是,我想不出更好的词。这不是第一次,也许也不是最后一次。而原因,一直以来都是完全一样的原因。

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