Re: [Patch] add pdf link to website

2021-01-01 Thread Samuel Thibault
Andrew Eggenberger, le ven. 01 janv. 2021 18:59:41 -0600, a ecrit:
> The included patch adds a link to download the pdf of a file referenced
> on the microkernel/mach/mig/documentation.mdwn page. Currently
> there is only a link to the citation, and even that is paywalled.

Applied, thanks!



[Patch] add pdf link to website

2021-01-01 Thread Andrew Eggenberger
Hello,

The included patch adds a link to download the pdf of a file referenced
on the microkernel/mach/mig/documentation.mdwn page. Currently
there is only a link to the citation, and even that is paywalled.


*Andrew Eggenberger*

>From fde2e2d75382e67ec09e399c7ef7502da49535c7 Mon Sep 17 00:00:00 2001
From: "Andrew Eggenberger" 
Date: Sat, 2 Jan 2021 10:13:56 -0600
Subject: [PATCH] Add link to "Mach and Matchmaker" pdf

* microkernel/mach/mig/documentation.mdwn Add link to "Mach and
Matchmaker" pdf
---
 microkernel/mach/mig/documentation.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/microkernel/mach/mig/documentation.mdwn
b/microkernel/mach/mig/documentation.mdwn
index 07299d48..34812ac6 100644
--- a/microkernel/mach/mig/documentation.mdwn
+++ b/microkernel/mach/mig/documentation.mdwn
@@ -57,7 +57,7 @@ November 1989.  Department of Computer Science,
Carnegie-Mellon University.

 See the citations about [Mach and matchmaker: kernel and language support
for
 objectoriented distributed
-systems](http://citeseer.ist.psu.edu/context/93073/0). "M. B. Jones and
+systems](http://citeseer.ist.psu.edu/context/93073/0) [(pdf)](
https://kilthub.cmu.edu/ndownloader/files/12097610). "M. B. Jones and
 R. F. Rashid, *Mach and matchmaker: kernel and language support for
 objectoriented distributed systems*, Proceedings of the Conference on
 Object-Oriented Programming Systems, Languages, and Applications, October
1986,
-- 
2.29.2


Re: [PATCH] libtool.m4: update GNU/Hurd test from upstream

2021-01-01 Thread Samuel Thibault
ping?

Samuel

Samuel Thibault, le mer. 23 déc. 2020 20:24:52 +0100, a ecrit:
> In upstream libtool, 47a889a4ca20 ("Improve GNU/Hurd support.") fixed
> detection of shlibpath_overrides_runpath, thus avoiding unnecessary relink.
> This backports it.
> 
> ChangeLog:
> 
>   * libtool.m4: Match gnu* along other GNU systems.
> 
> bfd/ChangeLog:
> 
>   * configure: Re-generate.
> 
> binutils/ChangeLog:
> 
>   * configure: Re-generate.
> 
> gas/ChangeLog:
> 
>   * configure: Re-generate.
> 
> gprof/ChangeLog:
> 
>   * configure: Re-generate.
> 
> ld/ChangeLog:
> 
>   * configure: Re-generate.
> 
> libctf/ChangeLog:
> 
>   * configure: Re-generate.
> 
> opcodes/ChangeLog:
> 
>   * configure: Re-generate.
> 
> sim/ChangeLog:
> 
>   * aarch64/configure: Re-generate.
>   * arm/configure: Re-generate.
>   * avr/configure: Re-generate.
>   * bfin/configure: Re-generate.
>   * bpf/configure: Re-generate.
>   * cr16/configure: Re-generate.
>   * cris/configure: Re-generate.
>   * d10v/configure: Re-generate.
>   * erc32/configure: Re-generate.
>   * frv/configure: Re-generate.
>   * ft32/configure: Re-generate.
>   * h8300/configure: Re-generate.
>   * iq2000/configure: Re-generate.
>   * lm32/configure: Re-generate.
>   * m32c/configure: Re-generate.
>   * m32r/configure: Re-generate.
>   * m68hc11/configure: Re-generate.
>   * mcore/configure: Re-generate.
>   * microblaze/configure: Re-generate.
>   * mips/configure: Re-generate.
>   * mn10300/configure: Re-generate.
>   * moxie/configure: Re-generate.
>   * msp430/configure: Re-generate.
>   * or1k/configure: Re-generate.
>   * pru/configure: Re-generate.
>   * rl78/configure: Re-generate.
>   * rx/configure: Re-generate.
>   * sh/configure: Re-generate.
>   * sh64/configure: Re-generate.
>   * v850/configure: Re-generate.
> 
> zlib/ChangeLog:
> 
>   * configure: Re-generate.
> ---
>  bfd/configure| 12 +---
>  binutils/configure   | 12 +---
>  gas/configure| 12 +---
>  gprof/configure  | 12 +---
>  ld/configure | 12 +---
>  libctf/configure | 12 +---
>  libtool.m4   | 12 +---
>  opcodes/configure| 12 +---
>  sim/aarch64/configure| 12 +---
>  sim/arm/configure| 12 +---
>  sim/avr/configure| 12 +---
>  sim/bfin/configure   | 12 +---
>  sim/bpf/configure| 12 +---
>  sim/cr16/configure   | 12 +---
>  sim/cris/configure   | 12 +---
>  sim/d10v/configure   | 12 +---
>  sim/erc32/configure  | 12 +---
>  sim/frv/configure| 12 +---
>  sim/ft32/configure   | 12 +---
>  sim/h8300/configure  | 12 +---
>  sim/iq2000/configure | 12 +---
>  sim/lm32/configure   | 12 +---
>  sim/m32c/configure   | 12 +---
>  sim/m32r/configure   | 12 +---
>  sim/m68hc11/configure| 12 +---
>  sim/mcore/configure  | 12 +---
>  sim/microblaze/configure | 12 +---
>  sim/mips/configure   | 12 +---
>  sim/mn10300/configure| 12 +---
>  sim/moxie/configure  | 12 +---
>  sim/msp430/configure | 12 +---
>  sim/or1k/configure   | 12 +---
>  sim/pru/configure| 12 +---
>  sim/rl78/configure   | 12 +---
>  sim/rx/configure | 12 +---
>  sim/sh/configure | 12 +---
>  sim/sh64/configure   | 12 +---
>  sim/v850/configure   | 12 +---
>  zlib/configure   | 12 +---
>  39 files changed, 39 insertions(+), 429 deletions(-)
> 
> diff --git a/bfd/configure b/bfd/configure
> index 5d84aed069..4ca8a7bd95 100755
> --- a/bfd/configure
> +++ b/bfd/configure
> @@ -10914,16 +10914,6 @@ freebsd* | dragonfly*)
>esac
>;;
>  
> -gnu*)
> -  version_type=linux
> -  need_lib_prefix=no
> -  need_version=no
> -  library_names_spec='${libname}${release}${shared_ext}$versuffix 
> ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
> -  soname_spec='${libname}${release}${shared_ext}$major'
> -  shlibpath_var=LD_LIBRARY_PATH
> -  hardcode_into_libs=yes
> -  ;;
> -
>  haiku*)
>version_type=linux
>need_lib_prefix=no
> @@ -11040,7 +11030,7 @@ linux*oldld* | linux*aout* | linux*coff*)
>;;
>  
>  # This must be Linux ELF.
> -linux* | k*bsd*-gnu | kopensolaris*-gnu)
> +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
>version_type=linux
>need_lib_prefix=no
>need_version=no
> diff --git a/binutils/configure b/binutils/configure
> index c000966308..56716816f5 100755
> --- a/binutils/configure
> +++ b/binutils/configure
> @@ -10741,16 +10741,6 @@ freebsd* | dragonfly*)
>esac
>;;
>  
> -gnu*)
> -  version_type=linux
> 

[PATCH] remove mremap from open_issues

2021-01-01 Thread guy fleury iteriteka