aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-03* sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argumentUlrich Drepper3-3/+10
handling.
2009-01-03* init.c (__pthread_initialize_minimal_internal): Check forUlrich Drepper4-3/+89
FUTEX_CLOCK_REALTIME flag. * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of computing relative timeout.
2009-01-03* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: DefineUlrich Drepper7-12/+34
FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY. * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2009-01-03* sysdeps/unix/sysv/linux/kernel-features.hUlrich Drepper2-0/+10
(__ASSUME_FUTEX_CLOCK_REALTIME): Define.
2009-01-02* wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state objectcvs/fedora-glibc-20090102T2110cvs/fedora-glibc-20090102T2040Ulrich Drepper2-0/+7
if no output is written.
2009-01-02* version.h: Bump to 2.10 development.Ulrich Drepper2-2/+4
2009-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper17-32/+51
* nss/getent.c: Likewise. * iconv/iconvconfig.c: Likewise. * iconv/iconv_prog.c: Likewise. * elf/ldconfig.c: Likewise. * catgets/gencat.c: Likewise. * csu/version.c: Likewise. * elf/ldd.bash.in: Likewise. * elf/sprof.c (print_version): Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * nscd/nscd.c (print_version): Likewise. * debug/xtrace.sh: Likewise. * malloc/memusage.sh: Likewise. * malloc/mtrace.pl: Likewise. * debug/catchsegv.sh: Likewise.
2008-12-31* locales/iso14651_t1_common: Fix sorting of U+0AB3.cvs/fedora-glibc-20090102T0809Ulrich Drepper2-3/+8
Patch by Pravin Satpute <psatpute@redhat.com>.
2008-12-30Patch by Pravin Satpute <psatpute@redhat.com>.Ulrich Drepper1-0/+1
2008-12-30* locales/i18n: Move Indic Matra characters to punct.Ulrich Drepper13-44/+222
* locales/as_IN: Add support for internationalized digits. * locales/bn_BD: Likewise. * locales/bn_IN: Likewise. * locales/gu_IN: Likewise. * locales/hi_IN: Likewise. * locales/kn_IN: Likewise. * locales/ml_IN: Likewise. * locales/mr_IN: Likewise. * locales/or_IN: Likewise. * locales/pa_IN: Likewise. * locales/ta_IN: Likewise. * locales/te_IN: Likewise.
2008-12-30* iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awkUlrich Drepper2-0/+6
script.
2008-12-29* sysdeps/posix/getaddrinfo.c (gaih_inet): When theUlrich Drepper2-0/+5
gethostbyname4_r function call succeeded, just leave the loop.
2008-12-29* wctype/wctype.h: Get wint_t definition directly from <stddef.h>.Ulrich Drepper4-5/+18
* wctype/Makefile (tests): Add bug-wctypeh. * wctype/bug-wctypeh.c: New file.
2008-12-29[BZ #9694]Ulrich Drepper2-3/+7
* wcsmbs/wchar.h: Move undefs for local __need_* constants to the very end.
2008-12-29* nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd ifUlrich Drepper4-5/+44
LOCALDOMAIN is defined. * nscd/nscd_getai.c (__nscd_getai): Likewise.
2008-12-29* sysdeps/x86_64/bits/select.h: New file.Ulrich Drepper3-0/+87
2008-12-29* resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.Ulrich Drepper2-1/+5
2008-12-26[BZ #9677]Ulrich Drepper3-2/+12
2008-12-21 Bruno Haible <bruno@clisp.org> [BZ #9677] * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object if no output is written.
2008-12-26* tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct arrayUlrich Drepper2-1/+6
length constant.
2008-12-23* login/utmp_file.c (pututline_file): Replace call to dup2 withUlrich Drepper2-1/+6
libc internal symbol __dup2 to avoid access through the PLT.
2008-12-12* pthread_mutex_lock.c (__pthread_mutex_lock): Handle only theUlrich Drepper4-46/+107
fast path here, for robust/PI/PP mutexes call __pthread_mutex_lock_full. Don't use switch, instead use a series of ifs according to their probability. (__pthread_mutex_lock_full): New function. * pthread_mutex_unlock.c: Include assert.h. (__pthread_mutex_unlock_usercnt): Handle only the fast path here, for robust/PI/PP mutexes call __pthread_mutex_unlock_full. Don't use switch, instead use a series of ifs according to their probability. (__pthread_mutex_unlock_full): New function. * sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c (__pthread_mutex_lock_full): Define.
2008-12-09[BZ #6545]Ulrich Drepper3-3/+7
* sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make available only for __USE_GNU.
2008-12-09[BZ #7058]Ulrich Drepper1-0/+1
2008-12-09* inet/Makefile (tests): Add tst-getni2.Ulrich Drepper3-1/+45
* inet/tst-getni2.c: New file.
2008-12-09[BZ #7080]Ulrich Drepper4-1/+50
2008-12-08 Ulrich Drepper <drepper@redhat.com> [BZ #7080] * inet/getnameinfo.c (getnameinfo): Check for output buffers being NULL when NI_NAMEREQD is set. Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>. * inet/Makefile (tests): Add tst-getni1. * inet/tst-getni1.c: New file.
2008-12-09[BZ #7067]Ulrich Drepper3-2/+21
2008-12-03 Petr Baudis <pasky@suse.cz> [BZ #7067] * nscd/connections.c (invalidate_cache): Use prune_run_lock instead of prune_lock. (nscd_run_prune): Before calling prune_cache, take prune_run_lock. * nscd/nscd.h (database_dyn): Add prune_run_cache.
2008-12-08Fix typo.Ulrich Drepper1-1/+1
* inet/getnetgrent_r.c (setup): Encrypt static pointer.
2008-12-08* sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TMUlrich Drepper2-1/+16
implementation. Add necessary padding and. * descr.h (struct pthread): Increase padding for tcbhead_t to 24 words.
2008-12-08(struct pthread): Increase padding for tcbhead_t to 24 words.Ulrich Drepper1-2/+2
2008-12-08Move 2 ChangeLog entries to correct ChangeLog.Jakub Jelinek2-10/+10
2008-11-24 Arkadiusz Miƛkiewicz <arekm@maven.pl> * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG instead of doing things manually. 2008-11-26 Chris Steel <chris.steel.lnx@googlemail.com> * posix/regex_internal.h (build_wcs_upper_buffer): Return type is reg_error_t.
2008-12-08* resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXECUlrich Drepper3-4/+10
use. * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4 handling.
2008-12-08* resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper3-4/+5
after reading name server list.
2008-12-07* nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memoryUlrich Drepper2-22/+41
handling for host name aliases.
2008-12-06* posix/globtest.sh: Use mktemp to create temporary file andUlrich Drepper3-17/+17
directory.
2008-12-06* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle largeUlrich Drepper2-3/+15
sets correctly. (__CPU_CLR_S): Likewise. (__CPU_ISSET_S): Likewise.
2008-12-06* SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.Ulrich Drepper2-0/+3
2008-12-062008-12-05 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper5-9/+223
Ulrich Drepper <drepper@redhat.com> * scripts/firstversion.awk: Use custom comparison function to compare version numbers. * scripts/versions.awk: Use sort invocation which can handle multi-digit sub-version numbers.
2008-12-06* sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REGUlrich Drepper2-2/+6
instead of doing things manually.
2008-12-06* posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper3-3/+11
Return type is reg_error_t.
2008-12-05* sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSETUlrich Drepper3-2/+7
and FUTEX_WAKE_BITSET.
2008-12-05* locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.Ulrich Drepper2-1/+8
* locale/iso-639.def: Add Chhattisgarhi entry.
2008-12-05(DEFINE_LANGUAGE_CODE2): Define.Ulrich Drepper1-1/+3
2008-12-032008-11-26 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+47
* sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ... * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper10-17/+58
ESRCH return value. (_nss_dns_gethostbyname4_r): Likewise. * resolv/res_init.c (__res_vinit): Initialize nscount to zero. * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use gethostbyname4_r, we don't have a separate IPv6 status, so copy the no_data variable.
2008-12-03* resolv/res_init.c (__res_vinit): Fill in IPv4 name serverUlrich Drepper3-4/+9
information at the correct index.
2008-12-03* socket/sys/socket.h: Declare accept4.Ulrich Drepper11-97/+198
* socket/accept4.c: New file. * sysdeps/unix/sysv/linux/accept4.c: New file. * sysdeps/unix/sysv/linux/i386/accept4.S: New file. * socket/Makefile (routines): Add accept4. * socket/Versions: Export accept4 with version GLIBC_2.10. * socket/paccept.c: Removed. * sysdeps/unix/sysv/linux/paccept.c: Removed. * sysdeps/unix/sysv/linux/i386/paccept.S: Removed. * Versions.def: Define GLIBC_2.10 for libc. * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4. * nscd/connections.c: Use accept4. * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
2008-12-02* resolv/res_send.c (send_dg): Create sockets with non-blockingUlrich Drepper2-11/+50
flag already set.
2008-12-02* stdlib/Makefile (tests): Add tst-unsetenv1.Ulrich Drepper3-1/+15
* stdlib/tst-unsetenv1.c: New file.
2008-12-02* stdlib/setenv.c (unsetenv): Don't search environment if it doesUlrich Drepper2-14/+20
not exist.
2008-11-30* login/utmp_file.c (file_writable): New variable.Ulrich Drepper2-9/+58
(setutent_file): Don't try to open file for writing. (pututline_file): Before writing, make descriptor writable if necessary.