Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2011 08:14:51 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_socket.c src/sys/i386/linux linux.h
Message-ID:  <201103310815.p2V8F8vt026523@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

avg         2011-03-31 08:14:51 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux.h 
    sys/compat/linux     linux_socket.c 
    sys/i386/linux       linux.h 
  Log:
  SVN rev 220186 on 2011-03-31 08:14:51Z by avg
  
  Revert r220032:linux compat: add SO_PASSCRED option with basic handling
  
  I have not properly thought through the commit.  After r220031 (linux
  compat: improve and fix sendmsg/recvmsg compatibility) the basic
  handling for SO_PASSCRED is not sufficient as it breaks recvmsg
  functionality for SCM_CREDS messages because now we would need to handle
  sockcred data in addition to cmsgcred.  And that is not implemented yet.
  
  Pointyhat to:   avg
  
  Revision  Changes    Path
  1.37      +0 -1      src/sys/amd64/linux32/linux.h
  1.106     +0 -14     src/sys/compat/linux/linux_socket.c
  1.94      +0 -1      src/sys/i386/linux/linux.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103310815.p2V8F8vt026523>