about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/nptl
Commit message (Collapse)AuthorAgeFilesLines
* alpha: Move remaining files out of sysdeps/unix/sysv/linux/alpha/nptl/Richard Henderson2014-05-2330-4729/+0
|
* alpha: Consolidate NPTL/non versions of vforkRichard Henderson2014-05-232-87/+0
|
* alpha: Merge standard and nptl clone.SRichard Henderson2014-05-231-9/+0
|
* alpha: Remove nptl/fork.cRichard Henderson2014-05-231-29/+0
| | | | | The merge at ab21431318d99c94e644606dee1e6a4545d98007 failed to properly remove the file.
* alpha: Create __syscall_nocancel entry pointsRichard Henderson2014-05-171-8/+16
|
* Update alpha and ia64 timer_*.c files for x86_64 file moves.Roland McGrath2014-05-145-5/+5
|
* alpha: Remove alpha-linux pthread_once.cRichard Henderson2014-04-161-95/+0
|
* Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella2014-04-091-0/+3
| | | | | | | This patch moves the __PTHREAD_SPINS definition to arch specific header since pthread_mutex_t layout is also arch specific. This leads to no need to defining __PTHREAD_MUTEX_HAVE_ELISION and thus removing of the undefined compiler warning.
* Relocate alpha from ports to libcRichard Henderson2014-02-1235-0/+4938
Also fixed the following whitespace nits to satisfy the push: sysdeps/alpha/alphaev6/memset.S:142: space before tab in indent. sysdeps/alpha/configure:1: new blank line at EOF. sysdeps/alpha/fpu/e_sqrt.c:126: space before tab in indent. sysdeps/alpha/preconfigure:1: new blank line at EOF. sysdeps/unix/sysv/linux/alpha/syscalls.list:1: new blank line at EOF.