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)
Thu, Apr 16, 9:28 AM
Unknown Object (File)
Sat, Apr 11, 3:18 PM
Unknown Object (File)
Tue, Mar 24, 11:01 PM
Unknown Object (File)
Mar 18 2026, 2:31 AM
Unknown Object (File)
Mar 17 2026, 12:07 AM
Unknown Object (File)
Mar 17 2026, 12:04 AM
Unknown Object (File)
Mar 8 2026, 4:03 AM
Unknown Object (File)
Feb 25 2026, 12:55 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