Age | Commit message (Expand) | Author | Files | Lines |
2007-07-19 | * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function. | Ulrich Drepper | 1 | -2/+8 |
2007-07-07 | Include stdlib.h, list.h, sysdep.h and kernel-features.h. | Ulrich Drepper | 1 | -0/+4 |
2007-06-20 | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Ulrich Drepper | 1 | -109/+0 |
2007-06-17 | Tell gcc about the nonstandard sections. | Ulrich Drepper | 1 | -2/+2 |
2007-06-17 | * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: | Ulrich Drepper | 17 | -200/+751 |
2007-06-08 | [BZ #4586] | Ulrich Drepper | 23 | -73/+213 |
2007-05-30 | * pthread_getattr_np.c: No need to install a cancellation handler, | Ulrich Drepper | 13 | -132/+11 |
2007-05-30 | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | Ulrich Drepper | 1 | -1/+2 |
2007-05-30 | * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Checking | Ulrich Drepper | 3 | -21/+1 |
2007-05-29 | * sysdeps/unix/sysv/linux/internaltypes.h: Introduce | Ulrich Drepper | 6 | -28/+30 |
2007-05-28 | * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define | Ulrich Drepper | 1 | -0/+1 |
2007-05-28 | * sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicit | Ulrich Drepper | 13 | -52/+163 |
2007-05-27 | * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise. | Ulrich Drepper | 10 | -29/+117 |
2007-05-27 | * init.c: Make it compile with older kernel headers. | Ulrich Drepper | 7 | -21/+45 |
2007-05-26 | * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): Tiny | Ulrich Drepper | 1 | -2/+2 |
2007-05-26 | * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>. | Ulrich Drepper | 5 | -28/+2 |
2007-05-26 | * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier): | Ulrich Drepper | 4 | -4/+15 |
2007-05-26 | * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futex | Ulrich Drepper | 6 | -7/+29 |
2007-05-26 | * semaphoreP.h: Declare __old_sem_init and __old_sem_wait. | Ulrich Drepper | 12 | -178/+1002 |
2007-05-25 | * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): | Jakub Jelinek | 2 | -9/+10 |
2007-05-25 | * sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX, | Ulrich Drepper | 2 | -0/+16 |
2007-05-25 | * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag. | Ulrich Drepper | 3 | -12/+28 |
2007-05-23 | * init.c (__pthread_initialize_minimal_internal): Check whether | Ulrich Drepper | 12 | -31/+145 |
2007-05-21 | * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value | Ulrich Drepper | 3 | -11/+1 |
2007-05-21 | [BZ #4525] | Ulrich Drepper | 1 | -2/+2 |
2007-05-21 | [BZ #4514] | Ulrich Drepper | 1 | -2/+2 |
2007-05-19 | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 4 | -2/+66 |
2007-05-17 | Dummy files to prevent stub versions from being used. | Ulrich Drepper | 1 | -4/+1 |
2007-05-15 | * version.h (VERSION): Define to 6.glibc-2.6cvs/glibc-2_6-basecvs/glibc-2_6 | Ulrich Drepper | 5 | -35/+22 |
2007-05-15 | * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if old | Ulrich Drepper | 7 | -54/+37 |
2007-05-10 | * sysdeps/unix/sysv/linux/sched_setaffinity.ccvs/fedora-glibc-20070510T2308cvs/fedora-glibc-20070510T2304 | Ulrich Drepper | 2 | -1/+21 |
2007-05-07 | * sysdeps/unix/sysv/linux/lowlevelrobustlock.c | Ulrich Drepper | 1 | -3/+19 |
2007-04-28 | [BZ #4306] | Ulrich Drepper | 1 | -7/+6 |
2007-04-26 | * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu. | Ulrich Drepper | 1 | -0/+1 |
2007-04-26 | (tcbhead_t): Add vgetcpu_cache. | Ulrich Drepper | 1 | -2/+3 |
2007-03-26 | * sysdeps/powerpc/bits/atomic.h | Ulrich Drepper | 1 | -3/+2 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2 | -4/+5 |
2007-03-13 | * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use two | Richard Henderson | 1 | -1/+3 |
2007-02-25 | * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr in | Ulrich Drepper | 1 | -3/+6 |
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-02-10 | * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.cvs/fedora-glibc-20070211T1607 | Ulrich Drepper | 1 | -1/+1 |
2007-01-17 | * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL tocvs/fedora-glibc-20070117T1043cvs/fedora-glibc-20070117T0857 | Ulrich Drepper | 1 | -1/+14 |
2007-01-17 | * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy the | Ulrich Drepper | 6 | -37/+68 |
2007-01-12 | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | Ulrich Drepper | 1 | -1/+1 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 51 | -1623/+221 |
2007-07-31 | . | Jakub Jelinek | 51 | -221/+1623 |
2007-01-11 | Cleanups. Define FUTEX_CMP_REQUEUE and lll_futex_requeue. | Ulrich Drepper | 1 | -6/+22 |
2007-01-10 | * io/fts.c: Make sure fts_cur is always valid after return from | Ulrich Drepper | 1 | -1/+1 |
2006-12-22 | * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't | Ulrich Drepper | 1 | -1/+1 |