Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2009 21:49:41 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_socket.c linux_socket.h src/sys/i386/linux linux.h
Message-ID:  <200906172151.n5HLptlq017670@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dchagin     2009-06-17 21:49:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/linux32    linux.h 
    sys/compat/linux     linux_socket.c linux_socket.h 
    sys/i386/linux       linux.h 
  Log:
  SVN rev 194404 on 2009-06-17 21:49:41Z by dchagin
  
  MFC r185442:
  
  Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.
  Change types used in the linux' struct msghdr and struct cmsghdr
  definitions to the properly-sized architecture-specific types.
  Move ancillary data handler from linux_sendit() to linux_sendmsg().
  
  Approved by:    kib (mentor)
  
  Revision   Changes    Path
  1.16.2.7   +16 -0     src/sys/amd64/linux32/linux.h
  1.74.2.11  +238 -52   src/sys/compat/linux/linux_socket.c
  1.2.24.5   +31 -0     src/sys/compat/linux/linux_socket.h
  1.78.2.5   +16 -0     src/sys/i386/linux/linux.h



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