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, Jul 21, 12:25 PM
Unknown Object (File)
Sat, Jul 18, 9:31 AM
Unknown Object (File)
Sat, Jul 4, 12:55 PM
Unknown Object (File)
Fri, Jul 3, 5:44 AM
Unknown Object (File)
May 27 2026, 6:49 AM
Unknown Object (File)
May 13 2026, 9:45 PM
Unknown Object (File)
May 13 2026, 9:27 PM
Unknown Object (File)
May 13 2026, 9:20 PM
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