about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/pthread_getname.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of nptl/sysdeps/ entirely!Roland McGrath2014-07-071-72/+0
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Fix reading thread name from comm fileUlrich Drepper2011-12-211-1/+10
|
* Fix type mismatchAndreas Schwab2010-07-061-1/+1
|
* Fix typo in last commit.Ulrich Drepper2010-04-091-1/+1
|
* Implement interfaces to set and get names of threads.Ulrich Drepper2010-04-091-0/+64
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.