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.git20200930-4-g3b14ab0


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20200930-4-g3b14ab0
Date: Tue, 10 Nov 2020 19:21:30 -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  3b14ab0254a131e458c4f5ffdee931e868206424 (commit)
      from  986c7a7d686a850830f9fc5bea1fadcfe9f4999c (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 3b14ab0254a131e458c4f5ffdee931e868206424
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Nov 11 01:13:43 2020 +0100

    libthreads: Remove
    
    libthreads is most probably completely broken, and not the long-term
    road anyway.
    
    * config.make.in (VERSIONING): Remove.
    * configure.ac: Test for pfinet assembly compatibility instead of
    libthreads assembly compatibility. Do not set VERSIONING.
    * libthreads: Remove directory.
    * Makefile (lib-subdirs): Remove libthreads.
    * doc/hurd.texi (Threads Library): Rename references to libthreads into
    libpthread.
    * release/rfloppy.copy: Do not objcopy lib/libthreads.so.
    * release/tool-Makefile (rfloppy-solib): Remove libthreads.

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

Summary of changes:
 Makefile                           |    2 +-
 configure.ac                       |    2 +-
 doc/hurd.texi                      |    8 +-
 libthreads/GNUmakefile.old         |   38 --
 libthreads/Makefile                |   48 --
 libthreads/Makefile.CMU            |   93 ---
 libthreads/Makefile.GNU            |   33 -
 libthreads/Makefile.GNU2           |   33 -
 libthreads/alpha/csw.S             |  200 ------
 libthreads/alpha/cthreads.h        |   61 --
 libthreads/alpha/lock.S            |   83 ---
 libthreads/alpha/thread.c          |  100 ---
 libthreads/call.c                  |   79 ---
 libthreads/cancel-cond.c           |  116 ----
 libthreads/cprocs.c                | 1214 ------------------------------------
 libthreads/cthread_data.c          |  195 ------
 libthreads/cthread_internals.h     |  324 ----------
 libthreads/cthreads.c              |  488 ---------------
 libthreads/cthreads.h              |  710 ---------------------
 libthreads/i386/csw.S              |  194 ------
 libthreads/i386/cthread_inline.awk |   86 ---
 libthreads/i386/cthreads.h         |  117 ----
 libthreads/i386/lock.s             |   74 ---
 libthreads/i386/thread.c           |  135 ----
 libthreads/libthreads.map          |   27 -
 libthreads/lockfile.c              |   68 --
 libthreads/mig_support.c           |  234 -------
 libthreads/options.h               |  104 ---
 libthreads/rwlock.c                |    2 -
 libthreads/rwlock.h                |  128 ----
 libthreads/stack.c                 |  424 -------------
 libthreads/sync.c                  |   86 ---
 release/rfloppy.copy               |    1 -
 release/tool-Makefile              |    2 +-
 34 files changed, 7 insertions(+), 5502 deletions(-)
 delete mode 100644 libthreads/GNUmakefile.old
 delete mode 100644 libthreads/Makefile
 delete mode 100644 libthreads/Makefile.CMU
 delete mode 100644 libthreads/Makefile.GNU
 delete mode 100644 libthreads/Makefile.GNU2
 delete mode 100644 libthreads/alpha/csw.S
 delete mode 100644 libthreads/alpha/cthreads.h
 delete mode 100644 libthreads/alpha/lock.S
 delete mode 100644 libthreads/alpha/thread.c
 delete mode 100644 libthreads/call.c
 delete mode 100644 libthreads/cancel-cond.c
 delete mode 100644 libthreads/cprocs.c
 delete mode 100644 libthreads/cthread_data.c
 delete mode 100644 libthreads/cthread_internals.h
 delete mode 100644 libthreads/cthreads.c
 delete mode 100644 libthreads/cthreads.h
 delete mode 100644 libthreads/i386/csw.S
 delete mode 100644 libthreads/i386/cthread_inline.awk
 delete mode 100644 libthreads/i386/cthreads.h
 delete mode 100644 libthreads/i386/lock.s
 delete mode 100644 libthreads/i386/thread.c
 delete mode 100644 libthreads/libthreads.map
 delete mode 100644 libthreads/lockfile.c
 delete mode 100644 libthreads/mig_support.c
 delete mode 100644 libthreads/options.h
 delete mode 100644 libthreads/rwlock.c
 delete mode 100644 libthreads/rwlock.h
 delete mode 100644 libthreads/stack.c
 delete mode 100644 libthreads/sync.c


hooks/post-receive
-- 
Hurd



reply via email to

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