about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 2.3.90-9 cvs/fedora-glibc-2_3_90-9Jakub Jelinek2005-08-221-1/+7
|
* Updated to fedora-glibc-20050822T0727Jakub Jelinek2005-08-2226-170/+525
|
* 2.3.90-8 cvs/fedora-glibc-2_3_90-8Jakub Jelinek2005-08-081-2/+12
|
* Updated to fedora-glibc-20050808T2126Jakub Jelinek2005-08-0849-293/+796
|
* * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):Jakub Jelinek2005-08-085-4/+14
| | | | | | | 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.
* 2.3.90-7 cvs/fedora-glibc-2_3_90-7Jakub Jelinek2005-07-291-1/+7
|
* * sysdeps/unix/sysv/dl-osinfo.h: Include errno.h, hp-timing.h,Jakub Jelinek2005-07-295-4/+57
| | | | | | | | | | | | | 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.
* Updated to fedora-glibc-20050729T1531Jakub Jelinek2005-07-2916-4421/+5122
|
* 2.3.90-6 cvs/fedora-glibc-2_3_90-6Jakub Jelinek2005-07-251-1/+7
|
* Updated to fedora-glibc-20050725T0627Jakub Jelinek2005-07-2511-27/+108
|
* 2.3.90-5 cvs/fedora-glibc-2_3_90-5Jakub Jelinek2005-07-221-1/+6
|
* * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): UseJakub Jelinek2005-07-222-2/+7
| | | | __gnuc_va_list rather than _G_va_list.
* Mini merge from HEAD.Jakub Jelinek2005-07-223-2/+9
|
* 2.3.90-4 cvs/fedora-glibc-2_3_90-4Jakub Jelinek2005-07-221-1/+6
|
* Updated to fedora-glibc-20050722T0433Roland McGrath2005-07-226-6/+20
|
* 2.3.90-3 cvs/fedora-glibc-2_3_90-3Jakub Jelinek2005-07-211-1/+11
|
* * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Jakub Jelinek2005-07-213-4/+13
| | | | | * debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument.
* Updated to fedora-glibc-20050721T0814Jakub Jelinek2005-07-21138-872/+3786
|
* 2.3.90-2 cvs/fedora-glibc-2_3_90-2Jakub Jelinek2005-07-081-1/+1
|
* 2.3.90-2Jakub Jelinek2005-07-082-8/+17
|
* 2.3.90-2Jakub Jelinek2005-07-081-0/+13
|
* Also remove.Jakub Jelinek2005-07-081-13/+0
|
* Updated to fedora-glibc-20050708T0811Jakub Jelinek2005-07-08428-46146/+568
|
* 2.3.90-1 cvs/fedora-glibc-2_3_90-1Jakub Jelinek2005-06-27102-13436/+228
|
* Updated to fedora-glibc-20050627T0850Jakub Jelinek2005-06-2744-78/+1148
|
* 2.3.5-11 cvs/fedora-glibc-2_3_5-11Jakub Jelinek2005-06-201-1/+13
|
* Updated to fedora-glibc-20050620T1530Jakub Jelinek2005-06-20173-537/+1976
|
* 2.3.5-10 cvs/fedora-glibc-2_3_5-10Jakub Jelinek2005-05-301-1/+9
|
* * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): IfJakub Jelinek2005-05-302-1/+9
| | | | | GLRO(dl_osversion) has been already set to a value smaller than _dl_discover_osversion (), don't overwrite it here.
* * man/Makefile (SOURCES): Remove all man pages butJakub Jelinek2005-05-305-22/+26
| | | | | | | | | 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.
* 2.3.5-9 cvs/fedora-glibc-2_3_5-9Jakub Jelinek2005-05-241-1/+6
|
* Updated to fedora-glibc-20050524T1606Jakub Jelinek2005-05-24132-6785/+28
|
* 2.3.5-8 cvs/fedora-glibc-2_3_5-8Jakub Jelinek2005-05-231-0/+3
|
* 2005-05-23 Ulrich Drepper <drepper@redhat.com>Jakub Jelinek2005-05-235-10/+96
| | | | | | | | | | | | | | * 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.
* First test, then commit...Jakub Jelinek2005-05-232-4/+4
|
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.hJakub Jelinek2005-05-234-6/+18
| | | | | | | | | [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.
* .Jakub Jelinek2005-05-231-0/+4
|
* 2.3.5-8Jakub Jelinek2005-05-232-2/+7
|
* 2005-05-22 Dmitry V. Levin <ldv@altlinux.org>Jakub Jelinek2005-05-232-3/+9
| | | | | | [BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations.
* Updated to fedora-glibc-20050523T1354Jakub Jelinek2005-05-2341-291/+349
|
* 2.3.5-7 cvs/fedora-glibc-2_3_5-7Jakub Jelinek2005-05-201-4/+10
|
* * sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define toJakub Jelinek2005-05-205-14/+33
| | | | | | | | | | 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.
* [BZ #955]Jakub Jelinek2005-05-202-10/+14
| | | | | * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters <UFFFF> and above.
* Updated to fedora-glibc-20050520T0919Jakub Jelinek2005-05-2019-75/+332
|
* 2.3.5-6 cvs/fedora-glibc-2_3_5-6Jakub Jelinek2005-05-041-1/+3
|
* Updated to fedora-glibc-20050504T1818Jakub Jelinek2005-05-0480-257/+426
|
* Updated to fedora-glibc-20050504T0728Jakub Jelinek2005-05-0451-409/+1028
|
* 2.3.5-5 cvs/fedora-glibc-2_3_5-5Jakub Jelinek2005-05-032-4/+12
|
* * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,Jakub Jelinek2005-05-033-20/+75
| | | | | | | | 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.
* Updated to fedora-glibc-20050503T0852Jakub Jelinek2005-05-0336-157/+7608
|