| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the F_READAHEAD option to fcntl(2) work as documented: a value of zero | ian | 2013-02-13 | 1 | -2/+2 |
* | fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC". | jilles | 2012-11-01 | 1 | -2/+2 |
* | Document F_DUP2FD_CLOEXEC. | kib | 2012-07-27 | 1 | -4/+14 |
* | Document F_DUPFD_CLOEXEC. Also provide some wording changes for | kib | 2012-07-19 | 1 | -4/+15 |
* | Return EBADF instead of EMFILE from dup2 when the second argument is | eadler | 2012-04-11 | 1 | -2/+0 |
* | Move descriptions of file caching commands out of the file locking section. | tijl | 2012-01-28 | 1 | -17/+17 |
* | Update xrefs from 4.3BSD to modern signal functions in various man pages. | jilles | 2010-05-06 | 1 | -1/+1 |
* | Add two new fcntls to enable/disable read-ahead: | delphij | 2009-09-28 | 1 | -1/+17 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -2/+7 |
* | Introduce a new F_DUP2FD command to fcntl(2), for compatibility with | antoine | 2008-03-08 | 1 | -1/+37 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -3/+6 |
* | Clarify and extend paragraphs on interoperation | yar | 2004-05-17 | 1 | -3/+19 |
* | Prevent uppercase after .Xr by adding ``The ... utility/system call''. | charnier | 2003-02-05 | 1 | -2/+3 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -4/+12 |
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -8/+8 |
* | The .Fn function. | keramida | 2002-07-15 | 1 | -4/+6 |
* | Use the correct macros for F_SETFD/F_GETFD instead of magic numbers. | asmodai | 2002-04-13 | 1 | -4/+12 |
* | Clarify fcntl(2) and flock(2) interoperability. | maxim | 2002-03-14 | 1 | -1/+7 |
* | Remove the internal implementation details of wrapping syscalls, | ru | 2001-10-26 | 1 | -22/+0 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
* | mdoc(7) police: removed whitespace at EOL. | ru | 2001-08-27 | 1 | -2/+2 |
* | Fd is macro too, so use \&Fd | ache | 2001-08-24 | 1 | -1/+1 |
* | Fildes -> Fd too (started from big letter) | ache | 2001-08-24 | 1 | -1/+1 |
* | Change | ache | 2001-08-24 | 1 | -1/+3 |
* | Fix up English from previous 3 revisions. | sheldonh | 2001-08-24 | 1 | -6/+6 |
* | Now we implement l_len<0 per POSIX, describe it. | ache | 2001-08-23 | 1 | -3/+4 |
* | Rephrasing prev. commit a bit. | ache | 2001-08-23 | 1 | -4/+12 |
* | Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_len | ache | 2001-08-23 | 1 | -7/+18 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -9/+9 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -0/+5 |
* | Mention that locks are inherited across an exec. | dd | 2001-04-08 | 1 | -0/+6 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -10/+10 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
* | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | chris | 2000-06-23 | 1 | -2/+2 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Document the errno return if the restrictions on the fcntl(F_SETOWN, ...) | truckman | 1999-01-19 | 1 | -0/+7 |
* | Use ellipsis in the synopsis, and an appropriate explanation in | jkoshy | 1998-09-08 | 1 | -2/+6 |
* | Don't use hardcoded *roff font change requests. | mpp | 1997-01-31 | 1 | -1/+3 |
* | The error returned when F_SETLK collides with an existing lock is | jdp | 1997-01-08 | 1 | -3/+3 |
* | Update a bunch of man pages to use .Fn instead | mpp | 1996-08-22 | 1 | -5/+5 |
* | Remove a redundant description of the EMFILE error, and fix a typo. | mpp | 1996-05-01 | 1 | -7/+1 |
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -1/+1 |
* | Mention other possible errors that could be caused by the F_[GS]ETOWN | joerg | 1996-04-06 | 1 | -1/+19 |