jlayton/glibc.git
16 years ago[BZ #5607]
Ulrich Drepper [Wed, 16 Jan 2008 10:11:18 +0000 (10:11 +0000)]
[BZ #5607]

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.

16 years ago* conform/data/fmtmsg.h-data: Add missing allows.
Ulrich Drepper [Tue, 15 Jan 2008 21:30:09 +0000 (21:30 +0000)]
* conform/data/fmtmsg.h-data: Add missing allows.

* 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.

16 years ago* tst-eintr2.c (do_test): make sure that if mutex_lock in main
Ulrich Drepper [Tue, 15 Jan 2008 20:15:10 +0000 (20:15 +0000)]
* tst-eintr2.c (do_test): make sure that if mutex_lock in main

thread returns the program exits with an error code.

16 years ago[BZ #5614]
Ulrich Drepper [Tue, 15 Jan 2008 19:11:51 +0000 (19:11 +0000)]
[BZ #5614]

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.

16 years ago* po/ko.po: Update from translation team.
Ulrich Drepper [Sat, 12 Jan 2008 17:31:39 +0000 (17:31 +0000)]
* po/ko.po: Update from translation team.

16 years agoUpdate from translation team.
Ulrich Drepper [Sat, 12 Jan 2008 17:31:34 +0000 (17:31 +0000)]
Update from translation team.

16 years ago[BZ #5600]
Andreas Jaeger [Sat, 12 Jan 2008 16:34:11 +0000 (16:34 +0000)]
[BZ #5600]

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.

16 years ago[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux...
Andreas Jaeger [Sat, 12 Jan 2008 16:33:43 +0000 (16:33 +0000)]
[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux kernel header.

16 years ago[BZ #5520] cvs/fedora-glibc-20080111T0737
Ulrich Drepper [Fri, 11 Jan 2008 00:26:22 +0000 (00:26 +0000)]
[BZ #5520]

2008-01-10  Ulrich Drepper  <drepper@redhat.com>
[BZ #5520]
* locales/ga_IE: Fix May, June, November and December entries in mon.

16 years ago* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
Ulrich Drepper [Thu, 10 Jan 2008 22:30:58 +0000 (22:30 +0000)]
* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of

native interface lookup in all the relevant places.

16 years ago2008-01-10 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Thu, 10 Jan 2008 20:19:53 +0000 (20:19 +0000)]
2008-01-10  Jakub Jelinek  <jakub@redhat.com>

    Ulrich Drepper  <drepper@redhat.com>

16 years ago* sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
Ulrich Drepper [Thu, 10 Jan 2008 20:00:52 +0000 (20:00 +0000)]
* sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order

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.

16 years ago* pthread-errnos.sym: Add EOVERFLOW.
Ulrich Drepper [Thu, 10 Jan 2008 18:34:43 +0000 (18:34 +0000)]
* pthread-errnos.sym: Add EOVERFLOW.

* 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.

16 years ago[BZ #5541]
Ulrich Drepper [Wed, 9 Jan 2008 21:52:40 +0000 (21:52 +0000)]
[BZ #5541]

* sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
pollfd structures.
Patch by AndrĂ© Cruz.

16 years ago[BZ #5545]
Ulrich Drepper [Wed, 9 Jan 2008 21:16:11 +0000 (21:16 +0000)]
[BZ #5545]

* sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
(clnt_spcreateerror): Likewise.

16 years ago[BZ #5553]
Ulrich Drepper [Wed, 9 Jan 2008 20:35:03 +0000 (20:35 +0000)]
[BZ #5553]

2008-01-09  Ulrich Drepper  <drepper@redhat.com>
[BZ #5553]
* malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
(public_mEMALIGn): Likewise.
Patch mostly by Daniel Jacobowitz.

16 years ago008-01-08 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Wed, 9 Jan 2008 20:03:58 +0000 (20:03 +0000)]
008-01-08  Jakub Jelinek  <jakub@redhat.com>

* iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
defined.
(REINIT_PARAMS): Likewise.  Undefine before end of file.
(STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
transliteration hooks and REINIT_PARAMS afterwards.
* iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
status.
(REINIT_PARAMS): Define.
* iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
* iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
* iconvdata/tst-iconv7.c: New test.

16 years ago* sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
Ulrich Drepper [Wed, 9 Jan 2008 19:35:21 +0000 (19:35 +0000)]
* sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid

clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
* stdlib/Makefile: Add rules to build and run tst-makecontext2.
* stdlib/tst-makecontext2.c: New test.

16 years ago* libio/stdio.h (vscanf): Fix definition for loser compilers.
Ulrich Drepper [Tue, 8 Jan 2008 01:19:15 +0000 (01:19 +0000)]
* libio/stdio.h (vscanf): Fix definition for loser compilers.

16 years ago(vscanf): Fix definition for loser compilers.
Ulrich Drepper [Tue, 8 Jan 2008 01:18:40 +0000 (01:18 +0000)]
(vscanf): Fix definition for loser compilers.

16 years ago[BZ #5112]
Jakub Jelinek [Sat, 5 Jan 2008 09:08:03 +0000 (09:08 +0000)]
[BZ #5112]

* nscd/connections.c (restart): Fix condition.
2008-01-05  Jakub Jelinek  <jakub@redhat.com>

[BZ #5112]
* nscd/connections.c (restart): Fix condition.

16 years ago* ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc, cvs/fedora-glibc-20080103T1958
Ulrich Drepper [Thu, 3 Jan 2008 19:51:01 +0000 (19:51 +0000)]
* ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,

__ctype_toupper_loc): Add __THROW.

16 years ago* sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
Ulrich Drepper [Thu, 3 Jan 2008 00:25:03 +0000 (00:25 +0000)]
* sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix

recognition of interface family.

16 years ago* posix/getconf.c: Update copyright year.
Ulrich Drepper [Wed, 2 Jan 2008 19:26:03 +0000 (19:26 +0000)]
* posix/getconf.c: Update copyright year.

* nss/getent.c: Likewise.
* iconv/iconvconfig.c: Likewise.
* iconv/iconv_prog.c: Likewise.
* elf/ldconfig.c: Likewise.
* catgets/gencat.c: Likewise.
* csu/version.c: Likewise.
* elf/ldd.bash.in: Likewise.
* elf/sprof.c (print_version): Likewise.
* locale/programs/locale.c: Likewise.
* locale/programs/localedef.c: Likewise.
* nscd/nscd.c (print_version): Likewise.
* debug/xtrace.sh: Likewise.
* malloc/memusage.sh: Likewise.
* malloc/mtrace.pl: Likewise.
* debug/catchsegv.sh: Likewise.

16 years ago* nss/nsswitch.c (__nss_lookup): Actually use alternative name in cvs/fedora-glibc-20071227T0908
Ulrich Drepper [Wed, 26 Dec 2007 23:54:44 +0000 (23:54 +0000)]
* nss/nsswitch.c (__nss_lookup): Actually use alternative name in

second lookup.

16 years ago* sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
Ulrich Drepper [Sun, 23 Dec 2007 19:32:44 +0000 (19:32 +0000)]
* sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.

* sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.

16 years ago(intel_02_known): New entry 0x3f.
Ulrich Drepper [Sun, 23 Dec 2007 19:32:28 +0000 (19:32 +0000)]
(intel_02_known): New entry 0x3f.

16 years ago* inet/ether_line.c (ether_line): Remove unused variable.
Roland McGrath [Mon, 17 Dec 2007 21:22:17 +0000 (21:22 +0000)]
* inet/ether_line.c (ether_line): Remove unused variable.

2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* login/forkpty.c (forkpty): Add const qualifier to parameters termp
and winp.
* login/openpty.c (openpty): Likewise.
* login/pty.h (openpty, forkpty): Likewise.
* manual/terminal.texi (openpty, forkpty): Likewise.

16 years ago2007-12-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 17 Dec 2007 21:22:02 +0000 (21:22 +0000)]
2007-12-17  Roland McGrath  <roland@redhat.com>

* inet/ether_line.c (ether_line): Remove unused variable.

16 years ago* malloc/malloc.c (public_cALLOc): For arena other than
Ulrich Drepper [Mon, 17 Dec 2007 18:44:04 +0000 (18:44 +0000)]
* malloc/malloc.c (public_cALLOc): For arena other than

main_arena, count all bytes inside the mprotect_size range of the
heap as uninitialized.

16 years ago* elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
Ulrich Drepper [Mon, 17 Dec 2007 00:00:57 +0000 (00:00 +0000)]
* elf/tst-execstack.c (do_test): Don't fail if SELinux forbids

executable stacks.

16 years ago* malloc/tst-trim1.c: New file.
Ulrich Drepper [Sun, 16 Dec 2007 22:57:57 +0000 (22:57 +0000)]
* malloc/tst-trim1.c: New file.

* malloc/Makefile (tests): Add tst-trim1.

16 years ago* malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
Ulrich Drepper [Sun, 16 Dec 2007 22:53:08 +0000 (22:53 +0000)]
* malloc/malloc.c (public_mTRIm): Iterate over all arenas and call

mTRIm for all of them.
(mTRIm): Additionally iterate over all free blocks and use madvise
to free memory for all those blocks which contain at least one
memory page.

* malloc/malloc.c (do_check_malloc_state): Minimal cleanups.

16 years ago* sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
Ulrich Drepper [Sat, 15 Dec 2007 01:12:13 +0000 (01:12 +0000)]
* sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):

Return long.
(__vdso_clock_gettime): Likewise.

16 years ago* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
Ulrich Drepper [Fri, 14 Dec 2007 23:38:23 +0000 (23:38 +0000)]
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):

First cast argument to long
* sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
return long.

16 years ago* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additional
Ulrich Drepper [Fri, 14 Dec 2007 16:33:44 +0000 (16:33 +0000)]
* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additional

parameter.  Passed it as permission to mmap.
* allocatestack.c (allocate_stack): Pass prot as second parameter
to ARCH_RETRY_MMAP.

16 years ago* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
Ulrich Drepper [Fri, 14 Dec 2007 03:54:07 +0000 (03:54 +0000)]
* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.

* locale/nl_langinfo_l.c: Real implementation, copied from
nl_langinfo.c.
* include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.

16 years ago.. cvs/fedora-glibc-20071212T1953
Ulrich Drepper [Wed, 12 Dec 2007 18:41:10 +0000 (18:41 +0000)]
..

* tst-basic7.c: Allocate memory for the stack.

16 years ago* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
Ulrich Drepper [Wed, 12 Dec 2007 18:28:58 +0000 (18:28 +0000)]
* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,

that would inhibit utf8-optimization of a regexp containing line-
or buffer-anchors, e.g., `^', `$'.

16 years ago* time/bug-getdate1.c (do_test): Don't use century values which
Ulrich Drepper [Wed, 12 Dec 2007 18:23:00 +0000 (18:23 +0000)]
* time/bug-getdate1.c (do_test): Don't use century values which

aren't valid on 32-bit systems.

16 years ago[BZ #5477]
Ulrich Drepper [Wed, 12 Dec 2007 18:03:27 +0000 (18:03 +0000)]
[BZ #5477]

2007-12-12  Jakub Jelinek  <jakub@redhat.com>
* sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
(memmove): Rename to __memmove_g, with __asm__ ("memmove").
* sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
__strcat_g, __strncat_g): Add __asm__.

2007-12-12  Ulrich Drepper  <drepper@redhat.com>

[BZ #5477]
* io/fchmodat.c: Fix typo in stub_warning use.
Patch by Petr Salinger.

16 years ago[BZ #5463, BZ #5464] cvs/fedora-glibc-20071212T1051
Ulrich Drepper [Wed, 12 Dec 2007 08:07:33 +0000 (08:07 +0000)]
[BZ #5463, BZ #5464]

* iconvdata/hp-thai8.c: New file.
* iconvdata/Makefile: Add rules for hp-thai8.c.
* iconvdata/tst-tables.sh: Add entry for HP-THAI8.
* iconvdata/gconv-modules: Likewise.

[BZ #5464]
* iconvdata/hp-greek8.c: New file.
* iconvdata/Makefile: Add rules for hp-greek8.c.
* iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
* iconvdata/gconv-modules: Likewise.

[BZ #5463]
* iconvdata/hp-turkish8.c: New file.
* iconvdata/Makefile: Add rules for hp-turkish8.c.
* iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
* iconvdata/gconv-modules: Likewise.

16 years ago[BZ #5465]
Ulrich Drepper [Wed, 12 Dec 2007 08:06:15 +0000 (08:06 +0000)]
[BZ #5465]

2007-12-12  Ulrich Drepper  <drepper@redhat.com>
[BZ #5465]
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S [!SHARED]
(__pthread_cond_timedwait): Don't use VDSO.

16 years ago* malloc/arena.c (grow_heap): Split out code to shrink heap into...
Ulrich Drepper [Wed, 12 Dec 2007 00:11:49 +0000 (00:11 +0000)]
* malloc/arena.c (grow_heap): Split out code to shrink heap into...

(shrink_heap): ... this new function.
(heap_trim): Call shrink_heap instead of grow_heap.

16 years ago* malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
Ulrich Drepper [Tue, 11 Dec 2007 23:46:43 +0000 (23:46 +0000)]
* malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this

case don't call alloc_perturb.

16 years ago* charmaps/UTF-8: Add Unicode 5.1 entries.
Ulrich Drepper [Tue, 11 Dec 2007 06:54:26 +0000 (06:54 +0000)]
* charmaps/UTF-8: Add Unicode 5.1 entries.

16 years ago* sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
Ulrich Drepper [Mon, 10 Dec 2007 23:51:42 +0000 (23:51 +0000)]
* sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if

possible.
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
* sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.

16 years ago[BZ #5424, BZ #5428, BZ #5451]
Ulrich Drepper [Mon, 10 Dec 2007 01:43:40 +0000 (01:43 +0000)]
[BZ #5424, BZ #5428, BZ #5451]

2007-12-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #5424]
* stdio-common/vfprintf.c: Do not overflow when adding to done.
* stdio-common/Makefile (tests): Add bug22.
* stdio-common/bug22.c: New file.

[BZ #5451]
* time/getdate.c: Fix filling in default values.
* time/bug-getdate1.c: New file.
* time/Makefile: Add rules to build and run bug-getdate1.

* iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
* iconvdata/ebcdic-es.c: Likewise.
* iconvdata/ebcdic-es-a.c: Likewise.
* iconvdata/ebcdic-uk.c: Likewise.
* iconvdata/iso8859-16.c: Likewise.
* iconvdata/viscii.c: Likewise.
* iconvdata/iso8859-9e.c: Likewise.
* iconvdata/Makefile: Adjust appropriately.

[BZ #5428]
* wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
__need_wint_t.

* iconvdata/gconv-modules: Likewise.

16 years ago[BZ #5427]
Ulrich Drepper [Sat, 8 Dec 2007 01:38:23 +0000 (01:38 +0000)]
[BZ #5427]

* iconvdata/hp-roman9.c: New file.
* iconvdata/Makefile: Add rules for hp-roman9.c.
* iconvdata/tst-tables.sh: Add HP-ROMAN9.

* iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
* iconvdata/Makefile: Adjust appropriately.

keyword for gcc's braced-groups.

16 years ago[BZ #5441, BZ #5452, BZ #5454]
Ulrich Drepper [Fri, 7 Dec 2007 16:50:11 +0000 (16:50 +0000)]
[BZ #5441, BZ #5452, BZ #5454]

2007-12-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #5441]
* stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
structure, it's allocated with alloca.
* stdio-common/Makefile (tests): Add bug21.
* stdio-common/bug21.c: New file.

2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>

[BZ #5452]
* sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
  keyword for gcc's braced-groups.

2007-12-07  Ulrich Drepper  <drepper@redhat.com>

[BZ #5454]
* inet/ether_line.c: Strip hostname of whitespaces.
* inet/Makefile (tests): Add tst-ether_line.
* inet/tst-ether_line.c: New file.

16 years ago* locales/si_LK (mon): Fix February and November spelling.
Ulrich Drepper [Wed, 5 Dec 2007 06:52:49 +0000 (06:52 +0000)]
* locales/si_LK (mon): Fix February and November spelling.

Patch by Danishka Navin <snavin@redhat.com>.

16 years ago* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):
Ulrich Drepper [Wed, 5 Dec 2007 02:31:48 +0000 (02:31 +0000)]
* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):

Store 2 before returning ETIMEDOUT.

16 years ago[BZ #5439]
Ulrich Drepper [Mon, 3 Dec 2007 06:17:25 +0000 (06:17 +0000)]
[BZ #5439]

* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.

16 years ago[BZ #5435]
Ulrich Drepper [Mon, 3 Dec 2007 04:57:30 +0000 (04:57 +0000)]
[BZ #5435]

* sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.

16 years ago* stdlib/tst-setcontext.c: Catch the case where the links gets
Ulrich Drepper [Mon, 3 Dec 2007 04:12:05 +0000 (04:12 +0000)]
* stdlib/tst-setcontext.c: Catch the case where the links gets

messed up and we do not reach main again.

16 years ago* po/ca.po: Update from translation team.
Ulrich Drepper [Mon, 3 Dec 2007 00:04:09 +0000 (00:04 +0000)]
* po/ca.po: Update from translation team.

16 years ago* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
Ulrich Drepper [Mon, 26 Nov 2007 22:53:40 +0000 (22:53 +0000)]
* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.

16 years agoDefine __need_FILE also for __USE_XOPEN2K.
Ulrich Drepper [Mon, 26 Nov 2007 22:50:59 +0000 (22:50 +0000)]
Define __need_FILE also for __USE_XOPEN2K.

* wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.

16 years agoDefine REG_ENOSYS also for Unix98.
Ulrich Drepper [Mon, 26 Nov 2007 13:07:53 +0000 (13:07 +0000)]
Define REG_ENOSYS also for Unix98.

* posix/regex.h (REG_ENOSYS): Likewise.

16 years agoDeclare fsync also for Unix98.
Ulrich Drepper [Mon, 26 Nov 2007 12:53:17 +0000 (12:53 +0000)]
Declare fsync also for Unix98.

2007-11-26  Ulrich Drepper  <drepper@redhat.com>

* posix/unistd.h: Declare fsync also for Unix98.

16 years agomemory allocation failed.
Ulrich Drepper [Sun, 25 Nov 2007 21:35:54 +0000 (21:35 +0000)]
memory allocation failed.

16 years agoClear array before use.
Ulrich Drepper [Sun, 25 Nov 2007 21:29:30 +0000 (21:29 +0000)]
Clear array before use.

* nscd/hstcache.c (cache_addhst): Likewise.
* nscd/grpcache.c (cache_addgr): Likewise.
* nscd/servicescache.c (cache_addserv): Likewise.
* nscd/pwdcache.c (cache_addpw): Likewise.
* nscd/initgrcache.c (addinitgroupsX): Likewise.

16 years ago* nscd/nscd.h (MAX_STACK_USE): Define.
Ulrich Drepper [Sun, 25 Nov 2007 21:08:01 +0000 (21:08 +0000)]
* nscd/nscd.h (MAX_STACK_USE): Define.

* nscd/mem.c (MAX_STACK_USE): Remove definition here.
(gc): Initialize stack_used based on allocation in prune_cache.
* nscd/cache.c (prune_cache): Use heap for mark array if necessary.
Clear array bfore use.

* nscd/aicache.c (addhstaiX): Update statistics counter in case
memory allocate failed.

16 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
Ulrich Drepper [Sat, 24 Nov 2007 03:23:39 +0000 (03:23 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open

and creat system calls.

16 years ago* sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
Ulrich Drepper [Sat, 24 Nov 2007 03:12:25 +0000 (03:12 +0000)]
* sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.

* nscd/mem.c (gc): Don't allocate arrays on the stack if they can
Return zero in case the thread library is not NPTL.

16 years ago* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):
Ulrich Drepper [Sat, 24 Nov 2007 01:16:53 +0000 (01:16 +0000)]
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):

Store 2 before returning ETIMEDOUT.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise
* sysdeps/unix/sysv/linux/lowlevellock.c: Likewise.
(__lll_lock_wait_private): Optimize.
(__lll_lock_wait): Likewise.

16 years ago* sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
Ulrich Drepper [Fri, 23 Nov 2007 15:21:46 +0000 (15:21 +0000)]
* sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,

strncat): Define as macros to avoid compile errors.

16 years ago* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Add open and
Ulrich Drepper [Fri, 23 Nov 2007 15:20:57 +0000 (15:20 +0000)]
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and

creat entries.

16 years ago* sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
Ulrich Drepper [Fri, 23 Nov 2007 15:19:41 +0000 (15:19 +0000)]
* sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):

Add netiucv/iucv.h.
* sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
* sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
protocol.
* sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
* sysdeps/unix/sysv/linux/s390/opensock.c: New file.
* sysdeps/unix/sysv/linux/s390/sa_len.c: New file.

16 years agoPartially based on a patch by Petr Baudis <pasky@suse.cz>.
Ulrich Drepper [Fri, 23 Nov 2007 06:39:08 +0000 (06:39 +0000)]
Partially based on a patch by Petr Baudis <pasky@suse.cz>.

16 years ago[BZ #5382]
Ulrich Drepper [Fri, 23 Nov 2007 06:37:58 +0000 (06:37 +0000)]
[BZ #5382]

* nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
* nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
* nscd/mem.c (gc): Don't allocate arrays on stack if it can
overflow it.

* sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
Return zero in case thread library is not NPTL.

16 years ago[BZ #5375]
Ulrich Drepper [Fri, 23 Nov 2007 03:03:59 +0000 (03:03 +0000)]
[BZ #5375]

* resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
initializing interface list.

16 years ago[BZ #5378]
Ulrich Drepper [Fri, 23 Nov 2007 02:36:37 +0000 (02:36 +0000)]
[BZ #5378]

* nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
use result of nss_getgrgid_r if nothing was found.  For other
error return with a failure.
Partially based on a patch by Petr Baudis <pasky@suse.cz>.

16 years ago* locale/programs/ld-collate.c (collate_read): Fix loop to match
Ulrich Drepper [Thu, 22 Nov 2007 22:21:08 +0000 (22:21 +0000)]
* locale/programs/ld-collate.c (collate_read): Fix loop to match

macro name.

16 years ago* sysdeps/pthread/pthread.h (pthread_cleanup_push,
Ulrich Drepper [Tue, 20 Nov 2007 22:48:12 +0000 (22:48 +0000)]
* sysdeps/pthread/pthread.h (pthread_cleanup_push,

pthread_cleanup_push_defer_np): Add extra (void *) cast to shut up
g++ 4.1 and 4.2 -Wstrict-aliasing warnings.

16 years ago* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
Ulrich Drepper [Tue, 20 Nov 2007 00:41:22 +0000 (00:41 +0000)]
* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.

(get_scope): For IPv4 scope, use scopes table.
(fini): Free scopes table if necessary.
(free_scopelist): New function.
(scopecmp): New function.
(gaiconf_init): Also handle scopev4 entries.
* posix/tst-rfc3484.c (do_test): Initialize scopes.
* posix/tst-rfc3484-2.c (do_test): Likewise.
* posix/gai.conf: Document scopev4 defaults.
* posix/Makefile (tests): Add tst-rfc3484-3.
* posix/tst-rfc3484-3.c: New file.

16 years ago* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
Ulrich Drepper [Mon, 19 Nov 2007 17:31:40 +0000 (17:31 +0000)]
* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for

Teredo tunnels.

16 years ago* posix/gai.conf: Update for current default tables.
Ulrich Drepper [Mon, 19 Nov 2007 17:31:04 +0000 (17:31 +0000)]
* posix/gai.conf: Update for current default tables.

2007-11-19  Ulrich Drepper  <drepper@redhat.com>

16 years ago* po/tr.po: Update from translation team.
Ulrich Drepper [Mon, 19 Nov 2007 10:10:46 +0000 (10:10 +0000)]
* po/tr.po: Update from translation team.

16 years agoUpdate from translation team.
Ulrich Drepper [Mon, 19 Nov 2007 10:09:36 +0000 (10:09 +0000)]
Update from translation team.

16 years ago* manual/arith.texi (Remainder Functions): Spelling fix.
Roland McGrath [Mon, 19 Nov 2007 01:00:59 +0000 (01:00 +0000)]
* manual/arith.texi (Remainder Functions): Spelling fix.

From Shaun Silk <genix@mysoul.com.au>.

16 years ago* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
Roland McGrath [Sun, 18 Nov 2007 22:51:20 +0000 (22:51 +0000)]
* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.

16 years ago2007-11-18 Roland McGrath <roland@frob.com>
Roland McGrath [Sun, 18 Nov 2007 22:51:16 +0000 (22:51 +0000)]
2007-11-18  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.

16 years ago* po/zh_CN.po: Update from translation team.
Ulrich Drepper [Sun, 18 Nov 2007 05:43:03 +0000 (05:43 +0000)]
* po/zh_CN.po: Update from translation team.

16 years ago* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
Ulrich Drepper [Sat, 17 Nov 2007 08:49:48 +0000 (08:49 +0000)]
* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):

Add sys/signalfd.h and sys/eventfd.h.

16 years ago[BZ #5346]
Ulrich Drepper [Sat, 17 Nov 2007 07:37:47 +0000 (07:37 +0000)]
[BZ #5346]

2007-11-15  Bruno Haible  <bruno@clisp.org>
[BZ #5346]
* intl/dcigettext.c (struct known_translation_t): Turn msgid into a
union.
(transcmp): Use the appropriate part of s1->msgid and s2->msgid.
(DCIGETTEXT): Change the allocation of the 'search' variable so that
it needs only fixed stack space. Delay the initialization of
msgid_len until it is needed.

16 years ago(struct known_translation_t): Turn msgid into a union. (transcmp): Use the appropriat...
Ulrich Drepper [Sat, 17 Nov 2007 07:37:30 +0000 (07:37 +0000)]
(struct known_translation_t): Turn msgid into a union. (transcmp): Use the appropriate part of s1->msgid and s2->msgid. (DCIGETTEXT): Change the allocation of the 'search' variable so that it needs only fixed stack space. Delay the initialization of msgid_len until it is needed.

16 years agoUpdate.
Andreas Jaeger [Thu, 15 Nov 2007 19:06:20 +0000 (19:06 +0000)]
Update.

2007-11-15  Andreas Jaeger  <aj@suse.de>

* sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.

16 years agoFix size of union.
Andreas Jaeger [Thu, 15 Nov 2007 19:06:06 +0000 (19:06 +0000)]
Fix size of union.

16 years ago* po/ko.po: Update from translation team.
Ulrich Drepper [Thu, 15 Nov 2007 16:42:36 +0000 (16:42 +0000)]
* po/ko.po: Update from translation team.

16 years ago* sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
Ulrich Drepper [Thu, 15 Nov 2007 00:03:41 +0000 (00:03 +0000)]
* sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify

significantly.  The device type is also part of the ifinfomsg data.

16 years ago* po/nl.po: Likewise.
Ulrich Drepper [Wed, 14 Nov 2007 20:46:56 +0000 (20:46 +0000)]
* po/nl.po: Likewise.

16 years ago* po/sv.po: Update from translation team.
Ulrich Drepper [Wed, 14 Nov 2007 20:45:46 +0000 (20:45 +0000)]
* po/sv.po: Update from translation team.

16 years ago* nscd/cache.c (prune_cache): If cache is empty, instruct caller
Ulrich Drepper [Wed, 14 Nov 2007 15:26:10 +0000 (15:26 +0000)]
* nscd/cache.c (prune_cache): If cache is empty, instruct caller

to wake up in 24 hours.

16 years ago* nscd/gai.c (__ioctl): Define. Include check_native.c.
Ulrich Drepper [Wed, 14 Nov 2007 15:14:05 +0000 (15:14 +0000)]
* nscd/gai.c (__ioctl): Define.  Include check_native.c.

16 years ago* po/cs.po: Update from translation team.
Ulrich Drepper [Wed, 14 Nov 2007 07:01:23 +0000 (07:01 +0000)]
* po/cs.po: Update from translation team.

* po/pl.po: Likewise.

16 years ago* include/ifaddrs.h: Remove in6ai_temporary.
Ulrich Drepper [Wed, 14 Nov 2007 06:58:35 +0000 (06:58 +0000)]
* include/ifaddrs.h: Remove in6ai_temporary.

(struct in6addrinfo): Add index element.
Declare __check_native.
* inet/Makefile (aux): Add check_native.
* sysdeps/unix/sysv/linux/check_native.c: New file.
* sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
IFA_F_TEMPORARY.  Pass back ifa_index.
* sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
(rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
call __check_native if necessary.
(getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
to sort addresses.  Pass information about the results.
* posix/tst-rfc3484.c: Adjust for addition of index field and change
of rfc3484_sort interface.
* posix/tst-rfc3484-2.c: Likewise.

16 years ago* stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.
Ulrich Drepper [Tue, 13 Nov 2007 17:21:43 +0000 (17:21 +0000)]
* stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.

* include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
for _quicksort.
* stdlib/msort.c (qsort): Now a wrapper around qsort_r.
(qsort_r): Renamed from qsort.  Take additional parameter and pass it
on as third parameter to compare function and _quicksort.
* stdlib/qsort.c (_quicksort): Take additional parameter and pass on
to the compare function.
* stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
* Versions.def: Add GLIBC_2.8 for libc.

16 years ago* posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
Ulrich Drepper [Tue, 13 Nov 2007 17:06:28 +0000 (17:06 +0000)]
* posix/tst-rfc3484.c: Adjust for addition of prefixlen field.

* posix/tst-rfc3484-2.c: Likewise.

16 years ago* include/kernel-features.h: Moved to...
Ulrich Drepper [Tue, 13 Nov 2007 16:28:48 +0000 (16:28 +0000)]
* include/kernel-features.h: Moved to...

* sysdeps/mach/hurd/kernel-features.h: ...here.