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
F107194223: D26294.diff
Sat, Jan 11, 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
Unknown Object (File)
Nov 30 2024, 8:20 AM
Unknown Object (File)
Nov 29 2024, 9:28 PM
Unknown Object (File)
Nov 21 2024, 1:49 AM
Unknown Object (File)
Nov 14 2024, 2:44 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

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.