Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2009 05:10:21 +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:  <200906160512.n5G5C6Hm093400@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dchagin     2009-06-16 05:10:21 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 194284 on 2009-06-16 05:10:21Z by dchagin
  
  MFC r192206:
  
  Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and
  SOCK_NONBLOCK flags, that allow to save fcntl() calls.
  
  Implement a variation of the socket() syscall which takes a flags
  in addition to the type argument.
  
  Approved by:    kib (mentor)
  
  Revision   Changes    Path
  1.16.2.5   +1 -0      src/sys/amd64/linux32/linux.h
  1.74.2.10  +23 -2     src/sys/compat/linux/linux_socket.c
  1.2.24.4   +7 -0      src/sys/compat/linux/linux_socket.h
  1.78.2.4   +1 -0      src/sys/i386/linux/linux.h



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