summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-17 00:15:46 +0000
committersteve <steve@FreeBSD.org>1997-08-17 00:15:46 +0000
commitb24c9462eb3c246d96db0a665c835d7f65b010c3 (patch)
tree674507a5780d9504e45b7228bc945e6e90fb4fe3 /share/man
parent109c5376e86b7fdbf2c79439b1dfe56087307bb1 (diff)
downloadFreeBSD-src-b24c9462eb3c246d96db0a665c835d7f65b010c3.zip
FreeBSD-src-b24c9462eb3c246d96db0a665c835d7f65b010c3.tar.gz
Note that sticky text executables are no longer supported.
PR: docs/4198 Submitted by: Ada T. Lim <ada@not-enough.bandwidth.org>
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man8/sticky.825
1 files changed, 3 insertions, 22 deletions
diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8
index ce06da0..009f544 100644
--- a/share/man/man8/sticky.8
+++ b/share/man/man8/sticky.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sticky.8 8.1 (Berkeley) 6/5/93
-.\" $Id$
+.\" $Id: sticky.8,v 1.2 1997/03/07 03:28:21 jmg Exp $
.\"
.Dd June 5, 1993
.Dt STICKY 8
@@ -51,24 +51,8 @@ the file
.Pa /usr/include/sys/stat.h
for an explanation of file modes.
.Sh STICKY TEXT EXECUTABLE FILES
-An executable shareable file whose sticky bit is set
-will not be immediately discarded from swap space after execution.
-The kernel will hoard the text segment of the file for future
-reuse and avoid having to reload the program.
-Shareable text segments are normally placed
-in a least-frequently-used cache after use,
-and thus the `sticky bit' has little effect on commonly-used text images.
-.Pp
-Sharable executable files are created with the
-.Fl n
-and
-.Fl z
-options of
-the loader
-.Xr ld 1 .
-.Pp
-Only the super-user can set the sticky bit
-on a sharable executable file.
+These are no longer supported and any attempt to create a sticky text
+executable will fail on UFS-based filesystems.
.Sh STICKY DIRECTORIES
A directory whose `sticky bit' is set
becomes an append-only directory, or, more accurately,
@@ -88,9 +72,6 @@ See
.Xr chmod 1
for details about modifying file modes.
.Sh BUGS
-Since the text areas of sticky text executables are stashed in the swap area,
-abuse of the feature can cause a system to run out of swap.
-.Pp
Neither
.Xr open 2
nor
OpenPOWER on IntegriCloud