From: Alejandro Colomar <alx@kernel.org>
To: Seth McDonald <dev@sethm.id.au>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH v2 1/1] man/man2/mincore.2: HISTORY: Update appearances of mincore(2)
Date: Mon, 16 Feb 2026 14:41:51 +0100 [thread overview]
Message-ID: <aZMdDCM62nbBhGiM@devuan> (raw)
In-Reply-To: <b1b6f011a7d36cda53abe8c561da44bff08d381b.1771232583.git.dev@sethm.id.au>
[-- Attachment #1: Type: text/plain, Size: 3217 bytes --]
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".
> <https://www.freebsd.org/releases>
> [3] Thorpe, Jason (15 Jun 1999). "Several changes, developed and tested
> concurrently:". NetBSD src (CVS repository).
> <https://cvsweb.netbsd.org/bsdweb.cgi/src/sys/uvm/uvm_mmap.c?rev=1.22>
> [4] The NetBSD Foundation (2026). "History of NetBSD releases".
> <https://www.netbsd.org/releases/formal.html>
> [5] art (9 Mar 2001). "More syncing to NetBSD." OpenBSD src (CVS
> repository).
> <https://cvsweb.openbsd.org/src/sys/uvm/uvm_mmap.c?rev=1.7&content-type=text/x-cvsweb-markup>
> [6] de Raadt, Theo (1 Jun 2001). "OpenBSD 2.9".
> <https://www.openbsd.org/29.html>
>
> Signed-off-by: Seth McDonald <dev@sethm.id.au>
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 <CONTRIBUTING.d/lint> 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
>
>
--
<https://www.alejandro-colomar.es>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2026-02-16 13:41 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-26 12:28 [PATCH v1 00/21] man/man2/*: Update history of syscalls H-M Seth McDonald
2026-01-26 12:28 ` [PATCH v1 01/21] man/man2/ioctl_eventpoll.2: HISTORY: ffix Seth McDonald
2026-01-26 12:28 ` [PATCH v1 02/21] man/man2/kill.2: HISTORY: Update POSIX appearances of kill(2) Seth McDonald
2026-01-26 12:28 ` [PATCH v1 03/21] man/man2/link.2: HISTORY: Change order of linkat(2) Seth McDonald
2026-01-26 12:28 ` [PATCH v1 04/21] man/man2/link.2: HISTORY: Update POSIX appearances of link(2) Seth McDonald
2026-01-26 12:28 ` [PATCH v1 05/21] man/man2/listen.2: HISTORY: Change order Seth McDonald
2026-01-26 12:28 ` [PATCH v1 06/21] man/man2/lseek.2: HISTORY: Update appearances of SEEK_{DATA,HOLE} Seth McDonald
2026-01-26 18:28 ` G. Branden Robinson
2026-01-26 12:29 ` [PATCH v1 07/21] man/man2/lseek.2: HISTORY: Update POSIX appearances of lseek(2) Seth McDonald
2026-01-26 12:29 ` [PATCH v1 08/21] man/man2/mincore.2: HISTORY: Update appearances of mincore(2) Seth McDonald
2026-02-10 23:50 ` Alejandro Colomar
2026-01-26 12:29 ` [PATCH v1 09/21] man/man2/mkdir.2: HISTORY: Change order of mkdirat(2) Seth McDonald
2026-01-26 12:29 ` [PATCH v1 10/21] man/man2/mkdir.2: HISTORY: Update BSD and POSIX appearances of mkdir(2) Seth McDonald
2026-01-26 12:29 ` [PATCH v1 11/21] man/man2/mknod.2: HISTORY: Change order of mknodat(2) Seth McDonald
2026-01-26 12:29 ` [PATCH v1 12/21] man/man2/mknod.2: HISTORY: Update POSIX appearances of mknod(2) Seth McDonald
2026-01-26 12:29 ` [PATCH v1 13/21] man/man2/mknod.2: STANDARDS: Update Seth McDonald
2026-01-26 12:29 ` [PATCH v1 14/21] man/man2/mlock.2: HISTORY: Update POSIX appearances of m(un)lock(all)(2) Seth McDonald
2026-01-26 12:29 ` [PATCH v1 15/21] man/man2/mmap.2: HISTORY: Update POSIX appearances of m(un)map(2) Seth McDonald
2026-01-26 12:30 ` [PATCH v1 16/21] man/man2/{mount_setattr,move_mount}.2: HISTORY: ffix Seth McDonald
2026-01-26 12:30 ` [PATCH v1 17/21] man/man2/mprotect.2: HISTORY: Update POSIX appearances of mprotect(2) Seth McDonald
2026-01-26 12:30 ` [PATCH v1 18/21] man/man2/msgctl.2: STANDARDS, HISTORY: Update POSIX appearances of msgctl(2) Seth McDonald
2026-01-26 12:30 ` [PATCH v1 19/21] man/man2/msgget.2: STANDARDS, HISTORY: Update POSIX appearances of msgget(2) Seth McDonald
2026-01-26 12:30 ` [PATCH v1 20/21] man/man2/msgop.2: STANDARDS, HISTORY: Update POSIX appearances of msg{rcv,snd}(2) Seth McDonald
2026-01-26 12:30 ` [PATCH v1 21/21] man/man2/msync.2: HISTORY: Update POSIX appearances of msync(2) Seth McDonald
2026-01-26 18:38 ` the origin of mkdir(2) (was: [PATCH v1 00/21] man/man2/*: Update history of syscalls H-M) G. Branden Robinson
2026-02-11 0:04 ` [PATCH v1 00/21] man/man2/*: Update history of syscalls H-M Alejandro Colomar
2026-02-16 11:44 ` [PATCH v2 0/1] " Seth McDonald
2026-02-16 11:45 ` [PATCH v2 1/1] man/man2/mincore.2: HISTORY: Update appearances of mincore(2) Seth McDonald
2026-02-16 13:41 ` Alejandro Colomar [this message]
2026-02-16 13:57 ` [PATCH v2 0/1] man/man2/*: Update history of syscalls H-M Alejandro Colomar
2026-02-17 12:37 ` Seth McDonald
2026-02-17 12:51 ` Alejandro Colomar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aZMdDCM62nbBhGiM@devuan \
--to=alx@kernel.org \
--cc=dev@sethm.id.au \
--cc=linux-man@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox