aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* 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