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)
Wed, May 13, 9:45 PM
Unknown Object (File)
Wed, May 13, 9:27 PM
Unknown Object (File)
Wed, May 13, 9:20 PM
Unknown Object (File)
Tue, Apr 28, 11:15 PM
Unknown Object (File)
Tue, Apr 28, 11:08 PM
Unknown Object (File)
Mon, Apr 27, 11:40 AM
Unknown Object (File)
Tue, Apr 21, 11:42 AM
Unknown Object (File)
Sun, Apr 19, 4:41 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