| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Fix most issues reported by mandoc | Gordon Bergling | 2020-12-19 | 1 | -1/+1 |
* | Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths. | Konstantin Belousov | 2020-09-22 | 1 | -5/+33 |
* | Document EINTEGRITY errors for many system calls. | John Baldwin | 2020-03-30 | 1 | -1/+3 |
* | Provide O_SEARCH | Kyle Evans | 2020-02-02 | 1 | -3/+20 |
* | Revert the mode_t -> int changes and add a warning in the BUGS section instead. | Warner Losh | 2019-09-28 | 1 | -2/+7 |
* | Document varadic args as int, since you can't have short varadic args (they are | Warner Losh | 2019-09-27 | 1 | -1/+1 |
* | Return EISDIR when directory is opened with O_CREAT without O_DIRECTORY. | Konstantin Belousov | 2019-09-17 | 1 | -1/+6 |
* | open(2): fix the description of O_FSYNC | Alan Somers | 2019-06-14 | 1 | -5/+2 |
* | First draft of documentation for AT/O_BENEATH handling of the absolute | Konstantin Belousov | 2018-11-11 | 1 | -15/+64 |
* | Implement O_BENEATH and AT_BENEATH. | Konstantin Belousov | 2018-10-25 | 1 | -3/+25 |
* | Mark all the system calls that were in 1st Edition Unix as such in the | Warner Losh | 2017-12-01 | 1 | -2/+2 |
* | open(2): update ENOTCAPABLE description for .. lookups | Ed Maste | 2017-09-15 | 1 | -2/+4 |
* | open(2): fix manlint warnings | Enji Cooper | 2017-05-23 | 1 | -11/+11 |
* | Add information to open(2) man page about the O_VERIFY flag. | Stephen J. Kiernan | 2017-05-15 | 1 | -0/+10 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW. | Jilles Tjoelker | 2016-11-22 | 1 | -1/+17 |
* | open.2: Document Capsicum behavior | Conrad Meyer | 2016-09-30 | 1 | -1/+33 |
* | Fix markup. | Edward Tomasz Napierala | 2015-07-07 | 1 | -3/+3 |
* | Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT | Edward Tomasz Napierala | 2015-04-02 | 1 | -3/+3 |
* | Document the ERESTART translation to EINTR for devfs nodes. | Konstantin Belousov | 2013-02-07 | 1 | -1/+12 |
* | Fix mdoc errors. | Konstantin Belousov | 2011-04-01 | 1 | -3/+2 |
* | Document O_CLOEXEC. | Konstantin Belousov | 2011-03-25 | 1 | -4/+16 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | Joel Dahl | 2010-08-16 | 1 | -2/+2 |
* | Actually make O_DIRECTORY work. | Ed Schouten | 2010-03-21 | 1 | -0/+12 |
* | Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT. | Ed Schouten | 2009-02-28 | 1 | -1/+15 |
* | Man pages for the openat(2), fexecve(2) and related syscalls. | Konstantin Belousov | 2008-04-16 | 1 | -9/+76 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | Be more specific in ENXIO description: | Pawel Jakub Dawidek | 2007-01-07 | 1 | -3/+4 |
* | open(2) returns EROFS when O_CREAT is specified and the named file would | Pawel Jakub Dawidek | 2007-01-07 | 1 | -0/+3 |
* | - POSIX mentions that EACCES can be returned when O_TRUNC is specified | Pawel Jakub Dawidek | 2007-01-07 | 1 | -1/+18 |
* | Prefer "to be modified" over "to be opened for writing". | Pawel Jakub Dawidek | 2007-01-07 | 1 | -1/+1 |
* | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -3/+3 |
* | Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs. | Greg Lehey | 2006-01-10 | 1 | -0/+3 |
* | Tweak markup for POSIX standards. Minor wordsmithing. | Warner Losh | 2005-12-01 | 1 | -3/+7 |
* | Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while on | Warner Losh | 2005-12-01 | 1 | -0/+17 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
* | Markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-30 | 1 | -1/+1 |
* | Fix/add errno return values to match the NFS client implementation and | Diomidis Spinellis | 2003-09-02 | 1 | -1/+5 |
* | The .Fn function | Philippe Charnier | 2003-03-24 | 1 | -2/+3 |
* | mdoc(7) police: "The .Fa argument.". | Ruslan Ermilov | 2002-12-19 | 1 | -1/+3 |
* | mdoc(7) police: Tidy up the syscall language. | Ruslan Ermilov | 2002-12-18 | 1 | -5/+5 |
* | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -2/+2 |
* | Fix the description of the O_NONBLOCK flag to match reality. | Ruslan Ermilov | 2002-01-22 | 1 | -2/+1 |
* | Remove the internal implementation details of wrapping syscalls, | Ruslan Ermilov | 2001-10-26 | 1 | -19/+0 |
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -1/+1 |
* | 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 |
* | mdoc(7) police: added missing newline after .Dv macro call, | Ruslan Ermilov | 2001-07-04 | 1 | -8/+12 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | Matthew Dillon | 2001-05-24 | 1 | -0/+7 |