Bug 190942 - aio_{cancel,error,return,suspend,waitcomplete} don't mention ENOSYS in the ERRORS section
Summary: aio_{cancel,error,return,suspend,waitcomplete} don't mention ENOSYS in the ER...
Status: New
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-11 18:20 UTC by Enji Cooper
Modified: 2024-11-18 05:55 UTC (History)
2 users (show)

See Also:


Attachments
Patch to manpages noting missing ENOSYS requirement (3.47 KB, patch)
2014-06-11 21:07 UTC, Enji Cooper
no flags Details | Diff
non-ATF ENOSYS testcase (610 bytes, text/plain)
2014-06-11 21:15 UTC, Enji Cooper
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2014-06-11 18:20:48 UTC
The ERRORS section for aio_{fsync,mlock,read,write} mention ENOSYS (aio(4) support in optional), but aio_{cancel,error,return,suspend,waitcomplete} don't.
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2014-06-11 21:06:50 UTC
I confirmed my assertion with the attached non-ATF testcase on FreeBSD 11-CURRENT without aio kldload'ed. I'll try to add an ATF testcase for it.
Comment 2 Enji Cooper freebsd_committer freebsd_triage 2014-06-11 21:07:54 UTC
Created attachment 143692 [details]
Patch to manpages noting missing ENOSYS requirement
Comment 3 Enji Cooper freebsd_committer freebsd_triage 2014-06-11 21:15:16 UTC
Created attachment 143693 [details]
non-ATF ENOSYS testcase
Comment 4 tsg168 2024-11-01 12:23:42 UTC
MARKED AS SPAM
Comment 5 Alexander Ziaee freebsd_triage 2024-11-18 05:55:43 UTC
Hello! Adding these errors and organization seems sane to me on 15-current, can you commit this? I don't have my computer to see if it still applies cleanly.