aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-04[BZ #5736]Ulrich Drepper
* malloc/malloc.c: Fix typo in comment.
2008-03-04[BZ #5627]Ulrich Drepper
2008-03-04 Ulrich Drepper <drepper@redhat.com> [BZ #5627] * locale/iso-639.def: Add Shuswap.
2008-03-04[BZ #5790]Ulrich Drepper
2008-02-25 Jakub Jelinek <jakub@redhat.com> [BZ #5790] * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't overwrite *h_errnop/*errnop values from getanswer_r in case of failure.
2008-03-04[BZ #5818]Ulrich Drepper
* nscd/connections.c (dbs): Add initializers for .suggested_module. (verify_persistent_db): Remove one unnecessary test and add a new one for bad configuration. (nscd_init): Improve error reported when persistent database cannot be reused. * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define. * nscd/nscd_conf.c (nscd_parse_file): Provide default values for .suggested_module and .max_db_size and case config file says the values are zero. * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2008-03-04[BZ #5854]Ulrich Drepper
* nis/ypclnt.c (yp_order): Fix handling of return value of do_ypcall_tr call. Patch by Jeff Moyer <jmoyer@redhat.com>.
2008-03-03* po/fr.po: Update from translation team.Ulrich Drepper
2008-03-03Update from translation team.Ulrich Drepper
2008-02-22[BZ #5012]Andreas Jaeger
Update. 2008-02-22 Andreas Jaeger <aj@suse.de>, Carlos O'Donell <carlos@systemhalted.org> [BZ #5012] * FAQ.in: Describe why glibc needs to be compiled with optimization.
2008-02-22[BZ #5012] Andreas Jaeger
* FAQ.in: Describe why glibc needs to be compiled with optimization.
2008-02-20* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.Roland McGrath
2008-02-202008-02-19 Roland McGrath <roland@redhat.com>Roland McGrath
* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2008-02-15[BZ #5737]cvs/fedora-glibc-20080216T1726Ulrich Drepper
2008-02-15 Ulrich Drepper <drepper@redhat.com> [BZ #5737] * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when __USE_MISC is defined.
2008-02-10* sysdeps/unix/sysv/linux/sys/timerfd.h: New file.Ulrich Drepper
* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add sys/timerfd.h. * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create, timerfd_gettime, timerfd_settime. * sysdeps/unix/sysv/linux/Versions: Add timerfd_create, timerfd_gettime, timerfd_settime for GLIBC_2.8.
2008-02-10Header for timerfd interfaces.Ulrich Drepper
2008-02-09* elf/elf.h (NT_PPC_SPE): New macro.Roland McGrath
2008-02-07* Makerules ($(common-objpfx)sysd-rules):Roland McGrath
Depend on $(sysdep-makeconfigs).
2008-02-01[BZ #5442]cvs/fedora-glibc-20080201T1017Roland McGrath
* configure.in: Use -print-file-name if it yields a directory, for each of include and include-fixed. * configure: Regenerated.
2008-02-01* Makeconfig (sysd-rules-targets): New variable.Roland McGrath
* sysdeps/unix/make-syscalls.sh: Use it in the rules emitted. * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2008-01-31* manual/libc.texinfo: Update back-cover text.cvs/fedora-glibc-20080131T0821Roland McGrath
2008-01-30* elf/elf.h (NT_386_TLS): New macro.Roland McGrath
2008-01-302008-01-30 Roland McGrath <roland@redhat.com>Roland McGrath
* elf/elf.h (NT_386_TLS): New macro.
2008-01-30* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): AvoidUlrich Drepper
unnecessary addr32 prefix.
2008-01-30(sem_post): Avoid unnecessary addr32 prefix.Ulrich Drepper
2008-01-30* Makeconfig (sysd-rules-patterns): New variable.Roland McGrath
* Makerules ($(common-objpfx)sysd-rules): Drive the loop from that. (check-inhibit-asm): New canned sequence, replaces ... (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed. * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands. (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld. (CFLAGS-rtld): Variable removed.
2008-01-24* configure.in: Let configure fragments set base_os.Roland McGrath
* configure: Regenerated.
2008-01-242008-01-24 Roland McGrath <roland@redhat.com>Roland McGrath
* configure.in: Let configure fragments set base_os. * configure: Regenerated.
2008-01-23* po/ko.po: Update from translation team.Ulrich Drepper
2008-01-22* sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.Ulrich Drepper
2008-01-22(XADD): Use a scratch register.Ulrich Drepper
2008-01-21[BZ #5040]Andreas Jaeger
Update. 2008-01-12 Andreas Jaeger <aj@suse.de> [BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): Add EPOLLRDHUP.
2008-01-21[BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): ↵Andreas Jaeger
Add EPOLLRDHUP.
2008-01-21* hurd/hurdsock.c (_hurd_socket_server): Return the standardRoland McGrath
error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT. * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2008-01-212008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath
* hurd/hurdsock.c (_hurd_socket_server): Return the standard error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT. * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper
* elf/dl-close.c (_dl_close): Check for it. * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise. (_dl_allocate_static_tls): Likewise. * elf/dl-tls.c (_dl_allocate_tls_init): Likewise. (__tls_get_addr): Protect from race conditions in setting l_tls_offset to it. * elf/tst-tls16.c: New file. * elf/tst-tlsmod16a.c: New file. * elf/tst-tlsmod16b.c: New file. * elf/Makefile: Add rules to build and run tst-tls16.
2008-01-16[BZ #5628]Ulrich Drepper
* bits/shm.h: Fix comment describing shmid_ds. * sysdeps/gnu/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise. Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2008-01-16* sysdeps/posix/getaddrinfo.c (default_labels): Adjust for changeUlrich Drepper
of names of in in6_addr. (default_precedence): Likewise. * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for NULL definition.
2008-01-16[BZ #5607]Ulrich Drepper
2008-01-16 Ulrich Drepper <drepper@redhat.com> [BZ #5607] * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate prototypes. * conform/data/limits.h-data: Adjust limits changed in v6 and add additional suffixes. * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry. Add optional functions mq_timedreceive and mq_timedsend. * conform/data/netdb.h-data: Add more AI_* and EAI_* constants. * conform/data/pthread.h-data: Fix prototype of pthread_condattr_setclock. pthread_sigmask is not required in v6. * conform/data/semaphore.h-data: Allow time.h definitions. * conform/data/signal.h-data: Likewise. * conform/data/stdio.h-data: getw and putw are not required in v6. * conform/data/stdlib.h-data: Change setstate prototype. * conform/data/string.h-data: Fix strerror_r prototype. * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition. * conform/data/unistd.h-data: pthread_atfork not required in v6. Fix readlink prototype. * conform/data/netinet/in.h-data: Add const to in6addr_any and in6addr_loopback. * inet/netinet/in.h: Cleanup namespace. * posix/regex.h: Likewise. * resolv/netdb.h: Likewise. * sysdeps/unix/sysv/linux/bits/in.h: Likewise. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2008-01-15* conform/data/fmtmsg.h-data: Add missing allows.Ulrich Drepper
* conform/data/ftw.h-data: Likewise. * conform/data/inttypes.h-data: Likewise. * conform/data/math.h-data: Likewise. * conform/data/signal.h-data: Likewise. * conform/data/net/if.h-data: Likewise. * conform/data/netinet/in.h-data: Likewise. * conform/data/sys/socket.h-data: Likewise.
2008-01-15* tst-eintr2.c (do_test): make sure that if mutex_lock in mainUlrich Drepper
thread returns the program exits with an error code.
2008-01-15[BZ #5614]Ulrich Drepper
2008-01-15 Ulrich Drepper <drepper@redhat.com> [BZ #5614] * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP. (__strtok_r): Simplify. * string/tester.c (test_strtok_r): Add test case for futile search with single-character seach string.
2008-01-12* po/ko.po: Update from translation team.Ulrich Drepper
2008-01-12Update from translation team.Ulrich Drepper
2008-01-12[BZ #5600]Andreas Jaeger
update 2008-01-11 Andreas Jaeger <aj@suse.de> [BZ #5600] * sysdeps/unix/sysv/linux/sys/signalfd.h (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux kernel header.
2008-01-12[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync ↵Andreas Jaeger
with Linux kernel header.
2008-01-11[BZ #5520]cvs/fedora-glibc-20080111T0737Ulrich Drepper
2008-01-10 Ulrich Drepper <drepper@redhat.com> [BZ #5520] * locales/ga_IE: Fix May, June, November and December entries in mon.
2008-01-10* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result ofUlrich Drepper
native interface lookup in all the relevant places.
2008-01-102008-01-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
Ulrich Drepper <drepper@redhat.com>
2008-01-10* sysdeps/posix/getaddrinfo.c (sort_results): Remove service_orderUlrich Drepper
field. Use sockaddr_in6 for source_addr. (get_scope): Change type of parameter to sockaddr_in6. Adjust. (match_prefix): Likewise. (get_label): Likewise. (get_precedence): Likewise. (rfc3484_sort): Change to use indirect access to results array. Adjust to use of sockaddr_in6. Replace service_order test with simple index comparison. (getaddrinfo): Define order array. Initialize it. Don't initialize service_order field. Adjust qsort_t calls. Access sorted result array indirectly through order array. * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort. * posix/tst-rfc3484-2.c: Likewise. * posix/tst-rfc3484-3.c: Likewise.
2008-01-10* pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper
* sysdeps/unix/sysv/linux/structsem.sym: Add SEM_VALUE_MAX. * sysdeps/unix/sysv/linux/sem_post.c: Don't overflow value field. * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise. * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise.
2008-01-09[BZ #5541]Ulrich Drepper
* sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and pollfd structures. Patch by André Cruz.