summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * po/nl.po: Likewise.cvs/fedora-glibc-20070804T2027Ulrich Drepper2007-08-041-0/+1
* * sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_init.c: Jakub Jelinek2007-08-042-63/+0
* Updated translation from translation team.Ulrich Drepper2007-08-041-900/+876
* * io/bits/fcntl2.h (open, open64, openat, openat64): Add Jakub Jelinek2007-08-042-116/+129
* * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIRUlrich Drepper2007-08-042-2/+5
* * po/pl.po: Updated translation from translation team.Ulrich Drepper2007-08-043-2108/+1756
* * rt/aio.h: Add __nonnull attributes.Ulrich Drepper2007-08-032-23/+35
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper2007-08-035-4/+217
* * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper2007-08-0324-415/+602
* Add U0141 and U0142.Ulrich Drepper2007-08-031-0/+4
* * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument Jakub Jelinek2007-08-032-2/+7
* * io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper2007-08-036-8/+71
* * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.Ulrich Drepper2007-08-033-11/+14
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-037-259/+103
* * rt/mqueue.h: Change const to __const and add nonnull attributes.Ulrich Drepper2007-08-021-0/+4
* Change const to __const and add nonnull attributes.Ulrich Drepper2007-08-021-13/+18
* * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links toRoland McGrath2007-08-021-0/+9
* 2007-08-02 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-021-8/+12
* * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): UsingUlrich Drepper2007-08-012-59/+11
* * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocatecvs/fedora-glibc-20070801T1703Ulrich Drepper2007-08-014-0/+127
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-01103-1991/+2346
* * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper2007-08-0110-22/+57
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper2007-08-014-9/+19
* * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): CountUlrich Drepper2007-08-012-41/+71
* * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use /sysUlrich Drepper2007-07-311-0/+5
* (__get_nprocs): Use /sys filesystem to determine which processors are online.Ulrich Drepper2007-07-311-1/+51
* * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.Jakub Jelinek2007-07-312-0/+8
* * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix Jakub Jelinek2007-07-312-1/+4
* [BZ #4858]cvs/fedora-glibc-20070731T1624Jakub Jelinek2007-07-311-1/+1
* * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.Jakub Jelinek2007-07-312-0/+16
* * manual/libc.texinfo: Update copyrights, formatting magic, andRoland McGrath2007-07-311-0/+5
* 2007-07-30 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-311-47/+24
* [BZ #4860]Ulrich Drepper2007-07-292-1/+4
* * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): OptimizeUlrich Drepper2007-07-292-3/+17
* * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.Ulrich Drepper2007-07-297-13/+200
* Define old CPU_* macros in temers of __CPU_*_S macros. Define CPU_*_S macros.Ulrich Drepper2007-07-291-5/+35
* (__lll_private_flag): Define. (lll_futex_timed_wait, lll_futex_wake): Use it....Jakub Jelinek2007-07-291-74/+31
* * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZEUlrich Drepper2007-07-292-0/+6
* [BZ 4858]Ulrich Drepper2007-07-293-1/+13
* * locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper2007-07-286-24/+34
* * nscd/selinux.c (preserve_capabilities): Initialize new_capsUlrich Drepper2007-07-285-4/+15
* * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-2826-71/+155
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-2843-276/+442
* [BZ #4772]Ulrich Drepper2007-07-282-0/+16
* * include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper2007-07-284-210/+236
* * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper2007-07-2812-72/+107
* * sysdeps/posix/posix_fallocate64.c: UndefineUlrich Drepper2007-07-286-1/+208
* Include <fcntl.h>.Ulrich Drepper2007-07-281-0/+1
* 2007-07-27 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2007-07-272-0/+15
* copyright updateRoland McGrath2007-07-251-1/+2