public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: libc-alpha@sourceware.org
Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>, commit-hurd@gnu.org
Subject: [hurd,commited 0/7] hurd: add pshared semaphore support.
Date: Wed, 16 Dec 2020 01:59:37 +0100	[thread overview]
Message-ID: <20201216005944.3091900-1-samuel.thibault@ens-lyon.org> (raw)

Samuel Thibault (7):
  hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER
  hurd: make lll_* take a variable instead of a ptr
  hurd: Add __lll_abstimed_wait_intr
  htl: Add futex-internal.h
  hurd: Add __libc_open and __libc_close
  hurd: Add LLL_PRIVATE and LLL_SHARED
  htl: Add pshared semaphore support

 htl/Makefile                               |   2 +-
 htl/pt-internal.h                          |  33 +++
 hurd/Makefile                              |   1 +
 hurd/RPC_gsync_wait_intr.c                 |   4 +
 hurd/Versions                              |   3 +-
 hurd/hurdlock.c                            |  25 +-
 hurd/hurdlock.h                            |  54 +++--
 hurd/hurdpid.c                             |   2 +-
 hurd/setauth.c                             |   2 +-
 mach/lock-intern.h                         |   8 +-
 mach/lowlevellock.h                        |  47 +++-
 mach/mutex-init.c                          |   2 +-
 sysdeps/htl/bits/semaphore.h               |  20 +-
 sysdeps/htl/futex-internal.h               |  39 +++
 sysdeps/htl/sem-destroy.c                  |  10 +-
 sysdeps/htl/sem-getvalue.c                 |  10 +-
 sysdeps/htl/sem-init.c                     |  10 +-
 sysdeps/htl/sem-post.c                     |  54 +++--
 sysdeps/htl/sem-timedwait.c                | 263 +++++++++++----------
 sysdeps/htl/sem-trywait.c                  |  15 +-
 sysdeps/htl/sem-waitfast.c                 |  55 +++++
 sysdeps/mach/hurd/close.c                  |   1 +
 sysdeps/mach/hurd/htl/pt-mutex-lock.c      |   8 +-
 sysdeps/mach/hurd/htl/pt-mutex-timedlock.c |   6 +-
 sysdeps/mach/hurd/htl/pt-mutex-trylock.c   |   8 +-
 sysdeps/mach/hurd/htl/pt-mutex-unlock.c    |   8 +-
 sysdeps/mach/hurd/htl/pt-mutex.h           |   2 +-
 sysdeps/mach/hurd/i386/Makefile            |   1 -
 sysdeps/mach/hurd/setpgid.c                |   2 +-
 sysdeps/mach/hurd/setsid.c                 |   2 +-
 sysdeps/mach/hurd/tls.h                    |   4 +-
 sysdeps/mach/libc-lock.h                   |  20 +-
 32 files changed, 466 insertions(+), 255 deletions(-)
 create mode 100644 hurd/RPC_gsync_wait_intr.c
 create mode 100644 sysdeps/htl/futex-internal.h
 create mode 100644 sysdeps/htl/sem-waitfast.c

-- 
2.29.2


             reply	other threads:[~2020-12-16  0:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16  0:59 Samuel Thibault [this message]
2020-12-16  0:59 ` [hurd, commited 1/7] hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER Samuel Thibault
2020-12-16  0:59 ` [hurd, commited 2/7] hurd: make lll_* take a variable instead of a ptr Samuel Thibault
2020-12-16  0:59 ` [hurd,commited 3/7] hurd: Add __lll_abstimed_wait_intr Samuel Thibault
2020-12-16  0:59 ` [hurd,commited 4/7] htl: Add futex-internal.h Samuel Thibault
2020-12-16  0:59 ` [hurd,commited 5/7] hurd: Add __libc_open and __libc_close Samuel Thibault
2020-12-16  0:59 ` [hurd,commited 6/7] hurd: Add LLL_PRIVATE and LLL_SHARED Samuel Thibault
2020-12-16  0:59 ` [hurd,commited 7/7] htl: Add pshared semaphore support Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201216005944.3091900-1-samuel.thibault@ens-lyon.org \
    --to=samuel.thibault@ens-lyon.org \
    --cc=commit-hurd@gnu.org \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).