Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2011 14:00:36 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_descrip.c vfs_syscalls.c src/sys/sys fcntl.h filedesc.h
Message-ID:  <201103251400.p2PE0uxI015465@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-03-25 14:00:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_descrip.c vfs_syscalls.c 
    sys/sys              fcntl.h filedesc.h 
  Log:
  SVN rev 219999 on 2011-03-25 14:00:36Z by kib
  
  Add O_CLOEXEC flag to open(2) and fhopen(2).
  The new function fallocf(9), that is renamed falloc(9) with added
  flag argument, is provided to facilitate the merge to stable branch.
  
  Reviewed by:    jhb
  MFC after:      1 week
  
  Revision  Changes    Path
  1.365     +10 -1     src/sys/kern/kern_descrip.c
  1.501     +2 -2      src/sys/kern/vfs_syscalls.c
  1.27      +3 -1      src/sys/sys/fcntl.h
  1.80      +2 -0      src/sys/sys/filedesc.h



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