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)
Wed, Feb 5, 5:29 AM
Unknown Object (File)
Mon, Jan 27, 2:11 AM
Unknown Object (File)
Mon, Jan 27, 1:39 AM
Unknown Object (File)
Tue, Jan 21, 7:20 PM
Unknown Object (File)
Jan 11 2025, 11:42 AM
Unknown Object (File)
Dec 5 2024, 10:31 AM
Unknown Object (File)
Dec 2 2024, 2:58 PM
Unknown Object (File)
Nov 30 2024, 11:21 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

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.