| Commit message (Expand) | Author | Age | Files | Lines |
* | open(2): describe *at behavior for dirfd opened without O_SEARCH | Konstantin Belousov | 2024-02-01 | 1 | -14/+24 |
* | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | open(2): fix typo | Konstantin Belousov | 2023-06-05 | 1 | -1/+1 |
* | __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptors | Konstantin Belousov | 2023-06-05 | 1 | -1/+2 |
* | Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n... | Konstantin Belousov | 2022-04-19 | 1 | -4/+1 |
* | fexecve(2): allow O_PATH file descriptors opened without O_EXEC | Konstantin Belousov | 2021-11-06 | 1 | -3/+0 |
* | readlinkat(2): allow O_PATH fd | Konstantin Belousov | 2021-10-10 | 1 | -2/+3 |
* | openat(2): add O_EMPTY_PATH | Konstantin Belousov | 2021-05-19 | 1 | -1/+17 |
* | O_PATH: allow vnode kevent filter on such files | Konstantin Belousov | 2021-04-23 | 1 | -0/+3 |
* | Make files opened with O_PATH to not block non-forced unmount | Konstantin Belousov | 2021-04-23 | 1 | -0/+3 |
* | open(2): Implement O_PATH | Konstantin Belousov | 2021-04-23 | 1 | -1/+40 |
* | open(2): Remove O_BENEATH and AT_BENEATH | Konstantin Belousov | 2021-03-04 | 1 | -64/+13 |
* | open(2): Add O_DSYNC flag. | Thomas Munro | 2021-01-08 | 1 | -7/+13 |
* | 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 |