summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-01-30Updated to fedora-glibc-20060130T0922Jakub Jelinek
2006-01-09Updated to fedora-glibc-20060109T2152cvs/fedora-glibc-2_3_90-30Jakub Jelinek
2006-01-06Updated to fedora-glibc-20060106T2148Jakub Jelinek
2006-01-06Updated to fedora-glibc-20060106T0916cvs/fedora-glibc-2_3_90-28Jakub Jelinek
2006-01-04Updated to fedora-glibc-20060104T0754cvs/fedora-glibc-2_3_90-26Jakub Jelinek
2006-01-02Updated to fedora-glibc-20060102T2114cvs/fedora-glibc-2_3_90-25Jakub Jelinek
2006-01-02Updated to fedora-glibc-20060102T1045Jakub Jelinek
2005-12-27 * elf/ldconfig.c (search_dir): Skip prelink temporaries.cvs/fedora-glibc-2_3_90-23Jakub Jelinek
2005-12-27iMerge some more.Jakub Jelinek
2005-12-27Updated to fedora-glibc-20051227T1426Jakub Jelinek
2005-12-21Revert:cvs/fedora-glibc-2_3_90-22Jakub Jelinek
Workaround for http://gcc.gnu.org/PR25240 * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
2005-12-21Updated to fedora-glibc-20051221T0931Jakub Jelinek
2005-12-20Updated to fedora-glibc-20051220T1751cvs/fedora-glibc-2_3_90-21Jakub Jelinek
2005-12-20 * malloc/mtrace.c (__libc_malloc, __libc_free, __libc_realloc,cvs/fedora-glibc-2_3_90-20Jakub Jelinek
__libc_memalign): Add prototypes and libc_hidden_proto resp. defines for !_LIBC. (tr_freehook): Call __libc_free instead of free. (tr_mallochook): Call __libc_malloc instead of malloc. (tr_reallochook): Call __libc_realloc instead of realloc. (tr_memalignhook): Call __libc_memalign instead of memalign. * malloc/mcheck.c: Include stdlib.h. (__libc_malloc, __libc_free, __libc_realloc, __libc_memalign): Add prototypes and libc_hidden_proto resp. defines for !_LIBC. (freehook): Call __libc_free instead of free. (mallochook): Call __libc_malloc instead of malloc. (reallochook): Call __libc_realloc instead of realloc. (memalignhook): Call __libc_memalign instead of memalign. (mcheck): Call __libc_malloc and __libc_free instead of malloc and free.
2005-12-20 Workaround for http://gcc.gnu.org/PR25240Jakub Jelinek
* include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
2005-12-20Updated to fedora-glibc-20051220T1028Jakub Jelinek
2005-12-19Updated to fedora-glibc-20051219T1003cvs/fedora-glibc-2_3_90-19Jakub Jelinek
2005-11-19 * elf/elf.h: Revert last change.cvs/fedora-glibc-2_3_90-18Jakub Jelinek
2005-11-19Updated to fedora-glibc-20051119T1959Jakub Jelinek
2005-11-16Updated to fedora-glibc-20051116T0829cvs/fedora-glibc-2_3_90-17Jakub Jelinek
2005-11-15Updated to fedora-glibc-20051115T0809Jakub Jelinek
2005-10-20Updated to fedora-glibc-20051020T0651Jakub Jelinek
2005-10-10Updated to fedora-glibc-20051010T1417Jakub Jelinek
2005-10-03 * nscd/selinux.c (audit_init): Print error string in the failureJakub Jelinek
message.
2005-10-03Updated to fedora-glibc-20051003T2040Jakub Jelinek
2005-09-12 * malloc.c (struct malloc_chunk): Fix comment typo.Jakub Jelinek
(public_cALLOc): For mmapped chunks and perturb_byte != 0, don't clear SIZE_SZ bytes more than should be cleared.
2005-09-12Updated to fedora-glibc-20050912T0656Jakub Jelinek
2005-08-24Updated to fedora-glibc-20050824T0705Jakub Jelinek
2005-08-22Updated to fedora-glibc-20050822T0727Jakub Jelinek
2005-08-08Updated to fedora-glibc-20050808T2126Jakub Jelinek
2005-08-08 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):Jakub Jelinek
Shift marked &errno down on big-endian instead of up. * elf/tst-stackguard1.c (do_test): Fix a typo. nptl/ * tst-stackguard1.c (do_test): Likewise.
2005-07-29 * sysdeps/unix/sysv/dl-osinfo.h: Include errno.h, hp-timing.h,Jakub Jelinek
endian.h. (_dl_setup_stack_chk_guard): Even without --enable-stackguard-randomization attempt to do some guard randomization using hp-timing (if available) and kernel stack and mmap randomization. * elf/tst-stackguard1.c (do_test): Don't fail if the poor man's randomization doesn't work well enough. nptl/ * tst-stackguard1.c (do_test): Don't fail if the poor man's randomization doesn't work well enough.
2005-07-29Updated to fedora-glibc-20050729T1531Jakub Jelinek
2005-07-25Updated to fedora-glibc-20050725T0627Jakub Jelinek
2005-07-22 * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): UseJakub Jelinek
__gnuc_va_list rather than _G_va_list.
2005-07-22Mini merge from HEAD.Jakub Jelinek
2005-07-22Updated to fedora-glibc-20050722T0433Roland McGrath
2005-07-21 * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Jakub Jelinek
* debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument.
2005-07-21Updated to fedora-glibc-20050721T0814Jakub Jelinek
2005-07-08Updated to fedora-glibc-20050708T0811Jakub Jelinek
2005-06-272.3.90-1cvs/fedora-glibc-2_3_90-1Jakub Jelinek
2005-06-27Updated to fedora-glibc-20050627T0850Jakub Jelinek
2005-06-20Updated to fedora-glibc-20050620T1530Jakub Jelinek
2005-05-30 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): IfJakub Jelinek
GLRO(dl_osversion) has been already set to a value smaller than _dl_discover_osversion (), don't overwrite it here.
2005-05-24Updated to fedora-glibc-20050524T1606Jakub Jelinek
2005-05-232005-05-23 Ulrich Drepper <drepper@redhat.com>Jakub Jelinek
* sunrpc/pm_getport.c (__get_socket): New function. (pmap_getport): Use it to open a non-reserved socket to the portmapper for TCP. * include/rpc/pmap_clnt.h (__get_socket): Declare. * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an non-reserved socket for the portmapper. Based on a patch by Steve Dickson <steved@redhat.com>. * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port. If we tried looking at the usual range without success extend the range to even lower ports.
2005-05-23.Jakub Jelinek
2005-05-232005-05-22 Dmitry V. Levin <ldv@altlinux.org>Jakub Jelinek
[BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations.
2005-05-23Updated to fedora-glibc-20050523T1354Jakub Jelinek
2005-05-20 [BZ #955]Jakub Jelinek
* iconvdata/ibm939.c (BODY): Avoid segfaults with input characters <UFFFF> and above.