about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* (in_flight_stack): New variable. (stack_list_del): New function. Use instead...Ulrich Drepper2009-01-071-11/+86
* * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:Roland McGrath2009-01-073-1/+19
* 2009-01-07 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2009-01-071-2/+2
* * init.c (__pthread_initialize_minimal_internal): Optimize testUlrich Drepper2009-01-042-16/+25
* (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIMEUlrich Drepper2009-01-031-2/+2
* * init.c (__pthread_initialize_minimal_internal): Cheat a bit byUlrich Drepper2009-01-032-3/+16
* (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of...Ulrich Drepper2009-01-031-19/+79
* * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.Roland McGrath2009-01-031-0/+4
* 2009-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2009-01-031-0/+3
* * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argumentUlrich Drepper2009-01-033-3/+10
* * init.c (__pthread_initialize_minimal_internal): Check forUlrich Drepper2009-01-034-3/+89
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: DefineUlrich Drepper2009-01-037-12/+34
* * sysdeps/unix/sysv/linux/kernel-features.hUlrich Drepper2009-01-032-0/+10
* * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object cvs/fedora-glibc-20090102T2110 cvs/fedora-glibc-20090102T2040Ulrich Drepper2009-01-022-0/+7
* * version.h: Bump to 2.10 development.Ulrich Drepper2009-01-022-2/+4
* * posix/getconf.c: Update copyright year.Ulrich Drepper2009-01-0217-32/+51
* * locales/iso14651_t1_common: Fix sorting of U+0AB3. cvs/fedora-glibc-20090102T0809Ulrich Drepper2008-12-312-3/+8
* Patch by Pravin Satpute <psatpute@redhat.com>.Ulrich Drepper2008-12-301-0/+1
* * locales/i18n: Move Indic Matra characters to punct.Ulrich Drepper2008-12-3013-44/+222
* * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awkUlrich Drepper2008-12-302-0/+6
* * sysdeps/posix/getaddrinfo.c (gaih_inet): When theUlrich Drepper2008-12-292-0/+5
* * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.Ulrich Drepper2008-12-294-5/+18
* [BZ #9694]Ulrich Drepper2008-12-292-3/+7
* * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd ifUlrich Drepper2008-12-294-5/+44
* * sysdeps/x86_64/bits/select.h: New file.Ulrich Drepper2008-12-293-0/+87
* * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.Ulrich Drepper2008-12-292-1/+5
* [BZ #9677]Ulrich Drepper2008-12-263-2/+12
* * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct arrayUlrich Drepper2008-12-262-1/+6
* * login/utmp_file.c (pututline_file): Replace call to dup2 withUlrich Drepper2008-12-232-1/+6
* * pthread_mutex_lock.c (__pthread_mutex_lock): Handle only theUlrich Drepper2008-12-124-46/+107
* [BZ #6545]Ulrich Drepper2008-12-093-3/+7
* [BZ #7058]Ulrich Drepper2008-12-091-0/+1
* * inet/Makefile (tests): Add tst-getni2.Ulrich Drepper2008-12-093-1/+45
* [BZ #7080]Ulrich Drepper2008-12-094-1/+50
* [BZ #7067]Ulrich Drepper2008-12-093-2/+21
* Fix typo.Ulrich Drepper2008-12-081-1/+1
* * sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TMUlrich Drepper2008-12-082-1/+16
* (struct pthread): Increase padding for tcbhead_t to 24 words.Ulrich Drepper2008-12-081-2/+2
* Move 2 ChangeLog entries to correct ChangeLog.Jakub Jelinek2008-12-082-10/+10
* * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXECUlrich Drepper2008-12-083-4/+10
* * resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper2008-12-083-4/+5
* * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memoryUlrich Drepper2008-12-072-22/+41
* * posix/globtest.sh: Use mktemp to create temporary file andUlrich Drepper2008-12-063-17/+17
* * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle largeUlrich Drepper2008-12-062-3/+15
* * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.Ulrich Drepper2008-12-062-0/+3
* 2008-12-05 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper2008-12-065-9/+223
* * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REGUlrich Drepper2008-12-062-2/+6
* * posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper2008-12-063-3/+11
* * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSETUlrich Drepper2008-12-053-2/+7
* * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.Ulrich Drepper2008-12-052-1/+8