Hi Seth, On 2026-01-26T12:29:17+0000, Seth McDonald wrote: > mincore(2) was implemented in FreeBSD on 1995-10-21,[1] which was first > included in the FreeBSD 2.2 release on 1997-03.[2] Sorry for taking so much time to respond. I was busy with a meeting of the C Committee. I'm back. I've merged already patches 01..07. This patch seems to be corrupt. warning: quoted CRLF detected Applying: man/man2/mincore.2: HISTORY: Update appearances of mincore(2) error: patch failed: man/man2/mincore.2:112 error: man/man2/mincore.2: patch does not apply Patch failed at 0001 man/man2/mincore.2: HISTORY: Update appearances of mincore(2) hint: Use 'git am --show-current-patch=diff' to see the failed patch hint: When you have resolved this problem, run "git am --continue". hint: If you prefer to skip this patch, run "git am --skip" instead. hint: To restore the original branch and stop patching, run "git am --abort". hint: Disable this message with "git config set advice.mergeConflict false" Press any key to continue... I could manually apply it, but it's probably worth checking why this is happening. Probably another issue with protonmail, I guess. Have a lovely night! Alex > > It was implemented in NetBSD on 1999-06-15,[3] which 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] which 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). > > [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 > --- > 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 8574ed1922d9..a9a1974466a6 100644 > --- a/man/man2/mincore.2 > +++ b/man/man2/mincore.2 > @@ -112,13 +112,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.47.3 > --