https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190942
--- Comment #12 from [email protected] --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9620fa7091a27f4c903aaee7d119a1f2d52926fa commit 9620fa7091a27f4c903aaee7d119a1f2d52926fa Author: Enji Cooper <[email protected]> AuthorDate: 2025-03-25 21:57:52 +0000 Commit: Enji Cooper <[email protected]> CommitDate: 2025-09-24 04:42:51 +0000 aio_*(2): mention ENOSYS under ERRORS ENOSYS can occur if aio(4) is not loaded in the kernel. Document this behavior so consumers on FreeBSD can better understand that this is a possible scenario. Clean up the manpages slightly while here: - Sort `ERRORS` by errno(3). - Use `.Fx` instead of `FreeBSD`. MFC after: 2 weeks Reviewed by: ziaee PR: 190942 Differential Revision: https://reviews.freebsd.org/D49502 (cherry picked from commit d97e44784bb5a510b7af7593c86cfbcff73855c4) lib/libc/sys/aio_cancel.2 | 7 +++++++ lib/libc/sys/aio_error.2 | 7 +++++++ lib/libc/sys/aio_fsync.2 | 7 +++++++ lib/libc/sys/aio_mlock.2 | 7 +++++++ lib/libc/sys/aio_read.2 | 11 ++++++++++- lib/libc/sys/aio_return.2 | 7 +++++++ lib/libc/sys/aio_suspend.2 | 7 +++++++ lib/libc/sys/aio_waitcomplete.2 | 11 +++++++++-- lib/libc/sys/aio_write.2 | 11 ++++++++++- 9 files changed, 71 insertions(+), 4 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.
