Development

遥控重起或远程调试?

| Development

必须采取措施了。。。beastie.frontfree.net再次在没有任何预兆的情况下停止响应了。。。

参与评论

New CVSWeb functionality

| Development

I have noticed that my newly deployed CVSWeb utility has shown a new feature: more detailed diff.

Consider the following situation:

You have a line:
Please help me. I am in a hurry going to the plane.

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

gcc 3.4.1 will be imported to -HEAD and hence 5.3-RELEASE!!

| Development

Yes, I am not joking, this will happen soon!! Yeah!!

参与评论

FreeBSD ports/69098

| Development

Just make a note…

http://www.freebsd.org/cgi/query-pr.cgi?pr=69098

参与评论

pam-pgsql dropped to unmaintained!!

| Development

mat@ has dropped maintainership… I was waiting for pam-pgsql to be fixed and now I have to do that by myself :-)

Actually I am not so interested in a GPL’ed PAM module, so maybe I will write one from scratch…

Today, Alex Dupre has updated ZendOptimizer and I have installed it for FreeBSDChina.

参与评论

2004年夏季自由与开源软件最新成果报告会

| Development

日 期:2004年7月24日 9:00-16:30
主 题:最近一年以来的中国在开源软件领域最新成果的展示
地 点:上海市复旦大学3209教室
主办方:上海自由软件社区(GeekBone.org)
承办方:复旦大学日月光华BBS Unix版

其中有关freebsd的内容包括两个方面:

1,有关freebsdchina.org的介绍
2,freebsd的最新进展

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

delphijfork 20040707 snapshot released

| Development

This should be a unstable release, however I hope more people to report problems they encounted.

As usual, it is at ftp.freebsdchina.org/pub/china_ports/delphijfork.

参与评论

Compile options used for delphijfork-20040628

| Development

JFYI, it was released at the usual location, with BSDTAR installed by default. I tend to remove COMPAT4X and COMPAT3X in the next release.

CFLAGS=’-O2 -pipe’ WITH_BSDTAR=yes COMPAT4X=yes COMPAT3X=yes BOOTWAIT=0 ENABLE_SUID_K5SU=yes

参与评论

给McKusick老伯发了一个46KB的patch...

| Development

主要是空格的问题。我打算接下来的一段时间琢磨琢磨SoftUpdates,如果这个patch能commit的话,delphijfork的diff一下就能减少46K :-)

参与评论

Useful sed(1) regular expressions

| Development

Source code cleanup:

sed -i '' -E s/\ \	/\	/g *.c *.h
sed -i '' -E s/^\ \ \ \ \ \ \ \ /\	/g *.c *.h
sed -i '' -E s/\	\ \ \ \ \ \ \ \ /\	\	/g *.c *.h
sed -i '' -E s/\ +\$//g *.c *.h
阅读全文…( 本文约 76 字,阅读大致需要 1 分钟 )