Page MenuHomeFreeBSD

Make linux(4) use kern_getsockopt(9)
ClosedPublic

Authored by trasz on Dec 14 2019, 12:50 PM.
Tags
None
Referenced Files
F157562213: D22813.id.diff
Fri, May 22, 8:52 PM
Unknown Object (File)
Sat, May 2, 11:32 PM
Unknown Object (File)
Apr 21 2026, 10:24 AM
Unknown Object (File)
Apr 14 2026, 8:27 PM
Unknown Object (File)
Apr 12 2026, 11:33 PM
Unknown Object (File)
Apr 11 2026, 1:59 PM
Unknown Object (File)
Apr 8 2026, 3:32 AM
Unknown Object (File)
Mar 31 2026, 9:00 PM
Subscribers

Details

Summary

Make linux(4) use kern_getsockopt(9) instead of going through
sys_getsockopt(). It's a cleanup; no functional changes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28151
Build 26286: arc lint + arc unit

Event Timeline

kib added inline comments.
sys/compat/linux/linux_socket.c
1569

!= NULL

1574

No need for the empty line.

1577

Same.

1582

Same.

This revision is now accepted and ready to land.Dec 14 2019, 4:39 PM