summaryrefslogtreecommitdiffstats
path: root/sys/sys/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r264628: fcntl.h: Make visible various POSIX.1-2008 features.jilles2014-10-291-9/+7
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).jilles2013-08-251-2/+2
* Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this.kib2012-07-271-0/+3
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.kib2012-07-211-5/+12
* Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4.kib2012-07-191-0/+3
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-1/+10
* Sort function prototypes.jhb2011-10-271-3/+3
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-181-1/+4
* Add O_CLOEXEC flag to open(2) and fhopen(2).kib2011-03-251-1/+3
* Add two new fcntls to enable/disable read-ahead:delphij2009-09-281-2/+7
* Move definitions of AT_* constants from the middle of the open(2) flagskib2009-06-221-17/+18
* Add openat to the POSIX.1-2008 namespace.das2009-03-041-0/+2
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.ed2009-02-281-0/+5
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-0/+1
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+1
* Add the constant definition needed by the implementation of thekib2008-03-311-1/+27
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-3/+23
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-0/+1
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-7/+12
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Move FMARK and FDEFER til sys/file.h where they belong.phk2003-06-201-3/+0
* o Add typedefs for mode_t, off_t, pid_t rather than includingmike2002-09-171-13/+37
* Remove __Palfred2002-03-191-4/+4
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-2/+3
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-241-2/+5
* Implement POSIX.1b shared memory objects. In this implementation,wollman2000-04-221-2/+18
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-6/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement a new open(2) flag: O_NOFOLLOW. This will instruct openpeter1998-04-061-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Made O_NOCTTY distinct from the other flags (it clashed with O_RDONLY).bde1996-11-291-3/+3
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+190
OpenPOWER on IntegriCloud