Page MenuHomeFreeBSD

MFC r339343,r343444:
ClosedPublic

Authored by ngie on Feb 11 2019, 9:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 12:44 AM
Unknown Object (File)
Mon, Apr 8, 8:22 PM
Unknown Object (File)
Jan 11 2024, 11:01 PM
Unknown Object (File)
Dec 22 2023, 10:32 AM
Unknown Object (File)
Dec 20 2023, 3:01 AM
Unknown Object (File)
Dec 7 2023, 7:12 AM
Unknown Object (File)
Oct 27 2023, 11:02 PM
Unknown Object (File)
Jul 28 2023, 5:49 PM
Subscribers

Details

Reviewers
emaste
jtl
Group Reviewers
manpages
Commits
rS344038: MFC r339343,r343444:
Summary

r339343 (by allanjude):

Document that sendfile(2) can return ENOTCAPABLE

PR: 232207

r343444:

Document that sendfile will return an invalid value for sbytes if provided an invalid address

This is meant to clarify the fact that the system call will not fail
with -1/EFAULT, as one might expect, when reading the sendfile(2)
manpage today.

While here, pet the mandoc linter, when dealing with the section that
describes valid values for flags.

PR: 232210

Diff Detail

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

Event Timeline

Feel free to commit with "Approved by: jtl"

This revision is now accepted and ready to land.Feb 12 2019, 2:50 AM
This revision was automatically updated to reflect the committed changes.