Development

FreeBSD core's position on Apple's APSL

| Development

I don’t like lawyer much, however, we all have to respect law :-) Apple has released some of their code under a license called “APSL”, what’s that? To quote Robert Watson, a FreeBSD core team member, APSL was considered as something like GPL/LGPL, which is acceptable for standard-alone userspace tools, however, should be taken carefully on kernel aspect.

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

啊?还能这么玩呢?

| Development
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
des         2004/05/18 23:40:52 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4_7)
    .                    UPDATING 
  Modified files:        (Branch: RELENG_4_8)
    .                    UPDATING 
  Modified files:        (Branch: RELENG_4_9)
    .                    UPDATING 
  Modified files:        (Branch: RELENG_5_0)
    .                    UPDATING 
  Modified files:        (Branch: RELENG_5_1)
    .                    UPDATING 
  Modified files:        (Branch: RELENG_5_2)
    .                    UPDATING 
  Modified files:        (Branch: RELENG_4_7)
    sys/conf             newvers.sh 
  Log:
  Bump and document patch level.
  
  Approved by:    so
  
  Revision        Changes    Path
  1.73.2.74.2.31  +3 -0      src/UPDATING
  1.73.2.80.2.24  +3 -0      src/UPDATING
  1.73.2.89.2.9   +3 -0      src/UPDATING
  1.229.2.27      +3 -0      src/UPDATING
  1.251.2.19      +3 -0      src/UPDATING
  1.282.2.15      +3 -0      src/UPDATING
  1.44.2.26.2.29  +1 -1      src/sys/conf/newvers.sh

很想知道是怎么commit的……

参与评论

FreeBSD 4.10-R to delay again

| Development

If everything goes ok, then FreeBSD 4.10-RELEASE would be released by the end of this week. Now we are at RC3.

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

OpenSource Project from... Microsoft??

| Development

Yes, you did saw the truth. There are some Open Source projects from Microsoft’s staff. I’m not sure whether this is permitted by the official authority, however, there is, licensed under CPL (Not GPL), which is an Open Source Initiative approved Open Source License.

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

FreeBSD 4.10-RC3 is delaying again

| Development

To summarize the release engineering process: 4.10-RC3 has delayed again so 4.10-RELEASE won’t be released soon. Recently, RELENG_4_10 branch has received several critical bugfixes. I personally requested a MFC for a security vulnerablity related with timedc, and Tim has MFC’ed some other security related fixes. Matthew Dillon has submitted some VM patches (committed by Ken Smith) and they all get into RC3.

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

gcc bug??

| Development

发现VC上面偶尔会用到的const_cast在gcc (c++)里面竟然不能用,郁闷,遂采用C-style cast,但我希望修正这个问题。

参与评论

写一个Makefile不难,但写好一个Makefile可就不那么容易了……

| Development

以前觉得Ruslan Ermilov (ru at FreeBSD dot org, mdoc(7) maintainer)一般只是commit一些Makefile,在整个project里面不过是一个做简单maintain工作的角色,真到自己动手写Makefile的时候才发现,想把Makefile写好可真是太难了。

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

How to set up a CVSup server?

| Development

It turns that I need to set up my own cvsup server so I can deploy my fork elsewhere. Here comes how.

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

Resolution of Windows Update 0x80000007d Exception

| Development

A Dell Latitude D600 computer with Windows 2003 Server Enterprise Edition is experiencing problem when installing Windows Update from website. By downloading the hotfix, and trying to install it, it fails with “Data Error, 0x8000007d”

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

Aha! FreeBSD's ports CVS repository's modules,v 1.10000!

| Development

Wow… Erwin Lansing is requesting for a pointy hat with a blinking light in the top :-)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
erwin       2004/05/02 23:35:27 PDT

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    kscope --> ports/devel/kscope
  
  Revision  Changes    Path
  1.10000   +1 -0      CVSROOT/modules
参与评论