Page MenuHomeFreeBSD

unix/dgram: cleanup uipc_send of PF_UNIX/SOCK_DGRAM, step 1
ClosedPublic

Authored by glebius on May 23 2022, 9:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 14, 11:04 AM
Unknown Object (File)
Sat, Dec 28, 2:32 AM
Unknown Object (File)
Tue, Dec 24, 3:43 AM
Unknown Object (File)
Nov 14 2024, 1:19 PM
Unknown Object (File)
Oct 22 2024, 6:13 AM
Unknown Object (File)
Oct 20 2024, 9:44 AM
Unknown Object (File)
Oct 20 2024, 7:26 AM
Unknown Object (File)
Oct 17 2024, 5:32 AM
Subscribers

Details

Summary

Remove the dead code. The new uipc_sosend_dgram() handles send()
on PF_UNIX/SOCK_DGRAM in full.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45675
Build 42563: arc lint + arc unit

Event Timeline

Note: this patch is a step towards D35303.

This revision is now accepted and ready to land.May 24 2022, 2:22 PM