public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] htl: move __pthtread_total, ___pthread_self, pthread_self
@ 2023-01-03 10:45 Guy-Fleury Iteriteka
  2023-01-03 10:45 ` [PATCH 1/3] htl: move __pthtread_total into libc Guy-Fleury Iteriteka
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Guy-Fleury Iteriteka @ 2023-01-03 10:45 UTC (permalink / raw)
  To: libc-alpha; +Cc: bug-hurd

With this patch i boot up a hurd system with flavio scripts.

Guy-Fleury Iteriteka (3):
  htl: move __pthtread_total into libc
  htl: move __pthread_self into libc.
  htl: move pthread_self into libc

 htl/Makefile                              |  3 +--
 htl/Versions                              | 15 ++++++++++++---
 htl/forward.c                             |  4 ----
 htl/pt-create.c                           |  6 ------
 htl/pt-initialize.c                       |  1 -
 htl/pt-internal.h                         |  2 ++
 htl/pt-nthreads.c                         | 23 +++++++++++++++++++++++
 htl/pt-self.c                             |  8 ++++++--
 sysdeps/htl/pthread-functions.h           |  2 --
 sysdeps/mach/hurd/htl/pt-pthread_self.c   | 22 ++++++++++++++++++++++
 sysdeps/mach/hurd/htl/pt-sysdep.c         |  2 --
 sysdeps/mach/hurd/htl/pt-sysdep.h         |  3 +++
 sysdeps/mach/hurd/i386/libc.abilist       |  2 ++
 sysdeps/mach/hurd/i386/libpthread.abilist |  2 --
 14 files changed, 71 insertions(+), 24 deletions(-)
 create mode 100644 htl/pt-nthreads.c
 create mode 100644 sysdeps/mach/hurd/htl/pt-pthread_self.c

-- 
2.38.1


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/3] htl: move some symbol into libc
@ 2023-03-18  9:58 Guy-Fleury Iteriteka
  2023-03-18  9:58 ` [PATCH 2/3] htl: move ___pthread_self " Guy-Fleury Iteriteka
  0 siblings, 1 reply; 14+ messages in thread
From: Guy-Fleury Iteriteka @ 2023-03-18  9:58 UTC (permalink / raw)
  To: libc-alpha; +Cc: Guy-Fleury Iteriteka

Hello,

this attempt to move pthread_self first and will try others as i get
experiencces.

I boostrap a hurd with this scripts https://github.com/flavioc/cross-hurd 

Guy-Fleury Iteriteka (3):
  htl: move __pthtread_total into libc
  htl: move ___pthread_self into libc.
  htl: move pthread_self info libc.

 htl/Makefile                              |  3 +--
 htl/Versions                              | 15 ++++++++++++---
 htl/forward.c                             |  4 ----
 htl/pt-create.c                           |  6 ------
 htl/pt-initialize.c                       |  1 -
 htl/pt-internal.h                         |  1 +
 htl/pt-nthreads.c                         | 23 +++++++++++++++++++++++
 htl/pt-self.c                             | 13 +++++++++++--
 sysdeps/htl/pthread-functions.h           |  2 --
 sysdeps/htl/pthreadP.h                    |  2 ++
 sysdeps/mach/hurd/htl/pt-pthread_self.c   | 22 ++++++++++++++++++++++
 sysdeps/mach/hurd/htl/pt-sysdep.c         |  2 --
 sysdeps/mach/hurd/htl/pt-sysdep.h         |  3 +++
 sysdeps/mach/hurd/i386/libc.abilist       |  3 +++
 sysdeps/mach/hurd/i386/libpthread.abilist |  2 --
 15 files changed, 78 insertions(+), 24 deletions(-)
 create mode 100644 htl/pt-nthreads.c
 create mode 100644 sysdeps/mach/hurd/htl/pt-pthread_self.c

-- 
2.30.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-04-04 23:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-03 10:45 [PATCH 0/3] htl: move __pthtread_total, ___pthread_self, pthread_self Guy-Fleury Iteriteka
2023-01-03 10:45 ` [PATCH 1/3] htl: move __pthtread_total into libc Guy-Fleury Iteriteka
2023-01-03 10:45 ` [PATCH 2/3] htl: move ___pthread_self " Guy-Fleury Iteriteka
2023-01-03 10:45 ` [PATCH 3/3] htl: move pthread_self " Guy-Fleury Iteriteka
2023-01-03 21:50   ` Samuel Thibault
2023-01-03 23:02     ` Samuel Thibault
2023-01-03 17:22 ` [PATCH 0/3] htl: move __pthtread_total, ___pthread_self, pthread_self Zack Weinberg
2023-01-03 18:28   ` Samuel Thibault
2023-01-09 21:59     ` Zack Weinberg
2023-01-03 18:30   ` Guy-Fleury Iteriteka
2023-01-03 21:50 ` Samuel Thibault
2023-01-04  8:49 ` gfleury
2023-03-18  9:58 [PATCH 0/3] htl: move some symbol into libc Guy-Fleury Iteriteka
2023-03-18  9:58 ` [PATCH 2/3] htl: move ___pthread_self " Guy-Fleury Iteriteka
2023-04-04 23:27   ` Samuel Thibault

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).