aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-03* io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper6-8/+71
2007-08-03* sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.Ulrich Drepper3-11/+14
2007-08-03* sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper7-259/+103
2007-08-02* rt/mqueue.h: Change const to __const and add nonnull attributes.Ulrich Drepper1-0/+4
2007-08-02Change const to __const and add nonnull attributes.Ulrich Drepper1-13/+18
2007-08-02* posix/Makefile ($(inst_libexecdir)/getconf): Make hard links toRoland McGrath1-0/+9
2007-08-022007-08-02 Roland McGrath <roland@redhat.com>Roland McGrath1-8/+12
2007-08-01* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): UsingUlrich Drepper2-59/+11
2007-08-01* sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocatecvs/fedora-glibc-20070801T1703Ulrich Drepper4-0/+127
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper103-1991/+2346
2007-08-01* stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper10-22/+57
2007-08-01* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper4-9/+19
2007-08-01* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): CountUlrich Drepper2-41/+71
2007-07-31* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use /sysUlrich Drepper1-0/+5
2007-07-31(__get_nprocs): Use /sys filesystem to determine which processors are online.Ulrich Drepper1-1/+51
2007-07-31* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.Jakub Jelinek2-0/+8
2007-07-31* sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix Jakub Jelinek2-1/+4
2007-07-31[BZ #4858]cvs/fedora-glibc-20070731T1624Jakub Jelinek1-1/+1
2007-07-31* stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.Jakub Jelinek2-0/+16
2007-07-31* manual/libc.texinfo: Update copyrights, formatting magic, andRoland McGrath1-0/+5
2007-07-312007-07-30 Roland McGrath <roland@redhat.com>Roland McGrath1-47/+24
2007-07-29[BZ #4860]Ulrich Drepper2-1/+4
2007-07-29* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): OptimizeUlrich Drepper2-3/+17
2007-07-29* posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.Ulrich Drepper7-13/+200
2007-07-29Define old CPU_* macros in temers of __CPU_*_S macros. Define CPU_*_S macros.Ulrich Drepper1-5/+35
2007-07-29(__lll_private_flag): Define. (lll_futex_timed_wait, lll_futex_wake): Use it....Jakub Jelinek1-74/+31
2007-07-29* posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZEUlrich Drepper2-0/+6
2007-07-29[BZ 4858]Ulrich Drepper3-1/+13
2007-07-28* locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper6-24/+34
2007-07-28* nscd/selinux.c (preserve_capabilities): Initialize new_capsUlrich Drepper5-4/+15
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper26-71/+155
2007-07-28* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper43-276/+442
2007-07-28[BZ #4772]Ulrich Drepper2-0/+16
2007-07-28* include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper4-210/+236
2007-07-28* iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper12-72/+107
2007-07-28* sysdeps/posix/posix_fallocate64.c: UndefineUlrich Drepper6-1/+208
2007-07-28Include <fcntl.h>.Ulrich Drepper1-0/+1
2007-07-272007-07-27 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2-0/+15
2007-07-25copyright updateRoland McGrath1-1/+2
2007-07-24* Makerules (install-others-programs-nosubdir): New target.Roland McGrath2-11/+24
2007-07-242007-07-24 Roland McGrath <roland@redhat.com>Roland McGrath3-4/+4
2007-07-24* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper3-2/+9
2007-07-24* sysdeps/unix/sysv/linux/powerpc/lowlevellock.hUlrich Drepper5-275/+260
2007-07-23* io/Makefile (tests): Add tst-posix_fallocate.Ulrich Drepper4-1/+114
2007-07-23* pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add LLL_SHAREDUlrich Drepper6-22/+111
2007-07-23* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper1-0/+10
2007-07-23Fix compilation when unconditionally using private futexes.Ulrich Drepper5-5/+13
2007-07-23[BZ #3665, BZ #4126, BZ #4178, BZ #4610]Roland McGrath7-8/+21
2007-07-22* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.Roland McGrath1-0/+5
2007-07-222007-07-22 Roland McGrath <roland@frob.com>Roland McGrath2-3/+5