Development

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

5.2-delphij 20040624 snapshot released

| Development

Here is the URL’s:

Mini installation disc:
ftp://ftp.freebsdchina.org/pub/china_ports/delphijfork/5.2-delphij-20040624-i386-miniinst.iso

Bootonly and FIXIT:
ftp://ftp.freebsdchina.org/pub/china_ports/delphijfork/5.2-delphij-20040624-i386-bootonly.iso
ftp://ftp.freebsdchina.org/pub/china_ports/delphijfork/5.2-delphij-20040624-i386-disc2.iso

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

FreeBSD 5.2-delphij to release third iso

| Development

I will release third (more or less unstable) release ISO if nothing will prevent me from doing that :-) The latest delphijfork includes several new features, which is tend to exhibit new technologies and possiblities of FreeBSD:

Also, FreeBSD-CURRENT has several new features, including:

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

Two Powerful UNIX(R) command lines

| Development

Top ten established HTTP connection from IP to our box: (IP=127.0.0.1)

netstat -na | grep “127\.0\.0\.1\.80 " | grep ESTABLISHED | cut -c43- |cut -f1-4 -d’.’ | sort | uniq -c | sort -nr | head -10

Merge FreeBSD-CURRENT changes to delphijfork:
retag `cvs -d /home/fcvs rdiff -rHEAD -rDELPHIJ_FORK_LASTMERGE src | grep Index: | awk ‘{print $2;}’ | grep src`

参与评论

FreeBSD 5.3-RELEASE release engineering process will begin in 4-6 weeks

| Development

Big news. FreeBSD is calling for more developers to take attention on 5.3-RELEASE development, the 5.3-RELEASE, a.k.a. first 5-STABLE release, will begin its release engineering process in 4-6 weeks.

If you are using FreeBSD and willing to migrate to a 5.x branch release or 5-STABLE, it is highly recommended to use -CURRENT and report any problem you encounter. Also, you can help the development by checking out something on TODO list, or resolve some problem.

参与评论

Apache2 RCng'ified

| Development

FreeBSD Apache2 port has been RCng’ifyed since 2.0.49_2. This will unify the behavior of ports more.

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