glibc/sysdeps/unix/sysv/linux/cris
Daniel Jacobowitz 8323b1abc6 * sysdeps/arm/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use
lll_private_futex_wake.
	* sysdeps/unix/sysv/linux/arm/check_pf.c: Update from generic version.
	* sysdeps/unix/sysv/linux/arm/eabi/nptl/unwind-forcedunwind.c
	(pthread_cancel_init): Add noinline and barriers.
	* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c
	(__lll_timedlock_wait): Update call to lll_futex_timed_wait.
	(__lll_timedwait_tid): Likewise.
	* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h (LLL_PRIVATE,
	LLL_SHARED): Define.
	(lll_futex_wait): Use lll_futex_timed_wait.
	(lll_futex_timed_wait, lll_futex_wake, lll_futex_wake_unlock): Take a
	PRIVATE argument.
	(lll_private_futex_wait, lll_private_futex_timed_wait,
	lll_private_futex_wake): New.
	(lll_robust_mutex_dead,  __lll_mutex_lock, __lll_mutex_cond_lock,
	__lll_mutex_unlock, __lll_robust_mutex_unlock,
	__lll_mutex_unlock_force, lll_wait_tid): Update calls.
	* sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c (clear_once_control,
	__pthread_once): Use private futexes.
	* sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c
	(pthread_cancel_init): Add noinline and barriers.

	* sysdeps/unix/sysv/aix/bits/fcntl.h,
	sysdeps/unix/sysv/linux/am33/bits/fcntl.h,
	sysdeps/unix/sysv/linux/arm/bits/fcntl.h,
	sysdeps/unix/sysv/linux/cris/bits/fcntl.h,
	sysdeps/unix/sysv/linux/m68k/bits/fcntl.h,
	sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.

	* sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h (SEM_VALUE_MAX):
	Delete.
	* sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
	Delete.
2007-07-10 13:35:30 +00:00
..
bits * sysdeps/arm/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use 2007-07-10 13:35:30 +00:00
sys Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
_G_config.h Define _G_MMAP64. 2002-01-07 09:18:53 +00:00
brk.c Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
chown.c chown implementation for Linux/CRIS. 2001-04-09 04:32:41 +00:00
clone.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
fchown.c fchown implementation for Linux/CRIS. 2001-04-09 04:33:08 +00:00
fcntl.c fcntl implementation for Linux/CRIS. 2001-04-09 04:33:52 +00:00
fxstat.c __fxstat implementation for Linux/CRIS. 2001-04-09 04:34:09 +00:00
getegid.c getegid implementation for Linux/CRIS. 2001-04-09 04:34:34 +00:00
geteuid.c geteuid implementation for Linux/CRIS. 2001-04-09 04:34:52 +00:00
getgid.c getgid implementation for Linux/CRIS. 2001-04-09 04:35:05 +00:00
getgroups.c getgroups implementation for Linux/CRIS. 2001-04-09 04:35:21 +00:00
getresgid.c getresgid implementation for Linux/CRIS. 2001-04-09 04:35:40 +00:00
getresuid.c getresuid implementation for Linux/CRIS. 2001-04-09 04:35:56 +00:00
getrlimit64.c getrlimit64 implementation for Linux/CRIS. 2001-04-09 04:36:29 +00:00
getrlimit.c getrlimit implementation for Linux/CRIS. 2001-04-09 04:36:16 +00:00
getuid.c getuid implementation for Linux/CRIS. 2001-04-09 04:36:48 +00:00
lchown.c lchown implementation for Linux/CRIS. 2001-04-09 04:42:48 +00:00
lockf64.c lockf64 implementation for Linux/CRIS. 2001-04-09 04:43:05 +00:00
lxstat.c __lxstat implementation for Linux/CRIS. 2001-04-09 04:43:24 +00:00
mmap64.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
mmap.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
msgctl.c msgctl implementation for Linux/CRIS. 2001-04-09 04:45:00 +00:00
profil-counter.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
register-dump.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
semctl.c semctl implementation for Linux/CRIS. 2001-04-09 04:46:05 +00:00
setegid.c setegid implementation for Linux/CRIS. 2001-04-09 04:46:28 +00:00
seteuid.c seteuid implementation for Linux/CRIS. 2001-04-09 04:46:45 +00:00
setfsgid.c setfsgid implementation for Linux/CRIS. 2001-04-09 04:47:13 +00:00
setfsuid.c setfsuid implementation for Linux/CRIS. 2001-04-09 04:47:29 +00:00
setgid.c setgid implementation for Linux/CRIS. 2001-04-09 04:47:52 +00:00
setgroups.c setgroups implementation for Linux/CRIS. 2001-04-09 04:48:09 +00:00
setregid.c setregid implementation for Linux/CRIS. 2001-04-09 04:48:27 +00:00
setresgid.c setresgid implementation for Linux/CRIS. 2001-04-09 05:08:17 +00:00
setresuid.c setresuid implementation for Linux/CRIS. 2001-04-09 05:08:36 +00:00
setreuid.c setreuid implementation for Linux/CRIS. 2001-04-09 04:48:41 +00:00
setrlimit.c setrlimit implementation for Linux/CRIS. 2001-04-09 04:48:56 +00:00
setuid.c setuid implementation for Linux/CRIS. 2001-04-09 04:49:10 +00:00
shmctl.c shmctl implementation for Linux/CRIS. 2001-04-09 04:49:25 +00:00
socket.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
syscall.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
sysdep.h (INLINE_SYSCALL): Cast result to long int. 2003-06-25 08:18:08 +00:00
sysdep.S 2002-10-07 Roland McGrath <roland@redhat.com> 2002-10-11 10:51:31 +00:00
vfork.S Use libc_hidden_def(name) instead of strong_alias (name, __GI_name). 2002-12-31 20:37:32 +00:00
xstat.c __xstat implementation for Linux/CRIS. 2001-04-09 04:51:09 +00:00