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
F163266045: D26294.diff
Tue, Jul 21, 2:19 PM
Unknown Object (File)
Tue, Jul 21, 2:00 AM
Unknown Object (File)
Mon, Jul 20, 3:10 AM
Unknown Object (File)
Jun 10 2026, 6:42 AM
Unknown Object (File)
Jun 9 2026, 12:13 PM
Unknown Object (File)
May 11 2026, 5:40 PM
Unknown Object (File)
May 10 2026, 1:07 PM
Unknown Object (File)
May 9 2026, 5:00 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.