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, Oct 22, 6:13 AM
Unknown Object (File)
Sun, Oct 20, 9:44 AM
Unknown Object (File)
Sun, Oct 20, 7:26 AM
Unknown Object (File)
Thu, Oct 17, 5:32 AM
Unknown Object (File)
Oct 1 2024, 2:01 PM
Unknown Object (File)
Sep 28 2024, 7:22 PM
Unknown Object (File)
Sep 22 2024, 10:29 PM
Unknown Object (File)
Sep 22 2024, 7:59 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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