Page MenuHomeFreeBSD

Make linux(4) use kern_getsockopt(9)
ClosedPublic

Authored by trasz on Dec 14 2019, 12:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 1, 10:40 AM
Unknown Object (File)
Wed, Oct 29, 4:42 AM
Unknown Object (File)
Wed, Oct 29, 4:42 AM
Unknown Object (File)
Wed, Oct 29, 4:42 AM
Unknown Object (File)
Tue, Oct 28, 10:32 PM
Unknown Object (File)
Wed, Oct 22, 2:41 AM
Unknown Object (File)
Sun, Oct 12, 3:18 AM
Unknown Object (File)
Mon, Oct 6, 9:46 AM
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