| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: provide F_ISUNIONSTACK as a kludge for libc | Mateusz Guzik | 2020-01-17 | 1 | -1/+6 |
* | Update fcntl(2) after r352695 | Kyle Evans | 2019-09-25 | 1 | -1/+62 |
* | fcntl.2: document an additional error condition | Alan Somers | 2018-11-15 | 1 | -1/+5 |
* | fcntl(2): Vaguely document that ENOTTY is possible, with light examples | Kyle Evans | 2018-05-03 | 1 | -1/+9 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | fcntl(2): Document interrupt/restart for file locks. | Jilles Tjoelker | 2016-07-07 | 1 | -1/+22 |
* | Make the F_READAHEAD option to fcntl(2) work as documented: a value of zero | Ian Lepore | 2013-02-13 | 1 | -2/+2 |
* | fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC". | Jilles Tjoelker | 2012-11-01 | 1 | -2/+2 |
* | Document F_DUP2FD_CLOEXEC. | Konstantin Belousov | 2012-07-27 | 1 | -4/+14 |
* | Document F_DUPFD_CLOEXEC. Also provide some wording changes for | Konstantin Belousov | 2012-07-19 | 1 | -4/+15 |
* | Return EBADF instead of EMFILE from dup2 when the second argument is | Eitan Adler | 2012-04-11 | 1 | -2/+0 |
* | Move descriptions of file caching commands out of the file locking section. | Tijl Coosemans | 2012-01-28 | 1 | -17/+17 |
* | Update xrefs from 4.3BSD to modern signal functions in various man pages. | Jilles Tjoelker | 2010-05-06 | 1 | -1/+1 |
* | Add two new fcntls to enable/disable read-ahead: | Xin LI | 2009-09-28 | 1 | -1/+17 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -2/+7 |
* | Introduce a new F_DUP2FD command to fcntl(2), for compatibility with | Antoine Brodin | 2008-03-08 | 1 | -1/+37 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -3/+6 |
* | Clarify and extend paragraphs on interoperation | Yaroslav Tykhiy | 2004-05-17 | 1 | -3/+19 |
* | Prevent uppercase after .Xr by adding ``The ... utility/system call''. | Philippe Charnier | 2003-02-05 | 1 | -2/+3 |
* | mdoc(7) police: Deal with self-xrefs. | Ruslan Ermilov | 2002-12-24 | 1 | -1/+1 |
* | mdoc(7) police: "The .Fa argument.". | Ruslan Ermilov | 2002-12-19 | 1 | -4/+12 |
* | mdoc(7) police: Tidy up the syscall language. | Ruslan Ermilov | 2002-12-18 | 1 | -8/+8 |
* | The .Fn function. | Giorgos Keramidas | 2002-07-15 | 1 | -4/+6 |
* | Use the correct macros for F_SETFD/F_GETFD instead of magic numbers. | Jeroen Ruigrok van der Werven | 2002-04-13 | 1 | -4/+12 |
* | Clarify fcntl(2) and flock(2) interoperability. | Maxim Konovalov | 2002-03-14 | 1 | -1/+7 |
* | Remove the internal implementation details of wrapping syscalls, | Ruslan Ermilov | 2001-10-26 | 1 | -22/+0 |
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
* | mdoc(7) police: removed whitespace at EOL. | Ruslan Ermilov | 2001-08-27 | 1 | -2/+2 |
* | Fd is macro too, so use \&Fd | Andrey A. Chernov | 2001-08-24 | 1 | -1/+1 |
* | Fildes -> Fd too (started from big letter) | Andrey A. Chernov | 2001-08-24 | 1 | -1/+1 |
* | Change | Andrey A. Chernov | 2001-08-24 | 1 | -1/+3 |
* | Fix up English from previous 3 revisions. | Sheldon Hearn | 2001-08-24 | 1 | -6/+6 |
* | Now we implement l_len<0 per POSIX, describe it. | Andrey A. Chernov | 2001-08-23 | 1 | -3/+4 |
* | Rephrasing prev. commit a bit. | Andrey A. Chernov | 2001-08-23 | 1 | -4/+12 |
* | Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_len | Andrey A. Chernov | 2001-08-23 | 1 | -7/+18 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -9/+9 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -1/+0 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | Matthew Dillon | 2001-05-24 | 1 | -0/+5 |
* | Mention that locks are inherited across an exec. | Dima Dorfman | 2001-04-08 | 1 | -0/+6 |
* | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -10/+10 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | Ruslan Ermilov | 2000-11-10 | 1 | -1/+0 |
* | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | Chris Costello | 2000-06-23 | 1 | -2/+2 |
* | Introduce ".Lb" macro to libc manpages. | Alexey Zelkin | 2000-04-21 | 1 | -0/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-02 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
* | Document the errno return if the restrictions on the fcntl(F_SETOWN, ...) | Don Lewis | 1999-01-19 | 1 | -0/+7 |
* | Use ellipsis in the synopsis, and an appropriate explanation in | Joseph Koshy | 1998-09-08 | 1 | -2/+6 |