All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: Seth McDonald <sethmcmail@pm.me>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH v1 00/21] man/man2/*: Update history of syscalls H-M
Date: Wed, 11 Feb 2026 01:04:22 +0100	[thread overview]
Message-ID: <aYvHQ0ZQh9NqITHM@devuan> (raw)
In-Reply-To: <cover.1769429341.git.sethmcmail@pm.me>

[-- Attachment #1: Type: text/plain, Size: 5183 bytes --]

Hi Seth,

On 2026-01-26T12:28:10+0000, Seth McDonald wrote:
> Hi all,
> 
> This set updates the history of system calls H to M.
> 
> While I have been thorough with my research, I would encourage those
> interested to double-check that my edits make sense given the listed
> sources.  Particularly for linkat(2), SEEK_DATA/SEEK_HOLE, mkdirat(2),
> and mincore(2), since they took significantly more time and research
> than other functions.
> 
> Seth McDonald (21):

I've applied all patches, except the mincore.2 one (it was corrupt).
Thanks a lot!  I'll release very soon; probably tomorrow.  :)


Have a lovely night!
Alex

>   man/man2/ioctl_eventpoll.2: HISTORY: ffix
>   man/man2/kill.2: HISTORY: Update POSIX appearances of kill(2)
>   man/man2/link.2: HISTORY: Change order of linkat(2)
>   man/man2/link.2: HISTORY: Update POSIX appearances of link(2)
>   man/man2/listen.2: HISTORY: Change order
>   man/man2/lseek.2: HISTORY: Update appearances of SEEK_{DATA,HOLE}
>   man/man2/lseek.2: HISTORY: Update POSIX appearances of lseek(2)
>   man/man2/mincore.2: HISTORY: Update appearances of mincore(2)
>   man/man2/mkdir.2: HISTORY: Change order of mkdirat(2)
>   man/man2/mkdir.2: HISTORY: Update BSD and POSIX appearances of
>     mkdir(2)
>   man/man2/mknod.2: HISTORY: Change order of mknodat(2)
>   man/man2/mknod.2: HISTORY: Update POSIX appearances of mknod(2)
>   man/man2/mknod.2: STANDARDS: Update
>   man/man2/mlock.2: HISTORY: Update POSIX appearances of
>     m(un)lock(all)(2)
>   man/man2/mmap.2: HISTORY: Update POSIX appearances of m(un)map(2)
>   man/man2/{mount_setattr,move_mount}.2: HISTORY: ffix
>   man/man2/mprotect.2: HISTORY: Update POSIX appearances of mprotect(2)
>   man/man2/msgctl.2: STANDARDS, HISTORY: Update POSIX appearances of
>     msgctl(2)
>   man/man2/msgget.2: STANDARDS, HISTORY: Update POSIX appearances of
>     msgget(2)
>   man/man2/msgop.2: STANDARDS, HISTORY: Update POSIX appearances of
>     msg{rcv,snd}(2)
>   man/man2/msync.2: HISTORY: Update POSIX appearances of msync(2)
> 
>  man/man2/ioctl_eventpoll.2 |  2 +-
>  man/man2/kill.2            |  4 +++-
>  man/man2/link.2            | 10 ++++++----
>  man/man2/listen.2          |  4 ++--
>  man/man2/lseek.2           | 10 +++++++---
>  man/man2/mincore.2         | 13 ++++++++-----
>  man/man2/mkdir.2           |  8 +++++---
>  man/man2/mknod.2           | 11 +++++++----
>  man/man2/mlock.2           |  3 ++-
>  man/man2/mmap.2            |  5 ++++-
>  man/man2/mount_setattr.2   |  2 +-
>  man/man2/move_mount.2      |  2 +-
>  man/man2/mprotect.2        |  4 +++-
>  man/man2/msgctl.2          |  6 ++++--
>  man/man2/msgget.2          |  6 ++++--
>  man/man2/msgop.2           |  6 ++++--
>  man/man2/msync.2           |  3 ++-
>  17 files changed, 64 insertions(+), 35 deletions(-)
> 
> Range-diff against v0:
>  -:  ------------ >  1:  d109f3dc06e2 man/man2/ioctl_eventpoll.2: HISTORY: ffix
>  -:  ------------ >  2:  55de16b213bf man/man2/kill.2: HISTORY: Update POSIX appearances of kill(2)
>  -:  ------------ >  3:  17eacf0f2d3e man/man2/link.2: HISTORY: Change order of linkat(2)
>  -:  ------------ >  4:  bec317b8ee88 man/man2/link.2: HISTORY: Update POSIX appearances of link(2)
>  -:  ------------ >  5:  2024c82a058d man/man2/listen.2: HISTORY: Change order
>  -:  ------------ >  6:  bcf9f5113f3c man/man2/lseek.2: HISTORY: Update appearances of SEEK_{DATA,HOLE}
>  -:  ------------ >  7:  2dd12d136bf0 man/man2/lseek.2: HISTORY: Update POSIX appearances of lseek(2)
>  -:  ------------ >  8:  817af323707e man/man2/mincore.2: HISTORY: Update appearances of mincore(2)
>  -:  ------------ >  9:  8b25a256e60f man/man2/mkdir.2: HISTORY: Change order of mkdirat(2)
>  -:  ------------ > 10:  347e36c11666 man/man2/mkdir.2: HISTORY: Update BSD and POSIX appearances of mkdir(2)
>  -:  ------------ > 11:  d3da8260e1bc man/man2/mknod.2: HISTORY: Change order of mknodat(2)
>  -:  ------------ > 12:  b0feda20f21d man/man2/mknod.2: HISTORY: Update POSIX appearances of mknod(2)
>  -:  ------------ > 13:  32bd25fd3630 man/man2/mknod.2: STANDARDS: Update
>  -:  ------------ > 14:  67bf0c1aa133 man/man2/mlock.2: HISTORY: Update POSIX appearances of m(un)lock(all)(2)
>  -:  ------------ > 15:  57292b4f60c4 man/man2/mmap.2: HISTORY: Update POSIX appearances of m(un)map(2)
>  -:  ------------ > 16:  b8f4e6fa54e7 man/man2/{mount_setattr,move_mount}.2: HISTORY: ffix
>  -:  ------------ > 17:  4e1acc0f5e00 man/man2/mprotect.2: HISTORY: Update POSIX appearances of mprotect(2)
>  -:  ------------ > 18:  024ce32c9da5 man/man2/msgctl.2: STANDARDS, HISTORY: Update POSIX appearances of msgctl(2)
>  -:  ------------ > 19:  975e61bea29f man/man2/msgget.2: STANDARDS, HISTORY: Update POSIX appearances of msgget(2)
>  -:  ------------ > 20:  86e7c24b1428 man/man2/msgop.2: STANDARDS, HISTORY: Update POSIX appearances of msg{rcv,snd}(2)
>  -:  ------------ > 21:  d106bca86ec1 man/man2/msync.2: HISTORY: Update POSIX appearances of msync(2)
> 
> base-commit: 6754bd1a126ed1e9b7d9c2bc1d221681f5182bb3
> -- 
> 2.47.3
> 



-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2026-02-11  0:04 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 ` Alejandro Colomar [this message]
2026-02-16 11:44 ` [PATCH v2 0/1] man/man2/*: Update history of syscalls H-M 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
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=aYvHQ0ZQh9NqITHM@devuan \
    --to=alx@kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=sethmcmail@pm.me \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.