Page MenuHomeFreeBSD

[unix(4) cleanup 1/8] Update unix domain socket locking comments.
ClosedPublic

Authored by markj on Sep 2 2020, 4:55 PM.
Tags
None
Referenced Files
F132483037: D26294.id76557.diff
Fri, Oct 17, 7:26 AM
F132479432: D26294.diff
Fri, Oct 17, 6:43 AM
Unknown Object (File)
Fri, Oct 3, 11:12 AM
Unknown Object (File)
Sep 5 2025, 11:57 AM
Unknown Object (File)
Aug 15 2025, 12:00 AM
Unknown Object (File)
Aug 9 2025, 12:27 PM
Unknown Object (File)
Aug 8 2025, 11:47 PM
Unknown Object (File)
Jul 19 2025, 7:12 PM

Details

Summary


- Define a locking key for unpcb members.
- Rewrite some of the locking protocol description to make it less
verbose and avoid referencing some subroutines which will be renamed.
- Reorder includes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Sep 2 2020, 4:55 PM
markj created this revision.
kevans added inline comments.
sys/kern/uipc_usrreq.c
197 ↗(On Diff #76540)

I think 'local domain socket implementation' was correct here

markj marked an inline comment as done.

Typo.

This revision is now accepted and ready to land.Sep 3 2020, 4:43 AM
This revision was automatically updated to reflect the committed changes.