about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* [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
* * Makerules (install-others-programs-nosubdir): New target.Roland McGrath2007-07-242-11/+24
* 2007-07-24 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-243-4/+4
* * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper2007-07-243-2/+9
* * sysdeps/unix/sysv/linux/powerpc/lowlevellock.hUlrich Drepper2007-07-245-275/+260
* * io/Makefile (tests): Add tst-posix_fallocate.Ulrich Drepper2007-07-234-1/+114
* * pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add LLL_SHAREDUlrich Drepper2007-07-236-22/+111
* * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper2007-07-231-0/+10
* Fix compilation when unconditionally using private futexes.Ulrich Drepper2007-07-235-5/+13
* [BZ #3665, BZ #4126, BZ #4178, BZ #4610]Roland McGrath2007-07-237-8/+21
* * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.Roland McGrath2007-07-221-0/+5
* 2007-07-22 Roland McGrath <roland@frob.com>Roland McGrath2007-07-222-3/+5
* * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.Ulrich Drepper2007-07-222-9/+35
* * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and setUlrich Drepper2007-07-225-28/+153
* (_IO_new_file_fopen): Recognize 'e' flag and set O_CLOEXEC is needed.Ulrich Drepper2007-07-221-0/+5
* * manual/errno.texi: Change ECANCELED value to 119.Roland McGrath2007-07-222-1/+3
* * mach/lock-intern.h: Include <sys/cdefs.h>.Roland McGrath2007-07-225-1/+25
* 2006-06-13 Thomas Schwinge <tschwinge@gnu.org>Roland McGrath2007-07-222-3/+3
* * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC forUlrich Drepper2007-07-212-1/+8
* * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.Ulrich Drepper2007-07-217-6/+23
* Define MSG_CMSG_CLOEXEC.Ulrich Drepper2007-07-211-1/+6
* [BZ #4816] Jakub Jelinek2007-07-202-1/+4
* [BZ #4813] Jakub Jelinek2007-07-202-3/+10
* Update.Ulrich Drepper2007-07-191-9/+1
* * include/features.h (__USE_ISOC95): New define.Ulrich Drepper2007-07-196-10/+30
* * sysdeps/ia64/sched_cpucount.c: New file.Ulrich Drepper2007-07-193-0/+49
* * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): AddUlrich Drepper2007-07-193-1/+19
* * bits/types.h: Don't include stddef.h, don't define __need_size_t.Ulrich Drepper2007-07-197-14/+24
* * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.Ulrich Drepper2007-07-1911-20/+48