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)
Fri, Apr 5, 10:45 AM
Unknown Object (File)
Fri, Apr 5, 10:45 AM
Unknown Object (File)
Fri, Apr 5, 10:45 AM
Unknown Object (File)
Fri, Apr 5, 10:18 AM
Unknown Object (File)
Feb 7 2024, 4:09 PM
Unknown Object (File)
Feb 4 2024, 7:48 AM
Unknown Object (File)
Jan 28 2024, 10:22 PM
Unknown Object (File)
Jan 28 2024, 10:22 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