atom feed4 messages in org.freebsd.freebsd-liteRe: LITE2 branch is fixed..
FromSent OnAttachments
Peter WemmSep 6, 1996 10:37 am 
Doug RabsonSep 9, 1996 3:41 am 
Peter WemmSep 9, 1996 4:31 am 
Doug RabsonSep 9, 1996 5:30 am 
Subject:Re: LITE2 branch is fixed..
From:Doug Rabson (df@render.com)
Date:Sep 9, 1996 5:30:31 am
List:org.freebsd.freebsd-lite

On Mon, 9 Sep 1996, Peter Wemm wrote:

Doug Rabson wrote:

On Sat, 7 Sep 1996, Peter Wemm wrote:

I think I forgot to mention that I've finished the recreation of the LITE2 repository with non-conflicting branch numbers.

It's now ready to have commits. Basically, it is almost exactly like RELENG_2_1_0, except the tag is "LITE2".

Doug? Jeff? Do you need more details? (and for that matter, do we need more code in the repository to cover sbin etc?)

I think we can do without sbin for a while. The changes there are fairly minimal.

The lite2 version has compatability code so that it recognises the integer MOUNT_UFS when supplied as the first char * arg, doesn't it? If so, we can use the existing binaries for the time being...

The compatability code works fine. Unfortunately, because struct vfsconf has changed, getvfsbyname gets confused about what filesystems are loaded. I think it probably only sees the first one. I know it can't see NFS. All that is needed is a recompile of libc really.