about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper2007-05-267-7/+37
* * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper2007-05-2619-197/+1088
* Test of semaphores.Ulrich Drepper2007-05-263-0/+178
* * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Jakub Jelinek2007-05-253-10/+19
* * io/bits/fcntl2.h (__open_2): Add nonnull attribute.Ulrich Drepper2007-05-253-27/+66
* * sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,Ulrich Drepper2007-05-255-9/+31
* * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper2007-05-257-26/+65
* * Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper2007-05-2422-30/+383
* * init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper2007-05-2315-31/+192
* * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct valueUlrich Drepper2007-05-216-29/+36
* (pthread_functions): Don't add .ptr_wait_lookup_done here. (__pthread_initial...Ulrich Drepper2007-05-211-2/+3
* * tst-robust9.c (do_test): Don't fail if ENABLE_PI and Jakub Jelinek2007-05-212-0/+12
* * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cacheUlrich Drepper2007-05-212-17/+8
* * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache informationUlrich Drepper2007-05-217-365/+1075
* [BZ #4525]Ulrich Drepper2007-05-212-2/+9
* [BZ #4514]Ulrich Drepper2007-05-218-9/+126
* * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper2007-05-215-42/+34
* * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):Ulrich Drepper2007-05-191-1/+5
* (__ASSUME_PRIVATE_FUTEX): Define for kernel >= 2.6.22.Ulrich Drepper2007-05-191-1/+6
* Commit missing test case wrapper file.Roland McGrath2007-05-191-0/+2
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-1914-37/+204
* * malloc/malloc.c (do_check_chunk): Correct check for mmaped blockUlrich Drepper2007-05-193-2/+5
* * malloc/mcheck.c (reallochook): If size==0, free the block.Ulrich Drepper2007-05-192-1/+9
* * rt/tst-shm.c: Use fstat64 instead of fstat.Ulrich Drepper2007-05-192-4/+13
* * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case whereUlrich Drepper2007-05-182-3/+8
* [BZ #4512]Ulrich Drepper2007-05-186-10/+114
* Dummy files to prevent stub versions from being used.Ulrich Drepper2007-05-177-4/+16
* * version.h (VERSION): Set to 2.6.90.Ulrich Drepper2007-05-171-2/+6
* (VERSION): Set to 2.6.90.Ulrich Drepper2007-05-171-2/+2
* whitespace cvs/fedora-glibc-20070515T2025Roland McGrath2007-05-151-0/+1
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-1511-49/+46
* * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if oldUlrich Drepper2007-05-158-54/+50
* * malloc/malloc.c: Use all small bin slots on 64-bit archs.Ulrich Drepper2007-05-152-5/+23
* * malloc/malloc.c (largebin_index): Really have 32 buckets with 64 sizes.Ulrich Drepper2007-05-142-2/+5
* * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximumUlrich Drepper2007-05-131-0/+7
* [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper2007-05-133-4/+39
* * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for getpid.Andreas Jaeger2007-05-122-0/+6
* (add_to_global): One more small cleanup patch.Ulrich Drepper2007-05-111-6/+3
* * elf/dl-close.c (_dl_close_worker): Help gcc to optimize byUlrich Drepper2007-05-112-30/+33
* * elf/dl-open.c (add_to_global): Introduce variable ns to help gccUlrich Drepper2007-05-112-19/+28
* * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.Ulrich Drepper2007-05-116-9/+74
* * scripts/check-c++-types.sh: Don't use -fnu89-inline option.Ulrich Drepper2007-05-112-2/+4
* * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304Ulrich Drepper2007-05-107-4/+58
* * io/sys/stat.h: Make sure struct timespec is defined forUlrich Drepper2007-05-102-2/+6
* * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW andUlrich Drepper2007-05-1018-15/+367
* Redefine __nonnull so that test for incorrect parameters in the libc code its...Ulrich Drepper2007-05-101-0/+6
* [BZ #4455] Jakub Jelinek2007-05-103-0/+8
* * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow cvs/fedora-glibc-20070510T0634Jakub Jelinek2007-05-102-2/+6
* [BZ #3427] Jakub Jelinek2007-05-102-3/+10
* [BZ #4403]Ulrich Drepper2007-05-081-1/+6