Page MenuHomeFreeBSD

MFC r343444:
ClosedPublic

Authored by ngie on Feb 11 2019, 9:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 2, 3:47 AM
Unknown Object (File)
Feb 23 2024, 3:17 PM
Unknown Object (File)
Jan 11 2024, 11:01 PM
Unknown Object (File)
Dec 30 2023, 2:43 PM
Unknown Object (File)
Dec 23 2023, 12:20 AM
Unknown Object (File)
Jun 28 2023, 9:55 PM
Unknown Object (File)
Jun 8 2023, 4:05 AM
Unknown Object (File)
May 12 2023, 7:48 PM
Subscribers

Details

Reviewers
emaste
jtl
Group Reviewers
manpages
Commits
rS344037: MFC r343444:
Summary

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 22446
Build 21601: arc lint + arc unit

Event Timeline

I assume this is the stable/12 version of D19150?

If so, feel free to commit with "Approved by: jtl".

This revision is now accepted and ready to land.Feb 12 2019, 2:54 AM
In D19151#409812, @jtl wrote:

I assume this is the stable/12 version of D19150?

Yup!

If so, feel free to commit with "Approved by: jtl".

Will do :).

This revision was automatically updated to reflect the committed changes.