On Thu, 29 Aug 2002, Terry Lambert wrote:
> Kenneth Culver wrote:
> > > I've volunteered to do this port, with the expectation that it's within my
> > > ability.  I'm just a bit over my head, but that's how I'll learn, right?
> [ ... ]
> > Just curious, but what does doing this port get you?
> 
> In theory, it should mean that threaded code compiled for -stable
> will then run on -current without modification, when someone
> decides that -current is stable enough for the changeover.
> 
> If the implementation of flockfile/ftrylockfile/funlockfile is
> via a library exported symbol, then programs that are linked
> shared should "just work", but it will take a lot of hackery
> to implement these function in -stable without introducing a
> -stable/-stable binary compatability problem, which is normally
> deferred until later releases (there would be a libc version
> number bump required, which isn't possible, because minor version
> numbers aren't supported, and there's already a lot of -current
> boxes out there).

-stable already has flockfile and friends in both libc and libc_r.
The only work in porting -current's libc_r to -stable in this
case is to keep libc_r's uthread_file.c which implements them.

-- 
Dan Eischen



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to