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/19] man/man2/*: Update history of syscalls A-CH
Date: Tue, 20 Jan 2026 02:50:22 +0100	[thread overview]
Message-ID: <aW7ep8LDcx_-ifCK@devuan> (raw)
In-Reply-To: <cover.1768822707.git.sethmcmail@pm.me>

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

Hi Seth,

On Mon, Jan 19, 2026 at 11:54:29AM +0000, Seth McDonald wrote:
> Heya all,
> 
> Continuing the updating of HISTORY sections, this patch set regards
> system calls whose identifiers start with A through CH.  This time, more
> care was taken to ensure any modified lists are given in a somewhat
> chronological order.
> 
> As hinted at previously on this list, searching for a *truely*
> chronological ordering is likely a futile effort given the seemingly
> circular influences between many early systems.  But an approximation of
> this ordering based on our limited information can still be useful.
> Which is the attitude with which these patches were made.

Thanks!  I've applied most patches.  The ones that document non-const
old prototypes, I've not applied those; all others have been applied.

> And on another note, I think I've found a way to stop Proton Mail from
> corrupting patches.  So my patches should henceforth all be PGP-signed,
> assuming my workaround is sufficient.

Yup; that worked!  All patches were correctly signed, and none were
corrupted (or at least I didn't notice).  Out of curiosity, what was the
workaround?  And how did you sign the patches?  Was it with neomutt(1)?  


Have a lovely night!
Alex

> 
> Seth McDonald (19):
>   man/man2/access.2: HISTORY: Update first POSIX appearance of access(2)
>   man/man2/access.2: HISTORY: Specify different access(2) prototypes
>   man/man2/access.2: HISTORY: Update first POSIX appearance of
>     faccessat(2)
>   man/man2/alarm.2: HISTORY: Update first POSIX appearance of alarm(2)
>   man/man2/chdir.2: HISTORY: Split chdir(2) and fchdir(2)
>   man/man2/chdir.2: HISTORY: Update first POSIX appearance of chdir(2)
>   man/man2/chdir.2: HISTORY: Specify different chdir(2) prototypes
>   man/man2/chdir.2: HISTORY: Update first POSIX appearance of fchdir(2)
>   man/man2/chmod.2: HISTORY: Split chmod(2) and fchmod(2)
>   man/man2/chmod.2: HISTORY: Update first POSIX appearance of chmod(2)
>   man/man2/chmod.2: HISTORY: Specify different chmod(2) prototypes
>   man/man2/chmod.2: HISTORY: Update first POSIX appearance of fchmod(2)
>   man/man2/chmod.2: HISTORY: Update first POSIX appearance of
>     AT_SYMLINK_NOFOLLOW
>   man/man2/chown.2: HISTORY: Split chown(2), fchown(2), and lchown(2)
>   man/man2/chown.2: HISTORY: Update first POSIX appearance of chown(2)
>   man/man2/chown.2: HISTORY: Specify different chown(2) prototypes
>   man/man2/chown.2: HISTORY: Update first SUS appearance of fchown(2)
>   man/man2/chown.2: HISTORY: Update first POSIX appearance of lchown(2)
>   man/man2/chroot.2: HISTORY: Update first SUS appearance of chroot(2)
> 
>  man/man2/access.2 | 14 ++++++++++++--
>  man/man2/alarm.2  |  4 +++-
>  man/man2/chdir.2  | 20 +++++++++++++++++++-
>  man/man2/chmod.2  | 18 ++++++++++++++++--
>  man/man2/chown.2  | 24 +++++++++++++++++++++---
>  man/man2/chroot.2 |  5 ++++-
>  6 files changed, 75 insertions(+), 10 deletions(-)
> 
> Range-diff against v0:
>  -:  ------------ >  1:  58a0a70c6308 man/man2/access.2: HISTORY: Update first POSIX appearance of access(2)
>  -:  ------------ >  2:  d87c7800e0f5 man/man2/access.2: HISTORY: Specify different access(2) prototypes
>  -:  ------------ >  3:  7e6b054be57e man/man2/access.2: HISTORY: Update first POSIX appearance of faccessat(2)
>  -:  ------------ >  4:  51224c3d2e6c man/man2/alarm.2: HISTORY: Update first POSIX appearance of alarm(2)
>  -:  ------------ >  5:  c6961e073ad1 man/man2/chdir.2: HISTORY: Split chdir(2) and fchdir(2)
>  -:  ------------ >  6:  61d257dc5032 man/man2/chdir.2: HISTORY: Update first POSIX appearance of chdir(2)
>  -:  ------------ >  7:  b367400491b2 man/man2/chdir.2: HISTORY: Specify different chdir(2) prototypes
>  -:  ------------ >  8:  d6316545d253 man/man2/chdir.2: HISTORY: Update first POSIX appearance of fchdir(2)
>  -:  ------------ >  9:  ce5b927c6695 man/man2/chmod.2: HISTORY: Split chmod(2) and fchmod(2)
>  -:  ------------ > 10:  de87aa2b3e28 man/man2/chmod.2: HISTORY: Update first POSIX appearance of chmod(2)
>  -:  ------------ > 11:  02eef8835d60 man/man2/chmod.2: HISTORY: Specify different chmod(2) prototypes
>  -:  ------------ > 12:  691b1ee71099 man/man2/chmod.2: HISTORY: Update first POSIX appearance of fchmod(2)
>  -:  ------------ > 13:  bc1d06a06e9e man/man2/chmod.2: HISTORY: Update first POSIX appearance of AT_SYMLINK_NOFOLLOW
>  -:  ------------ > 14:  2981d5702b65 man/man2/chown.2: HISTORY: Split chown(2), fchown(2), and lchown(2)
>  -:  ------------ > 15:  fccd134bc9d7 man/man2/chown.2: HISTORY: Update first POSIX appearance of chown(2)
>  -:  ------------ > 16:  ece23c04dc89 man/man2/chown.2: HISTORY: Specify different chown(2) prototypes
>  -:  ------------ > 17:  bf9099a04c4f man/man2/chown.2: HISTORY: Update first SUS appearance of fchown(2)
>  -:  ------------ > 18:  5abf94a520b5 man/man2/chown.2: HISTORY: Update first POSIX appearance of lchown(2)
>  -:  ------------ > 19:  fd08b4cf0a52 man/man2/chroot.2: HISTORY: Update first SUS appearance of chroot(2)
> 
> base-commit: 91fa6d909b1171bc2361b5b2192c11c8be06a7d1
> -- 
> 2.47.3
> 



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

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

  parent reply	other threads:[~2026-01-20  1:50 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-19 11:54 [PATCH v1 00/19] man/man2/*: Update history of syscalls A-CH Seth McDonald
2026-01-19 11:54 ` [PATCH v1 01/19] man/man2/access.2: HISTORY: Update first POSIX appearance of access(2) Seth McDonald
2026-01-19 11:55 ` [PATCH v1 02/19] man/man2/access.2: HISTORY: Specify different access(2) prototypes Seth McDonald
2026-01-20  1:34   ` Alejandro Colomar
2026-01-20 12:13     ` Seth McDonald
2026-01-20 13:52       ` History of const in C++, C89, and POSIX.1-1988 (was: [PATCH v1 02/19] man/man2/access.2: HISTORY: Specify different) Alejandro Colomar
2026-01-20 13:59         ` Alejandro Colomar
2026-01-21  6:12         ` Seth McDonald
2026-01-21 14:41           ` On restrict (a broken qualifier) Alejandro Colomar
2026-01-21 14:44           ` History of const in C++, C89, and POSIX.1-1988 (was: [PATCH v1 02/19] man/man2/access.2: HISTORY: Specify different) Alejandro Colomar
2026-01-19 11:55 ` [PATCH v1 03/19] man/man2/access.2: HISTORY: Update first POSIX appearance of faccessat(2) Seth McDonald
2026-01-19 11:55 ` [PATCH v1 04/19] man/man2/alarm.2: HISTORY: Update first POSIX appearance of alarm(2) Seth McDonald
2026-01-19 11:55 ` [PATCH v1 05/19] man/man2/chdir.2: HISTORY: Split chdir(2) and fchdir(2) Seth McDonald
2026-01-19 11:55 ` [PATCH v1 06/19] man/man2/chdir.2: HISTORY: Update first POSIX appearance of chdir(2) Seth McDonald
2026-01-19 11:56 ` [PATCH v1 07/19] man/man2/chdir.2: HISTORY: Specify different chdir(2) prototypes Seth McDonald
2026-01-19 11:56 ` [PATCH v1 08/19] man/man2/chdir.2: HISTORY: Update first POSIX appearance of fchdir(2) Seth McDonald
2026-01-19 11:56 ` [PATCH v1 09/19] man/man2/chmod.2: HISTORY: Split chmod(2) and fchmod(2) Seth McDonald
2026-01-19 11:56 ` [PATCH v1 10/19] man/man2/chmod.2: HISTORY: Update first POSIX appearance of chmod(2) Seth McDonald
2026-01-19 11:57 ` [PATCH v1 11/19] man/man2/chmod.2: HISTORY: Specify different chmod(2) prototypes Seth McDonald
2026-01-19 11:57 ` [PATCH v1 12/19] man/man2/chmod.2: HISTORY: Update first POSIX appearance of fchmod(2) Seth McDonald
2026-01-19 11:57 ` [PATCH v1 13/19] man/man2/chmod.2: HISTORY: Update first POSIX appearance of AT_SYMLINK_NOFOLLOW Seth McDonald
2026-01-19 11:57 ` [PATCH v1 14/19] man/man2/chown.2: HISTORY: Split chown(2), fchown(2), and lchown(2) Seth McDonald
2026-01-19 11:57 ` [PATCH v1 15/19] man/man2/chown.2: HISTORY: Update first POSIX appearance of chown(2) Seth McDonald
2026-01-19 11:58 ` [PATCH v1 16/19] man/man2/chown.2: HISTORY: Specify different chown(2) prototypes Seth McDonald
2026-01-19 11:58 ` [PATCH v1 17/19] man/man2/chown.2: HISTORY: Update first SUS appearance of fchown(2) Seth McDonald
2026-01-19 11:58 ` [PATCH v1 18/19] man/man2/chown.2: HISTORY: Update first POSIX appearance of lchown(2) Seth McDonald
2026-01-19 11:58 ` [PATCH v1 19/19] man/man2/chroot.2: HISTORY: Update first SUS appearance of chroot(2) Seth McDonald
2026-01-20  1:50 ` Alejandro Colomar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-01-21 11:14 [PATCH v1 00/19] man/man2/*: Update history of syscalls A-CH Seth McDonald
2026-01-21 14:55 ` 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=aW7ep8LDcx_-ifCK@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.