[Bug 190942] aio_{cancel,error,return,suspend,waitcomplete} don't mention ENOSYS in the ERRORS section

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 28 Mar 2025 02:41:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190942

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e24279e0f9e28ba0c1920cb539fc357568790c0a

commit e24279e0f9e28ba0c1920cb539fc357568790c0a
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2025-03-27 19:26:59 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2025-03-28 02:40:07 +0000

    Remove mentions of ENOSYS added in d97e44784bb5

    aio(4) is a hard requirement in the kernel as of f3215338ef82. The
    scenario that the patch was submitted for is no longer possible.

    This isn't a straight up revert since the previous change also addressed
    some minor issues.

    PR:             190942
    Reported by:    asomers
    MFC after:      2 weeks
    MFC with:       d97e44784bb5
    Fixes:          d97e44784bb5 ("aio_*(2): mention ENOSYS under ERRORS")
    Differential Revision: https://reviews.freebsd.org/D49541

 lib/libsys/aio_cancel.2       | 7 -------
 lib/libsys/aio_error.2        | 7 -------
 lib/libsys/aio_fsync.2        | 7 -------
 lib/libsys/aio_mlock.2        | 7 -------
 lib/libsys/aio_read.2         | 7 -------
 lib/libsys/aio_return.2       | 7 -------
 lib/libsys/aio_suspend.2      | 7 -------
 lib/libsys/aio_waitcomplete.2 | 7 -------
 lib/libsys/aio_write.2        | 7 -------
 9 files changed, 63 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.