summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/chflags.2
Commit message (Collapse)AuthorAgeFilesLines
* EOPNOTSUPP also applies to fchflags().bde1999-02-151-0/+3
|
* Mention that chflags can fail with EOPNOTSUPP.des1999-02-141-0/+2
|
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-2/+10
| | | | | | | | | | | | | | | | | | These changes add the ability to specify that a UFS file/directory cannot be unlinked. This is basically a scaled back version of the IMMUTABLE flag. The reason is to allow an administrator to create a directory hierarchy that a group of users can arbitrarily add/delete files from, but that the hierarchy itself is safe from removal by them. If the NOUNLINK definition is set to 0 then this results in no change to what happens normally. (and results in identical binary (in the kernel)). It can be proven that if this bit is never set by the admin, no new behaviour is introduced.. Several "good idea" comments from reviewers plus one grumble about creeping featurism. This code is in production in 2.2 based systems
* Merge from Lite2 onto mainline -peter1997-03-111-4/+9
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Correct "Chflags() will fail it:" to read "Chflags() will fail if:".jmacd1997-01-301-1/+1
|
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-2/+0
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* ".Xr chflags 1," -> ".Xr chflags 1 ,"peter1996-09-211-1/+1
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+154
OpenPOWER on IntegriCloud