about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
Commit message (Collapse)AuthorAgeFilesLines
* Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.Roland McGrath2014-05-141-21/+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
|
* Optimize x86-64 syscall cancellation handling.Ulrich Drepper2009-08-041-0/+22
The syscall wrappers had to save and restore the syscall parameter values and return value when calling the functions to enable/disable cancellation were called. Not anymore. The called functions are special and don't modify any unexpected registers.