Development
Useful sed(1) regular expressions
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 *.h5.2-delphij 20040624 snapshot released
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
FreeBSD 5.2-delphij to release third iso
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:
- An implementation of RFC 3522 ported from DragonFlyBSD
- An implementation of Early Retransmission ported from DragonFlyBSD
Also, FreeBSD-CURRENT has several new features, including:
- In progress import of binutils 2.15
- pf 3.5. Including several new features and works better with spamd.
- better ACPI support
Two Powerful UNIX(R) command lines
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
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
FreeBSD Apache2 port has been RCng’ifyed since 2.0.49_2. This will unify the behavior of ports more.
阅读全文…pf in NetBSD, jkh's new article, etc.
It appears that NetBSD has finally adopted packet filter, an OpenBSD feature to its base. Compared to FreeBSD’s pf port, this will be much easier one because the VM structure is almostly alike.
阅读全文…mono FreeBSD port?
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
本着「如果没有就写,如果有不合用就改,有合用的能用打死也不写」的精神,终于决定给 www.delphij.net 加个留言板……因为是双语的,而且www.delphij.net是英文,因此这里也写段英文来照顾老外的情绪:
阅读全文…FreeBSD port to reduce dependency on XFree86
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? :-)
参与评论