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.git20230912-13-g56cd317c


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20230912-13-g56cd317c
Date: Sat, 2 Dec 2023 13:40:33 -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  56cd317cd2fc0a131164be477c0ca0ae81e38c7d (commit)
       via  ac677e298acb28453ce66bebef4eccd28ac82080 (commit)
      from  5f25b24d6c6170cc366d9b71f99d741c4cfbc857 (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 56cd317cd2fc0a131164be477c0ca0ae81e38c7d
Author: Joan Lledó <jlledom@member.fsf.org>
Date:   Sat Dec 2 11:14:01 2023 +0100

    lwip: Allocate the loopback netif by default
    
    The translator received a null `netif_list` during initialization, this
    caused a few bugs.
    
    When started without parameters, the translator didn't add any new
    interface to `netif_list`, and that broke any subsequent fsysopts over
    the translator, as the stack was being initialized again instead of
    being reconfigured.
    
    DHCP was broken because the translator is usually installed without
    parameters, which are supposed to be added by the DHCP client through
    fsysopts.
    
    The absence of an allocated `netif_list` also prevented configuring a
    loopback interface.
    
    After these changes, starting the translator always allocates one
    interface and configures it as loopback.
    Message-ID: <20231202101401.11542-2-jlledom@mailfence.com>

commit ac677e298acb28453ce66bebef4eccd28ac82080
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 26 22:10:51 2023 +0100

    libports: Make sure we don't leak current RPCs lists

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

Summary of changes:
 libports/complete-deallocate.c |  2 ++
 lwip/lwip-util.c               | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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