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
F152963434: D26294.id.diff
Sat, Apr 18, 8:57 AM
Unknown Object (File)
Sat, Apr 11, 10:53 AM
Unknown Object (File)
Mon, Apr 6, 7:23 PM
Unknown Object (File)
Mon, Apr 6, 5:01 PM
Unknown Object (File)
Mon, Apr 6, 3:38 AM
Unknown Object (File)
Sun, Apr 5, 4:56 PM
Unknown Object (File)
Fri, Apr 3, 11:29 PM
Unknown Object (File)
Wed, Mar 25, 6:02 AM

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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33339
Build 30650: arc lint + arc unit

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–201

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.