Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of nptl/sysdeps/ entirely! | Roland McGrath | 2014-07-07 | 1 | -315/+0 |
| | |||||
* | Fix tst-setgetname for Linux kernels < 2.6.33. | Carlos O'Donell | 2014-02-05 | 1 | -0/+14 |
| | | | | | | | | Support for /proc/self/task/$tid/comm as added in Linux 2.6.33, therefore since the test tst-setgetname relies on this functionality to operate we must skip the test in kernels < 2.6.33. We wrap the checks with __ASSUME_PROC_PID_TASK_COMM such that in the future when we move arch_minimum_kernel to 2.6.33 we can remove this code. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Add test case for pthread_[sg]etname_np. | Carlos O'Donell | 2013-12-12 | 1 | -0/+301 |
This commit adds a testcase for pthread_setname_np and pthread_getname_np. The testcase itself has four tests to validate that these functions work as expected. The test is only enabled for Linux since it requires access to an alternate method for validating the functions work. |