diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-06 22:40:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 02:43:31 -0700 |
commit | 5a82c74822d3272df2f5929133680478c0cfb4bd (patch) | |
tree | 85871266212f0119b41ec966fec52e164edf41ba /mach | |
parent | 1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff) | |
download | glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.bz2 |
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Machrules | 2 | ||||
-rw-r--r-- | mach/Makefile | 2 | ||||
-rw-r--r-- | mach/devstream.c | 2 | ||||
-rw-r--r-- | mach/lock-intern.h | 2 | ||||
-rw-r--r-- | mach/lowlevellock.h | 2 | ||||
-rw-r--r-- | mach/mach.h | 2 | ||||
-rw-r--r-- | mach/mach/mach_traps.h | 2 | ||||
-rw-r--r-- | mach/mach/mig_support.h | 2 | ||||
-rw-r--r-- | mach/mach_init.c | 2 | ||||
-rw-r--r-- | mach/mach_init.h | 2 | ||||
-rw-r--r-- | mach/mig-alloc.c | 2 | ||||
-rw-r--r-- | mach/mig-dealloc.c | 2 | ||||
-rw-r--r-- | mach/mig-reply.c | 2 | ||||
-rw-r--r-- | mach/msgserver.c | 2 | ||||
-rw-r--r-- | mach/mutex-init.c | 2 | ||||
-rw-r--r-- | mach/mutex-solid.c | 2 | ||||
-rw-r--r-- | mach/setup-thread.c | 2 | ||||
-rw-r--r-- | mach/spin-lock.h | 2 | ||||
-rw-r--r-- | mach/spin-solid.c | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/mach/Machrules b/mach/Machrules index 7a5e37c..ec61089 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. # Makefiles may define these variable before including this file: # user-interfaces Names of interfaces to put user stubs in for. diff --git a/mach/Makefile b/mach/Makefile index b0317e8..804b032 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. subdir := mach diff --git a/mach/devstream.c b/mach/devstream.c index 44aa43d..b1397e0 100644 --- a/mach/devstream.c +++ b/mach/devstream.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <mach.h> diff --git a/mach/lock-intern.h b/mach/lock-intern.h index 1988c89..6d9e5e3 100644 --- a/mach/lock-intern.h +++ b/mach/lock-intern.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _LOCK_INTERN_H #define _LOCK_INTERN_H diff --git a/mach/lowlevellock.h b/mach/lowlevellock.h index ddff44d..eab0612 100644 --- a/mach/lowlevellock.h +++ b/mach/lowlevellock.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _MACH_LOWLEVELLOCK_H #define _MACH_LOWLEVELLOCK_H 1 diff --git a/mach/mach.h b/mach/mach.h index 943cb51..4c46fa9 100644 --- a/mach/mach.h +++ b/mach/mach.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _MACH_H diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 70db0d4..ac4d983 100644 --- a/mach/mach/mach_traps.h +++ b/mach/mach/mach_traps.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Declare the few Mach system calls (except mach_msg, in <mach/message.h>). This does not include the kernel RPC shortcut calls (in <mach-shortcuts.h>). diff --git a/mach/mach/mig_support.h b/mach/mach/mig_support.h index db52f63..2419fcf 100644 --- a/mach/mach/mig_support.h +++ b/mach/mach/mig_support.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Useful declarations and support functions for MiG-generated stubs. */ diff --git a/mach/mach_init.c b/mach/mach_init.c index 2e0faeb..4944df2 100644 --- a/mach/mach_init.c +++ b/mach/mach_init.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <mach.h> #include <mach/mig_support.h> diff --git a/mach/mach_init.h b/mach/mach_init.h index 1c000ef..85ae592 100644 --- a/mach/mach_init.h +++ b/mach/mach_init.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _MACH_INIT_H diff --git a/mach/mig-alloc.c b/mach/mig-alloc.c index 493e0d2..61ea9c5 100644 --- a/mach/mig-alloc.c +++ b/mach/mig-alloc.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <mach.h> diff --git a/mach/mig-dealloc.c b/mach/mig-dealloc.c index badbb6c..f64d7cb 100644 --- a/mach/mig-dealloc.c +++ b/mach/mig-dealloc.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <mach.h> diff --git a/mach/mig-reply.c b/mach/mig-reply.c index d9723ef..5951c7f 100644 --- a/mach/mig-reply.c +++ b/mach/mig-reply.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <mach.h> diff --git a/mach/msgserver.c b/mach/msgserver.c index 8994ae9..7b81abc 100644 --- a/mach/msgserver.c +++ b/mach/msgserver.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Based on CMU's mach_msg_server.c revision 2.4 of 91/05/14, and thus under the following copyright. Rewritten by Roland McGrath (FSF) diff --git a/mach/mutex-init.c b/mach/mutex-init.c index 59ca891..aa59b70 100644 --- a/mach/mutex-init.c +++ b/mach/mutex-init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <lock-intern.h> #include <lowlevellock.h> diff --git a/mach/mutex-solid.c b/mach/mutex-solid.c index d771ad6..9669caa 100644 --- a/mach/mutex-solid.c +++ b/mach/mutex-solid.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <lock-intern.h> #include <cthreads.h> diff --git a/mach/setup-thread.c b/mach/setup-thread.c index 420991c..62317fa 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <mach.h> #include <thread_state.h> diff --git a/mach/spin-lock.h b/mach/spin-lock.h index 19d28e0..3efd34a 100644 --- a/mach/spin-lock.h +++ b/mach/spin-lock.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _SPIN_LOCK_H #define _SPIN_LOCK_H diff --git a/mach/spin-solid.c b/mach/spin-solid.c index ac50d90..132238c 100644 --- a/mach/spin-solid.c +++ b/mach/spin-solid.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <spin-lock.h> #include <mach/mach_traps.h> |