summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/open.2
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: added missing newline after .Dv macro call,ru2001-07-041-8/+12
| | | | removed hard sentence breaks.
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-241-0/+7
| | | | | | | | | | | | | | | | Tor created a while ago, removes the raw I/O piece (that has cache coherency problems), and adds a buffer cache / VM freeing piece. Essentially this patch causes O_DIRECT I/O to not be left in the cache, but does not prevent it from going through the cache, hence the 80%. For the last 20% we need a method by which the I/O can be issued directly to buffer supplied by the user process and bypass the buffer cache entirely, but still maintain cache coherency. I also have the code working under -stable but the changes made to sys/file.h may not be MFCable, so an MFC is not on the table yet. Submitted by: tegge, dillon
* document O_NOFOLLOW and O_FSYNC flags to openalfred2000-11-291-0/+21
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Document EWOULDBLOCK as a possible errno return value.archie2000-04-091-0/+7
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Explain ENXIO error status with respect to fifos.ghelmer1999-03-071-0/+4
| | | | PR: docs/8559
* Use ellipsis in the synopsis, and an appropriate explanation injkoshy1998-09-081-2/+6
| | | | | | the text of the manual page. Suggested by: bde
* Document EINVAL as a possible return value from open(2).joerg1997-10-221-0/+7
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Add missing RETURN VALUES/ERRORS sections.mpp1997-01-121-0/+7
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-3/+4
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-1/+1
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+20
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+257
OpenPOWER on IntegriCloud