Hi Seth, On 2026-02-16T21:45:30+1000, Seth McDonald wrote: > mincore(2) was implemented in FreeBSD on 1995-10-21,[1] and was first > included in the FreeBSD 2.2 release on 1997-03.[2] > > It was implemented in NetBSD on 1999-06-15,[3] and was first included in > the NetBSD 1.5 release on 2000-12-06,[4] (despite the commit message > stating its intended inclusion in NetBSD 1.4.1). > > It was implemented in OpenBSD on 2001-03-09,[5] and was first included > in the OpenBSD 2.9 release on 2001-06-01.[6] > > All other listed systems are taken at face value and rearranged in > chronological-ish order. > > [1] Dyson, John (21 Oct 1995). "Implement mincore system call." > FreeBSD source tree (Git repository). Commit > 02c04a2f6c83ee28ed637d120296d04da8f03372. > [2] The FreeBSD Project (29 Nov 2025). "Prior Releases – EOL". > > [3] Thorpe, Jason (15 Jun 1999). "Several changes, developed and tested > concurrently:". NetBSD src (CVS repository). > > [4] The NetBSD Foundation (2026). "History of NetBSD releases". > > [5] art (9 Mar 2001). "More syncing to NetBSD." OpenBSD src (CVS > repository). > > [6] de Raadt, Theo (1 Jun 2001). "OpenBSD 2.9". > > > Signed-off-by: Seth McDonald Thanks! I've applied the patch. I had to amend it with this: diff --git i/man/man2/mincore.2 w/man/man2/mincore.2 index c3ff474cf654..015dd281096c 100644 --- i/man/man2/mincore.2 +++ w/man/man2/mincore.2 @@ -123,7 +123,6 @@ .SH HISTORY NetBSD 1.5, OpenBSD 2.9, AIX 5.1. -.P .SH BUGS Before Linux 2.6.21, .BR mincore () as CI reported an issue: ... remote: MANDOC .tmp/man/man2/mincore.2.lint-man.mandoc.touch remote: mandoc: .tmp/man/man2/mincore.2:126:2: WARNING: skipping paragraph macro: PP empty remote: make: *** [/home/alx/src/linux/man-pages/man-pages/contrib/share/mk/lint/man/mandoc.mk:30: .tmp/man/man2/mincore.2.lint-man.mandoc.touch] Error 1 You can check in case you want to check these issues. However, I don't mind sporadic issues in patches, since my CI catches them anyway, so I can just amend them when I find them. Have a lovely day! Alex > --- > man/man2/mincore.2 | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/man/man2/mincore.2 b/man/man2/mincore.2 > index 3fafdf0c8f76..c3ff474cf654 100644 > --- a/man/man2/mincore.2 > +++ b/man/man2/mincore.2 > @@ -114,13 +114,16 @@ .SH ERRORS > .SH STANDARDS > None. > .SH HISTORY > +SunOS 4.1, > +4.4BSD, > +FreeBSD 2.2, > +Solaris 8, > Linux 2.3.99pre1, > -glibc 2.2. > +glibc 2.2, > +NetBSD 1.5, > +OpenBSD 2.9, > +AIX 5.1. > .P > -First appeared in 4.4BSD. > -.P > -NetBSD, FreeBSD, OpenBSD, Solaris 8, > -AIX 5.1, SunOS 4.1. > .SH BUGS > Before Linux 2.6.21, > .BR mincore () > -- > 2.53.0.1 > > --