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-18-g3b378a6


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20210811-18-g3b378a6
Date: Sat, 21 Aug 2021 20:09:21 -0400 (EDT)

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  3b378a6535bc8d9942875ba094301274819905e4 (commit)
       via  cd10e825fe4b5458c0deaa300449e0cd872570ef (commit)
      from  755419de31af8510a8c0eca07348516acd918e6b (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 3b378a6535bc8d9942875ba094301274819905e4
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Aug 22 02:07:14 2021 +0200

    nfs/nfsd: Use libtirpc
    
    Sun RPC is being phased out from glibc.
    
    * configure.ac: Detect libtirpc.pc, subst libtirpc_CFLAGS and libtirpc_LIBS.
    * config.make.in: Subst libtirpc_CFLAGS and libtirpc_LIBS.
    * nfs/Makefile, nfsd/Makefile: Include libtirpc_CFLAGS and libtirpc_LIBS
    * nfs/mount.c: Include <rpc/xdr.h>
    * nfsd/main.c: Likewise.
    * nfsd/ops.c: Likewise.
    * nfsd/cache.c: Undef TRUE/FALSE after including rpc/ headers.
    * nfsd/loop.c: Likewise.

commit cd10e825fe4b5458c0deaa300449e0cd872570ef
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Aug 22 01:32:05 2021 +0200

    rumpdisk: Simplify allocating data for device_read
    
    * rumpdisk/block-rump.c (rumpdisk_device_read): Use
      vm_allocate/vm_deallocate instead of mmap/munmap.

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

Summary of changes:
 config.make.in        |  4 ++++
 configure.ac          |  5 +++--
 nfs/Makefile          |  3 +++
 nfs/mount.c           |  1 +
 nfsd/Makefile         |  3 +++
 nfsd/cache.c          |  4 ++--
 nfsd/loop.c           |  8 ++++----
 nfsd/main.c           |  1 +
 nfsd/ops.c            |  1 +
 rumpdisk/block-rump.c | 14 +++++++-------
 10 files changed, 29 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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