aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* When cleaning up from failed adv locking and checking for write, doKonstantin Belousov2016-01-171-0/+2
* Make it possible for the cdevsw d_close() driver method to detect lastKonstantin Belousov2015-12-221-0/+5
* Support file verification in MAC.Craig Rodrigues2015-04-221-0/+4
* fcntl.h: Make visible various POSIX.1-2008 features.Jilles Tjoelker2014-04-171-9/+7
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).Jilles Tjoelker2013-08-251-2/+2
* Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this.Konstantin Belousov2012-07-271-0/+3
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.Konstantin Belousov2012-07-211-5/+12
* Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4.Konstantin Belousov2012-07-191-0/+3
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-041-1/+10
* Sort function prototypes.John Baldwin2011-10-271-3/+3
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-181-1/+4
* Add O_CLOEXEC flag to open(2) and fhopen(2).Konstantin Belousov2011-03-251-1/+3
* Add two new fcntls to enable/disable read-ahead:Xin LI2009-09-281-2/+7
* Move definitions of AT_* constants from the middle of the open(2) flagsKonstantin Belousov2009-06-221-17/+18
* Add openat to the POSIX.1-2008 namespace.David Schultz2009-03-041-0/+2
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.Ed Schouten2009-02-281-0/+5
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+1
* Add the libc glue and headers definitions for the *at() syscalls.Konstantin Belousov2008-03-311-0/+1
* Add the constant definition needed by the implementation of theKonstantin Belousov2008-03-311-1/+27
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-3/+23
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withAntoine Brodin2008-03-081-0/+1
* Add a new file descriptor type for IPC shared memory objects and use it toJohn Baldwin2008-01-081-7/+12
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Move FMARK and FDEFER til sys/file.h where they belong.Poul-Henning Kamp2003-06-201-3/+0
* o Add typedefs for mode_t, off_t, pid_t rather than includingMike Barcroft2002-09-171-13/+37
* Remove __PAlfred Perlstein2002-03-191-4/+4
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-2/+3
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetMatthew Dillon2001-05-241-2/+5
* Implement POSIX.1b shared memory objects. In this implementation,Garrett Wollman2000-04-221-2/+18
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-6/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement a new open(2) flag: O_NOFOLLOW. This will instruct openPeter Wemm1998-04-061-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Made O_NOCTTY distinct from the other flags (it clashed with O_RDONLY).Bruce Evans1996-11-291-3/+3
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+190