This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via c4726ca8baf5a9bb6cd4901a1d03e9cd4d9ab9bf (commit)
from 5a935969fa2bfebdf76bd0786e36237b1cc8f3de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c4726ca8baf5a9bb6cd4901a1d03e9cd4d9ab9bf
Author: Bradley Morgan <[email protected]>
Date: Fri Jun 19 22:46:16 2026 +0000
procfs: Honor hidden entries during lookup
Directory entries can provide an exists hook to hide themselves from
readdir, but procfs_dir_lookup ignored that hook and still allowed such entries
to be opened directly by name.
Return ENOENT when the matched entry is currently hidden.
Signed-off-by: Bradley Morgan <[email protected]>
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
procfs/procfs_dir.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Hurd