Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2011 11:05:53 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/linux linux_misc.c linux_misc.h linux_socket.c linux_socket.h
Message-ID:  <201103261106.p2QB62VV096243@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2011-03-26 11:05:53 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c linux_misc.h linux_socket.c 
                         linux_socket.h 
  Log:
  SVN rev 220031 on 2011-03-26 11:05:53Z by avg
  
  linux compat: improve and fix sendmsg/recvmsg compatibility
  
  - implement baseic stubs for capget, capset, prctl PR_GET_KEEPCAPS
    and prctl PR_SET_KEEPCAPS.
  - add SCM_CREDS support to sendmsg and recvmsg
  - modify sendmsg to ignore control messages if not using UNIX
    domain sockets
  
  This should allow linux pulse audio daemon and client work on FreeBSD
  and interoperate with native counter-parts modulo the differences in
  pulseaudio versions.
  
  PR:             kern/149168
  Submitted by:   John Wehle <john@feith.com>
  Reviewed by:    netchild
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.249     +109 -0    src/sys/compat/linux/linux_misc.c
  1.8       +2 -0      src/sys/compat/linux/linux_misc.h
  1.104     +136 -50   src/sys/compat/linux/linux_socket.c
  1.9       +4 -2      src/sys/compat/linux/linux_socket.h



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