summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:05 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:38 -0500
commit266bdc1f623fe6fe489e5115e0f8ef723705d949 (patch)
tree2c2eef8bec7d90df06ad30320329ff2db3dcfceb /libpthread/nptl/sysdeps
parent38cc9874d3651d10c75c7a7dce9a2a86a10d0300 (diff)
Replace FSF snail mail address with URLs
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libpthread/nptl/sysdeps')
-rw-r--r--libpthread/nptl/sysdeps/alpha/Makefile5
-rw-r--r--libpthread/nptl/sysdeps/alpha/dl-tls.h5
-rw-r--r--libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c5
-rw-r--r--libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/alpha/libc-tls.c5
-rw-r--r--libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S5
-rw-r--r--libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S5
-rw-r--r--libpthread/nptl/sysdeps/alpha/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/alpha/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/arm/dl-tls.h5
-rw-r--r--libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/arm/libc-tls.c5
-rw-r--r--libpthread/nptl/sysdeps/arm/pthread_spin_lock.S5
-rw-r--r--libpthread/nptl/sysdeps/arm/pthread_spin_trylock.S5
-rw-r--r--libpthread/nptl/sysdeps/arm/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/arm/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/generic/dl-tls.c5
-rw-r--r--libpthread/nptl/sysdeps/generic/libc-tls.c5
-rw-r--r--libpthread/nptl/sysdeps/generic/lowlevellock.h5
-rw-r--r--libpthread/nptl/sysdeps/i386/Makefile5
-rw-r--r--libpthread/nptl/sysdeps/i386/dl-tls.h5
-rw-r--r--libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S5
-rw-r--r--libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S5
-rw-r--r--libpthread/nptl/sysdeps/i386/i686/Makefile5
-rw-r--r--libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S5
-rw-r--r--libpthread/nptl/sysdeps/i386/i686/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/i386/pthread_spin_init.c5
-rw-r--r--libpthread/nptl/sysdeps/i386/pthread_spin_lock.c5
-rw-r--r--libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S5
-rw-r--r--libpthread/nptl/sysdeps/i386/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/i386/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/mips/dl-tls.h5
-rw-r--r--libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/mips/libc-tls.c5
-rw-r--r--libpthread/nptl/sysdeps/mips/pthread_spin_lock.S5
-rw-r--r--libpthread/nptl/sysdeps/mips/pthread_spin_trylock.S5
-rw-r--r--libpthread/nptl/sysdeps/mips/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/mips/regdef.h5
-rw-r--r--libpthread/nptl/sysdeps/mips/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/powerpc/dl-tls.h5
-rw-r--r--libpthread/nptl/sysdeps/powerpc/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/powerpc/pthread_spin_lock.c5
-rw-r--r--libpthread/nptl/sysdeps/powerpc/pthread_spin_trylock.c5
-rw-r--r--libpthread/nptl/sysdeps/powerpc/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/powerpc/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/allocalim.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/bits/libc-lock.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/bits/libc-tsd.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/bits/stdio-lock.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/createthread.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/librt-cancellation.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/list.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/malloc-machine.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/posix-timer.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pt-initfini.c3
-rw-r--r--libpthread/nptl/sysdeps/pthread/pt-longjmp.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pt-sigaction.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread-functions.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_barrier_destroy.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_barrier_init.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_barrier_wait.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_cond_timedwait.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_cond_wait.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_once.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_rwlock_unlock.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_rwlock_wrlock.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_sigmask.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_spin_init.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_spin_unlock.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/setxid.h5
-rw-r--r--libpthread/nptl/sysdeps/pthread/sigfillset.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/sigprocmask.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_create.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_delete.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_getoverr.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_gettime.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_routines.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_settime.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/tpp.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c5
-rw-r--r--libpthread/nptl/sysdeps/pthread/unwind-resume.c5
-rw-r--r--libpthread/nptl/sysdeps/sh/dl-tls.h5
-rw-r--r--libpthread/nptl/sysdeps/sh/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/sh/pthread_spin_init.c5
-rw-r--r--libpthread/nptl/sysdeps/sh/pthread_spin_lock.c5
-rw-r--r--libpthread/nptl/sysdeps/sh/pthread_spin_trylock.S5
-rw-r--r--libpthread/nptl/sysdeps/sh/pthread_spin_unlock.S5
-rw-r--r--libpthread/nptl/sysdeps/sh/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/sh/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/sparc/dl-tls.h5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc32/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.c5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.c5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc32/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc64/jmpbuf-unwind.h5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.c5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.c5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.c5
-rw-r--r--libpthread/nptl/sysdeps/sparc/sparc64/pthreaddef.h5
-rw-r--r--libpthread/nptl/sysdeps/sparc/tls.h5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h3
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/semaphore.h5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/createthread.c5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/fork.c5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/lowlevellock.h5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pt-vfork.S5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/alpha/vfork.S5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/bits/pthreadtypes.h5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/bits/semaphore.h5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/createthread.c5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/fork.c5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/libc-lowlevellock.c5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c5
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.h5
-rw-r--r--