Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2009 18:48: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:  <200905161850.n4GIopua060994@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dchagin     2009-05-16 18:48:41 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux.h 
    sys/compat/linux     linux_socket.c linux_socket.h 
    sys/i386/linux       linux.h 
  Log:
  SVN rev 192206 on 2009-05-16 18:48:41Z by dchagin
  
  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)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.28      +1 -0      src/sys/amd64/linux32/linux.h
  1.90      +23 -2     src/sys/compat/linux/linux_socket.c
  1.7       +7 -0      src/sys/compat/linux/linux_socket.h
  1.86      +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?200905161850.n4GIopua060994>