Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-29 | Updated to fedora-glibc-20050729T1531 | Jakub Jelinek | |
2005-07-25 | 2.3.90-6cvs/fedora-glibc-2_3_90-6 | Jakub Jelinek | |
2005-07-25 | Updated to fedora-glibc-20050725T0627 | Jakub Jelinek | |
2005-07-22 | 2.3.90-5cvs/fedora-glibc-2_3_90-5 | Jakub Jelinek | |
2005-07-22 | * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use | Jakub Jelinek | |
__gnuc_va_list rather than _G_va_list. | |||
2005-07-22 | Mini merge from HEAD. | Jakub Jelinek | |
2005-07-22 | 2.3.90-4cvs/fedora-glibc-2_3_90-4 | Jakub Jelinek | |
2005-07-22 | Updated to fedora-glibc-20050722T0433 | Roland McGrath | |
2005-07-21 | 2.3.90-3cvs/fedora-glibc-2_3_90-3 | Jakub Jelinek | |
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-21 | Updated to fedora-glibc-20050721T0814 | Jakub Jelinek | |
2005-07-08 | 2.3.90-2cvs/fedora-glibc-2_3_90-2 | Jakub Jelinek | |
2005-07-08 | 2.3.90-2 | Jakub Jelinek | |
2005-07-08 | 2.3.90-2 | Jakub Jelinek | |
2005-07-08 | Also remove. | Jakub Jelinek | |
2005-07-08 | Updated to fedora-glibc-20050708T0811 | Jakub Jelinek | |
2005-06-27 | 2.3.90-1cvs/fedora-glibc-2_3_90-1 | Jakub Jelinek | |
2005-06-27 | Updated to fedora-glibc-20050627T0850 | Jakub Jelinek | |
2005-06-20 | 2.3.5-11cvs/fedora-glibc-2_3_5-11 | Jakub Jelinek | |
2005-06-20 | Updated to fedora-glibc-20050620T1530 | Jakub Jelinek | |
2005-05-30 | 2.3.5-10cvs/fedora-glibc-2_3_5-10 | Jakub Jelinek | |
2005-05-30 | * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If | Jakub Jelinek | |
GLRO(dl_osversion) has been already set to a value smaller than _dl_discover_osversion (), don't overwrite it here. | |||
2005-05-30 | * man/Makefile (SOURCES): Remove all man pages but | Jakub Jelinek | |
pthread_cleanup_push.man, pthread_kill_other_threads_np.man and pthread_mutexattr_setkind_np.man. * man/pthread_cleanup_push.man: Replace (3) with (3p) where man page was not kept. * man/pthread_kill_other_threads_np.man: Likewise. * man/pthread_mutexattr_setkind_np.man: Likewise. | |||
2005-05-24 | 2.3.5-9cvs/fedora-glibc-2_3_5-9 | Jakub Jelinek | |
2005-05-24 | Updated to fedora-glibc-20050524T1606 | Jakub Jelinek | |
2005-05-23 | 2.3.5-8cvs/fedora-glibc-2_3_5-8 | Jakub Jelinek | |
2005-05-23 | 2005-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 | First test, then commit... | Jakub Jelinek | |
2005-05-23 | * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h | Jakub Jelinek | |
[IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of bl __librt_*_asynccancel@local. * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h [IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of bl __librt_*_asynccancel@local. | |||
2005-05-23 | . | Jakub Jelinek | |
2005-05-23 | 2.3.5-8 | Jakub Jelinek | |
2005-05-23 | 2005-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-23 | Updated to fedora-glibc-20050523T1354 | Jakub Jelinek | |
2005-05-20 | 2.3.5-7cvs/fedora-glibc-2_3_5-7 | Jakub Jelinek | |
2005-05-20 | * sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define to | Jakub Jelinek | |
size/alignment of struct pthread rather than tcbhead_t. * sysdeps/x86_64/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Likewise. * sysdeps/s390/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Likewise. * sysdeps/sparc/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Likewise. | |||
2005-05-20 | [BZ #955] | Jakub Jelinek | |
* iconvdata/ibm939.c (BODY): Avoid segfaults with input characters <UFFFF> and above. | |||
2005-05-20 | Updated to fedora-glibc-20050520T0919 | Jakub Jelinek | |
2005-05-04 | 2.3.5-6cvs/fedora-glibc-2_3_5-6 | Jakub Jelinek | |
2005-05-04 | Updated to fedora-glibc-20050504T1818 | Jakub Jelinek | |
2005-05-04 | Updated to fedora-glibc-20050504T0728 | Jakub Jelinek | |
2005-05-03 | 2.3.5-5cvs/fedora-glibc-2_3_5-5 | Jakub Jelinek | |
2005-05-03 | * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0, | Jakub Jelinek | |
call ftruncate if offset is bigger than current size. Make sure the file is offset + len bytes long if that is more than current size. Don't overwrite previous content of the file. * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64): Likewise. | |||
2005-05-03 | Updated to fedora-glibc-20050503T0852 | Jakub Jelinek | |
2005-04-28 | 2.3.5-4cvs/fedora-glibc-2_3_5-4 | Jakub Jelinek | |
2005-04-28 | Updated to fedora-glibc-20050428T0846 | Jakub Jelinek | |
2005-04-27 | 2.3.5-3cvs/fedora-glibc-2_3_5-3 | Jakub Jelinek | |
2005-04-27 | Updated to fedora-glibc-20050427T1912 | Jakub Jelinek | |
2005-04-27 | 2.3.5-2cvs/fedora-glibc-2_3_5-2 | Jakub Jelinek | |
2005-04-27 | * elf/rtld.c (dl_main): Call _dl_init_linuxthreads_paths | Jakub Jelinek | |
if GLRO(dl_osversion) <= 0x20413. * elf/dl-load.c (_dl_init_paths): Allocate one extra pointer in rtld_search_dirs.dirs. (_dl_init_linuxthreads_paths): New function. | |||
2005-04-27 | Updated to fedora-glibc-20050427T1043 | Jakub Jelinek | |