Page MenuHomeFreeBSD

safe(4): add gone_in 16.0
ClosedPublic

Authored by obrien on Oct 29 2025, 1:17 AM.
Tags
None
Referenced Files
F170849953: D53426.id166050.diff
Mon, Sep 7, 12:59 AM
F170818866: D53426.id165617.diff
Sun, Sep 6, 8:06 PM
Unknown Object (File)
Sun, Sep 6, 2:47 PM
Unknown Object (File)
Sat, Sep 5, 1:00 PM
Unknown Object (File)
Sat, Sep 5, 6:14 AM
Unknown Object (File)
Wed, Sep 2, 6:46 PM
Unknown Object (File)
Wed, Sep 2, 4:45 PM
Unknown Object (File)
Wed, Sep 2, 9:47 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68319
Build 65202: arc lint + arc unit

Event Timeline

emaste added inline comments.
share/man/man4/safe.4
65
sys/dev/safe/safe.c
427

gone_in_dev(9) is available if you have a device_t

sys/dev/safe/safe.c
427

I liked the output to say "safe(4)" to match the man page. Using gone_in_dev() doesn't give me that output.

failed to 'git add' the DEPRECATION NOTICE section after I documented it in share/examples/mdoc/example.4

share/man/man4/safe.4
65

Thanks for catching this. I failed to 'git add' the DEPRECATION NOTICE section I added, after I documented it in share/examples/mdoc/example.4

This revision is now accepted and ready to land.Nov 7 2025, 7:13 PM
This revision was automatically updated to reflect the committed changes.
obrien marked an inline comment as done.