Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files. | Roland McGrath | 2014-05-14 | 1 | -21/+0 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Optimize x86-64 syscall cancellation handling. | Ulrich Drepper | 2009-08-04 | 1 | -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. |