Re: [PATCH v2 glibc] Add pthread_getname_np and pthread_setname_np for Hurd

2024-07-15 Thread Carlos O'Donell
On 7/15/24 7:45 AM, Andreas K. Huettel wrote: >>> diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist >>> b/sysdeps/mach/hurd/i386/libpthread.abilist >>> index fa90cc65..3ea7cb41 100644 >>> --- a/sysdeps/mach/hurd/i386/libpthread.abilist >>> +++ b/sysdeps/mach/hurd/i386/libpthread.abilist >>> @

Re: [RFC PATCH 0/2] On ldconfig and ld.so.cache

2023-05-19 Thread Carlos O'Donell
On 5/17/23 14:54, Sergey Bugaev via Libc-alpha wrote: > Hello, > > having set up a very basic x86_64-gnu system to debug startup issues, I > was surprised to discover that my self-built ld.so does not look for the > shared libraries in /lib/x86_64-gnu/ (which is where Samuel Thibault's deb > packa

Re: [RFC PATCH 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific

2023-05-19 Thread Carlos O'Donell
g.h (not Linux specific) and likewise for the other flags. LGTM. Reviewed-by: Carlos O'Donell > Signed-off-by: Sergey Bugaev > --- > sysdeps/{unix/sysv/linux => }/x86/readelflib.c | 0 > sysdeps/{unix/sysv/linux => }/x86_64/dl-cache.h | 0 > 2 files changed,

Re: Upstreaming the glibc Hurd port

2018-03-27 Thread Carlos O'Donell
On 03/27/2018 09:46 AM, Tulio Magno Quites Machado Filho wrote: > Samuel Thibault writes: > >> Rafal Luzynski, on mar. 27 mars 2018 01:13:23 +0200, wrote: >>> 19.03.2018 02:51 Samuel Thibault wrote: Thanks a lot for the feedback on what needs to be done. It was a busy week-end :) >>> >

Re: *** SPAM LEVEL 4.448 *** Dynamic linker behaviour difference between Linux, Hurd and FreeBSD

2013-05-03 Thread Carlos O'Donell
On 05/03/2013 12:11 PM, Paul Pluzhnikov wrote: > On Fri, May 3, 2013 at 8:11 AM, Simon Richter wrote: > >> I'm writing a small preload library to trace pthread_* calls ... >> In order to find the original function, I use dlsym(RTLD_NEXT, ...) ... > >> In any case, I am wondering if it is actuall

Re: *** SPAM LEVEL 4.448 *** Dynamic linker behaviour difference between Linux, Hurd and FreeBSD

2013-05-03 Thread Carlos O'Donell
On 05/03/2013 11:11 AM, Simon Richter wrote: > Hi, > > I'm writing a small preload library to trace pthread_* calls, and am > running into a bit of a chicken-and-egg problem. > > In order to find the original function, I use dlsym(RTLD_NEXT, ...) to > look up the symbol on the first invocation. O