Age | Commit message (Expand) | Author | Files | Lines |
2013-06-15 | New API to set default thread attributes | Siddhesh Poyarekar | 1 | -2/+10 |
2013-03-19 | Move __default_stacksize into __default_pthread_attr | Siddhesh Poyarekar | 1 | -1/+1 |
2013-01-11 | Remove unnecessary assert on attr in allocate_stack(). | Carlos O'Donell | 1 | -1/+4 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-08-08 | Remove __ASSUME_TGKILL. | Joseph Myers | 1 | -11/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-12-14 | Return errno on failure in allocate_stack | Carlos O'Donell | 1 | -12/+4 |
2011-09-15 | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | 1 | -0/+1 |
2011-08-31 | Fix setxid race handling exiting threads | Andreas Schwab | 1 | -1/+10 |
2011-07-14 | Quash a warning in nptl/allocatestack.c | Roland McGrath | 1 | -1/+1 |
2011-05-11 | Translate kernel error into what pthread_create should return | Ulrich Drepper | 1 | -1/+1 |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 1 | -1/+6 |
2010-03-08 | Revert to original version of setxid race fix | Andreas Schwab | 1 | -0/+9 |
2010-03-05 | Fix setxid race with thread creation | Ulrich Drepper | 1 | -3/+10 |
2009-10-30 | Fix races in setXid implementation. | Daniel Jacobowitz | 1 | -19/+104 |
2009-01-29 | * allocatestack.c (__free_stacks): Renamed from free_stacks. | Ulrich Drepper | 1 | -14/+6 |
2009-01-08 | * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and | Ulrich Drepper | 1 | -10/+10 |
2009-01-07 | (in_flight_stack): New variable. (stack_list_del): New function. Use instead... | Ulrich Drepper | 1 | -11/+86 |
2008-08-15 | * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK. | Ulrich Drepper | 1 | -14/+8 |
2007-12-14 | * sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additional | Ulrich Drepper | 1 | -1/+1 |
2007-11-08 | * sysdeps/x86_64/memset.S: Add sfence after movnti. | Ulrich Drepper | 1 | -1/+6 |
2007-08-21 | [BZ #4938] | Ulrich Drepper | 1 | -0/+20 |
2007-08-13 | * nscd/servicescache.c: Include kernel-features.h. | Ulrich Drepper | 1 | -0/+1 |
2007-08-01 | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): | Ulrich Drepper | 1 | -22/+22 |
2007-07-28 | * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned | Ulrich Drepper | 1 | -3/+3 |
2007-06-17 | * allocatestack.c (allocate_stack): Make code compile if | Ulrich Drepper | 1 | -0/+2 |
2007-06-08 | [BZ #4586] | Ulrich Drepper | 1 | -3/+3 |
2007-05-28 | * sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicit | Ulrich Drepper | 1 | -4/+4 |
2007-05-27 | * init.c: Make it compile with older kernel headers. | Ulrich Drepper | 1 | -3/+2 |
2007-05-26 | * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>. | Ulrich Drepper | 1 | -2/+3 |
2007-05-25 | * sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX, | Ulrich Drepper | 1 | -6/+4 |
2007-05-25 | * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag. | Ulrich Drepper | 1 | -4/+4 |
2007-05-23 | * init.c (__pthread_initialize_minimal_internal): Check whether | Ulrich Drepper | 1 | -0/+12 |
2007-05-19 | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 1 | -0/+57 |
2007-05-07 | (change_stack_perm): Handle stacks growing up. (allocate_stack): Likewise. | Ulrich Drepper | 1 | -5/+19 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -58/+1 |
2007-07-31 | . | Jakub Jelinek | 1 | -1/+58 |
2006-08-23 | * allocatestack.c (queue_stack): Move freeing of surplus stacks to... | Ulrich Drepper | 1 | -32/+46 |
2006-08-01 | * stdlib/test-canon.c (do_test): Close fd before unlinking file so | Ulrich Drepper | 1 | -3/+8 |
2006-03-28 | * sysdeps/unix/sysv/linux/kernel-features.h: Add | Ulrich Drepper | 1 | -12/+12 |
2006-02-13 | * allocatestack.c (allocate_stack): Initialize robust_list.cvs/fedora-glibc-20060213T0650 | Ulrich Drepper | 1 | -2/+13 |
2005-12-13 | * allocatestack.c (allocate_stack): Don't demand that there is an | Ulrich Drepper | 1 | -2/+3 |
2005-10-04 | * allocatestack.c (setxid_signal_thread): Add | Roland McGrath | 1 | -2/+2 |
2005-10-02 | * allocatestack.c (setxid_signal_thread): Need to use | Ulrich Drepper | 1 | -2/+2 |
2005-10-01 | 2005-10-01 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 1 | -43/+49 |
2005-01-06 | * csu/elf-init.c (__libc_csu_fini): Don't do anything here. | Ulrich Drepper | 1 | -1/+2 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -178/+83 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -83/+178 |
2004-11-25 | Update. | Ulrich Drepper | 1 | -1/+1 |
2004-11-20 | Update. | Ulrich Drepper | 1 | -0/+1 |