aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/open.2
Commit message (Expand)AuthorAgeFilesLines
* open(2): describe *at behavior for dirfd opened without O_SEARCHKonstantin Belousov2024-02-011-14/+24
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* open(2): fix typoKonstantin Belousov2023-06-051-1/+1
* __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptorsKonstantin Belousov2023-06-051-1/+2
* Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n...Konstantin Belousov2022-04-191-4/+1
* fexecve(2): allow O_PATH file descriptors opened without O_EXECKonstantin Belousov2021-11-061-3/+0
* readlinkat(2): allow O_PATH fdKonstantin Belousov2021-10-101-2/+3
* openat(2): add O_EMPTY_PATHKonstantin Belousov2021-05-191-1/+17
* O_PATH: allow vnode kevent filter on such filesKonstantin Belousov2021-04-231-0/+3
* Make files opened with O_PATH to not block non-forced unmountKonstantin Belousov2021-04-231-0/+3
* open(2): Implement O_PATHKonstantin Belousov2021-04-231-1/+40
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-041-64/+13
* open(2): Add O_DSYNC flag.Thomas Munro2021-01-081-7/+13
* libc: Fix most issues reported by mandocGordon Bergling2020-12-191-1/+1
* Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths.Konstantin Belousov2020-09-221-5/+33
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-301-1/+3
* Provide O_SEARCHKyle Evans2020-02-021-3/+20
* Revert the mode_t -> int changes and add a warning in the BUGS section instead.Warner Losh2019-09-281-2/+7
* Document varadic args as int, since you can't have short varadic args (they areWarner Losh2019-09-271-1/+1
* Return EISDIR when directory is opened with O_CREAT without O_DIRECTORY.Konstantin Belousov2019-09-171-1/+6
* open(2): fix the description of O_FSYNCAlan Somers2019-06-141-5/+2
* First draft of documentation for AT/O_BENEATH handling of the absoluteKonstantin Belousov2018-11-111-15/+64
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-251-3/+25
* Mark all the system calls that were in 1st Edition Unix as such in theWarner Losh2017-12-011-2/+2
* open(2): update ENOTCAPABLE description for .. lookupsEd Maste2017-09-151-2/+4
* open(2): fix manlint warningsEnji Cooper2017-05-231-11/+11
* Add information to open(2) man page about the O_VERIFY flag.Stephen J. Kiernan2017-05-151-0/+10
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW.Jilles Tjoelker2016-11-221-1/+17
* open.2: Document Capsicum behaviorConrad Meyer2016-09-301-1/+33
* Fix markup.Edward Tomasz Napierala2015-07-071-3/+3
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITEdward Tomasz Napierala2015-04-021-3/+3
* Document the ERESTART translation to EINTR for devfs nodes.Konstantin Belousov2013-02-071-1/+12
* Fix mdoc errors.Konstantin Belousov2011-04-011-3/+2
* Document O_CLOEXEC.Konstantin Belousov2011-03-251-4/+16
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
* Actually make O_DIRECTORY work.Ed Schouten2010-03-211-0/+12
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.Ed Schouten2009-02-281-1/+15
* Man pages for the openat(2), fexecve(2) and related syscalls.Konstantin Belousov2008-04-161-9/+76
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Be more specific in ENXIO description:Pawel Jakub Dawidek2007-01-071-3/+4
* open(2) returns EROFS when O_CREAT is specified and the named file wouldPawel Jakub Dawidek2007-01-071-0/+3
* - POSIX mentions that EACCES can be returned when O_TRUNC is specifiedPawel Jakub Dawidek2007-01-071-1/+18
* Prefer "to be modified" over "to be opened for writing".Pawel Jakub Dawidek2007-01-071-1/+1
* Markup fixes.Ruslan Ermilov2006-09-171-3/+3
* Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs.Greg Lehey2006-01-101-0/+3
* Tweak markup for POSIX standards. Minor wordsmithing.Warner Losh2005-12-011-3/+7
* Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while onWarner Losh2005-12-011-0/+17
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-1/+1