Age | Commit message (Expand) | Author | Files | Lines |
2010-04-09 | Implement interfaces to set and get names of threads. | Ulrich Drepper | 1 | -0/+12 |
2010-04-05 | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath | 3 | -76/+2 |
2010-03-09 | Fix a few more problem with the recent setxid changes. | Ulrich Drepper | 1 | -9/+10 |
2010-03-05 | Fix setxid race with thread creation | Ulrich Drepper | 1 | -4/+10 |
2010-01-12 | Fix up pthread.h for XPG7. | Ulrich Drepper | 1 | -7/+3 |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 1 | -8/+8 |
2009-11-03 | Make name of libgcc_s library configurable | Andreas Schwab | 2 | -4/+6 |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 1 | -30/+38 |
2009-09-07 | Fix malformed #pragma. | Andreas Schwab | 1 | -1/+1 |
2009-06-12 | Implement pthread_sigqueue. | Ulrich Drepper | 1 | -1/+7 |
2009-05-16 | Unify source for async cancel handling. | Ulrich Drepper | 1 | -87/+4 |
2009-02-26 | * locale/langinfo.h: nl_langinfo_l is in POSIX 2008. | Ulrich Drepper | 1 | -1/+1 |
2009-02-26 | * ctype/ctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 1 | -6/+22 |
2009-01-29 | * sysdeps/pthread/unwind-forcedunwind.c: Encrypt all function | Ulrich Drepper | 1 | -10/+29 |
2009-01-29 | * allocatestack.c (__free_stacks): Renamed from free_stacks. | Ulrich Drepper | 1 | -4/+18 |
2009-01-08 | * sysdeps/pthread/list.h (list_add): Initialize new element first. | Ulrich Drepper | 1 | -13/+2 |
2008-12-09 | [BZ #6545] | Ulrich Drepper | 1 | -2/+2 |
2008-11-07 | * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, | Jakub Jelinek | 1 | -4/+4 |
2008-11-01 | [BZ #6843] | Ulrich Drepper | 1 | -2/+2 |
2008-06-12 | * nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619 | Ulrich Drepper | 1 | -2/+2 |
2008-05-29 | * sysdeps/pthread/pthread.h: Fix typo in comment. | Ulrich Drepper | 1 | -4/+4 |
2008-05-29 | (do_clone): Pass accurate length of CPU set to the kernel. | Ulrich Drepper | 1 | -2/+2 |
2007-12-07 | [BZ #5441, BZ #5452, BZ #5454] | Ulrich Drepper | 1 | -0/+2 |
2007-11-20 | * sysdeps/pthread/pthread.h (pthread_cleanup_push, | Ulrich Drepper | 1 | -2/+2 |
2007-11-08 | [BZ #5245] | Ulrich Drepper | 1 | -3/+4 |
2007-10-28 | [BZ #5208] | Ulrich Drepper | 1 | -4/+15 |
2007-10-16 | (__tzfile_read): Take extra memory requested by caller into account when copy... | Ulrich Drepper | 1 | -44/+38 |
2007-10-10 | * sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_init): Inside of | Ulrich Drepper | 1 | -2/+13 |
2007-08-01 | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): | Ulrich Drepper | 3 | -10/+10 |
2007-07-28 | * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned | Ulrich Drepper | 2 | -6/+6 |
2007-07-19 | * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function. | Ulrich Drepper | 1 | -2/+8 |
2007-06-17 | Tell gcc about the nonstandard sections. | Ulrich Drepper | 1 | -2/+2 |
2007-06-08 | [BZ #4586] | Ulrich Drepper | 2 | -6/+8 |
2007-05-27 | * init.c: Make it compile with older kernel headers. | Ulrich Drepper | 1 | -8/+11 |
2007-05-21 | * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value | Ulrich Drepper | 1 | -1/+0 |
2007-05-19 | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 1 | -1/+1 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2 | -4/+5 |
2007-02-21 | [BZ #4070] | Ulrich Drepper | 1 | -3/+3 |
2007-02-19 | * sysdeps/unix/closedir.c: Outside libc don't use locking. | Ulrich Drepper | 1 | -1/+7 |
2007-01-17 | * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy the | Ulrich Drepper | 3 | -15/+28 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 15 | -1330/+0 |
2007-07-31 | . | Jakub Jelinek | 15 | -0/+1330 |
2006-10-28 | * sysdeps/pthread/pthread_barrier_wait.c: Move to... | Ulrich Drepper | 15 | -1330/+0 |
2006-09-09 | [BZ #1006] | Ulrich Drepper | 1 | -3/+5 |
2006-09-08 | [BZ #3123] | Ulrich Drepper | 1 | -3/+7 |
2006-09-05 | [BZ #3124] | Ulrich Drepper | 1 | -1/+2 |
2006-09-05 | * nscd/initgrcache.c (addinitgroupsX): Move any_success | Ulrich Drepper | 2 | -2/+2 |
2006-08-31 | * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812 | Ulrich Drepper | 2 | -8/+4 |
2006-08-30 | * pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): Respectcvs/fedora-glibc-20060831T0640 | Ulrich Drepper | 2 | -4/+8 |
2006-08-23 | * allocatestack.c (queue_stack): Move freeing of surplus stacks to... | Ulrich Drepper | 1 | -1/+2 |