summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2009-01-29* sysdeps/pthread/unwind-forcedunwind.c: Encrypt all functionUlrich Drepper
2009-01-29* allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper
2009-01-28* sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):Ulrich Drepper
2009-01-25* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.Ulrich Drepper
2009-01-08* sysdeps/pthread/list.h (list_add): Initialize new element first.Ulrich Drepper
2009-01-08* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper
2009-01-07(in_flight_stack): New variable. (stack_list_del): New function. Use instead...Ulrich Drepper
2009-01-04* init.c (__pthread_initialize_minimal_internal): Optimize testUlrich Drepper
2009-01-03(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIMEUlrich Drepper
2009-01-03* init.c (__pthread_initialize_minimal_internal): Cheat a bit byUlrich Drepper
2009-01-03(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of...Ulrich Drepper
2009-01-03* sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argumentUlrich Drepper
2009-01-03* init.c (__pthread_initialize_minimal_internal): Check forUlrich Drepper
2009-01-03* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: DefineUlrich Drepper
2008-12-29* sysdeps/x86_64/bits/select.h: New file.Ulrich Drepper
2008-12-12* pthread_mutex_lock.c (__pthread_mutex_lock): Handle only theUlrich Drepper
2008-12-09[BZ #6545]Ulrich Drepper
2008-12-08* sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TMUlrich Drepper
2008-12-08(struct pthread): Increase padding for tcbhead_t to 24 words.Ulrich Drepper
2008-12-08Move 2 ChangeLog entries to correct ChangeLog.Jakub Jelinek
2008-12-06* sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REGUlrich Drepper
2008-12-06* posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper
2008-12-05* sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSETUlrich Drepper
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper
2008-11-26Moved alpha to ports repository.Roland McGrath
2008-11-12[BZ #7009]cvs/fedora-glibc-20081112T2008Ulrich Drepper
2008-11-07* bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, Jakub Jelinek
2008-11-01[BZ #6955]Ulrich Drepper
2008-11-01[BZ #6843]Ulrich Drepper
2008-10-22* misc/syslog.c (openlog_internal): Fix __have_sock_cloexecUlrich Drepper
2008-10-06.Ulrich Drepper
2008-10-06* sysdeps/unix/sysv/linux/fork.c (__libc_fork): Add memory barrierUlrich Drepper
2008-09-23* sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock, Andreas Jaeger
2008-08-15* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.Ulrich Drepper
2008-07-30* nscd/connections.c (nscd_init): Type if preprocessor directive.Ulrich Drepper
2008-07-26* Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper
2008-07-26* scripts/gen-as-const.awk: Generate more widely usable code byUlrich Drepper
2008-07-26* stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper
2008-07-25* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper
2008-06-12* nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619Ulrich Drepper
2008-05-31(tests): Add tst-rwlock2a.Ulrich Drepper
2008-05-29* sysdeps/pthread/pthread.h: Fix typo in comment.Ulrich Drepper
2008-05-29* sysdeps/pthread/createthread.c (do_clone): Pass accurate lengthUlrich Drepper
2008-05-29(do_clone): Pass accurate length of CPU set to the kernel.Ulrich Drepper
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper
2008-05-26* tst-typesizes.c: Explicitly check __SIZEOF_PTHREAD_* constants.Ulrich Drepper
2008-05-212008-05-20 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.Jakub Jelinek
2008-05-11* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper
2008-04-15* sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c Jakub Jelinek