Page MenuHomeFreeBSD

Update refcount(9).
ClosedPublic

Authored by kib on Jul 21 2019, 8:43 PM.
Tags
None
Referenced Files
F148729927: D21020.diff
Thu, Mar 19, 9:59 PM
Unknown Object (File)
Wed, Mar 18, 5:38 PM
Unknown Object (File)
Wed, Mar 18, 6:16 AM
Unknown Object (File)
Sun, Mar 8, 7:35 PM
Unknown Object (File)
Sat, Mar 7, 10:01 PM
Unknown Object (File)
Feb 8 2026, 7:35 AM
Unknown Object (File)
Jan 30 2026, 10:37 PM
Unknown Object (File)
Jan 23 2026, 4:41 PM
Subscribers

Details

Reviewers
markj
mjg
jhb
Group Reviewers
manpages
Commits
rS350243: Update refcount(9).
Summary

Describe missed functions.
Give some hint about refcount_release(9) memory ordering guarantees.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 25469

Event Timeline

markj added inline comments.
share/man/man9/refcount.9
124

The comma is unnecessary.

149

I think it should be either "releasing the reference" or "decrementing the reference counter".

This revision is now accepted and ready to land.Jul 23 2019, 2:51 PM
kib marked 2 inline comments as done.

Mark' suggestions.

This revision now requires review to proceed.Jul 23 2019, 3:53 PM
This revision is now accepted and ready to land.Jul 23 2019, 3:55 PM
This revision was automatically updated to reflect the committed changes.