Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142849427
D53426.id165273.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
892 B
Referenced Files
None
Subscribers
None
D53426.id165273.diff
View Options
diff --git a/share/man/man4/safe.4 b/share/man/man4/safe.4
--- a/share/man/man4/safe.4
+++ b/share/man/man4/safe.4
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 22, 2024
+.Dd October 28, 2025
.Dt SAFE 4
.Os
.Sh NAME
@@ -128,5 +128,14 @@
.Xr random 4 ,
.Xr crypto 7 ,
.Xr crypto 9
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Fx 5.2 .
+It is deprecated in
+.Fx 15.0
+and removed in
+.Fx 16.0 .
.Sh BUGS
Public key support is not implemented.
diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c
--- a/sys/dev/safe/safe.c
+++ b/sys/dev/safe/safe.c
@@ -424,6 +424,8 @@
#ifdef SAFE_DEBUG
safec = sc; /* for use by hw.safe.dump */
#endif
+ gone_in(16, "%s(4) is deprecated in 15.0 and removed in 16.0\n",
+ safe_driver->name);
return (0);
bad4:
crypto_unregister_all(sc->sc_cid);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 25, 3:59 AM (1 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27924386
Default Alt Text
D53426.id165273.diff (892 B)
Attached To
Mode
D53426: safe(4): add gone_in 16.0
Attached
Detach File
Event Timeline
Log In to Comment