aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/access.2
Commit message (Collapse)AuthorAgeFilesLines
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-211-20/+4
| | | | | | | Discussed with: emaste, re Tested by: pho (cherry picked from commit 20e91ca36a56b8db1e6677f577ad011b66dd6eb3)
* MFC r339748, r340343, r340347, r341256, r366015-r366023, r366549:Konstantin Belousov2020-10-221-1/+33
| | | | | | | | | | O_BENEATH and related features. Sponsored by: The FreeBSD Foundation Tested by: pho Notes: svn path=/stable/12/; revision=366937
* MFC 359465: Document EINTEGRITY errors for many system calls.John Baldwin2020-09-081-1/+3
| | | | | | | | | | | | | EINTEGRITY was previously documented as a UFS-specific error for mount(2). This documents EINTEGRITY as a filesystem-independent error that may be reported by the backing store of a filesystem. While here, document EIO as a filesystem-independent error for both mount(2) and posix_fadvise(2). EIO was previously only documented for UFS for mount(2). Notes: svn path=/stable/12/; revision=365473
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-211-1/+1
| | | | | | | Found with: mandoc -Tlint Notes: svn path=/head/; revision=276006
* Bump .Dd for the content change done to access(2) in r271655Enji Cooper2014-09-161-1/+1
| | | | | | | | PR: 181155 Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=271656
* Validate the mode argument in access, eaccess, and faccessat for optionalEnji Cooper2014-09-161-1/+9
| | | | | | | | | | | | | | | | | | POSIX compliance and to improve compatibility with Linux and NetBSD The issue was identified with lib/libc/sys/t_access:access_inval from NetBSD Update the manpage accordingly PR: 181155 Reviewed by: jilles (code), jmmv (code), wblock (manpage), wollman (code) MFC after: 4 weeks Phabric: D678 (code), D786 (manpage) Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=271655
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-21/+21
| | | | | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru Notes: svn path=/head/; revision=208027
* Man pages for the openat(2), fexecve(2) and related syscalls.Konstantin Belousov2008-04-161-2/+72
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=178245
* After issueing a ntpdate [1] I noticed it's already 2008, reflect thatRemko Lodder2008-02-111-1/+1
| | | | | | | | | in the last modified date. Noticed by: brueffer [1] Notes: svn path=/head/; revision=176174
* Fix typo (s/existance/existence/)Remko Lodder2008-02-111-2/+2
| | | | | | | Noticed by: ceri Notes: svn path=/head/; revision=176170
* Fix some style nits.Remko Lodder2008-01-161-4/+4
| | | | | | | | Prodded by: brueffer MFC After: 3 days Notes: svn path=/head/; revision=175388
* Make the warning a bit less 'broad' then it used to be. The accessRemko Lodder2007-12-081-1/+10
| | | | | | | | | | | | is seems to be a problem for SUID applications, which we like to prevent as much as possible. PR: docs/39530 Submitted by: Soren Spies <sspies at apple dot com> MFC After: 3 days Notes: svn path=/head/; revision=174463
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-0/+2
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-8/+8
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up toChris Costello2002-07-011-10/+10
| | | | | | | | | | | the correct location--this section consists solely of security considerations information. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=99214
* - Bump document date for eaccess(2) addition.Ruslan Ermilov2001-10-111-27/+35
| | | | | | | | | | | - Mention ``eaccess'' in the NAME section. - Use intro(2) terminology. - Markup fixes. Reviewed by: rwatson Notes: svn path=/head/; revision=84805
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* o Modify access(2) man page to describe eaccess(2), and add a symlinkRobert Watson2001-09-211-4/+19
| | | | | | | | | so man eaccess will return the access(2) man page. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=83797
* mdoc(7) police: add xref to intro(2).Ruslan Ermilov2001-08-101-0/+1
| | | | Notes: svn path=/head/; revision=81417
* o Remove some misleading and incomplete information about searchMike Barcroft2001-08-091-11/+8
| | | | | | | | | | | permissions. o Add a reference to intro(2) where it is properly documented. Reviewed by: bde MFC after: 3 days Notes: svn path=/head/; revision=81362
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Remove the EINVAL error from the ERRORS sections thatMike Pritchard1997-01-111-3/+1
| | | | | | | | say is means that a pathname had the high-order bit set, since this is no longer an error. Notes: svn path=/head/; revision=21570
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macroWolfram Schneider1996-12-021-4/+5
| | | | | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS Notes: svn path=/head/; revision=20097
* function appeared in Version 7 AT&T UNIXWolfram Schneider1996-08-291-0/+6
| | | | | | | Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2 Notes: svn path=/head/; revision=17906
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+130
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573