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
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
Unknown Object (File)
Tue, Mar 24, 4:11 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.