summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-202.3.5-11cvs/fedora-glibc-2_3_5-11Jakub Jelinek
2005-06-20Updated to fedora-glibc-20050620T1530Jakub Jelinek
2005-05-302.3.5-10cvs/fedora-glibc-2_3_5-10Jakub 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-30 * man/Makefile (SOURCES): Remove all man pages butJakub 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-242.3.5-9cvs/fedora-glibc-2_3_5-9Jakub Jelinek
2005-05-24Updated to fedora-glibc-20050524T1606Jakub Jelinek
2005-05-232.3.5-8cvs/fedora-glibc-2_3_5-8Jakub 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-23First test, then commit...Jakub Jelinek
2005-05-23 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.hJakub 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-232.3.5-8Jakub 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-202.3.5-7cvs/fedora-glibc-2_3_5-7Jakub Jelinek
2005-05-20 * sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define toJakub 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-20Updated to fedora-glibc-20050520T0919Jakub Jelinek
2005-05-042.3.5-6cvs/fedora-glibc-2_3_5-6Jakub Jelinek
2005-05-04Updated to fedora-glibc-20050504T1818Jakub Jelinek
2005-05-04Updated to fedora-glibc-20050504T0728Jakub Jelinek
2005-05-032.3.5-5cvs/fedora-glibc-2_3_5-5Jakub 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-03Updated to fedora-glibc-20050503T0852Jakub Jelinek
2005-04-282.3.5-4cvs/fedora-glibc-2_3_5-4Jakub Jelinek
2005-04-28Updated to fedora-glibc-20050428T0846Jakub Jelinek
2005-04-272.3.5-3cvs/fedora-glibc-2_3_5-3Jakub Jelinek
2005-04-27Updated to fedora-glibc-20050427T1912Jakub Jelinek
2005-04-272.3.5-2cvs/fedora-glibc-2_3_5-2Jakub Jelinek
2005-04-27 * elf/rtld.c (dl_main): Call _dl_init_linuxthreads_pathsJakub 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-27Updated to fedora-glibc-20050427T1043Jakub Jelinek
2005-04-27Add nosegneg build in glibc-xen subpackage on i686.Roland McGrath
2005-04-15Updated to fedora-glibc-20050415T0909cvs/fedora-glibc-2_3_5-1Roland McGrath
2005-04-08Remove undefined targets from .PHONY.Roland McGrath
2005-04-08Synchronize makefile tweaks with 2.3 branch.Roland McGrath
2005-04-05Updated to fedora-glibc-20050405T2114cvs/fedora-glibc-2_3_4-21Jakub Jelinek
2005-04-052.3.4-21Jakub Jelinek
2005-04-05 * sysdeps/pthread/pthread.h (__pthread_cleanup_routine): UseJakub Jelinek
__inline instead of inline. * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.
2005-04-052.3.4-20cvs/fedora-glibc-2_3_4-20Jakub Jelinek
2005-04-052.3.4-19cvs/fedora-glibc-2_3_4-19Jakub Jelinek
2005-04-012.3.4-19Jakub Jelinek
2005-04-01Updated to fedora-glibc-20050401T1444Jakub Jelinek
2005-03-252.3.4-18cvs/fedora-glibc-2_3_4-18Jakub Jelinek
2005-03-25 * sysdeps/wordsize-64/strtol_l.c: Don't add aliases if UNSIGNED.Jakub Jelinek
* sysdeps/wordsize-64/wcstol_l.c: Likewise.
2005-03-24Updated to fedora-glibc-20050324T0715cvs/fedora-glibc-2_3_4-17Jakub Jelinek
2005-03-202.3.4-16cvs/fedora-glibc-2_3_4-16Jakub Jelinek
2005-03-19Updated to fedora-glibc-20050319T1907cvs/fedora-glibc-2_3_4-15Jakub Jelinek
2005-03-192.3.4-15Jakub Jelinek
2005-03-19Updated to fedora-glibc-20050319T1907Jakub Jelinek