summaryrefslogtreecommitdiff
path: root/nptl/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Dummy files to prevent stub versions from being used.Ulrich Drepper2007-05-171-4/+1
* * version.h (VERSION): Define to 6.glibc-2.6cvs/glibc-2_6-basecvs/glibc-2_6Ulrich Drepper2007-05-155-35/+22
* * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if oldUlrich Drepper2007-05-157-54/+37
* * sysdeps/unix/sysv/linux/sched_setaffinity.ccvs/fedora-glibc-20070510T2308cvs/fedora-glibc-20070510T2304Ulrich Drepper2007-05-102-1/+21
* * sysdeps/unix/sysv/linux/lowlevelrobustlock.cUlrich Drepper2007-05-071-3/+19
* [BZ #4306]Ulrich Drepper2007-04-281-7/+6
* * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.Ulrich Drepper2007-04-261-0/+1
* (tcbhead_t): Add vgetcpu_cache.Ulrich Drepper2007-04-261-2/+3
* * sysdeps/powerpc/bits/atomic.hUlrich Drepper2007-03-261-3/+2
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-172-4/+5
* * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use two Richard Henderson2007-03-131-1/+3
* * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr inUlrich Drepper2007-02-251-3/+6
* [BZ #4070]Ulrich Drepper2007-02-211-3/+3
* * sysdeps/unix/closedir.c: Outside libc don't use locking.Ulrich Drepper2007-02-191-1/+7
* * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.cvs/fedora-glibc-20070211T1607Ulrich Drepper2007-02-101-1/+1
* * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL tocvs/fedora-glibc-20070117T1043cvs/fedora-glibc-20070117T0857Ulrich Drepper2007-01-171-1/+14
* * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy theUlrich Drepper2007-01-176-37/+68
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hUlrich Drepper2007-01-121-1/+1
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-1151-1623/+221
* .Jakub Jelinek2007-07-3151-221/+1623
* Cleanups. Define FUTEX_CMP_REQUEUE and lll_futex_requeue.Ulrich Drepper2007-01-111-6/+22
* * io/fts.c: Make sure fts_cur is always valid after return fromUlrich Drepper2007-01-101-1/+1
* * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don'tUlrich Drepper2006-12-221-1/+1
* * include/atomic.h (atomic_forced_read): New macro.Ulrich Drepper2006-12-211-5/+13
* * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.Ulrich Drepper2006-12-092-2/+40
* * sysdeps/unix/sysv/linux/rtld-lowlevel.hUlrich Drepper2006-12-091-1/+1
* * sysdeps/ia64/pthread_spin_unlock.c (pthread_spin_unlock): UseUlrich Drepper2006-10-301-2/+2
* * po/sv.po: Update from translation team.Ulrich Drepper2006-10-2911-77/+77
* * sysdeps/pthread/pthread_barrier_wait.c: Move to...Ulrich Drepper2006-10-2815-1330/+0
* USE_TLS support is now default.Ulrich Drepper2006-10-278-29/+5
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-2712-18/+86
* [BZ #3313]Ulrich Drepper2006-10-181-9/+9
* [BZ #3352]Ulrich Drepper2006-10-128-24/+0
* Add SEM_VALUE_MAX.Ulrich Drepper2006-10-125-0/+15
* * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.Ulrich Drepper2006-10-111-1/+11
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-9/+9
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-10-101-0/+151
* * Versions.def: Add GLIBC_2.6 to libpthread.Ulrich Drepper2006-10-074-0/+104
* * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: For PIUlrich Drepper2006-09-173-3/+41
* [BZ #1006]Ulrich Drepper2006-09-094-12/+13
* [BZ #3123]Ulrich Drepper2006-09-084-12/+43
* [BZ #3124]Ulrich Drepper2006-09-051-1/+2
* * nscd/initgrcache.c (addinitgroupsX): Move any_successUlrich Drepper2006-09-052-2/+2
* 2006-03-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-09-056-165/+565
* * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812Ulrich Drepper2006-08-312-8/+4
* * pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): Respectcvs/fedora-glibc-20060831T0640Ulrich Drepper2006-08-302-4/+8
* * sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):Ulrich Drepper2006-08-251-1/+2
* * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, notUlrich Drepper2006-08-241-1/+2
* * allocatestack.c (queue_stack): Move freeing of surplus stacks to...Ulrich Drepper2006-08-232-2/+9
* * sysdeps/unix/sysv/linux/bits/posix_opt.h: DefineUlrich Drepper2006-08-201-0/+3