svn commit: r189862 - head/sys/compat/linux

Chagin Dmitry dchagin at FreeBSD.org
Mon Mar 16 02:00:30 PDT 2009


On Mon, Mar 16, 2009 at 09:39:53AM +0100, Alexander Leidinger wrote:
> Quoting Dmitry Chagin <dchagin at FreeBSD.org> (from Sun, 15 Mar 2009  
> 19:38:34 +0000 (UTC)):
> 
> > Author: dchagin
> > Date: Sun Mar 15 19:38:34 2009
> > New Revision: 189862
> > URL: http://svn.freebsd.org/changeset/base/189862
> >
> > Log:
> >   Ignore FUTEX_FD op, as it is done by linux.
> 
> It would be good if there would be a comment for this case, telling  
> that this is done by Linux too, else someone may think it's a missing  
> feature in FreeBSD.
> 

ok, thnx. bellow a commit msg about it.

commit 82af7aca56c67061420d618cc5a30f0fd4106b80
Author: Eric Sesterhenn <snakebyte at gmx.de>
Date:   Fri Jan 25 10:40:46 2008 +0100

    Removal of FUTEX_FD
    
    Since FUTEX_FD was scheduled for removal in June 2007 lets remove it.
    
    Google Code search found no users for it and NGPT was abandoned in 2003
    according to IBM.  futex.h is left untouched to make sure the id does
    not get reassigned.  Since queue_me() has no users left it is commented
    out to avoid a warning, i didnt remove it completely since it is part of
    the internal api (matching unqueue_me())
    


-- 
Have fun!
chd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20090316/b83059bb/attachment.pgp


More information about the svn-src-head mailing list