summaryrefslogtreecommitdiff
path: root/lib/libc/sys/open.2
AgeCommit message (Expand)Author
2023-03-05Document the error code when O_REGULAR is specified and the lastthorpej
2021-03-17Remove superfluous article.wiz
2021-03-17Clarify use of open flags in open(2).dholland
2020-11-30Note that open(O_ASYNC) does not work as advertised.riastradh
2019-09-16Sort errors.wiz
2019-09-15Document O_EXEC, and add some extra explanation for O_CREAT from FreeBSD.christos
2019-09-01Open was present in v1sevan
2017-11-13Remove Tn.wiz
2017-11-09Add O_REGULAR to enforce opening of only regular fileschristos
2017-05-14file system police.wiz
2013-07-29Add openat(2) specific errors.njoly
2013-01-13Revert defective O_SEARCH implementation committed by manu@ along withdholland
2012-12-01Bump date. New sentence, new line. Wording/articles.wiz
2012-12-01Remove trailing whitespace.wiz
2012-11-18Add most system calls for POSIX extended API set, part 2, with test cases:manu
2012-01-25As discussed in tech-kern, provide the means to prevent delivery of SIGPIPEchristos
2011-04-20sync with reality (prototype of open is varyadic)christos
2011-04-11exec is on a higher plane of existence.wiz
2011-04-10Document O_CLOEXEC.christos
2010-09-22Bump date for O_DIRECTORY, more markup, merge two error sections.wiz
2010-09-21implement O_DIRECTORY as standardized in POSIX-2008,chs
2010-09-06O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts).wiz
2010-09-06Note a difference to IEEE Std 2003.1-2008. Bump date.wiz
2010-09-05Explain how O_NOFOLLOW may cause EFTYPE. From joerg.wiz
2010-05-31Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAXnjoly
2010-04-05Sort ERRORS section.wiz
2010-04-03Mention the history of stat(2) and fix the history of open(2).jruoho
2006-10-26Bump date for previous.wiz
2006-10-23open(2) can fail with EPERM.rillig
2006-10-13Bump date for previous.wiz
2006-10-05add support for O_DIRECT (I/O directly to application memory,chs
2006-09-23Add article. Remove superfluous braces.wiz
2006-09-23lib/26532: Manual page for open(2) bit difficult to understand:mishka
2005-08-11document the flags O_ALT_IO and O_NOCTTYpooka
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-08O_NOFOLLOW is another non-standard extensionlukem
2003-04-16Usewiz
2003-03-15Use "its" instead of "it's" where appropriate.wiz
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-06Provide O_NOFOLLOW with compatibility with the joneses.christos
2002-08-20-1 -> \-1.wiz
2002-08-17- move return values info into RETURN VALUES section.yamt
2002-06-13Remove the cross reference of fileno(3). It is more appropriate tochristos
2002-06-12Add Xr to fileno(3), as request in lib/17224.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-09-16Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.wiz
2001-09-16Boring whitespace fixes.wiz
2000-06-17Merge duplicate mentions of EPERM, EACCESS, ... into one entryhubertf
1999-12-02Add a LIBRARY section to system call manual pages. While it's clear that thekleink
1999-10-21Add ENXIO error for FIFOs.erh