summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-08-22 18:01:03 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-08-22 18:01:03 +0000
commit09a7f4484d7a112220b82744eb4dcf8740c7d78d (patch)
treec136610b899ed1c578994b2fe2a773760e3f0792 /lib/libc
parentbec8c3f9c3db74a60aeb427f2e096864968ec696 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/posix1e/mac_free.36
-rw-r--r--lib/libc/posix1e/mac_get.36
-rw-r--r--lib/libc/posix1e/mac_is_present.36
-rw-r--r--lib/libc/posix1e/mac_is_present_np.36
-rw-r--r--lib/libc/posix1e/mac_set.36
-rw-r--r--lib/libc/posix1e/mac_text.36
6 files changed, 36 insertions, 0 deletions
diff --git a/lib/libc/posix1e/mac_free.3 b/lib/libc/posix1e/mac_free.3
index 496e0b00478a..33ef9ec785a8 100644
--- a/lib/libc/posix1e/mac_free.3
+++ b/lib/libc/posix1e/mac_free.3
@@ -74,6 +74,12 @@ To join this list, see the
.Fx
POSIX.1e implementation page
for more information.
+.Sh HISTORY
+Support for Mandatory Access Control was introduced in
+.Fx 5.0
+as part of the
+.Tn TrustedBSD
+Project.
.Sh BUGS
POSIX.1e specifies that
.Fn mac_free
diff --git a/lib/libc/posix1e/mac_get.3 b/lib/libc/posix1e/mac_get.3
index 6beb63873b0a..76a7c90632f3 100644
--- a/lib/libc/posix1e/mac_get.3
+++ b/lib/libc/posix1e/mac_get.3
@@ -123,3 +123,9 @@ To join this list, see the
.Fx
POSIX.1e implementation page
for more information.
+.Sh HISTORY
+Support for Mandatory Access Control was introduced in
+.Fx 5.0
+as part of the
+.Tn TrustedBSD
+Project.
diff --git a/lib/libc/posix1e/mac_is_present.3 b/lib/libc/posix1e/mac_is_present.3
index 4f9e0fe3ef58..6466488d7752 100644
--- a/lib/libc/posix1e/mac_is_present.3
+++ b/lib/libc/posix1e/mac_is_present.3
@@ -79,3 +79,9 @@ Insufficient memory was available to allocate internal storage.
.Xr mac_text 3 ,
.Xr mac 4 ,
.Xr mac 9
+.Sh HISTORY
+Support for Mandatory Access Control was introduced in
+.Fx 5.0
+as part of the
+.Tn TrustedBSD
+Project.
diff --git a/lib/libc/posix1e/mac_is_present_np.3 b/lib/libc/posix1e/mac_is_present_np.3
index 4f9e0fe3ef58..6466488d7752 100644
--- a/lib/libc/posix1e/mac_is_present_np.3
+++ b/lib/libc/posix1e/mac_is_present_np.3
@@ -79,3 +79,9 @@ Insufficient memory was available to allocate internal storage.
.Xr mac_text 3 ,
.Xr mac 4 ,
.Xr mac 9
+.Sh HISTORY
+Support for Mandatory Access Control was introduced in
+.Fx 5.0
+as part of the
+.Tn TrustedBSD
+Project.
diff --git a/lib/libc/posix1e/mac_set.3 b/lib/libc/posix1e/mac_set.3
index def3e939e840..f674adc1e446 100644
--- a/lib/libc/posix1e/mac_set.3
+++ b/lib/libc/posix1e/mac_set.3
@@ -138,3 +138,9 @@ is not a directory.
.Xr mac_text 3 ,
.Xr mac 4 ,
.Xr mac 9
+.Sh HISTORY
+Support for Mandatory Access Control was introduced in
+.Fx 5.0
+as part of the
+.Tn TrustedBSD
+Project.
diff --git a/lib/libc/posix1e/mac_text.3 b/lib/libc/posix1e/mac_text.3
index 8ae64f9e3664..56208d207c2b 100644
--- a/lib/libc/posix1e/mac_text.3
+++ b/lib/libc/posix1e/mac_text.3
@@ -95,3 +95,9 @@ To join this list, see the
.Fx
POSIX.1e implementation page
for more information.
+.Sh HISTORY
+Support for Mandatory Access Control was introduced in
+.Fx 5.0
+as part of the
+.Tn TrustedBSD
+Project.