commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20210811-26-gc8bb19c


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20210811-26-gc8bb19c
Date: Thu, 11 Nov 2021 12:45:39 -0500 (EST)

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  c8bb19ccac4b53ff5b7bf9f05703e8dfd5405b4d (commit)
      from  77cdd08a2faf08afd13610f11db694856a7ce44c (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 c8bb19ccac4b53ff5b7bf9f05703e8dfd5405b4d
Author: Andrea Monaco <andrea.monaco@autistici.org>
Date:   Thu Nov 11 18:40:17 2021 +0100

    console: fix listing of directory in netfs_get_dirents
    
    Listing /dev/vcs which is translated by /hurd/console gives the following:
    
     $ ls /dev/vcs
     ls: reading directory '/dev/vcs': Invalid argument
     1 2 3 4 5 6
    
    That error is probably harmless but annoying.
    
    It is caused by netfs_get_dirents the last time it is called during
    listing, because it calls mmap with size = 0.
    
    * console/console.c (netfs_get_dirents): Do not call mmap when size is 0.

-----------------------------------------------------------------------

Summary of changes:
 console/console.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]