summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/chmod.2
Commit message (Collapse)AuthorAgeFilesLines
* chmod(2): Document S_ISVTX following SUSv3/SUSv4.jilles2013-12-011-10/+16
| | | | | | S_ISTXT is non-standard. While here, also update fchmodat() standards entry to POSIX.1-2008.
* Update sticky(7) cross references.pluknet2011-05-131-2/+2
| | | | | PR: docs/124468 X-MFC with: r218998
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-161-2/+79
| | | | Reviewed by: ru
* When we try to set set-gid bit with chmod(2) on a file, which we own, but ourpjd2007-01-161-1/+5
| | | | | | effective group ID (and any of our group) doesn't match the group ID of the file, we get EPERM. This doesn't conform POSIX. POSIX requires that we should return 0, but silently clear the set-gid bit.
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Much more correct EFTYPE description.pjd2006-12-131-1/+3
|
* Append-only flag also denies chmod(2). Is this correct behaviour?pjd2006-12-131-1/+1
|
* If the named file has its immutable flag set, chmod(2) returns EPERM.pjd2006-12-091-1/+6
|
* Catch up with stat.h a bit:trhodes2004-12-291-6/+5
| | | | | o Sticky bit is actually defined as S_ISTXT not S_ISVTX. o Sticky bit is wrapped in if __BSD_VISIBLE not _POSIX_SOURCE.
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+5
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-12/+11
| | | | | | | | | | 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.
* Uniformly refer to a file system as "file system".ru2002-12-121-3/+3
| | | | Approved by: re
* The .Fn function.keramida2002-07-151-3/+6
|
* Fix a typo.ru2001-12-071-1/+1
| | | | Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-4/+1
| | | | Submitted by: yar
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Remove vestiges of MFS.ru2001-06-011-2/+3
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+4
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-1/+3
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-5/+10
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed syntax error in previous commit.bde1999-07-311-2/+3
|
* Document the lchmod(2) system call.mpp1999-07-301-15/+27
| | | | Pointed-out-by: bde
* Formatting fix.alex1998-01-111-1/+2
| | | | Obtained from: OpenBSD
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-1/+20
| | | | | | | | | | | | | Obtained from: Whistle Communications tree Add an option to the way UFS works dependent on the SUID bit of directories This changes makes things a whole lot simpler on systems running as fileservers for PCs and MACS. to enable the new code you must 1/ enable option SUIDDIR on the kernel. 2/ mount the filesystem with option suiddir. hopefully this makes it difficult enough for people to do this accidentally. see the new chmod(2) man page for detailed info.
* Reflect reality of sticky bits and UFS-based filesystems.steve1997-08-171-3/+10
| | | | | PR: docs/4198 Submitted by: Ada T. Lim <ada@not-enough.bandwidth.org>
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.mpp1997-03-211-3/+5
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-3/+1
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-021-4/+5
| | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
* function appeared in Version 7 AT&T UNIXwosch1996-08-291-0/+5
| | | | Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
* update sticky bit documentationwosch1996-06-091-8/+3
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+182
OpenPOWER on IntegriCloud