diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-09 01:09:24 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-09 01:09:24 -0700 |
commit | 86a4c67fb91b82c7b47c115b88ab01b1a696f10f (patch) | |
tree | a0cc88b9d0e063153cf6c3aba1aed2cfdfa5a6a8 /nptl/ChangeLog | |
parent | 80a18ba74d658d9216173b60382ef1c87aa1ae06 (diff) | |
download | glibc-86a4c67fb91b82c7b47c115b88ab01b1a696f10f.tar.gz glibc-86a4c67fb91b82c7b47c115b88ab01b1a696f10f.tar.xz glibc-86a4c67fb91b82c7b47c115b88ab01b1a696f10f.zip |
Implement interfaces to set and get names of threads.
At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 5b8b0e5555..e69e44f7cd 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2010-04-09 Ulrich Drepper <drepper@redhat.com> + + [BZ #11390] + * sysdeps/unix/sysv/linux/pthread_getname.c: New file. + * sysdeps/unix/sysv/linux/pthread_setname.c: New file. + * nptl/sysdeps/pthread/pthread.h: Declare pthread_getname and + pthread_setname. + * Makefile (libpthread-routines): Add pthread_getname and + pthread_setname. + * Versions: Export pthread_getname and pthread_setname for GLIBC_2.12. + 2010-04-05 Thomas Schwinge <thomas@schwinge.name> * sysdeps/pthread/unwind-resume.c: Moved to main tree sysdeps/gnu/. |