diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2025-10-29 01:11:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2025-11-08 03:07:43 +0000 |
| commit | 0ef2ecd0ced44223659bf9f3506359d167cf38dc (patch) | |
| tree | d3a86791f7471899531be268aff407d4c08d0b90 /share | |
| parent | e224f2c1b98ba065942c83d322cdb8e3987d0c81 (diff) | |
safe(4): add gone_in 16.0
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D53426
(cherry picked from commit 9b7d2cee03e5d0b0723718047d4bc388d0745591)
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/safe.4 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man4/safe.4 b/share/man/man4/safe.4 index 89375d058bf7..914b2dd0dd1c 100644 --- 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 31, 2025 .Dt SAFE 4 .Os .Sh NAME @@ -57,6 +57,11 @@ In .Cd hw.safe.rngbufsize .Cd hw.safe.rngmaxalarm .Ed +.Sh DEPRECATION NOTICE +The +.Nm +driver is deprecated and is scheduled for removal in +.Fx 16.0 . .Sh DESCRIPTION The .Nm @@ -128,5 +133,14 @@ packet processing. .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. |
