* locale/programs/ld-time.c (time_finish): Default for
[glibc.git] / ChangeLog
blobe4ccedaccb613461ca85f0bd6cef21f2d4147ed5
1 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #181]
4         * locale/C-time.c: Set week_1stday data to 19971201.
5         * locale/programs/ld-time.c (time_finish): Default for
6         first_workday is Monday.
8         [BZ #2633]
9         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
11         [BZ #5103]
12         * posix/glob.c (glob): Recognize patterns starting \/.
13         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
14         (main): Add test for pattern starting \/.
16         * misc/error.h: Use __const instead of const.
17         * misc/bits/error.h: Likewise.
19 2007-10-07  Andreas Jaeger  <aj@suse.de>
21         * include/bits/error.h: New file.
23         * misc/bits/error.h (error_at_line): Fix prototype.
25 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
27         [BZ #3924]
28         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
29         more little bugs in creating the stack frame when pltexit has to
30         be called.
32         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
33         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
35         [BZ #4407]
36         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
37         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
38         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
39         * math/libm-test.inc: Add test for this case.
41         [BZ #5010]
42         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
43         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
44         map service succeeded.
45         (svc_is_mapped): New function.
46         (svc_unregister): Use it before trying to unmap service.
48 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
50         * timezone/zic.c: Update from tzcode2007h.
52         [BZ #5063]
53         * timezone/africa: Update from tzdata2007h.
54         * timezone/antarctica: Likewise.
55         * timezone/asia: Likewise.
56         * timezone/australasia: Likewise.
57         * timezone/europe: Likewise.
58         * timezone/leapseconds: Likewise.
59         * timezone/northamerica: Likewise.
60         * timezone/southamerica: Likewise.
61         * timzeone/zone.tab: Likewise.
63         [BZ #5104]
64         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
66         [BZ #5113]
67         * string/bits/string2.h (__strdup): Cast parameters to calloc to
68         avoid warning with -Wconversion.
69         (__strndup): Likewise.
70         Half the patch by Christian Iseli <christian.iseli@licr.org>.
72         [BZ #5112]
73         * nscd/connections.c (restart): Don't resync if database is
74         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
76         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
77         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
79         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
80         evetnfd_read, eventfd_write.
81         * sysdeps/unix/sysv/linux/eventfd.c: New file.
82         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
83         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
84         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
85         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
86         eventfd_write for GLIBC_2.7.
88         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
89         * sysdeps/unix/sysv/linux/signalfd.c: New file.
90         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
91         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
93 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
95         * stdlib/msort.c: Include stdint.h.
96         (struct msort_param): New type.
97         (msort_with_tmp): Use struct msort_param pointer for unchanging
98         parameters.  Add optimized handling for several common sizes
99         and indirect sorting mode.
100         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
101         sorting.
102         Suggested by Belazougui Djamel .
104         * stdlib/Makefile (tests): Add tst-qsort2.
105         * stdlib/tst-qsort2.c: New test.
107 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
109         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
110         for dup2 in case another thread races with the current one.  Retry
111         in this case.
113         * misc/error.h: Remove support for use outside of libc.  We have to
114         include <features.h> now.  Include <bits/error.h> if possible.
115         * misc/bits/error.h: New file.
117 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
119         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
120         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
121         __extern_always_inline functions unconditionally, drop macros.
123         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
124         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
125         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
127         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
128         add __artificial__ attribute.
130 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
132         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
133         backward to forward direction.
135         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
137         [BZ #645]
138         * locale/programs/ld-collate.c (collate_finish): Compare against last
139         used section which is known to have rules defined.
140         (collate_read): After order_start, correctly record order of sections
141         and queue sections up.
143 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
145         [BZ #5071]
146         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
147         the same number of pages.
148         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
150         * locale/programs/ld-collate.c (collate_read): After initial copy
151         statement, continue in state 0.
153         * include/stdio_ext.h (__fsetlocking): Define as macro.
155 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
157         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
158         of section order.
160         * po/pt_BR.po: Fix typo.
162 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
164         * iconvdata/Makefile (modules): Add ISO8859-9E.
165         (distribute): Add iso8859-9e.c.
166         (gen-8bit-gap-modules): Add iso8859-9e.
167         * iconvdata/iso8859-9e.c: New file.
168         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
169         * iconvdata/TESTS: Likewise.
170         * iconvdata/tst-tables.sh: Likewise.
172         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
174         * locale/iso-639.def: Add several new entries.
176 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
178         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
179         void * pointers instead of struct link_map **.
180         (_dl_scope_free): Change argument type to void *.
181         * include/link.h (struct link_map): Change type of l_reldeps
182         to struct link_map_reldeps, move l_reldepsact into that
183         struct too.
184         * elf/dl-deps.c: Include atomic.h.
185         (_dl_map_object_deps): Only change l->l_initfini when it is
186         fully populated, use _dl_scope_free for freeing it.  Optimize
187         removal of libs from reldeps by using l_reserved flag, when
188         some removal is needed, allocate a new list instead of
189         reallocating and free the old with _dl_scope_free.  Adjust
190         for l_reldeps and l_reldepsact changes.
191         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
192         searching in l_initfini and l_reldeps without holding dl_load_lock.
193         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
194         l_reldepsact changes.
195         * elf/dl-close.c (_dl_close_worker): Likewise.
196         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
198 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
200         * iconvdata/Makefile (modules): Add KOI8-RU.
201         (distribute): Add koi8-ru.c.
202         (gen-8bit-gap-modules): Add koi8-ru.
203         * iconvdata/koi8-ru.c: New file.
204         * iconvdata/gconv-modules: Add entries for KOI8-RU.
205         * iconvdata/TESTS: Likewise.
206         * iconvdata/tst-tables.sh: Likewise.
208         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
210 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
212         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
213         with __warning__/__error__ attributes.
214         (__warnattr): Define.
215         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
216         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
217         __warnattr.
218         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
219         of __*_chk if compile time detectable overflow is found.
220         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
221         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
222         with __warnattr.
223         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
224         instead of __*_chk if compile time detectable overflow is found.
225         (__gets_alias): Rename to...
226         (__gets_warn): ... this.  Add __warnattr.
227         (gets): Call __gets_warn instead of __gets_alias.
228         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
229         aliases with __warnattr.
230         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
231         time detectable overflow is found.
232         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
233         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
234         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
235         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
236         __getdomainname_chk_warn): New aliases with __warnattr.
237         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
238         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
239         __*_chk_warn instead of __*_chk if compile time detectable overflow
240         is found.
241         (__getgroups_chk): Rename argument to __listlen from listlen.
242         (__getwd_alias): Rename to...
243         (__getwd_warn): ... this.  Add __warnattr.
244         (getwd): Call __getwd_warn instead of __getwd_alias.
245         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
246         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
247         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
248         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
249         __wcsnrtombs_chk_warn): New aliases with __warnattr.
250         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
251         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
252         compile time detectable overflow is found.
253         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
254         to use __*_chk or not.
255         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
256         in comparisons which function should be called and in __*_chk*
257         arguments.  Call __*_chk_warn instead of __*_chk if compile time
258         detectable overflow is found.
259         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
260         __*_chk argument.
261         * debug/tst-chk1.c (do_test): Add a few more tests.
263 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
265         [BZ #5058]
266         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
267         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
268         (_nl_unload_domain): Finalize conversions_lock.
269         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
270         handling table of known conversions.
272 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
274         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
275         close_not_cancel_no_status instead of close.
277 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
279         [BZ #5028]
280         * posix/regcomp.c (lookup_collation_sequence_value): Check that
281         nrules != 0 for multibyte chars.
283 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
285         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
286         Provide better error message in case the type is unknown.
288         [BZ #4963]
289         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
290         * string/stratcliff.c: Make usable to test wide char functions.
291         * wcsmbs/wcsatcliff.c: New file.
292         * wcsmbs/Makefiel (tests): Add wcsatcliff.
294         [BZ #4972]
295         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
296         (distribute): Add mac-centraleurope.c.
297         (gen-8bit-gap-modules): Add mac-centraleurope.
298         * iconvdata/mac-centraleurope.c: New file.
299         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
300         * iconvdata/TESTS: Likewise.
301         * iconvdata/tst-tables.sh: Likewise.
303         [BZ #5043]
304         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
306 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
308         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
309         from __x86_64_core_cache_size_half.
310         (init_cacheinfo): Compute shared cache size for AMD processors with
311         shared L3 correctly.
312         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
313         name change.
314         Patch in large parts by Evandro Menezes.
316 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
318         * elf/dl-lookup.c (add_dependency): Handle failing memory
319         allocation for dependency list.  Remove unnecessary check.
321         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
322         open/close when determining source addresses.
324         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
325         sha512-crypt, and sha512.
326         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
327         (distribute): Add sha256.h and sha512.h.
328         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
329         and call the appropriate code.
330         * crypt/sha256-crypt.c: New file.
331         * crypt/sha256.c: New file.
332         * crypt/sha256.h: New file.
333         * crypt/sha256c-test.c: New file.
334         * crypt/sha256test.c: New file.
335         * crypt/sha512-crypt.c: New file.
336         * crypt/sha512.c: New file.
337         * crypt/sha512.h: New file.
338         * crypt/sha512c-test.c: New file.
339         * crypt/sha512test.c: New file.
341 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
343         * misc/bits/syslog.h (syslog): Remove extraneous argument from
344         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
345         __syslog_chk.
347 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
349         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
350         %as in fscanf format strings.
352         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
353         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
354         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
355         Likewise.
356         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
357         Likewise.
359         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
360         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
361         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
362         * elf/dl-sym.c (do_sym): Likewise.
363         * include/link.h (struct link_map): Add l_serial field.
364         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
365         * elf/dl-lookup.c (add_dependency): Add flags argument.
366         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
367         flags, use THREAD_GSCOPE_RESET_FLAG before and
368         THREAD_GSCOPE_SET_FLAG after
369         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
370         Don't dereference map until it has been found on some list.
371         If map->l_serial changed, return -1.
373 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
375         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
376         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
377         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
378         libc_hidden_proto.
379         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
380         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
381         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
382         add libc_hidden_proto.
383         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
384         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
385         conformance requested.
386         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
387         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
388         conformance requested.
389         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
390         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
391         conformance requested.
392         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
393         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
394         ISO C99 or POSIX conformance requested.
395         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
396         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
397         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
398         and __isoc99_vsscanf@@GLIBC_2.7.
399         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
400         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
401         (tests): Add scanf14.
402         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
403         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
404         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
405         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
406         CFLAGS-isoc99_scanf.c): Add $(exceptions).
407         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
408         from using internal headers.
409         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
410         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
411         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
412         and __isoc99_vswscanf@@GLIBC_2.7.
413         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
414         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
415         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
416         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
417         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
418         * stdio-common/isoc99_scanf.c: New file.
419         * stdio-common/isoc99_vsscanf.c: New file.
420         * stdio-common/isoc99_vscanf.c: New file.
421         * stdio-common/isoc99_vfscanf.c: New file.
422         * stdio-common/isoc99_fscanf.c: New file.
423         * stdio-common/isoc99_sscanf.c: New file.
424         * wcsmbs/isoc99_fwscanf.c: New file.
425         * wcsmbs/isoc99_vswscanf.c: New file.
426         * wcsmbs/isoc99_swscanf.c: New file.
427         * wcsmbs/isoc99_wscanf.c: New file.
428         * wcsmbs/isoc99_vwscanf.c: New file.
429         * wcsmbs/isoc99_vfwscanf.c: New file.
430         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
431         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
432         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
433         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
434         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
435         * stdio-common/scanf14.c: New test.
436         * stdio-common/scanf15.c: New test.
437         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
438         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
439         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
440         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
441         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
442         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
443         __nldbl___isoc99_scanf@@GLIBC_2.7,
444         __nldbl___isoc99_fscanf@@GLIBC_2.7,
445         __nldbl___isoc99_sscanf@@GLIBC_2.7,
446         __nldbl___isoc99_vscanf@@GLIBC_2.7,
447         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
448         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
449         __nldbl___isoc99_wscanf@@GLIBC_2.7,
450         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
451         __nldbl___isoc99_swscanf@@GLIBC_2.7,
452         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
453         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
454         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
455         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
456         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
457         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
458         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
459         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
460         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
461         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
462         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
463         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
464         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
465         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
466         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
467         functions.
468         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
469         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
470         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
471         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
472         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
473         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
474         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
475         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
476         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
477         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
478         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
479         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
481         * stdio-common/Makefile (tests): Add scanf13.
482         (scanf13-ENV): New.
483         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
484         m modifier followed by l.
485         (STRING_ARG): Add width argument.
486         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
487         <case L_('C')>: Handle %mlc and %mC.
488         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
489         arguments.
490         * stdio-common/scanf13.c: New test.
492         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
493         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
495 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
497         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
498         type and __THROW marker of splice, vmsplice, and tee.
499         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
500         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
501         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
502         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
503         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
504         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
505         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
506         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
507         as cancellation points.
509 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
511         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
512         parse more than three parts of the version number.
514 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
516         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
517         modifier.  Patch by Jakub Jelinek.
519 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
521         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
522         call_fallocate in misc subdir.
523         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
524         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
525         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
526         instead of __fallocate64.
527         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
529 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
531         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
532         * rt/Makefile (headers): Add bits/mqueue2.h.
533         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
534         optimizing with GCC and __va_arg_pack_len is defined.
535         * rt/bits/mqueue2.h: New file.
536         * rt/mq_open.c (__mq_open): Renamed from mq_open.
537         (mq_open): New strong_alias.
538         (__mq_open_2): New function.
539         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
540         (mq_open): New strong_alias.
541         (__mq_open_2): New function.
542         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
543         * Versions.def (librt): Add GLIBC_2.7 version.
544         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
545         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
547         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
548         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
549         is defined rather than when not C++.
550         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
551         __openat64_alias): New redirects.
552         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
553         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
554         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
555         (open, open64, openat, openat64): Rewrite as __extern_always_inline
556         functions instead of function-like macros.
558 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
560         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
561         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
562         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
564 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
566         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
567         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
569 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
571         * inet/tst-network.c: Increment ERRORS for failing tests.
573 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
575         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
576         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
577         implement as __extern_always_inline function.
578         (vsyslog): Define as __extern_always_inline function unconditionally.
579         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
580         When __va_arg_pack is defined, implement as __extern_always_inline
581         functions.
582         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
583         __extern_always_inline functions unconditionally.
584         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
585         bits/stdio2.h will be included.
586         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
587         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
588         implement as __extern_always_inline functions.
589         (vswprintf, vwprintf, vfwprintf): Define as
590         __extern_always_inline functions unconditionally.
591         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
593 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
595         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
596         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
597         attribute.
598         * include/features.h (__USE_EXTERN_INLINES): Define only when
599         __extern_inline is defined.
600         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
601         is defined instead of when not __cplusplus.
602         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
603         is defined instead of when not __cplusplus.
604         * socket/sys/socket.h: Include bits/socket2.h when
605         __extern_always_inline is defined instead of when not __cplusplus.
606         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
607         is defined instead of when not __cplusplus.
608         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
609         is defined instead of when not __cplusplus.
610         * string/string.h: Include bits/string3.h when __extern_always_inline
611         is defined instead of when not __cplusplus.
612         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
613         is defined instead of when not __cplusplus.
614         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
615         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
616         is not defined.
617         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
618         defined __extern_always_inline instead of !defined __cplusplus.
619         * libio/bits/stdio-ldbl.h: Likewise.
620         * wcsmbs/bits/wchar-ldbl.h: Likewise.
621         * misc/bits/syslog.h (syslog): Don't define for C++.
622         (vsyslog): Use __extern_always_inline function for C++ instead of
623         a macro.
624         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
625         whenever that macro is defined.
626         (vprintf): Don't provide the inline for C++.
627         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
628         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
629         define the macros for C++.
630         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
631         __extern_always_inline functions for C++.
632         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
633         stat64, lstat64, fstat64, fstatat64): Don't define if not
634         __USE_EXTERN_INLINES.
635         * wcsmbs/bits/wchar2.h: Fix #error message.
636         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
637         (vswprintf, vwprintf, vfwprintf): Define using
638         __extern_always_inline functions for C++.
639         * string/bits/string3.h: Don't #undef macros if __cplusplus.
640         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
641         strncpy, strcat, strncat): Define as __extern_always_inline
642         functions instead of macros for C++.
643         * math/bits/cmathcalls.h: Guard __extern_inline routines with
644         defined __extern_inline.
645         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
646         to __extern_inline whenever that macro is defined.
647         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
648         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
649         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
650         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
651         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
652         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
653         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
654         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
655         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
656         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
657         prototypes.  Only provide __extern_inline routines if
658         __USE_EXTERN_INLINES.
659         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
660         tests.
661         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
662         For now avoid some *printf tests in C++.  Skip all testing
663         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
664         is not.
665         * debug/tst-chk4.cc: New file.
666         * debug/tst-chk5.cc: New file.
667         * debug/tst-chk6.cc: New file.
668         * debug/tst-lfschk4.cc: New file.
669         * debug/tst-lfschk5.cc: New file.
670         * debug/tst-lfschk6.cc: New file.
671         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
672         prototypes in C++.
673         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
674         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
675         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
677 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
679         * po/cs.po: Update from translation team.
681 2007-09-11  Roland McGrath  <roland@redhat.com>
683         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
684         compiling.
686 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
688         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
690 2007-09-05  Roland McGrath  <roland@redhat.com>
692         * manual/signal.texi (Signaling Another Process): Typo fix.
693         From Karl Berry <karl@freefriends.org>.
695 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
697         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
698         zero if not defined.
699         (make_request): Recognize optimistic addresses and treat them like
700         deprecated addresses.
701         Reported by Neil Horman <nhorman@redhat.com>.
703 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
705         * nscd/connections.c (send_ro_fd): Also transfer file size.
706         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
707         file size don't call fstat.
709         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
710         ahead and map the file.  This should always be correct and we can
711         catch problems later.
713 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
715         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
716         prototypes.
717         (__fread_alias, __fread_unlocked_alias): New aliases.
718         (fread): New extern inline.
719         (fread_unlocked): Likewise.  Undef macro before definition of
720         the inline function.
721         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
722         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
723         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
724         and __fread_unlocked_chk@@GLIBC_2.7.
725         * debug/fread_chk.c: New file.
726         * debug/fread_u_chk.c: New file.
727         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
729 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
731         * sysdeps/unix/sysv/linux/syscalls.list
732         (personality): Change caller to EXTRA.
734 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
736         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
737         to keep gcc quiet.
738         * iconvdata/iso-2022-cn.c (BODY): Likewise.
740         * locale/programs/ld-collate.c (collate_output): Avoid warning if
741         NDEBUG is defined.
743         * Makerules: Use -p option with mkdir.
745         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
746         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
747         (_xdr_directory_obj): Likewise.
748         (xdr_entry_obj): Likewise.
749         (xdr_group_obj): Likewise.
750         (xdr_link_obj): Likewise.
751         (xdr_table_obj): Likewise.
752         (_xdr_nis_result): Likewise.
753         (_xdr_ns_request): Likewise.
754         (_xdr_ib_request): Likewise.
755         (_xdr_nis_taglist): Likewise.
756         (xdr_cback_data): Likewise.
757         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
758         (xdr_ypresp_maplist): Likewise.
760         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
762         * posix/regex_internal.h: Prevent some declarations and definitions
763         to be seen when used in tests.
765         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
766         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
768         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
770         * config.make.in (datarootdir): Add to shut up configure.
772         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
773         associativity for fully-associative caches.
775         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
776         requests.  Fill on more associativity values for L2.
777         Patch mostly by Evandro Menezes.
779 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
781         * sysdeps/unix/sysv/linux/x86_64/init-first.c
782         (_libc_vdso_platform_setup): Avoid using exported variable by using
783         alias.
785         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
787         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
788         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
789         defined.
791 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
793         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
794         align stack for call if pltexit is to be used.
796         [BZ #3924]
797         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
798         align for function call in case pltexit has to be called later.
800         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
801         implicit atomic operation when storing function pointer.
802         (_dl_runtime_profile): Likewise.
804 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
806         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
807         NIS_NOTFOUND.
809 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
811         [BZ #4566]
812         * string/strtok.c: Fix typo in comment.
814         [BZ #4582]
815         * debug/segfault.c: Fix typos in comments.
817         [BZ #4588]
818         * stdio-common/tempnam.c: Fix comment, it is not checked that
819         TMPDIR points to a writable directory.
821         [BZ #4726]
822         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
823         memory allocated for the name server address.
825         [BZ #4946]
826         * nscd/connections.c (handle_request): Using sendfile always
827         requires that mmap is used for the database.
828         Patch by Petr Baudis <pasky@suse.cz>.
830         [BZ #4905]
831         * nscd/hstcache.c (cache_addhst): When reloading an entry which
832         suddenly has two or more addresses, ignore it and remove the old
833         entry.
835         [BZ #4814]
836         * resolv/res_hconf.c: Prepare for compiling outside libc.
837         * nscd/res_hconf.c: New file.
838         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
839         the new file.
840         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
841         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
843         * nscd/hstcache.c (cache_addhst): Minimal optimization.
845         [BZ #4925]
846         * debug/pcprofiledump.c: Turn on internationalization by calling
847         setlocale.  Patch mostly by Benno Schulenberg.
849         [BZ #4936]
850         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
851         the state.
852         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
853         * iconvdata/bug-iconv5.c: New file.
855 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
857         [BZ #4896]
858         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
859         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
860         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
861         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
862         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
863         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
864         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
865         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
867 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
869         [BZ #4937]
870         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
871         lookup loop.  Suggested by John Reiser.
873 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
875         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
877 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
879         * csu/libc-start.c: Don't handle VDSO_SETUP here.
880         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
881         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
882         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
883         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
884         to...
885         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
887 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
889         * po/nl.po: Update from translation team.
891 2007-08-16  Andreas Jaeger  <aj@suse.de>
893         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
894         Reported by Peter Festner <peter.festner@ewetel.net>.
896 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
898         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
900 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
902         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
903         to check for undefined symbols.
905         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
906         If the syscall fails, set errno to the actual returned error number
907         rather than EINVAL.
908         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
909         arguments are incorrect, set errno to EINVAL, if the syscall
910         fails, set errno to the actual returned error number.
912         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
913         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
915         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
916         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
917         file.
918         (ASI_PNF, ASI_BLK_P): Don't define.
919         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
920         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
921         file.
922         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
923         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
924         file.
926 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
928         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
929         FE_UNDERFLOW on Niagara CPUs.
931         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
932         exceptions.
934 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
936         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
937         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
938         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
939         flush should be used or not inside of the function.
940         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
942         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
943         __thread_start): Use HIDDEN_JUMPTARGET.
944         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
945         __thread_start): Likewise.
946         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
948         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
949         Add libc_hidden_proto.
950         (STRTOF): Add libc_hidden_proto.
951         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
952         (strtold_l, wcstold_l): Use them as second argument for
953         long_double_symbol.
955 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
957         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
959 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
961         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
963 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
965         * po/bg.po: New file.  From the translation team.
967 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
969         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
970         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
971         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
972         when each feature was introduced.
974         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
975         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
976         (CHECK_HASH): New macro.
977         (PREPARE_VERSION): Use it.
979         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
980         prototype if not __ASSUME_PSELECT.
981         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
982         prototype if not __ASSUME_PPOLL.
984         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
986         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
987         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
988         is defined.
990 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
992         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
993         (_libc_vdso_platform_setup): If vDSO is not available point
994         __vdso_gettimeofday to the vsyscall.
995         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
996         __vdso_gettimeofday instead of vsyscall.
998 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
1000         * nscd/servicescache.c: Include kernel-features.h.
1001         * nscd/gai.c: Likewise.
1002         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
1003         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
1004         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1005         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1006         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1007         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
1008         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1009         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
1010         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1012 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
1014         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
1015         and _dl_get_origin defines anymore.
1017         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
1018         Build fix for systems which might lack POSIX timer support.
1020         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
1021         (_libc_vdso_platform_setup): Mangle function pointers before storing
1022         them.
1023         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
1024         Demangle vdso pointer before use.
1025         (INTERNAL_VSYSCALL): Likewise.
1027         * elf/cache.c (primes): Mark as const.
1028         Noted by Roland McGrath.
1030 2007-08-01  Andreas Jaeger  <aj@suse.de>
1031             Jakub Jelinek  <jakub@redhat.com>
1033         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
1034         (options): Add option.
1035         (parse_opt): Handle option.
1036         (manual_link): Adjust process_file caller.  Call implicit_soname.
1037         (search_dir): Formatting.  Use and populate auxiliary cache.
1038         (main): Load and save auxiliary cache.
1039         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
1040         stat64 from fstat64 to caller.
1041         (implicit_soname): New function.
1042         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
1043         leave *soname as NULL.
1044         * elf/cache.c: Include libgen.h.
1045         (print_entry, print_cache, compare, save_cache, add_to_cache):
1046         Formatting and cleanups.
1047         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
1048         aux_cache_file): New structures.
1049         (AUX_CACHEMAGIC): Define.
1050         (primes): New array.
1051         (aux_hash_size, aux_hash): New variables.
1052         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
1053         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
1054         load_aux_cache, save_aux_cache): New functions.
1055         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
1056         (init_aux_cache, search_aux_cache, add_to_aux_cache,
1057         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
1058         (process_file): Adjust prototype.
1060 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
1062         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
1063         with __need_size_t.
1065 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
1067         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
1068         r_found_version structure as second parameter.
1069         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
1070         (_dl_vdso_vsym): Change type of second parameter accordingly.
1071         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
1072         (_libc_vdso_platform_setup): Adjust.
1073         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
1074         (_libc_vdso_platform_setup): Likewise.
1076         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
1077         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
1078         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
1079         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
1080         * csu/libc-start.c: Pretty printing.
1081         Use VDSO_SETUP if defined.
1082         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
1083         and let generic code call into _libc_vdso_platform_setup.
1084         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
1085         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
1086         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
1087         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
1088         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
1089         for GLIBC_PRIVATE.
1090         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
1091         (sysdep_rountines): Add dl-vdso.
1093         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
1094         of routines.
1096         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
1097         attribute_hidden to __vdso_gettimeofday prototype.
1099 2007-08-12  Roland McGrath  <roland@redhat.com>
1101         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
1102         From: Karl Berry <karl@freefriends.org>.
1104 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
1106         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
1107         an atime update for the files we read.
1109 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
1111         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
1113         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
1114         instead of mkstemp.
1116         * misc/Makefile (routines): Add mkostemp and mkostemp64.
1117         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
1118         * misc/mkostemp.c: New file.
1119         * misc/mkostemp64.c: New file.
1120         * stdlib/stdlib.h: Declare the new functions.
1121         * sysdeps/posix/tempname.c: Add new parameter which is added to
1122         the flags for open.  Remove __GT_BIGFILE handling.
1123         * stdio-common/tempname.c: Likewise.
1124         * include/stdio.h: Adjust __gen_tempname prototype.
1125         Renumber __GT_* constants.
1126         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
1127         * misc/mkdtemp.c: Likewise.
1128         * misc/mkstemp.c: Likewise.
1129         * misc/mkstemp64.c: Likewise.
1130         * misc/mktemp.c: Likewise.
1131         * stdio-common/tempnam.c: Likewise.
1132         * stdio-common/tmpfile.c: Likewise.
1133         * stdio-common/tmpfile64.c: Likewise.
1134         * stdio-common/tmpnam.c: Likewise.
1135         * stdio-common/tmpnam_r.c: Likewise.
1137 2007-08-10  Roland McGrath  <roland@frob.com>
1139         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
1140         New macros.
1141         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
1142         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
1144 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
1146         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
1147         possible.
1148         * nss/nss_files/files-alias.c (internal_setent): Likewise.
1149         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
1150         * nss/nss_files/files-have_o_cloexec.c: New file.
1152         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
1153         available.
1155 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
1157         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
1158         ___new_wcstold_l): New weak aliases.
1159         (strtold_l, wcstold_l): Use them as second argument for
1160         long_double_symbol.
1162 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
1164         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
1165         register in test for error.
1167         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
1168         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
1170         * po/sv.po: Update from translation team.
1172 2007-08-06  Roland McGrath  <roland@redhat.com>
1174         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
1175         Remove __strto*_l inlines.
1176         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
1177         * stdlib/strtod.c: Add libc_hidden_def.
1178         * stdlib/strtod_l.c: Likewise.
1179         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
1180         for __new_strtold and __new_wcstold.
1181         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
1182         __STRTOF, STRTOF.
1183         * stdlib/strtol.c: Add libc_hidden_def.
1184         * stdlib/strtol_l.c: Likewise.
1185         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
1186         strtoq.
1188         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
1190         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
1191         * scripts/data/localplt-generic.data: ... here.
1192         * elf/Makefile (check-data): Get generic file if no other.
1193         ($(objpfx)check-localplt.out): Make target unconditional.
1195         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
1196         Use ElfW(Nhdr).
1198 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
1200         * po/zh_CN.po: Updated translation from translation team.
1202 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
1204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
1205         Don't use CGOTSETUP and CGOTRESTORE macros.
1207 2007-08-04  Roland McGrath  <roland@redhat.com>
1209         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
1211 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
1213         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
1214         __extension__ around the whole statement expression.
1216 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
1218         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
1219         elements during initialization.
1221         * po/pl.po: Updated translation from translation team.
1222         * po/tr.po: Likewise.
1223         * po/nl.po: Likewise.
1225 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
1227         * rt/aio.h: Add __nonnull attributes.
1229 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
1231         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
1232         * stdlib/Makefile (tests): Add tst-strtod5.
1233         (tst-strtod5-ENV): New.
1234         * stdlib/tst-strtod5.c: New file.
1236         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
1237         failed.
1238         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
1239         on failure.
1241         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
1242         allocated.
1244 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
1246         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
1247         numbers.
1249 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
1251         * io/Makefile (aux): Add have_o_cloexec.
1252         * include/fcntl.h: Declare __have_o_cloexec.
1253         * io/have_o_cloexec.c: New file.
1254         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
1255         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
1256         fcntl call if not necessary.
1257         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
1258         of local variable.
1260         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
1261         Avoid memset, add explicit initialization.
1262         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
1263         to the end and change into zero-sized array.
1264         Move lock member to fill a hole on 64-bit platforms.
1266         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
1267         inline functions.
1268         * include/stdlib.h: Add __strto*_internal prototypes here.
1269         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
1270         inline functions.
1271         * include/wchar.h: Add __wcsto*_internal prototypes.
1272         * sysdeps/generic/inttypes.h: No need to protect the declaration
1273         of the __strto*_internal and __wcsto*_internal members here.
1275         * rt/mqueue.h: Change const to __const and add nonnull attributes.
1277 2007-08-02  Roland McGrath  <roland@redhat.com>
1279         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
1280         $(inst_bindir)/getconf if possible.
1282         * posix/Makefile ($(objpfx)getconf.speclist): New target.
1283         (generated): Add it.
1284         ($(inst_libexecdir)/getconf): Use it.
1286 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
1288         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
1289         /proc is faster and sufficient.  /sys is still needed for
1290         __get_nprocs_conf.
1292 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
1294         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
1295         syscall as __fallocate64.
1296         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
1297         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
1299 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
1301         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
1302         value.
1304         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
1305         if off_t is different rank from size_t.
1307         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
1308         uw_frame_state_for): Avoid type punning warnings.
1309         * sysdeps/generic/unwind-dw2-fde-glibc.c
1310         (_Unwind_IteratePhdrCallback): Likewise.
1311         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
1312         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
1313         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
1314         pointers.
1316 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
1318         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
1319         total processors using sysfs.
1320         (__get_nprocs): Use sysfs to determine which processors are online.
1322 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
1324         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
1325         syscall arguments count.
1327         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
1329 2007-07-30  Roland McGrath  <roland@redhat.com>
1331         * manual/libc.texinfo: Update copyrights, formatting magic, and
1332         @dircategory.  From Karl Berry <karl@freefriends.org>.
1334 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
1336         [BZ #4860]
1337         * io/Makefile (headers): Add bits/fcntl2.h.
1339         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
1340         using gcc builtin.
1341         (__CPU_EQUAL_S): Likewise.
1343         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
1344         (tests): Add tst-cpuset.
1345         * posix/sched_cpualloc.c: New file.
1346         * posix/sched_cpufree.c: New file.
1347         * posix/tst-cpuset.c: New file.
1348         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
1349         GLIBC_2.7.
1350         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
1351         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
1352         macros.  Define CPU_*_S macros.
1354 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
1356         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
1357         entry.
1359         [BZ #4858]
1360         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
1361         #.0g and value rounded to 1.0.
1362         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
1364 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
1366         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
1367         for int_frac_digits and frac_digits.
1369         * login/logout.c (logout): Avoid aliasing violation.
1370         * login/logwtmp.c (logwtmp): Likewise.
1372         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
1374         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
1375         to avoid warning.
1376         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
1377         warning.
1378         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
1379         warning.
1380         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
1381         to avoid warnings.
1383         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
1384         void **.
1385         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
1387         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
1388         char * to avoid warning.
1389         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
1391         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
1393         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
1394         allocate_arrays): Cast second argument to charmap_find_symbol
1395         to char * to avoid warnings.
1397         * locale/programs/repertoire.c (repertoire_new_char): Change
1398         from_nr, to_nr and cnt to unsigned long, adjust printf format
1399         string.
1401         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
1402         Cast second argument to new_element to char * to avoid warnings.
1404         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
1406         * intl/gettextP.h (struct loaded_domain): Change plural to const
1407         struct expression *.
1408         * intl/plural-eval.c (plural_eval): Change first argument to
1409         const struct expression *.
1410         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
1411         argument to const struct expression **.
1412         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
1413         prototypes.
1414         * intl/loadmsgcat (_nl_unload_domain): Cast away const
1415         in call to __gettext_free_exp.
1417         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
1418         unitialized wstring/wpattern var warnings.
1420         * posix/runtests.c (struct a_test): Make data field const char *.
1422         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
1423         vars if not LDBL_MANT_DIG >= 106.
1425         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
1427         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
1428         __find_specmb to avoid warning.
1430         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
1432         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
1433         to avoid warnings.
1435         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
1436         initializer.
1438         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
1439         tv var when it will be actually used.
1441         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
1442         to avoid warnings.
1444         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
1445         char array resp. pointer.
1446         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
1447         char array.
1448         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
1449         to const unsigned char **.
1450         (ucs4_to_cns11643): Change second argument to unsigned char *.
1451         * iconvdata/euc-tw.c (BODY): Change endp type to
1452         const unsigned char *.
1453         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
1454         to unsigned char *.
1455         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
1456         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
1457         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
1458         types to unsigned char pointers/arrays instead of char.
1459         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
1460         to unsigned char *.
1461         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
1462         * iconvdata/jis0212.h: Include assert.h.
1463         (ucs4_to_jisx0212): Change second argument to unsigned char *.
1464         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
1465         of trying to handle that.
1466         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
1467         shut up a warning.
1468         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
1469         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
1470         two dimensional const unsigned char arrays.
1471         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
1472         Initialize endp to inptr to shut up a warning.
1474 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
1476         [BZ #4772]
1477         * time/strptime_l.c (__strptime_internal): Silently ignore
1478         strftime modifiers and field width in recursive calls.
1480         * include/time.h (enum ptime_locale_status): Remove.
1481         (__strptime_internal): Remove decided and era_cnt arguments,
1482         add statep argument.
1483         * time/strptime_l.c (__strptime_internal): Remove decided
1484         and era_cnt arguments, add statep argument.  Don't recompute
1485         any fields in recursive calls, only update caller's tm
1486         and state, if recursive call fails, don't change tm nor
1487         any state.
1488         (get_alt_number): Adjust.
1489         (recursive): Adjust caller.
1490         (strptime): Likewise.
1491         * time/strptime.c (strptime): Likewise.
1493 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
1495         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
1496         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
1497         if from and to charsets are the same.
1498         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
1499         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
1500         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
1502 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
1504         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
1505         Don't define wint_t when __need_mbstate_t unless it
1506         is necessary.
1507         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
1508         in the typedef if possible.
1509         * wctype/wctype.h (wint_t): Define by including
1510         wchar.h with __need_wint_t instead of including stddef.h
1511         with __need_wint_t and as fallback definining it ourselves.
1512         * iconv/gconv.h (__need_wint_t): Define before including
1513         wchar.h.
1514         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
1515         or _GLIBCPP_USE_WCHAR_T.
1516         (__need_wchar_t): Don't define
1517         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
1518         (__need_wint_t): Don't define before including stddef.h,
1519         define before including wchar.h only if _LIBC or
1520         _GLIBCPP_USE_WCHAR_T.
1521         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
1522         * sysdeps/mach/hurd/_G_config.h: Likewise.
1523         * sysdeps/generic/_G_config.h: Likewise.
1524         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
1525         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
1526         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
1527         if _LIBC or _GLIBCPP_USE_WCHAR_T.
1529 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
1531         * sysdeps/posix/posix_fallocate64.c: Undefine
1532         __posix_fallocate64_l64 before alias handling.
1533         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
1534         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
1535         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
1536         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
1538         * io/tst-posix_fallocate.c: Include <fcntl.h>.
1540 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
1542         * locale/programs/ld-collate.c (atwc): New variable.
1543         (add_to_tablewc): New toplevel function, moved from collate_output.
1544         (collate_output): Remove add_to_tablewc nested function.
1546         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
1547         (name_insert): New function.
1548         (write_output): Remove hash_table and hash_size vars and name_insert
1549         nested function.
1551 2007-07-24  Roland McGrath  <roland@redhat.com>
1553         * Makerules (install-others-programs-nosubdir): New target.
1554         (install-no-libc.a-nosubdir): Depend on it.
1556         * iconv/Makefile (install-others-programs): Set this instead of
1557         install-others.
1558         * login/Makefile (install-others-programs): Likewise.
1559         * posix/Makefile (install-others-programs): Likewise.
1561         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
1562         dependencies.
1564 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
1566         * io/Makefile (tests): Add tst-posix_fallocate.
1567         * io/tst-posix_fallocate.c: New file.
1569         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1570         __ASSUME_FALLOCATE.
1572 2007-07-22  Roland McGrath  <roland@frob.com>
1574         * hurd/getdport.c: Add missing copyright year update.
1576         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
1577         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
1579 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
1581         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
1583         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
1584         O_CLOEXEC is needed.
1585         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
1586         Avoid additional fcntl to set O_CLOEXEC if not needed.
1587         * nis/nss_compat/compat-initgroups.c: Likewise.
1588         * nis/nss_compat/compat-pwd.c: Likewise.
1589         * nis/nss_compat/compat-spwd.c: Likewise.
1591 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1593         [BZ #3665]
1594         * manual/errno.texi: Change ECANCELED value to 119.
1596         [BZ #4610]
1597         * mach/lock-intern.h: Include <sys/cdefs.h>.
1599         [BZ #4178]
1600         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
1601         reading A.
1603         [BZ #4126]
1604         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
1605         to __sigsuspend.
1607         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
1609 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
1611         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
1612         `__ASSEMBLER__'.
1613         * sysdeps/mach/hurd/i386/tls.h: Likewise.
1615 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
1617         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
1618         descriptor received from nscd.
1620         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
1622         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
1623         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1624         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1625         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1626         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1627         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1629 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
1631         [BZ #4816]
1632         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
1634         [BZ #4813]
1635         * login/forkpty.c (forkpty): Close master and slave fds on
1636         fork failure.  Patch by
1637         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
1639 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
1641         * include/features.h (__USE_ISOC95): New define.
1642         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
1643         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
1644         for -std=iso9899:199409.
1645         * CONFORMANCE: Remove comments about unsupported AMD1.
1647 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
1649         * sysdeps/ia64/sched_cpucount.c: New file.
1650         * sysdeps/powerpc/sched_cpucount.c: New file.
1652         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
1653         __BEGIN_DECLS/__END_DECLS around the prototype.
1654         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
1655         pointer to const cpu_set_t.
1657         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
1658         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
1659         __need_size_t and include stddef.h.
1660         * sysvipc/sys/msg.h: Likewise.
1661         * posix/sched.h: Likewise.
1662         * hurd/hurd/signal.h (__need_size_t): Define.
1664         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
1665         neither does signal.h in pedantic ISO C namespaces.  stdio.h
1666         no longer defines wint_t or wchar_t.
1668         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
1669         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
1670         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
1671         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
1672         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
1673         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
1674         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
1675         * debug/printf_chk.c (__printf_chk): Likewise.
1676         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
1677         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
1679         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
1680         Define.
1682         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
1683         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
1685 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
1687         [BZ #4792]
1688         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
1689         * malloc/malloc.h (realloc): Likewise.
1691         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
1692         if one of proc_file_chain streams has that fileno.
1693         * stdio-common/Makefile (tests): Add tst-popen2.
1694         * stdio-common/tst-popen2.c: New test.
1696 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
1698         * elf/ldconfig.c: Allow GPLv2 or any later version.
1699         * elf/readlib.c: Likewise.
1700         * elf/chroot_canon.c: Likewise.
1701         * elf/cache.c: Likewise.
1702         * nscd/mem.c: Likewise.
1703         * nscd/getpwuid_r.c: Likewise.
1704         * nscd/grpcache.c: Likewise.
1705         * nscd/aicache.c: Likewise.
1706         * nscd/getsrvbynm_r.c: Likewise.
1707         * nscd/nscd.c: Likewise.
1708         * nscd/servicescache.c: Likewise.
1709         * nscd/getsrvbypt_r.c: Likewise.
1710         * nscd/initgrcache.c: Likewise.
1711         * nscd/gethstbyad_r.c: Likewise.
1712         * nscd/gethstbynm2_r.c: Likewise.
1713         * nscd/getgrnam_r.c: Likewise.
1714         * nscd/nscd_setup_thread.c: Likewise.
1715         * nscd/getpwnam_r.c: Likewise.
1716         * nscd/gai.c: Likewise.
1717         * nscd/connections.c: Likewise.
1718         * nscd/dbg_log.c: Likewise.
1719         * nscd/cache.c: Likewise.
1720         * nscd/hstcache.c: Likewise.
1721         * nscd/nscd_conf.c: Likewise.
1722         * nscd/getgrgid_r.c: Likewise.
1723         * nscd/pwdcache.c: Likewise.
1724         * catgets/gencat.c: Likewise.
1725         * locale/programs/linereader.h: Likewise.
1726         * locale/programs/locarchive.c: Likewise.
1727         * locale/programs/ld-paper.c: Likewise.
1728         * locale/programs/locfile-kw.h: Likewise.
1729         * locale/programs/ld-address.c: Likewise.
1730         * locale/programs/xmalloc.c: Likewise.
1731         * locale/programs/ld-time.c: Likewise.
1732         * locale/programs/localedef.c: Likewise.
1733         * locale/programs/simple-hash.c: Likewise.
1734         * locale/programs/xstrdup.c: Likewise.
1735         * locale/programs/ld-numeric.c: Likewise.
1736         * locale/programs/locfile-kw.gperf: Likewise.
1737         * locale/programs/ld-collate.c: Likewise.
1738         * locale/programs/charmap-kw.gperf: Likewise.
1739         * locale/programs/charmap.h: Likewise.
1740         * locale/programs/charmap-kw.h: Likewise.
1741         * locale/programs/config.h: Likewise.
1742         * locale/programs/locfile.c: Likewise.
1743         * locale/programs/ld-ctype.c: Likewise.
1744         * locale/programs/charmap.c: Likewise.
1745         * locale/programs/ld-messages.c: Likewise.
1746         * locale/programs/repertoire.h: Likewise.
1747         * locale/programs/locale.c: Likewise.
1748         * locale/programs/ld-name.c: Likewise.
1749         * locale/programs/linereader.c: Likewise.
1750         * locale/programs/locfile.h: Likewise.
1751         * locale/programs/3level.h: Likewise.
1752         * locale/programs/ld-monetary.c: Likewise.
1753         * locale/programs/ld-measurement.c: Likewise.
1754         * locale/programs/charmap-dir.c: Likewise.
1755         * locale/programs/ld-identification.c: Likewise.
1756         * locale/programs/localedef.h: Likewise.
1757         * locale/programs/charmap-dir.h: Likewise.
1758         * locale/programs/repertoire.c: Likewise.
1759         * locale/programs/simple-hash.h: Likewise.
1760         * locale/programs/ld-telephone.c: Likewise.
1761         * locale/programs/locale-spec.c: Likewise.
1762         * locale/programs/locfile-token.h: Likewise.
1763         * posix/getconf.c: Likewise.
1764         * iconv/dummy-repertoire.c: Likewise.
1765         * iconv/iconv_charmap.c: Likewise.
1766         * iconv/iconvconfig.c: Likewise.
1767         * iconv/iconv_prog.c: Likewise.
1768         * malloc/memusagestat.c: Likewise.
1769         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
1771 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1773         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
1774         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
1775         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
1776         check for the first argument.
1778 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
1780         [BZ #4775]
1781         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
1782         (__tgmath_real_type): Fix if expr is const int or other const
1783         qualified integral type.
1784         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
1785         expressions and handle const qualified arguments.
1786         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
1787         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
1788         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
1789         statement expressions.
1790         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
1791         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
1792         (__TGMATH_UNARY_IMAG): Define.
1793         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
1794         * math/Makefile (tests): Add test-tgmath2.
1795         (CFLAGS-test-tgmath2.c): Add.
1796         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
1797         count_cfloat, count_cldouble): New variables.
1798         (NCCALLS): Define.
1799         (main): Check number of complex calls as well.
1800         (F(compile_test)): Add complex tests and tests with const qualified
1801         arguments.
1802         (y, z, ccount): Define.
1803         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
1804         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
1805         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
1806         F(cproj)): New functions.
1807         * math/test-tgmath2.c: New test.
1809 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
1811         [BZ #4776]
1812         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
1813         RPATH etc. as "/" rather than "", don't segfault on empty paths,
1814         instead output ".".
1815         * dlfcn/Makefile (distribute): Add glreflib3.c.
1816         (module-names): Add glreflib3.
1817         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
1818         glreflib1.so.
1819         (LDFLAGS_glreflib3.so): New.
1820         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
1821         glreflib1.so.
1822         * dlfcn/glreflib3.c: New file.
1824         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
1825         returned -1, return NULL.
1826         * intl/explodename.c (_nl_explode_name): Return -1 if
1827         _nl_normalize_codeset failed.
1829 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
1831         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
1832         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
1833         and avoid branch misspredicts for > 31 bytes memset case.
1834         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1835         Remove toc ref to __cache_line_size.
1837         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
1838         to get ISA-V2.0 branch hints.
1839         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
1840         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
1841         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1842         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1843         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1844         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1845         Remove toc ref to __cache_line_size.
1847         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
1848         Include math_ldbl_opt.h.
1850 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
1852         [BZ #4773]
1853         * time/strptime_l.c (__strptime_internal): Implement greedy
1854         matching of weekday and month names.
1856 2007-07-09  Roland McGrath  <roland@redhat.com>
1858         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
1859         (ELF_NOTE_ABI): Use it.
1860         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
1862 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
1864         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
1865         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1867 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
1869         [BZ #4745]
1870         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
1871         in loop to look for conversion specifier to avoid testing of
1872         wrong errno value.
1873         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
1874         * stdio-common/bug18.c: New file.
1875         * stdio-common/bug18a.c: New file.
1876         * stdio-common/bug19.c: New file.
1877         * stdio-common/bug19a.c: New file.
1879 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
1881         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
1882         running awk script.
1884 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
1886         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
1887         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
1888         Return NULL if mmap failed instead of asserting it does not.
1889         (calloc): Check for integer overflow.
1891         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
1892         than LONG_MAX / 10.
1894 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
1896         [BZ #4702]
1897         * nis/nss-default.c: Include errno.h.
1898         (init): Preserve errno.
1900 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
1902         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
1904 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
1906         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
1908 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1910         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
1912 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1914         * sysdeps/s390/dl-procinfo.c: New file.
1915         * sysdeps/s390/dl-procinfo.h: New file.
1916         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
1918 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
1920         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
1921         in PT_NOTE segments with multiple notes.
1922         * elf/readelflib.c (process_elf_file): Likewise.
1924 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
1926         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
1927         ISO C compliant.
1929 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1931         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
1933 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
1935         * include/link.h: Don't include rtld-lowlevel.h.
1936         (struct link_map): Remove l_scope_lock.
1937         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
1938         (_dl_scope_free_list): New field (variable) in _rtld_global.
1939         (DL_LOOKUP_SCOPE_LOCK): Remove.
1940         (_dl_scope_free): New prototype.
1941         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
1942         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
1943         (_dl_profile_fixup): Likewise.
1944         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
1945         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
1946         THREAD_GSCOPE_RESET_FLAG around it.
1947         * elf/dl-close.c (_dl_close_worker): Don't use
1948         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
1949         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
1950         scopes were queued or if l_scope_mem has been abandoned.
1951         * elf/dl-open.c (_dl_scope_free): New function.
1952         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
1953         * elf/dl-support.c (_dl_scope_free_list): New variable.
1954         * elf/dl-lookup.c (add_dependency): Remove flags argument.
1955         Remove DL_LOOKUP_SCOPE_LOCK handling.
1956         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
1957         handling.
1958         * elf/dl-object.c (_dl_new_object): Don't use
1959         __rtld_mrlock_initialize.
1961 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1963         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
1964         to fill in holes
1965         (rtld_global_ro): Likewise.
1967 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1969         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
1970         Move PT_LOAD checking to...
1971         (_dl_addr_inside_object): ... here, new function.
1972         * elf/dl-sym.c (do_sym): If not l_contiguous,
1973         call _dl_addr_inside_object.
1974         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1975         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
1976         * elf/dl-open.c (dl_open_worker): Likewise.
1977         (_dl_addr_inside_object): New function if IS_IN_rtld.
1978         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
1979         holes are present or are PROT_NONE protected.
1980         * include/link.h (struct link_map): Add l_contiguous field.
1981         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
1983 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1984             Tomas Janousek  <tjanouse@redhat.com>
1985             Ulrich Drepper  <drepper@redhat.com>
1987         [BZ #4647]
1988         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
1989         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
1990         socket.
1991         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
1992         unused member a bitmap.
1993         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
1994         servers are configured.
1996 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1998         * elf/rtld.c (dl_main): Don't call init_tls more than once.
2000 2007-06-17  Andreas Schwab  <schwab@suse.de>
2002         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
2004 2007-06-16  Andreas Jaeger  <aj@suse.de>
2006         [BZ #4125]
2007         * sysdeps/unix/sysv/linux/sys/ptrace.h
2008         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
2009         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
2010         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
2011         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
2012         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
2013         Define.
2014         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
2015         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
2016         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2017         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
2019 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
2021         [BZ #4599]
2022         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
2023         determining whether there are IPv4/IPv6 addresses, ignore loopback
2024         addresses.
2026 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
2028         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
2029         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
2030         as the return type.  Change type of "r" variable to CMPtype.
2031         * soft-fp/eqsf2.c (__eqsf2): Likewise.
2032         * soft-fp/eqtf2.c (__eqtf2): Likewise.
2033         * soft-fp/gedf2.c (__gedf2): Likewise.
2034         * soft-fp/gesf2.c (__gesf2): Likewise.
2035         * soft-fp/getf2.c (__getf2): Likewise.
2036         * soft-fp/ledf2.c (__ledf2): Likewise.
2037         * soft-fp/lesf2.c (__lesf2): Likewise.
2038         * soft-fp/letf2.c (__letf2): Likewise.
2039         * soft-fp/unorddf2 (__unorddf2): Likewise.
2040         * soft-fp/unordsf2 (__unordsf2): Likewise.
2041         * soft-fp/unordtf2 (__unordtf2): Likewise.
2043 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
2045         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
2046         make sure gcc doesn't mess around with this.
2048 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
2050         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
2052 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
2054         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
2055         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
2056         at most once per _dl_close_worker.
2058 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
2060         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
2061         __sched_cpucount as const.
2062         * posix/sched_cpucount.c: Adjust.
2064         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
2065         instruction for counting bits.
2066         * sysdeps/x86_64/sched_cpucount.c: New file.
2068 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
2070         * configure.in: Avoid variable named BASH.
2071         * config.make.in: Likewise.
2072         Patch in part by Mike Frysinger.
2074 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
2076         [BZ #4586]
2077         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
2078         pseudo-zeros as zero.
2079         * sysdeps/x86_64/ldbl2mpn.c: New file.
2080         * sysdeps/ia64/ldbl2mpn.c: New file.
2082 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
2084         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
2085         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
2086         Remove unreachable code at the end.
2088 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
2090         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
2091         ldbl-128ibm in comment.
2092         (fpclassifyl): Correct classification of denormals.
2093         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
2094         return value for MIN denormal. Rewrite using long double math too
2095         correctly handle denormals and canonicalize the results.
2097 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
2099         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
2100         (__mpn_construct_long_double): Fix conversion where result ought
2101         to be smaller than __LDBL_MIN__, or the low double should be
2102         denormal.  Fix decision where to negate low double - honor round
2103         to even rules.
2104         * stdio-common/tst-sprintf2.c: Include string.h.
2105         (COMPARE_LDBL): Define.
2106         (TEST): Also test whether a string hexadecimal float representation
2107         can be parsed back to the number.
2108         (main): Add a couple of further tests.
2110 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
2112         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
2113         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
2114         is non-zero, but smaller than 2 * __DBL_MIN__.
2115         * stdio-common/tst-sprintf2.c: New test.
2116         * stdio-common/Makefile (tests): Add tst-sprintf2.
2118         * math/test-misc.c (main): Don't run last batch of tests with
2119         IBM long double format.
2121 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
2123         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
2124         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
2125         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
2126         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
2127         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
2128         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
2129         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
2130         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
2131         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
2132         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
2133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
2134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
2135         New file.
2136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
2137         New file.
2138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
2139         New file.
2140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
2141         New file.
2142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
2143         New file.
2144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
2145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
2146         New file.
2147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
2148         New file.
2149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
2150         New file.
2151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
2152         New file.
2153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
2154         New file.
2156 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
2158         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
2159         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
2160         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
2161         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
2162         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
2163         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
2164         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
2165         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
2167 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
2169         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
2170         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2171         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
2172         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2173         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
2174         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2175         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
2176         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2178 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
2180         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
2181         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
2182         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
2183         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
2185 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
2187         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
2188         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
2190 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
2192         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
2193         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
2194         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
2195         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
2197 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
2199         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
2200         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
2202 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
2204         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
2205         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
2207         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
2208         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
2209         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
2210         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
2212 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
2214         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
2215         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
2216         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
2217         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
2219 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
2221         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
2222         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
2223         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
2224         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
2225         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
2226         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
2228 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
2230         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
2231         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
2232         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
2233         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
2235 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
2237         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
2238         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
2239         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
2240         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
2241         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
2242         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
2243         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
2244         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
2245         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
2246         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
2247         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
2248         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
2249         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
2250         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
2251         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
2252         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
2254 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
2256         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
2257         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
2259 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
2261         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
2262         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
2264 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
2266         * sysdeps/powerpc/powerpc32/970/Implies: New file.
2267         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
2268         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
2269         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
2270         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
2271         * sysdeps/powerpc/powerpc64/970/Implies: New file.
2272         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
2273         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
2274         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
2275         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
2277 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
2279         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
2281 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
2283         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
2284         branch miss-predicts. Ensure that cache line crossing does not impact
2285         dispatch grouping.
2287 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
2289         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
2290         "../../powerpc32/power4/memcopy.h".
2291         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
2292         "../../powerpc32/power4/wordcopy.c".
2294 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
2296         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
2297         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
2298         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
2299         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
2300         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
2301         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
2303 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
2305         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
2307 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
2309         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
2310         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
2311         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
2312         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
2313         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
2314         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
2315         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
2316         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
2318 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
2320         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
2322 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
2324         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
2325         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
2326         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
2327         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
2328         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
2329         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
2330         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
2332 2007-05-29  Roland McGrath  <roland@redhat.com>
2334         * po/Makefile (po-sed-cmd): New variable.
2335         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
2337 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
2339         * crypt/md5-crypt.c: Fix comment.
2341         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
2342         of crashing.  When this is the case or if the reply is malformed,
2343         don't try to close the new file descriptor since it does not
2344         exist.
2345         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
2347 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
2349         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
2350         if __NR_utimensat is not defined.
2352 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
2354         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
2356 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
2358         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
2359         (open): Fix comment typos.  Don't call __open_2 if flags
2360         is a compile time constant without O_CREAT.
2361         (__open64_2): Add nonnull attribute.
2362         (open64): Fix comment typos.  Don't call __open64_2 if flags
2363         is a compile time constant without O_CREAT.
2364         (__openat_2): Add nonnull attribute, fix nonnull attribute
2365         on redirect.
2366         (openat): Fix comment typos.  Don't call __openat_2 if flags
2367         is a compile time constant without O_CREAT.
2368         (__openat64_2): Add nonnull attribute, fix nonnull attribute
2369         on redirect.
2370         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
2371         is a compile time constant without O_CREAT.
2373 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
2375         * Makerules (sysd-rules): Define PTW for ptw-* files.
2376         * Versions: Define GLIBC_2.7 for libc.
2377         * include/stdio.h: Declare __fortify_fail.
2378         * debug/fortify_fail.c: New file.
2379         * debug/Makefile (routines): Add fortify_fail.
2380         * debug/chk_fail.c: Use __fortify_fail.
2381         * debug/stack_chk_fail.c: Likewise.
2382         * io/Versions: Export __open_2, __open64_2, __openat_2, and
2383         __openat64_2 for GLIBC_2.7.
2384         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
2385         * io/open.c: Define *_2 variant of function which checks for O_CREAT
2386         and fails if necessary.
2387         * io/open64.c: Likewise.
2388         * io/openat.c: Likewise.
2389         * io/openat64.c: Likewise.
2390         * sysdeps/unix/sysv/linux/open64.c: Likewise.
2391         * sysdeps/unix/sysv/linux/openat.c: Likewise.
2392         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
2393         * io/bits/fcntl2.h: New file.
2394         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
2395         __openat64_2.
2396         * include/bits/fcntl2.h: New file.
2397         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2398         Add open_2.
2399         * sysdeps/unix/sysv/linux/open_2.c: New file.
2401 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
2403         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
2404         as second parameter to handle_intel.
2406         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
2407         the entry.
2409         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
2410         handling to ...
2411         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
2412         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
2413         cacheinfo.
2414         * sysdeps/x86_64/memcpy.S: Complete rewrite.
2415         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
2416         Patch by Evandro Menezes <evandro.menezes@amd.com>.
2418         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
2420 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
2422         [BZ #4525]
2423         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
2424         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
2425         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
2427         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
2429         [BZ #4514]
2430         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
2431         reinitialize workend at the start of each do_positional format spec
2432         loop, free workstart before do_positional loops.
2433         (printf_unknown): Fix size of work_buffer.
2434         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
2436         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
2437         (public_sET_STATe): If ms->version < 3, put all chunks into
2438         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
2439         chunks.
2441         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
2442         * malloc/hooks.c: Likewise.
2443         * malloc/arena.c: Likewise.
2444         * malloc/malloc.c (do_check_malloc_state): Don't assert
2445         n_mmaps is not greater than n_mmaps_max.  This removes the need
2446         for the previous change.
2448         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
2449         2007-05-07 commit.
2451 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
2453         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
2454         Define for kernel >= 2.6.22.
2456 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
2458         * elf/dl-close.c (_dl_close_worker): When removing object from
2459         global scope, wait for all lookups to finish afterwards.
2460         * elf/dl-open.c (add_to_global): When global scope array must
2461         grow, allocate a new one and free old array only after all
2462         lookups finish.
2463         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
2464         (_dl_lookup_symbol_x): Likewise.
2465         * elf/dl-support.c: Define _dl_wait_lookup_done.
2466         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
2467         _dl_wait_lookup_done.
2469         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
2470         not overlapping with arena.
2472         * malloc/mcheck.c (reallochook): If size==0, free the block.
2474         * rt/tst-shm.c: Use fstat64 instead of fstat.
2476         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
2477         __NR_sync_file_range is not defined.
2479 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
2481         Dummy files to prevent stub versions from being used.
2482         * sysdeps/x86_64/fpu/k_cosl.c: New file.
2483         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
2484         * sysdeps/x86_64/fpu/k_sinl.c: New file.
2485         * sysdeps/x86_64/fpu/k_tanl.c: New file.
2487         * version.h (VERSION): Set to 2.6.90.
2489 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
2491         * version.h (VERSION): Define to 2.6.
2492         * include/features.h (__GLIBC_MINOR__): Define to 6.
2494         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
2496         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
2497         sizes.
2499 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
2501         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
2502         number of mmaps.  n_mmaps_max is the target.
2503         * malloc/hooks.c: Likewise.
2504         * malloc/arena.c: Likewise.
2506 2007-05-12  Andreas Jaeger  <aj@suse.de>
2508         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
2509         getpid.
2511 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
2513         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
2514         adding new variables.
2516         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
2517         optimize.  Completely extend global scope array before making the
2518         new entries visible.
2520 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
2522         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
2523         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
2524         tst-getcpu.
2526         * include/link.h: Move l_version and l_nversion members around to
2527         fill gaps.
2529         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
2531         * sysdeps/unix/sysv/linux/sched_setaffinity.c
2532         (__sched_setaffinity_new): If syscall was successful and
2533         RESET_VGETCPU_CACHE is defined, use it before returning.
2534         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
2536         * io/sys/stat.h: Make sure struct timespec is defined for
2537         __USE_ATFILE.
2539         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
2540         UTIME_OMIT.
2541         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2542         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2543         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
2544         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2545         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
2546         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2547         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
2548         * io/sys/stat.h: Declare utimensat, futimens.
2549         * io/utimensat.c: New file.
2550         * io/futimens.c: New file.
2551         * sysdeps/unix/sysv/linux/utimensat.c: New file.
2552         * sysdeps/unix/sysv/linux/futimens.c: New file.
2553         * io/Makefile (routines): Add utimensat, futimens.
2554         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
2555         * sysdeps/unix/sysv/linux/lutimes.c: New file.
2556         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
2557         available.
2559         * include/sys/cdefs.h: Redefine __nonnull so that test for
2560         incorrect parameters in the libc code itself are not omitted.
2562 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
2564         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
2565         exception in addition to inexact when asked to raise only FE_INEXACT.
2567         [BZ #3427]
2568         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
2569         in *envp.
2571 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2573         [BZ #4403]
2574         * string/strfry.c (strfry): Make result more random.
2576 2007-05-07  Richard Henderson  <rth@redhat.com>
2578         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
2579         if __NO_LONG_DOUBLE_MATH.
2580         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
2581         available in the compiler, add .arch directive to the assembly.
2583 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
2585         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
2586         compat_symbol to GLIBC_2_1.
2587         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
2588         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
2589         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
2590         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
2591         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
2592         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
2593         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
2594         libc, not libm.
2595         (__isnanl): New compat_symbol.
2597 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2598             Jakub Jelinek  <jakub@redhat.com>
2600         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
2601         (new_heap): Initialize mprotect_size.
2602         (grow_heap): When growing, only mprotect from mprotect_size till
2603         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
2604         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
2606 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
2607             Peter Bergner  <bergner@us.ibm.com>
2609         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
2610         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
2611         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
2612         * sysdeps/powerpc/fpu/fe_mask.c: New file.
2613         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
2614         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
2615         Call __fe_mask_env() if all FP exceptions disabled.
2616         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
2617         from old FPSCR to new fenv to propagate DFP rounding modes.
2618         Call __fe_mask_env() if FP exceptions previously enabled.
2619         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
2620         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
2621         transitioning from all exceptions disabled to any exception enabled
2622         or visa versa.
2623         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
2624         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
2625         when transitioning from all exceptions disabled to any exception
2626         enabled or visa versa.
2627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
2628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
2629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
2630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
2631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
2632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
2634 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
2636         [BZ #4465]
2637         * posix/unistd.h: Remove __THROW from fdatasync.
2639 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
2641         [BZ #4465]
2642         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
2644 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
2646         * stdio-common/vfprintf.c (process_string_arg): Optimize
2647         ridiculous precision in wide char code printing multi-byte string.
2648         Reported by Jim Meyering <jim@meyering.net>.
2650         [BZ #4131]
2651         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
2652         boundaries to work around systems with overlapping binary loading.
2653         Based on a patch by Suzuki <suzuki@in.ibm.com>.
2655 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
2657         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
2658         __mbsnrtowcs after last change.
2660         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
2661         (get_ident): Likewise.
2663 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
2665         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
2666         with setting the sticky bit.
2667         * math/test-misc.c (main): Add more truncation tests.
2669 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
2671         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
2672         double in the function declaration.
2673         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
2674         double in the function declaration.
2675         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
2676         float in the function declaration.
2677         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
2678         float in the function declaration.
2680         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
2681         denormal operands.  Do not generate FP_EX_DENORM exception.
2682         (FP_UNPACK_RAW_EP): Ditto.
2683         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
2684         undefined _FP_UNPACK_RAW_E.
2685         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
2686         undefined _FP_UNPACK_RAW_EP.
2687         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
2688         undefined _FP_PACK_RAW_E.
2689         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
2690         undefined _FP_PACK_RAW_EP.
2692         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
2693         _FP_FRAC_COPY_2.
2694         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
2695         _FP_FRAC_COPY_4.
2697 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
2698             Jakub Jelinek  <jakub@redhat.com>
2700         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
2701         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
2702         this case.
2703         * soft-fp/op-common.h (FP_TRUNC): Ditto.
2705 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
2707         * math/test-misc.c (main): Add tests for rounding long double
2708         values close to smallest double denormalized value to double.
2710 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
2712         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
2713         condition for truncating to 0.  Set sticky bit for such
2714         truncation.
2716 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
2718         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
2719         fixed length array for ignore.
2721 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
2723         [BZ #4438]
2724         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
2725         stack for large precisions.
2726         * stdio-common/test-vfprintf.c (main): Add test for large
2727         precision.
2729 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
2731         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
2732         for exponent 0.
2733         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
2735         [BZ #4439]
2736         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
2737         account in the size check.
2738         * resolv/tst-inet_ntop.c: New test.
2739         * resolv/Makefile (tests): Add tst-inet_ntop.
2741 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
2742             Jakub Jelinek  <jakub@redhat.com>
2744         [BZ #4349]
2745         * malloc/malloc.c: Keep separate list for first blocks on the bin
2746         lists with a given size.  This helps skipping over list elements
2747         we know won't fit in two places.
2748         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
2750 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
2752         [BZ #4102]
2753         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
2754         label to Teredo tunnel addresses 2001://32.
2756 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
2758         * locale/programs/ld-collate.c (collate_read): Allow order_start
2759         after copy.
2761         * locale/programs/ld-collate.c (collate_read): Fix printing of
2762         error message.
2764         [BZ #3213]
2765         * locale/C-translit.h.in: Add entry for U2044.
2767         [BZ #4342]
2768         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
2769         hexa-decimal floats without exponent.
2770         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
2772 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2774         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
2775         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
2776         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
2777         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
2778         GLIBC_2.6.
2779         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
2780         Add sched_getcpu.
2782 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2784         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
2785         of 0 after the out_fail label.
2787 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2789         [BZ #4406]
2790         * iconv/gconv_charset.h (strip): Allow ':'.
2791         * iconv/iconv_open.c (iconv_open): Adjust comment.
2793 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2795         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
2796         version.
2798 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2800         [BZ #4381]
2801         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
2802         alignment of buffer and tmp_buffer.
2803         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
2804         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
2805         alignment of buffer.
2806         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
2807         bigger than INT_MAX.
2808         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
2809         h_errnop arguments.  Fail if buflen is too small.
2810         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
2812 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2814         [BZ #4405]
2815         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
2816         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
2818 2007-04-22  Roland McGrath  <roland@redhat.com>
2820         * elf/elf.h (NT_PRXFPREG): New macro.
2822 2007-04-19  Andreas Jaeger  <aj@suse.de>
2824         [BZ #3905]
2825         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
2826         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
2827         Added.
2829 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
2831         * include/sys/mman.h: Mark madvise hidden.
2832         * misc/madvise.c: Add libc_hidden_def.
2834 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
2836         * nis/nis_domain_of.c (__nis_domain_of): New function.
2837         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
2838         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
2839         * nis/nis_call.c (rec_dirsearch): Likewise.
2840         (first_shoot): Likewise.  Remove search_parent_first argument.
2841         (struct nis_server_cache): Rename search_parent_first field
2842         to search_parent.
2843         (nis_server_cache_search, nis_server_cache_add): Rename
2844         search_parent_first argument to search_parent.
2845         (__nisfind_server): Likewise.  If search_parent, call
2846         __nis_domain_of.
2848 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
2850         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
2852 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
2854         [BZ #4368]
2855         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
2857 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
2859         [BZ #4364]
2860         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
2862 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
2864         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
2865         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
2866         current number of locales in SUPPORTED.
2867         (create_archive): Initialize serial.
2868         (enlarge_archive): Preserve aliases rather than duplicating
2869         their locrecs.
2871 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2873         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
2874         after _IO_un_link, not before it.
2876         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
2877         special case handling when wcp == wstartp + 1.  Fix a comment typo.
2878         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
2880 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
2882         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
2883         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
2884         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
2885         Remove __THROW.
2886         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
2887         _IO_file_xsgetn_maybe_mmap): Likewise.
2888         * libio/oldfileops.c (old_do_write): Likewise.
2889         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
2890         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
2891         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
2892         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
2893         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
2894         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
2895         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
2896         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
2897         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
2898         _IO_file_underflow, _IO_file_underflow_mmap,
2899         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
2900         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
2901         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
2902         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
2903         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
2904         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
2905         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
2906         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
2907         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
2908         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
2909         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
2910         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
2911         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
2912         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
2913         _IO_adjust_column_internal, _IO_default_uflow_internal,
2914         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
2915         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
2916         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
2917         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
2918         _IO_file_close_it_internal, _IO_file_underflow_internal,
2919         _IO_file_overflow_internal, _IO_file_attach_internal,
2920         _IO_file_fopen_internal, _IO_file_sync_internal,
2921         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
2922         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
2923         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
2924         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
2925         _IO_seekpos_unlocked): Likewise.
2926         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
2927         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
2929 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
2931         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
2932         argument in xmalloc size computation.
2934 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2936         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
2937         math_opt_barrier and math_force_eval macros.
2939 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2941         [BZ #3306]
2942         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
2943         * sysdeps/i386/fpu/math_private.h: New file.
2944         * sysdeps/x86_64/fpu/math_private.h: New file.
2945         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
2946         math_force_eval macros.  Use "+m" constraint on asm rather than
2947         "=m" and "m".
2948         * math/s_nextafter.c (__nextafter): Likewise.
2949         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
2950         Likewise.
2951         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
2952         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
2953         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
2954         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
2955         math_opt_barrier and math_force_eval macros.
2956         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
2957         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
2958         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
2959         (__nexttoward): Use math_opt_barrier and
2960         math_force_eval macros.  Use "+m" constraint on asm rather than
2961         "=m" and "m".  Only use asm to force double result if
2962         FLT_EVAL_METHOD is 2.
2963         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
2964         (__nexttowardf): Use math_opt_barrier and
2965         math_force_eval macros.  Use "+m" constraint on asm rather than
2966         "=m" and "m".  Only use asm to force double result if
2967         FLT_EVAL_METHOD is not 0.
2968         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
2969         (__nexttowardf): Use math_opt_barrier and
2970         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2971         x to float using asm.
2972         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
2973         (__nldbl_nexttowardf): Use math_opt_barrier and
2974         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2975         x to float using asm.
2976         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
2977         (__nexttowardf): Use math_opt_barrier and math_force_eval
2978         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
2979         * math/bug-nextafter.c (zero, inf): New variables.
2980         (main): Add new tests.
2981         * math/bug-nexttoward.c (zero, inf): New variables.
2982         (main): Add new tests.
2984 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2986         [BZ #3427]
2987         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
2988         exceptions both in SW and MXCSR.
2989         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
2990         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
2991         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2992         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2993         in MXCSR if SSE is available.
2994         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
2995         and ldsodefs.h.
2996         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
2997         Fix comment typo.
2998         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
2999         Return 0 rather than 1.
3000         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
3001         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
3002         * math/test-fenv.c (feholdexcept_tests): New function.
3003         (main): Call it.
3005 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
3007         [BZ #3427]
3008         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
3009         in SW.
3011 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
3013         [BZ #4344]
3014         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
3015         Reported by David Anderson <davea42@earthlink.net>.
3017 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
3019         * posix/sys/wait.h: Remove unnecessary forward declaration.
3021 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
3023         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
3024         with obj->do_servers after first_shoot.
3026 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
3028         * posix/Makefile (routines): Add sched_cpucount.
3029         (tests): Add tst-cpucount.
3030         * posix/sched_cpucount.c: New file.
3031         * posix/tst-cpucount.c: New file.
3032         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
3033         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
3034         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
3035         * posix/sched.h: Define CPU_COUNT.
3037 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
3039         * posix/fnmatch.c (STRUCT): Define.
3040         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
3041         * posix/fnmatch_loop.c (struct STRUCT): New type.
3042         (FCT): Add ends argument.  If ends != NULL and normal * is
3043         seen in the pattern, store current pattern and string pointers
3044         and return.  Adjust recursive calls.
3045         (EXT): Adjust FCT callers.
3046         (STRUCT): Undef at the end of the file.
3047         * posix/Makefile (tests): Add tst-fnmatch2.
3048         * posix/tst-fnmatch2.c: New test.
3050 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
3052         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
3053         and 1 on failure.
3055         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
3056         Change last argument to unsigned int.
3058 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
3060         * scripts/check-local-headers.sh: Filter out sys/capability.h.
3062 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
3064         * config.h.in (HAVE_LIBCAP): Add.
3065         * nscd/selinux.h: Include sys/capability.h rather than non-existent
3066         sys/capabilities.h.
3067         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
3068         free_caps.  Cast away const from 4th cap_set_flag argument.
3070 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
3072         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
3073         GLIBC_2.6.
3074         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3075         Add sync_file_range.
3076         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
3078 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
3080         * sysdeps/powerpc/bits/atomic.h
3081         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
3082         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
3083         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
3084         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
3085         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
3086         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
3087         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
3088         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
3089         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
3090         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
3091         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
3092         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
3093         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
3094         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
3095         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
3096         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
3097         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
3098         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
3099         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
3100         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
3102 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
3104         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
3105         (__cache_line_size): Define the variable here.  Add
3106         attribute_hidden, remove weak_extern.
3107         (__libc_start_main): Set __cache_line_size
3108         unconditionally.
3109         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3110         (__cache_line_size): Define the variable here.  Add
3111         attribute_hidden, remove weak_extern.
3112         (DL_PLATFORM_AUXV): Set __cache_line_size
3113         unconditionally.
3114         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
3115         weak_extern, add attribute_hidden.
3116         (__elf_machine_runtime_setup): Assume __cache_line_size is always
3117         defined in ld.so.
3118         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
3119         definition.
3120         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
3122 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
3124         [BZ #4276]
3125         * timezone/africa: Update from tzdata2007d.
3126         * timezone/asia: Likewise.
3127         * timezone/australasia: Likewise.
3128         * timezone/backward: Likewise.
3129         * timezone/europe: Likewise.
3130         * timezone/iso3166.tab: Likewise.
3131         * timezone/leapseconds: Likewise.
3132         * timezone/northamerica: Likewise.
3133         * timezone/southamerica: Likewise.
3134         * timezone/zone.tab: Likewise.
3136         * timezone/private.h: Update from tzcode2007d.
3137         * timezone/zdump.c: Likewise.
3138         * timezone/zic.c: Likewise.
3140 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
3142         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
3143         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
3144         variables.
3145         (nis_server_cache_search, nis_server_cache_add): New functions.
3146         (__nisfind_server): Use them.  Add dbp and flags argument, if
3147         call __nisbind_create.
3148         (__nisbind_create): Add server_used and current_ep arguments,
3149         only call __nis_findfastest if server_used is ~0.
3150         (__do_niscall2, __prepare_niscall): Adjust callers.
3151         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
3152         ckey_cache_euid, ckey_cache_lock): New variables.
3153         (get_ckey): New function.
3154         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
3155         __pmap_getnisport.  Save __pmap_getnisport result in
3156         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
3157         key.
3158         * nis/nis_lookup.c (nis_lookup): Likewise.
3159         * nis/nis_table.c (nis_list): Likewise.
3160         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
3161         prototypes.
3163         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
3164         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
3165         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
3166         _nss_nisplus_getservbyport_r): Likewise.
3167         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
3168         _nss_nisplus_getnetbyaddr_r): Likewise.
3169         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
3170         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
3171         _nss_nisplus_getntohost_r): Likewise.
3172         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
3173         _nss_nisplus_getrpcbynumber_r): Likewise.
3175 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
3177         * configure.in (libc_cv_gnu89_inline): Only do compile test.
3178         * configure: Rebuilt.
3180         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
3181         bit-fields.
3182         * soft-fp/extended.h (_FP_UNION_E): Likewise.
3184 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
3186         [BZ #2831]
3187         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
3188         bit-fields.
3190 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
3192         * nscd/gai.c: Include alloca.h.
3193         (__libc_use_alloca): Define.
3195 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
3197         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
3198         smaller scopes.
3199         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
3200         (DL_DST_REQUIRED): Adjust user.
3202         * include/dlfcn.h (struct link_map): New forward decl.
3204         * inet/getnameinfo.c: Include stddef.h.
3205         (getnameinfo): Use offsetof.
3207         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
3209         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
3211         * string/strerror_l.c: Include stdlib.h.
3213         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
3214         * config.make.in (gnu89-inline-CFLAGS): New variable.
3215         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
3216         -std=gnu99.
3217         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
3218         * argp/argp.h: Use it.
3219         * bits/mathinline.h: Likewise.
3220         * bits/sigset.h: Likewise.
3221         * bits/string.h: Likewise.
3222         * ctype/ctype.h: Likewise.
3223         * hurd/hurd.h: Likewise.
3224         * hurd/hurd/fd.h: Likewise.
3225         * hurd/hurd/port.h: Likewise.
3226         * hurd/hurd/signal.h: Likewise.
3227         * hurd/hurd/threadvar.h: Likewise.
3228         * hurd/hurd/userlink.h: Likewise.
3229         * io/sys/stat.h: Likewise.
3230         * libio/bits/stdio.h: Likewise.
3231         * libio/bits/stdio2.h: Likewise.
3232         * mach/lock-intern.h: Likewise.
3233         * mach/mach/mig_support.h: Likewise.
3234         * math/bits/cmathcalls.h: Likewise.
3235         * posix/bits/unistd.h: Likewise.
3236         * socket/bits/socket2.h: Likewise.
3237         * stdlib/bits/stdlib.h: Likewise.
3238         * stdlib/stdlib.h: Likewise.
3239         * string/argz.h: Likewise.
3240         * string/bits/string2.h: Likewise.
3241         * string/bits/string3.h: Likewise.
3242         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
3243         * sysdeps/generic/inttypes.h: Likewise.
3244         * sysdeps/generic/machine-lock.h: Likewise.
3245         * sysdeps/generic/machine-sp.h: Likewise.
3246         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
3247         * sysdeps/i386/i486/bits/string.h: Likewise.
3248         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
3249         * sysdeps/mach/alpha/machine-lock.h: Likewise.
3250         * sysdeps/mach/alpha/machine-sp.h: Likewise.
3251         * sysdeps/mach/i386/machine-lock.h: Likewise.
3252         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
3253         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
3254         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
3255         * sysdeps/s390/bits/string.h: Likewise.
3256         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
3257         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
3258         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3259         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
3260         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3261         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
3262         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
3263         * wcsmbs/bits/wchar2.h: Likewise.
3264         * wcsmbs/wchar.h: Likewise.
3265         * stdlib/gmp.h: Likewise.  Include <features.h> to get
3266         __extern_inline definition.
3268 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
3270         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
3271         NULL.
3273         [BZ #3919]
3274         * math/libm-test.inc (log_test): Test -Inf and NaN.
3275         (log10_test, log1p_test, log2_test): Test -Inf.
3276         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
3277         FE_INVALID when argument is qNaN.
3278         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
3279         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
3280         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3281         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
3282         andb $1, %ah with testb $1, %ah, don't test for parity, instead
3283         testb $4, %ah and jump if non-zero.
3284         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3285         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
3287         [BZ #4101]
3288         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
3289         ancestors with the same depths.
3290         Patch by Niels Moeller <nisse@lysator.liu.se>.
3291         (filter_doc): Don't crash if argp is NULL.
3292         * argp/Makefile (tests): Add tst-argp2.
3293         * argp/tst-argp2.c: New test.
3295         [BZ #4130]
3296         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
3297         open_not_cancel_2.
3298         (updwtmp_file): Likewise.
3300         [BZ #4181]
3301         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
3302         (inet6_opt_append): Don't check extlen is big enough if extbuf
3303         is NULL.
3304         (inet6_opt_finish): Likewise.
3305         * inet/Makefile (tests): Add test-inet6_opt.
3306         * inet/test-inet6_opt.c: New test.
3308         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
3309         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
3310         NLMSG_ERR.  Instead use a page sized buffer.
3311         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
3312         buffer.
3314 2007-03-14  Richard Henderson  <rth@redhat.com>
3316         * sysdeps/alpha/fpu/s_llround.c: New file.
3317         * sysdeps/alpha/fpu/s_llroundf.c: New file.
3318         * sysdeps/alpha/fpu/s_lround.c: New file.
3319         * sysdeps/alpha/fpu/s_lroundf.c: New file.
3320         * sysdeps/alpha/fpu/s_round.c: New file.
3321         * sysdeps/alpha/fpu/s_roundf.c: New file.
3322         * sysdeps/alpha/fpu/s_trunc.c: New file.
3323         * sysdeps/alpha/fpu/s_truncf.c: New file.
3325         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
3326         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
3327         * sysdeps/alpha/fpu/s_floor.c: Likewise.
3328         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
3329         * sysdeps/alpha/fpu/s_rint.c: Likewise.
3330         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
3332         * sysdeps/alpha/fpu/s_fmax.S: New file.
3333         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
3334         * sysdeps/alpha/fpu/s_fmin.S: New file.
3335         * sysdeps/alpha/fpu/s_fminf.S: New file.
3336         * sysdeps/alpha/fpu/s_isnan.c: New file.
3337         * sysdeps/alpha/fpu/s_isnanf.c: New file.
3338         * sysdeps/alpha/fpu/s_llrint.c: New file.
3339         * sysdeps/alpha/fpu/s_llrintf.c: New file.
3340         * sysdeps/alpha/fpu/s_lrint.c: New file.
3341         * sysdeps/alpha/fpu/s_lrintf.c: New file.
3342         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
3343         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
3345         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
3346         (__fdimf, fdimf, __fdim, fdim): Remove.
3347         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
3348         (__isnanf, __isnan, __isnanl): New.
3350 2007-03-13  Richard Henderson  <rth@redhat.com>
3352         * sysdeps/ieee754/ldbl-128/Makefile: New file.
3354 2007-03-13  Richard Henderson  <rth@redhat.com>
3356         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
3357         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
3358         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
3359         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
3360         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
3361         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
3363 2007-03-13  Richard Henderson  <rth@redhat.com>
3365         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
3366         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
3367         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
3368         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
3369         Move to dl-auxv.h; initialize instead of extern weak.
3370         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
3371         weak symbol.
3372         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
3373         Extern instead of initialized.
3375 2007-03-13  Richard Henderson  <rth@redhat.com>
3377         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
3378         __sigsuspend_nocancel.
3380 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
3382         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
3383         172.16/12 address range.
3385 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
3387         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
3388         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
3389         message.
3391 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
3393         [BZ #4069]
3394         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
3395         earlier.
3396         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
3398         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
3399         for x qNaN and y either +-inf or non-integer value.
3400         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
3401         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3402         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
3404 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
3406         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
3407         from sysdep_headers.
3409 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
3411         * time/tzfile.c (find_transition): Instead of a linear search try to
3412         guess the transition index, use a linear search if the result is at
3413         most 10 transitions away from the guess or binary search otherwise.
3415 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
3417         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
3418         memory reallocation.
3420 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
3422         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
3423         and fix some typos.
3424         Optimize use of TOLOWER.
3426         [BZ #3325]
3427         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
3428         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
3429         * sysdeps/i386/fpu/e_fmod.S: Likewise.
3431         [BZ #3458]
3432         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
3433         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
3435         [BZ #4076]
3436         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
3437         (open_dir_stream): Likewise.
3438         * io/Makefile (tests): Add bug-ftw5.
3439         * io/bug-ftw5.c: New file.
3441         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
3442         * nscd/servicescache.c (cache_addserv): Likewise.
3444         * nscd/grpcache.c (cache_addgr): In case a record changed on
3445         refresh, adjust key_copy.
3447         [BZ #4074]
3448         * nscd/pwdcache.c (cache_addpw): In case a record changed on
3449         refresh, adjust key_copy.
3451         [BZ #4070]
3452         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
3453         special cases.
3454         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
3456 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
3458         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
3459         optimization.
3461         * stdio-common/vfscanf.c: Small cleanups throughout.
3463 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
3465         [BZ #3325]
3466         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
3467         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
3468         * sysdeps/i386/fpu/e_fmod.S: Likewise.
3469         Patch by Jared Casper <jaredcasper@gmail.com>.
3471         * sysdeps/unix/closedir.c: Outside libc don't use locking.
3472         * sysdeps/unix/opendir.c: Likewise.
3473         * sysdeps/unix/readdir.c: Likewise.
3475         [BZ #2211]
3476         * stdio-common/vfscanf.c: Handle localized digits etc for floating
3477         point numbers.
3478         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
3480         * stdio-common/vfscanf.c: Fix problems in width accounting.
3481         * stdio-common/tst-sscanf.c (double_tests): New tests.
3482         (main): Hook them up.
3484         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
3485         More simplifications of floating-point reader.
3487         * stdio-common/Makefile (tests): Add tst-swscanf.
3488         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
3489         testing.
3490         * stdio-common/tst-swscanf.c: New file.
3492 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
3494         [BZ #2633]
3495         * libio/stdio.h: Define struct _IO_FILE in global namespace.
3496         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
3497         Remove using for __jmp_buf_tag.
3498         * locale/locale.h (struct lconv): Also define in std namespace.
3499         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
3501         [BZ #3842]
3502         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
3503         using __libc_enable_secure.
3505         [BZ #3818]
3506         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
3508         [BZ #3745]
3509         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
3510         of names for ellipsises.
3512         [BZ #3348]
3513         * malloc/memusage.sh: Cleanups.
3514         * debug/xtrace.sh: Quoting and trap changes.
3516 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
3518         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
3520         * locale/iso-3166.def: Update entry for Serbia.
3521         * locale/iso-4217.def: Define RSD, remove CSD.
3523         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
3524         and 64-bit operations.
3526         [BZ #4040]
3527         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
3528         16-bit operations.
3530         * nscd/nscd.c (parse_opt): One more conversion to use send instead
3531         of writev.
3533 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
3535         [BZ #3991]
3536         * assert/assert.h (assert): Simplify.
3537         (assert_perror): Likewise.
3538         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
3540         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
3541         reqdata.
3543         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
3544         change: don't pass NULL in place of an integer.
3546 2007-02-02  Bruno Haible  <bruno@clisp.org>
3548         [BZ #3954]
3549         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
3550         Add mapping for U+327E.
3551         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
3552         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
3553         mapping of 0xD9 0xE8.
3554         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
3555         mapping of U+327E.
3556         Reported by Jungshik Shin <jungshik@google.com>.
3558         [BZ #3955]
3559         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
3560         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
3561         Reported by Jungshik Shin <jungshik@google.com>.
3563 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
3565         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
3566         byte variants.
3568         [BZ #4040]
3569         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
3570         byte variants.  Patch mostly be tom@tommay.net.
3572 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
3574         [BZ #3996]
3575         * posix/glob.c (attribute_hidden): Define if not defined.
3576         (glob): Unescape dirname, filename or username when needed and not
3577         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
3578         is NULL.  Handle unescaped [ in pattern without closing ].
3579         Don't pass GLOB_CHECK down to recursive glob for directories.
3580         (__glob_pattern_type): New function.
3581         (__glob_pattern_p): Implement using __glob_pattern_type.
3582         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
3583         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
3584         Remove unreachable code.
3585         * posix/globtest.sh: Add a couple of new tests.
3587 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
3589         * po/ru.po: Update from translation team.
3591 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
3593         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
3594         to the list of i486+ CPUs.
3595         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
3597 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
3599         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
3600         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
3601         references.
3603 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
3605         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
3607         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
3608         * resolv/res_mkquery.c: Define __res_nopt.
3609         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
3610         try adding EDNS0 record.
3611         * resolv/res_send.c (send_dg): If request failed with FORMERR and
3612         EDNS0 record was send make sure we don't try it again.
3613         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
3614         * include/resolv.h: Declare __res_nopt.
3616 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
3618         [BZ #3944]
3619         * time/strptime_l.c (__strptime_internal): Set have_mon for
3620         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
3621         have been computed from tm_yday and tm_year.  Don't crash
3622         in day_of_the_week or day_of_the_year if not have_mon
3623         and tm_mon contains bogus value.
3624         * time/Makefile (tests): Add tst-strptime3.
3625         * time/tst-strptime3.c: New test.
3627 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3629         [BZ #3957]
3630         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3631         bit for RE_HAT_LISTS_NOT_NEWLINE.
3632         (build_charclass_op): Remove bogus comment.
3633         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
3634         * posix/bug-regex27.c: New test.
3635         * posix/bug-regex28.c: New test.
3637 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
3639         * po/sv.po: Update from translation team.
3641 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
3643         * nscd/nscd_helper.c (open_socket): Minor size optimization.
3645 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
3647         * include/locale.h (__uselocale): Add libc_hidden_proto.
3648         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
3650         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
3651         gettimeofday.
3653 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
3655         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
3656         returning.
3657         (PTR_DEMANGLE): Real definition now that it's not the same as
3658         PRT_MANGLE anymore.
3659         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3661         * string/strerror_l.c: New file.
3662         * string/Makefile (routines): Add strerror_l.
3663         * string/string.h: Declare strerror_l.
3664         * string/Versions: Export strerror_l for GLIBC_2.6.
3666 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
3668         * nscd/nscd_helper.c (open_socket): Now takes request type and key
3669         as parameter.  Construct request record.  Try sending request
3670         before the first poll use, it usually succeeds.  Adjust all
3671         callers.
3672         * nscd/nscd-client.h: Define MAXKEYLEN.
3673         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
3675 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
3677         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
3678         from return value.
3679         * nscd/nscd_helper.c: Include string.h.
3680         (__nscd_cache_search): Remove const qualifier from return value.
3681         On strict alignment architectures check hash entry and data head
3682         alignment.
3683         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
3684         mmapped data during GC cycle contains garbage.  If
3685         __nscd_drop_map_ref fails, decrement mapped->counter when returning
3686         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
3687         dropped to 0.
3688         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3689         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3690         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3691         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3692         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3694 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
3696         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
3698 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
3700         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
3701         names not numbers in cfi_*.
3703 2007-01-26  Andreas Jaeger  <aj@suse.de>
3705         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
3706         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
3707         Correct values of PER_HPUX and PER_OSF4.
3709 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
3711         * elf/dl-minimal.c: Undefine _itoa first.
3712         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
3713         * malloc/mtrace.c: Revert last change.
3714         * posix/wordexp.c: Likewise.
3716 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
3718         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
3719         and __geode__ to the list of i486+ CPUs.
3720         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
3722 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
3724         * stdio-common/_itoa.c: Include <limits.h>.
3725         * stdio-common/_itowa.c: Likewise.
3727 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
3729         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
3730         platforms.
3731         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
3732         64-bit platforms.
3733         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
3734         possible.
3735         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
3736         if possible.
3738         [BZ #3902]
3739         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
3740         * stdio-common/Makefile (tests): Add bug17.
3741         * stdio-common/bug17.c: New file.
3743 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
3745         * iconvdata/brf.c: New file.
3746         * iconvdata/testdata/BRF: New file.
3747         * iconvdata/testdata/BRF..UTF8: New file.
3748         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3749         * iconvdata/Makefile: Add rules to build BRF.
3750         * iconvdata/TESTS: Add BRF entry.
3751         * iconvdata/gconv-modules: Likewise.
3752         * iconvdata/tst-tables.sh: Likewise.
3754 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
3756         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
3757         type `long long int', not `long int'.
3758         (wcstoq): Likewise.
3760 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
3762         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
3763         of values on 64-bit platforms which are too large.
3765 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
3766             Joe Kerian  <jkerian@us.us.ibm.com>
3768         [BZ #2749]
3769         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
3770         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
3771         (__copysignl): Use signbit() for comparison.
3772         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
3773         SET_LDOUBLE_WORDS64.
3775         [BZ #2423, #2749]
3776         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
3777         (__ceill): Remove calls to fegetround(), fesetround().
3778         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
3779         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
3780         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
3782 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
3784         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
3786         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
3788 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
3790         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
3791         demangle pointer.
3792         * csu/libc-start.c: Likewise.
3794 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
3796         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
3797         really work anyway.
3799 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3801         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
3802         users.
3803         (handle_request): Remove unnecessary tests.
3805         * nscd/cache.c (cache_add): Record the failure to add to the cache.
3807 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
3809         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
3810         workbits in semi-raw fraction.
3812         * math/test-misc.c: Add new tests.
3814 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3816         * math/basic-test.c: Include test-skeleton.c.
3817         (TEST_TRUNC): Define.
3818         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
3819         (main): Rename to ...
3820         (do_test): ...this.  Run new tests.
3821         (TEST_FUNCTION): Define.
3823 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
3824             Joe Kerian  <jkerian@us.us.ibm.com>
3826         [BZ #2749]
3827         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
3828         handling for high words.
3829         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
3830         and overflow for infinity.
3832 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3834         * nscd/connections.c (handle_request): Add a __builtin_expect.
3836         * nscd/connections.c (serv2db): Change type into structure which
3837         also says whether this is a request for data.  Renamed to
3838         servinfo.  All users changed.
3839         (handle_request): Much simpler test whether we should search the cache.
3841         * nscd/connections.c (handle_request): Fix thinko in selinux test
3842         invocation.
3844         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
3845         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
3846         it before getting dl_load_lock and then relock.
3847         (_dl_lookup_symbol_x): Pass flags to add_dependency.
3848         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
3849         case we unlocked the scope.
3850         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
3851         _dl_lookup_symbol_x in case we locked the scope.
3852         (_dl_profile_fixup): Likewise.
3853         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
3854         set DL_LOOKUP_SCOPE_LOCK.
3856 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
3858         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
3859         CFLAGS-getsrvbynpt_r.c.
3860         * nscd/getsrvbynm_r.c: New file.
3861         * nscd/getsrvbypt_r.c: New file.
3862         * nscd/nscd_getserv_r.c: New file.
3863         * nscd/servicescache.c: New file.
3864         * nscd/Makefile (routines): Add nscd_getserv_r.
3865         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
3866         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
3867         CFLAGS-getsrvbypt_r.c.
3868         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
3869         table.  Add entries for services database.
3870         * nscd/connections.c (serv2str): Mark as const.  Add entries for
3871         services database.
3872         (dbs): Add .reset_res and servdb initialization.
3873         (serv2db): Add entries for services database.
3874         (verify_persistent_db): Accept dbnr == servdb.
3875         (invalidate_cache): Rewrite database name recognition to use a table.
3876         Call res_init() if .reset_res is set for database.
3877         (handle_request): Add code to handle services database.
3878         * nscd/gai.c: Don't define __getservbyname_r.
3879         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
3880         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
3881         (serv_response_header): Define.
3882         (struct datahead): Add serv_response_header member.
3883         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
3884         using table.
3885         * nscd/nscd.conf: Add entries for services database.
3886         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
3887         Declare serv_iov_disabled.
3888         Declare addservbyname, readdservbyname, addservbyport, and
3889         readdservbyport.
3890         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
3891         (find_db): Fix error message.
3892         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
3893         __nscd_getservbyname_r, and __nscd_getservbyport_r.
3894         * nscd/selinux.c (perms): Add entries for services database.
3895         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
3896         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
3898         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
3899         * nscd/hstcache.c: Likewise.
3900         * nscd/pwdcache.c: Likewise.
3902         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
3903         computation of keylen.
3905         * include/string.h: Only redefine strndupa if this is really for
3906         libc code.
3908 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
3910         * nscd/nscd_gethst_r.c: Minor cleanups.
3912         * nscd/connections.c (handle_request): Check selinux permissions
3913         for all non-admin commands.
3915         * sysdeps/i386/i486/bits/atomic.h: Define
3916         atomic_compare_and_exchange_val_acq,
3917         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
3918         using __sync_* built-ins for gcc >= 4.1.
3919         * sysdeps/x86_64/bits/atomic.h: Likewise.
3921         [BZ #3840]
3922         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
3923         and .oS.d files.
3925 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
3927         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
3928         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
3929         (do_test): Check errno and exit(0) if ENOSYS.
3931 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3933         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
3934         thousands separators.
3935         * stdlib/Makefile: Add rules to build and run tst-strtod4.
3936         * stdlib/tst-strtod4.c: New test.
3938         [BZ #3855]
3939         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
3940         hexadecimal digit should accept just the initial 0.
3941         * stdlib/tst-strtod2.c (tests): New variable.
3942         (do_test): Run several tests rather than just one.
3944 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3946         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
3947         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
3949 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
3951         * io/fts.c: Make sure fts_cur is always valid after return from
3952         fts_read.
3953         Patch by Miloslav Trmac <mitr@redhat.com>.
3955 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
3957         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
3958         (R_MIPS_NUM): Bump by 1.
3960 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
3962         * posix/execvp.c: Include alloca.h.
3963         (allocate_scripts_argv): Renamed to...
3964         (scripts_argv): ... this.  Don't allocate buffer here nor count
3965         arguments.
3966         (execvp): Use alloca if possible.
3967         * posix/Makefile: Add rules to build and run tst-vfork3 test.
3968         * posix/tst-vfork3.c: New test.
3970 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
3972         * string/Makefile (tst-strxfrm2-ENV): Define.
3973         * stdlib/Makefile (tst-strtod3-ENV): Define.
3975 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
3977         * posix/getconf.c: Update copyright year.
3978         * nss/getent.c: Likewise.
3979         * iconv/iconvconfig.c: Likewise.
3980         * iconv/iconv_prog.c: Likewise.
3981         * elf/ldconfig.c: Likewise.
3982         * catgets/gencat.c: Likewise.
3983         * csu/version.c: Likewise.
3984         * elf/ldd.bash.in: Likewise.
3985         * elf/sprof.c (print_version): Likewise.
3986         * locale/programs/locale.c: Likewise.
3987         * locale/programs/localedef.c: Likewise.
3988         * nscd/nscd.c (print_version): Likewise.
3989         * debug/xtrace.sh: Likewise.
3990         * malloc/memusage.sh: Likewise.
3991         * malloc/mtrace.pl: Likewise.
3992         * debug/catchsegv.sh: Likewise.
3994 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
3996         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
3997         attempts.
3999 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
4001         * posix/wordexp.c: Remove some unnecessary tests.
4003 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
4005         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
4006         blacklist the group till after we look it up.
4008 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
4010         * include/atomic.h (atomic_forced_read): New macro.
4012 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4014         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
4016 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
4018         * nss/getXXbyYY_r.c: Include atomic.h.
4019         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
4020         add atomic_write_barrier () in between.
4022         * stdlib/Makefile (tests): Add tst-makecontext.
4023         * stdlib/tst-makecontext.c: New test.
4025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
4026         (__makecontext): Don't realign uc_mcontext.uc_regs.
4028 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
4030         * elf/dl-support.c: Include dl-procinfo.h.
4031         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
4032         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
4033         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
4034         Define.
4035         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
4036         hardcoded constants.
4037         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
4038         PPC_PLATFORM_* macros for array designators.
4040 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
4042         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
4043         names to the beginning.
4044         (_dl_powerpc_platforms): Add "power6x".
4045         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
4046         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
4047         (_DL_PLATFORMS_COUNT): Increase.
4048         (_dl_string_platform): Handle power6x case.
4049         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
4050         PPC_FEATURE_POWER6_EXT): Define.
4051         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
4053 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
4055         [BZ #3747]
4056         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
4057         [-2^31 .. 2^31) range.
4058         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
4059         targets.
4060         * stdlib/tst-rand48-2.c: New test.
4061         * stdlib/Makefile (tests): Add tst-rand48-2.
4063 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
4065         * misc/tst-pselect.c (do_test): Fix sigblock argument.
4067 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
4069         * misc/tst-pselect.c (do_test): Make sure the helper process is
4070         terminating when the test is aborted.
4072 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
4074         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
4075         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4076         Handle relatime mount option.
4078         [BZ #2337]
4079         * libio/Makefile (tests): Add tst-setvbuf1.
4080         * libio/tst-setvbuf1.c: New file.
4082 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
4084         [BZ #2337]
4085         * libio/genops.c (__uflow): Fix a typo.
4086         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
4087         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
4088         the narrow buffer size.
4090 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
4092         [BZ #2337]
4093         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
4094         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
4095         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
4096         in _flags.
4097         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
4098         _IO_wstr_finish): Likewise.
4099         * libio/wmemstream.c (open_wmemstream): Likewise.
4100         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
4101         even for wide streams.
4103 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
4106         kernel-features.h.
4108 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
4110         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
4111         separators also if no non-zero digits found.
4112         * stdlib/Makefile (tests): Add tst-strtod3.
4114 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
4116         [BZ #3632]
4117         * include/features.h: Fix comment about default value for
4118         _POSIX_C_SOURCE.
4120         [BZ #3664]
4121         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
4122         empty parsed strings.
4123         * stdlib/Makefile (tests): Add tst-strtod2.
4124         * stdlib/tst-strtod2.c: New file.
4126         [BZ #3673]
4127         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
4128         computation.
4129         * stdlib/Makefile (tests): Add tst-atof2.
4130         * stdlib/tst-atof2.c: New file.
4132         [BZ #3674]
4133         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
4134         correctly if removing trailing zero of hex-float.
4135         * stdlib/Makefile (tests): Add tst-atof1.
4136         * stdlib/tst-atof1.c: New file.
4138 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
4140         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
4141         Start searching for next comma at p rather than rest.
4142         * misc/Makefile (tests): Add tst-mntent2.
4143         * misc/tst-mntent2.c: New test.
4145         * misc/getusershell.c (initshells): Check for integer overflows.
4146         Make strings buffer one bigger as fgets always succeeds when second
4147         argument is 1.  Don't use calloc for shells array.  Disallow
4148         / as shell.
4150 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
4152         * malloc/memusage.c: Handle realloc with new size of zero and
4153         non-NULL pointer correctly.
4154         (me): Really write first record twice.
4155         (struct entry): Make format bi-arch safe.
4156         (dest): Write out more realloc statistics.
4157         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
4159 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
4161         * nis/nis_subr.c (nis_getnames): Revert last change.
4163 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
4165         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
4166         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
4167         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
4168         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
4169         ENOTTY.
4170         * io/Makefile: Add rules to build and run tst-ttyname_r test.
4171         * io/tst-ttyname_r.c: New test.
4173 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4175         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
4177 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
4179         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
4180         jump table entries.
4182 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4184         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
4185         `clone' function to ensure proper unwinding stop of gdb.
4186         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
4188 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
4190         * nscd/nscd.init: Remove obsolete and commented-out -S option
4191         handling.
4193 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
4195         [BZ #3514]
4196         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
4198         [BZ #3515]
4199         * manual/string.texi (strtok): Remove duplicate paragraph.
4201 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4203         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
4204         libgcc not supporting `rflags' unwinding (register # >= 17).
4206 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
4208         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
4209         succeeded.
4211 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
4212             Jakub Jelinek  <jakub@redhat.com>
4213             Jan Kratochvil  <jan.kratochvil@redhat.com>
4215         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
4216         unwind information.
4217         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
4218         'restore_rt' even in the 'signal' directory.
4219         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
4221 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
4223         [BZ #3559]
4224         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
4225         malloc crashed.  Don't allocate memory unnecessarily in each
4226         loop.
4228 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
4230         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
4232 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
4234         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
4236 2006-11-18  Bruno Haible  <bruno@clisp.org>
4238         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
4239         __sysconf only after having tried to call getgroups32.
4241 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
4243         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
4244         addresses for IPv4 queries if they can be mapped.
4246 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
4248         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
4249         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
4250         (signmask): Add .size directive.
4251         (othermask): Add .type directive.
4253 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
4255         * po/nl.po: Update from translation team.
4257         * timezone/zdump.c: Redo fix for BZ #3137.
4259 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
4261         * nss/nss_files/files-alias.c (get_next_alias): Set line back
4262         to first_unused after parsing :include: file.
4264 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
4266         * timezone/africa: Update from tzdata2006o.
4267         * timezone/antarctica: Likewise.
4268         * timezone/asia: Likewise.
4269         * timezone/australasia: Likewise.
4270         * timezone/backward: Likewise.
4271         * timezone/europe: Likewise.
4272         * timezone/iso3166.tab: Likewise.
4273         * timezone/northamerica: Likewise.
4274         * timezone/southamerica: Likewise.
4275         * timezone/zone.tab: Likewise.
4277         * time/tzfile.c (__tzfile_read): Extend to handle new file format
4278         on machines with 64-bit time_t.
4280         * timezone/checktab.awk: Update from tzcode2006o.
4281         * timezone/ialloc.c: Likewise.
4282         * timezone/private.h: Likewise.
4283         * timezone/scheck.c: Likewise.
4284         * timezone/tzfile.h: Likewise.
4285         * timezone/tzselect.ksh: Likewise.
4286         * timezone/zdump.c: Likewise.
4287         * timezone/zic.c: Likewise.
4289         [BZ #3483]
4290         * elf/ldconfig.c (main): Call setlocale and textdomain.
4291         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
4293         [BZ #3480]
4294         * manual/argp.texi: Fix typos.
4295         * manual/charset.texi: Likewise.
4296         * manual/errno.texi: Likewise.
4297         * manual/filesys.texi: Likewise.
4298         * manual/lang.texi: Likewise.
4299         * manual/maint.texi: Likewise.
4300         * manual/memory.texi: Likewise.
4301         * manual/message.texi: Likewise.
4302         * manual/resource.texi: Likewise.
4303         * manual/search.texi: Likewise.
4304         * manual/signal.texi: Likewise.
4305         * manual/startup.texi: Likewise.
4306         * manual/stdio.texi: Likewise.
4307         * manual/sysinfo.texi: Likewise.
4308         * manual/syslog.texi: Likewise.
4309         * manual/time.texi: Likewise.
4310         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4312         [BZ #3465]
4313         * sunrpc/clnt_raw.c: Minimal message improvements.
4314         * sunrpc/pm_getmaps.c: Likewise.
4315         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
4316         * nis/nis_print_group_entry.c: Likewise.
4317         * locale/programs/repertoire.c: Likewise.
4318         * locale/programs/charmap.c: Likewise.
4319         * malloc/memusage.sh: Likewise.
4320         * elf/dl-deps.c: Likewise.
4321         * locale/programs/ld-collate.c: Likewise.
4322         * libio/vswprintf.c: Likewise.
4323         * malloc/memusagestat.c: Likewise.
4324         * sunrpc/auth_unix.c: Likewise.
4325         * sunrpc/rpc_main.c: Likewise.
4326         * nscd/cache.c: Likewise.
4327         * locale/programs/repertoire.c: Unify output messages.
4328         * locale/programs/charmap.c: Likewise.
4329         * locale/programs/ld-ctype.c: Likewise.
4330         * locale/programs/ld-monetary.c: Likewise.
4331         * locale/programs/ld-numeric.c: Likewise.
4332         * locale/programs/ld-time.c: Likewise.
4333         * elf/ldconfig.c: Likewise.
4334         * nscd/selinux.c: Likewise.
4335         * elf/cache.c: Likewise.
4336         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
4338         [BZ #3451]
4339         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
4340         change atomic.
4341         (ceil): Likewise.
4343 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
4345         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
4346         if N is one bigger than return value.
4347         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
4348         and l1 last arguments, if buf is defined, verify the return value
4349         equals to strlen (buf) and verify no byte beyond passed length
4350         is modified.
4352 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
4354         * po/sv.po: Update from translation team.
4356 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
4358         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
4359         noinline attribute.
4361 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
4363         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
4364         noinline attribute.
4366         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
4367         Use __new_sys_siglist instead of _sys_siglist_internal as
4368         second macro argument.
4369         (_old_sys_siglist): Use declare_symbol_alias macro instead of
4370         strong_alias.
4372 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
4374         [BZ #3493]
4375         * posix/unistd.h (sysconf): Remove const attribute.
4377         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
4378         temporary or deprecated addresses.
4379         Patch by Sridhar Samudrala <sri@us.ibm.com>.
4381         * string/Makefile (tests): Add tst-strxfrm2.
4382         * string/tst-strxfrm2.c: New file.
4384 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
4386         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
4387         rather than r->r_brk.
4389 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
4391         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
4392         optimization even if needed > n.
4394         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
4395         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
4396         return false, otherwise return true.
4397         (cache_rpath): Return decompose_rpath return value.
4399 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
4401         * include/libc-symbols.h (declare_symbol): Rename to...
4402         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
4403         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
4404         .size directive.
4405         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
4406         changes.
4407         * sysdeps/gnu/siglist.c: Likewise.
4409 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
4411         * sysdeps/powerpc/fpu/bits/mathinline.h
4412         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
4413         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
4415 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
4417         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
4418         Update handling of cache descriptor 0x49 for new models.
4419         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
4420         Likewise.
4422 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
4424         * malloc/memusage.c (dest): Reset not_me back to false after
4425         printing statistics.
4427 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
4429         * configure.in: Work around ld --help change and avoid -z relro
4430         test completely if the architecture doesn't care about security.
4432 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
4434         * po/sv.po: Update from translation team.
4436 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
4438         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
4439         generate compatibility version.
4441 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
4443         * configure.in: Relax -z relro requirement a bit.
4445         * po/sv.po: Update from translation team.
4447 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
4449         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
4450         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
4451         * elf/dl-close.c (_dl_close_worker): Likewise.
4452         * elf/dl-open.c (_dl_open_worker): Likewise.
4453         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
4455 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
4457         * configure.in: Require assembler support for visibility, compiler
4458         support for visibility and aliases, linker support for various -z
4459         options.
4460         * Makeconfig: Remove conditional code which now is unnecessary.
4461         * config.h.in: Likewise.
4462         * config.make.in: Likewise.
4463         * dlfcn/Makefile: Likewise.
4464         * elf/Makefile: Likewise.
4465         * elf/dl-load.c: Likewise.
4466         * elf/rtld.c: Likewise.
4467         * include/libc-symbols.h: Likewise.
4468         * include/stdio.h: Likewise.
4469         * io/Makefile: Likewise.
4470         * io/fstat.c: Likewise.
4471         * io/fstat64.c: Likewise.
4472         * io/fstatat.c: Likewise.
4473         * io/fstatat64.c: Likewise.
4474         * io/lstat.c: Likewise.
4475         * io/lstat64.c: Likewise.
4476         * io/mknod.c: Likewise.
4477         * io/mknodat.c: Likewise.
4478         * io/stat.c: Likewise.
4479         * io/stat64.c: Likewise.
4480         * libio/stdio.c: Likewise.
4481         * nscd/Makefile: Likewise.
4482         * stdlib/Makefile: Likewise.
4483         * stdlib/atexit.c: Likewise.
4484         * sysdeps/generic/ldsodefs.h: Likewise.
4485         * sysdeps/i386/dl-machine.h: Likewise.
4486         * sysdeps/i386/sysdep.h: Likewise.
4487         * sysdeps/i386/i686/memcmp.S: Likewise.
4488         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
4489         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4490         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4492         * Makerules: USE_TLS support is now default.
4493         * tls.make.c: Likewise.
4494         * csu/Versions: Likewise.
4495         * csu/libc-start.c: Likewise.
4496         * csu/libc-tls.c: Likewise.
4497         * csu/version.c: Likewise.
4498         * dlfcn/dlinfo.c: Likewise.
4499         * elf/dl-addr.c: Likewise.
4500         * elf/dl-cache.c: Likewise.
4501         * elf/dl-close.c: Likewise.
4502         * elf/dl-iteratephdr.c: Likewise.
4503         * elf/dl-load.c: Likewise.
4504         * elf/dl-lookup.c: Likewise.
4505         * elf/dl-object.c: Likewise.
4506         * elf/dl-open.c: Likewise.
4507         * elf/dl-reloc.c: Likewise.
4508         * elf/dl-support.c: Likewise.
4509         * elf/dl-sym.c: Likewise.
4510         * elf/dl-sysdep.c: Likewise.
4511         * elf/dl-tls.c: Likewise.
4512         * elf/ldconfig.c: Likewise.
4513         * elf/rtld.c: Likewise.
4514         * elf/tst-tls-dlinfo.c: Likewise.
4515         * elf/tst-tls1.c: Likewise.
4516         * elf/tst-tls10.h: Likewise.
4517         * elf/tst-tls14.c: Likewise.
4518         * elf/tst-tls2.c: Likewise.
4519         * elf/tst-tls3.c: Likewise.
4520         * elf/tst-tls4.c: Likewise.
4521         * elf/tst-tls5.c: Likewise.
4522         * elf/tst-tls6.c: Likewise.
4523         * elf/tst-tls7.c: Likewise.
4524         * elf/tst-tls8.c: Likewise.
4525         * elf/tst-tls9.c: Likewise.
4526         * elf/tst-tlsmod1.c: Likewise.
4527         * elf/tst-tlsmod13.c: Likewise.
4528         * elf/tst-tlsmod13a.c: Likewise.
4529         * elf/tst-tlsmod14a.c: Likewise.
4530         * elf/tst-tlsmod2.c: Likewise.
4531         * elf/tst-tlsmod3.c: Likewise.
4532         * elf/tst-tlsmod4.c: Likewise.
4533         * elf/tst-tlsmod5.c: Likewise.
4534         * elf/tst-tlsmod6.c: Likewise.
4535         * include/errno.h: Likewise.
4536         * include/link.h: Likewise.
4537         * include/tls.h: Likewise.
4538         * locale/global-locale.c: Likewise.
4539         * locale/localeinfo.h: Likewise.
4540         * malloc/arena.c: Likewise.
4541         * malloc/hooks.c: Likewise.
4542         * malloc/malloc.c: Likewise.
4543         * resolv/Versions: Likewise.
4544         * sysdeps/alpha/dl-machine.h: Likewise.
4545         * sysdeps/alpha/libc-tls.c: Likewise.
4546         * sysdeps/generic/ldsodefs.h: Likewise.
4547         * sysdeps/generic/tls.h: Likewise.
4548         * sysdeps/i386/dl-machine.h: Likewise.
4549         * sysdeps/ia64/dl-machine.h: Likewise.
4550         * sysdeps/ia64/libc-tls.c: Likewise.
4551         * sysdeps/mach/hurd/fork.c: Likewise.
4552         * sysdeps/mach/hurd/i386/tls.h: Likewise.
4553         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
4554         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
4555         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
4556         * sysdeps/s390/libc-tls.c: Likewise.
4557         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
4558         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4559         * sysdeps/sh/dl-machine.h: Likewise.
4560         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
4561         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
4562         * sysdeps/x86_64/dl-machine.h: Likewise.
4564         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
4565         split out locking and parameter checking.
4566         (_dl_close): Call _dl_close_worker after locking and checking.
4567         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
4568         _dl_close.
4569         * elf/Makefile: Add rules to build and run tst-thrlock.
4570         * elf/tst-thrlock.c:  New file.
4572         [BZ #3426]
4573         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
4574         reality.
4576         [BZ #3429]
4577         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
4578         we are sure we do not need it anymore for _dl_close.  Also move
4579         the asserts inside the lock region.
4580         Patch mostly by Suzuki <suzuki@in.ibm.com>.
4582 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
4584         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
4585         argument.
4586         (_dl_lookup_symbol_x): Adjust caller.
4588         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
4589         _ns_global_scope.
4590         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
4592         * elf/dl-libc.c: Revert l_scope name changes.
4593         * elf/dl-load.c: Likewise.
4594         * elf/dl-object.c: Likewise.
4595         * elf/rtld.c: Likewise.
4596         * elf/dl-close.c (_dl_close): Likewise.
4597         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
4598         always use __rtld_mrlock_{change,done}.  Always free old scope list
4599         here if not l_scope_mem.
4600         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
4601         change.  Never free scope list here.  Just __rtld_mrlock_lock before
4602         the lookup and __rtld_mrlock_unlock it after the lookup.
4603         * elf/dl-sym.c: Likewise.
4604         * include/link.h (struct r_scoperec): Remove.
4605         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
4606         with l_scope_mem and l_scoperec_lock with l_scope_lock.
4608 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
4610         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
4612 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
4614         * configure.in: Disable building profile libraries by default.
4616 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4618         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
4619         as signed longs, check for x_base + pos overflow.
4620         * sunrpc/Makefile (tests): Add tst-xdrmem2.
4621         * sunrpc/tst-xdrmem2.c: New test.
4623 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
4625         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
4626         _dl_lookup_symbol_x code.
4628 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4630         * elf/dl-runtime.c: Include sysdep-cancel.h.
4631         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
4632         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
4633         instead of catomic_* macros.
4634         * elf/dl-sym.c: Include sysdep-cancel.h.
4635         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
4636         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
4637         * elf/dl-close.c: Include sysdep-cancel.h.
4638         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
4639         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
4640         * elf/dl-open.c: Include sysdep-cancel.h.
4641         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
4642         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
4644 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4646         [BZ #3313]
4647         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
4648         fastbin rather than end of fastbin array.
4650 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
4652         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
4653         body macro.
4654         * sysdeps/x86_64/bits/atomic.h
4655         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
4656         (catomic_decrement): Use correct body macro.
4658 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4660         * include/atomic.h: Add a unique prefix to all local variables
4661         in macros.
4662         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
4664 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
4666         [BZ #3369]
4667         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
4668         and 7.
4670 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
4672         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
4674 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
4676         [BZ #3313]
4677         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
4678         determine highest fast bin to consolidate, always look into all of
4679         them.
4680         (do_check_malloc_state): Only require for empty bins for large
4681         sizes in main arena.
4683         * libio/stdio.h: Add more __wur attributes.
4685         * elf/dl-minimal.c (realloc): Optimize last patch.
4687 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
4689         [BZ #3352]
4690         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
4691         and use memcpy() if it does.
4693 2006-11-12  Andreas Jaeger  <aj@suse.de>
4695         [BZ #2510]
4696         * manual/search.texi (Hash Search Function): Clarify.
4697         (Array Search Function): Clarify.
4699 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
4701         [BZ #2830]
4702         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
4703         shifting.
4704         * math/atest-exp2.c (read_mpn_hex): Likewise.
4705         * math/atest-sincos.c (main): Likewise.
4707 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
4709         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
4710         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
4711         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
4712         version GLIBC_2.6.
4713         * Versions.def: Add GLIBC_2.6 for libc.
4715         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
4717         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
4719 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
4721         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
4723         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
4725         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
4726         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
4728 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
4730         * include/atomic.c: Define catomic_* operations.
4731         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
4732         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
4733         * malloc/memusage.c: Likewise.
4734         * gmon/mcount.c: Likewise.
4735         * elf/dl-close.c: Likewise.
4736         * elf/dl-open.c: Likewise.
4737         * elf/dl-profile.c: Likewise.
4738         * elf/dl-sym.c: Likewise.
4739         * elf/dl-runtime.c: Likewise.
4740         * elf/dl-fptr.c: Likewise.
4741         * resolv/res_libc.c: Likewise.
4743 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
4745         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
4746         components which lack them.
4748         * nis/nis_subr.c (nis_getnames): Make sure that we always return
4749         at least one entry consisting of the parameter concatenated with
4750         the domain.
4752 2006-10-10  Roland McGrath  <roland@frob.com>
4754         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
4755         * sysdeps/mach/hurd/futimes.c: Likewise.
4756         * sysdeps/mach/hurd/lutimes.c: Likewise.
4758 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
4759             Jakub Jelinek  <jakub@redhat.com>
4761         Implement reference counting of scope records.
4762         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
4763         from the list in objects which remain.  Always allocate new scope
4764         record.
4765         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
4766         don't resize, allocate a new one.
4767         * elf/dl-runtime.c: Update reference counters before using a scope
4768         array.
4769         * elf/dl-sym.c: Likewise.
4770         * elf/dl-libc.c: Adjust for l_scope name change.
4771         * elf/dl-load.c: Likewise.
4772         * elf/dl-object.c: Likewise.
4773         * elf/rtld.c: Likewise.
4774         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
4775         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
4776         Add l_scoperec_lock.
4777         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
4778         * sysdeps/generic/rtld-lowlevel.h: New file.
4780         * include/atomic.h: Rename atomic_and to atomic_and_val and
4781         atomic_or to atomic_or_val.  Define new macros atomic_and and
4782         atomic_or which do not return values.
4783         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
4784         Various cleanups.
4785         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4787         * po/sv.po: Update from translation team.
4789 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
4791         * Versions.def: Add GLIBC_2.6 to libpthread.
4793         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
4794         (versioned_symbol): Likewise.
4795         (compat_symbol): Likewise.
4797         * po/tr.po: Update from translation team.
4799 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4801         * nis/Banner: Removed.  It's been integral part forever and the
4802         author info is incomplete anyway.
4803         * libio/Banner: Likewise.
4805         * nis/nis_table.c (nis_list): If __follow_path fails in the new
4806         code, make sure the nis_freeresult call doesn't crash and that the
4807         result is reported correctly.
4809 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
4811         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
4812         when callback is NULL.
4814         * nis/Versions (libnss_nisplus): Add
4815         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
4816         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
4817         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
4818         _nss_create_tablename): Rename to...
4819         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
4820         ... these.  No longer static.
4821         (internal_setgrent): Adjust users.
4822         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
4823         Don't use locking around _nss_grp_create_tablename call.
4824         * nis/nss_nisplus/nisplus-initgroups.c: New file.
4826 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4828         * version.h (VERSION): Bump to 2.5.90 for new development tree.
4830 2006-10-06  Andreas Jaeger  <aj@suse.de>
4832         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
4834 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4836         * po/pl.po: Update from translation team.
4838         * nscd/nscd.c (main): Fix typo in message.
4839         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
4841 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4843         [BZ #3291]
4844         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
4845         errno.h, signal.h, unistd.h and sysdep-cancel.h.
4846         (__sigprocmask): Define.
4848 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
4850         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
4851         used.
4853 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4855         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
4856         in oldtotal and newtotal calculation.
4857         * nscd/nscd-client.h (struct mapped_database): Add datasize
4858         field.
4859         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
4860         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
4861         increased.
4862         (__nscd_cache_search): Add checks to make sure we never reference
4863         data beyond the current mapping.
4865 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4867         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
4868         variables const to avoid compiler warnings.
4870         * io/fts.c (fts_close): Remove redundant checks.
4871         (fts_build): Likewise.
4872         (fts_palloc): Likewise.
4874         * manual/message.texi (Advanced gettext functions,
4875         Using gettextized software): Fix typos.
4877 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4879         * posix/glob.c (glob_in_dir): Add some comments and asserts to
4880         explain why there are no leaks.
4882 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
4884         * libio/wmemstream.c: Include <wchar.h>.
4885         * libio/bug-wmemstream1.c: Likewise.
4886         * libio/tst-wmemstream1.c: Likewise.
4887         * libio/tst-wmemstream2.c: Likewise.
4889         * version.h (RELEASE): Bump to 2.5.
4890         * README: Regenerated.
4892         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
4894         [BZ #3273]
4895         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
4896         found no group members.
4897         Patch by Petr Baudis.
4899 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
4901         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
4902         assert bootstrap_map.l_tls_modid is zero.
4903         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
4904         if USE___THREAD.
4906 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
4908         * libio/stdio.h: Move open_wmemstream prototype to ...
4909         * wcsmbs/wchar.h: ... here.
4911 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4913         [BZ #3252]
4914         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
4915         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
4916         __{,l}chown to handle the rest.
4917         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
4918         fchownat syscall and __ASSUME_32BITUIDS case inline, call
4919         __{,l}chown to handle the rest.
4920         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
4921         i386/fchownat.c.
4922         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
4923         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
4925         [BZ #3253]
4926         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4927         time, rather allocate increasingly bigger arrays of pointers, if
4928         possible with alloca, if too large with malloc.
4930 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
4932         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
4934         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
4936 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
4938         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
4939         home addresses.
4940         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
4941         IFA_F_HOMEADDRESS flag for interfaces.
4942         * include/ifaddrs.h (struct in6addrinfo): Define
4943         in6ai_homeaddress.
4945 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
4947         [BZ #3225]
4948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
4949         PTR_DEMANGLE3): Define.
4950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
4951         PTR_DEMANGLE3): Likewise.
4952         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
4953         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4954         Likewise.
4955         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
4957 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
4959         * po/libc.pot: Regenerated.
4960         * po/be.po: Updated.
4961         * po/ca.po: Likewise.
4962         * po/cs.po: Likewise.
4963         * po/da.po: Likewise.
4964         * po/de.po: Likewise.
4965         * po/el.po: Likewise.
4966         * po/en_GB.po: Likewise.
4967         * po/es.po: Likewise.
4968         * po/fi.po: Likewise.
4969         * po/fr.po: Likewise.
4970         * po/gl.po: Likewise.
4971         * po/hr.po: Likewise.
4972         * po/hu.po: Likewise.
4973         * po/ja.po: Likewise.
4974         * po/ko.po: Likewise.
4975         * po/nb.po: Likewise.
4976         * po/nl.po: Likewise.
4977         * po/pl.po: Likewise.
4978         * po/pt_BR.po: Likewise.
4979         * po/ru.po: Likewise.
4980         * po/rw.po: Likewise.
4981         * po/sk.po: Likewise.
4982         * po/sv.po: Likewise.
4983         * po/tr.po: Likewise.
4984         * po/zh_CN.po: Likewise.
4985         * po/zh_TW.po: Likewise.
4987         [BZ #3137]
4988         * iconv/iconv_prog.c (main): Fix spelling in error message.
4989         * iconv/iconvconfig.c (main): Likewise.
4990         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
4991         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
4992         * locale/programs/localedef.c (main): Likewise.
4993         * locale/programs/repertoire.c (repertoire_read): Likewise.
4994         * timezone/zdump.c (main): Likewise.
4995         * nscd/connections.c (handle_request): Fix spelling in log message.
4996         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
4998 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
5000         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
5001         interfaces.
5003 2006-09-20  Andreas Jaeger  <aj@suse.de>
5005         * math/libm-test.inc (lrint_test_upward): Fix typo.
5007 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
5009         [BZ #2592]
5010         * math/libm-test.inc (lrint_test_tonearest): New function.
5011         (lrint_test_towardzero): New function.
5012         (lrint_test_downward): New function.
5013         (lrint_test_upward): New function.
5014         (main): Run these new tests.
5015         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
5016         of values near to 0.
5017         (two52): Use double not long double.
5018         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
5019         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
5020         (two23): Use float not double.
5021         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
5022         (two23): Use float not double.
5023         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
5024         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
5025         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
5026         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
5028 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5030         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
5031         Cast sp to unsigned long to avoid compiler warning.
5032         Use __makecontext_ret function instead of a trampoline on the stack.
5033         (__makecontext_ret): New function.
5034         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
5036 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
5038         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
5039         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
5040         bits.
5042 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
5044         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
5045         sure no reference to the unloaded map's search list remains in the
5046         dependency's scope.
5048 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
5050         * elf/Makefile: Add rules to build and run unload7 test.
5051         * elf/unload7.c: New test.
5052         * elf/unload7mod1.c: New file.
5053         * elf/unload7mod2.c: New file.
5055 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
5057         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
5058         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
5059         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
5060         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
5061         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
5062         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
5063         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
5064         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
5065         PTRACE_GETEVENTMSG): Likewise.
5066         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
5067         values.
5069 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
5071         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
5072         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
5073         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
5074         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
5076 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
5078         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
5079         write '\0' to the fd.
5080         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
5081         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
5082         Change regs to unsigned long pointer from unsigned int, fix fscr
5083         offset.
5085 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
5087         * io/Makefile (CFLAGS-fstatat.c): Set.
5088         (CFLAGS-fstatat64.c): Likewise.
5089         (CFLAGS-mknodat.c): Likewise.
5091         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
5092         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
5093         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
5094         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
5096 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
5097             Steven Munroe  <sjmunroe@us.ibm.com>
5099         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
5100         names to the beginning.  Rename "cell" to "cellbe".
5101         (_dl_powerpc_platforms): New.
5102         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
5103         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
5104         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
5105         (_DL_HWCAP_PLATFORM): Define to new mask.
5106         (_dl_platform_string, _dl_string_platform): New functions.
5107         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
5108         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
5110 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
5112         [BZ #2526]
5113         * README.libm: Fix a thinko in sqrt algorithm description.
5115         [BZ #3143]
5116         * manual/string.texi (argz_delete): Fix prototype.
5117         Patch by <alpt@freaknet.org>.
5119 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
5121         [BZ #3138]
5122         * io/test-lfs.c (do_prepare): Give name_len type size_t.
5123         * io/tst-fcntl.c (do_prepare): Likewise.
5124         * posix/tst-exec.c (do_prepare): Likewise.
5125         * posix/tst-preadwrite.c (do_prepare): Likewise.
5126         * posix/tst-spawn.c (do_prepare): Likewise.
5127         * posix/tst-truncate.c (do_prepare): Likewise.
5128         * rt/tst-aio.c (do_prepare): Likewise.
5129         * rt/tst-aio64.c (do_prepare): Likewise.
5130         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
5131         size_t.
5133 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
5135         [BZ #2821]
5136         * time/mktime.c (guess_time_tm): Fix overflow detection.
5137         * time/Makefile (tests): Add bug-mktime1.
5138         * time/bug-mktime1.c: New file.
5140         [BZ #3189, #3188]
5141         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
5142         (mremap): Likewise.
5144 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
5146         [BZ #1006]
5147         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
5148         Ensure relocation doesn't clobber any bits outside of the
5149         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
5150         R_SPARC_HI22 and R_SPARC_H44.
5152         [BZ #2775]
5153         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
5154         (long) (MINSIZE + nb - old_size) is positive.
5156         * malloc/arena.c (grow_heap): When growing bail even if new_size
5157         is negative.
5159         [BZ #3155]
5160         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
5161         stack below r1.
5163 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5165         * posix/regex_internal.c (re_string_reconstruct): Handle
5166         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5167         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5168         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5169         re_string_context_at.
5170         * posix/Makefile: Add rules to build and run bug-regex26 test.
5171         * posix/bug-regex26.c: New test.
5173         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
5174         rather than col_sym_free.  Move seqp declaration earlier.
5176         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
5178 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
5180         * nscd/initgrcache.c (addinitgroupsX): Move any_success
5181         decl before first goto out.
5183 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
5185         * Makerules (shlib.lds): If have-hash-style, put .hash section
5186         at the end of the RO segment.
5188 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
5190         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
5191         style hash table format is used.
5193 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
5195         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
5196         randomization rather than before.
5197         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
5199 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
5201         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
5203         * malloc/malloc.c (_int_malloc): Use full list insert and not
5204         shortcut which assumes the list is empty for large requests
5205         too.
5207         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
5209 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
5211         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
5212         and offout arguments to the prototype.
5213         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
5214         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
5215         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
5216         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
5217         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
5218         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
5219         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
5220         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
5222 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
5224         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
5226         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
5227         dlopen parameters.
5229 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
5231         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
5232         only if herrno is NETDB_INTERNAL.  Handle errors other than
5233         ERANGE outside of the loops, handle TRY_AGAIN.
5235         * locale/programs/ld-ctype.c (translit_flatten): Issue error
5236         if other's ctype category was missing.
5237         * locale/programs/ld-collate.c (collate_read): Return if
5238         copy_locale's collate category is missing.
5240 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
5242         [BZ #2684]
5243         * malloc/malloc.c (public_rEALLOc): Try harder by using other
5244         arenas if allocation failed.
5245         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
5247 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
5249         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
5250         waste bins[0..1].
5251         (malloc_state): Reduce bins size by 2.
5252         (_int_malloc): Fix test for large enough buffer for early termination.
5253         When no unsorted block matches perfectly and an exiting block has
5254         to be split, use full list insert and not shortcut which assumes
5255         the list is empty.
5257         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
5258         failure.
5260 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
5262         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
5263         do anything.
5265         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
5266         symbol require exact match (these are PLTs).
5267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
5268         (_dl_ppc64_addr_sym_match): Likewise.
5270         [BZ #2683]
5271         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
5272         If symbol has a value use it.
5273         * elf/tst-dladdr1.c: New file.
5274         * elf/Makefile: Add rules to build and run tst-addr1.
5276 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
5278         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
5279         keeps failing and heap growth or new heap creation isn't
5280         successful either.
5281         * malloc/tst-malloc.c (main): Add new tests.
5283 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
5285         [BZ #2734]
5286         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
5287         as in the x86-64 code to use bswap.
5289 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
5291         [BZ #2680]
5292         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
5293         __USE_UNIX98.
5294         * posix/bits/unistd.h: Likewise.
5296 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
5298         [BZ #2751]
5299         * string/strchr.c: Add cast to avoid warning.
5301 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
5303         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
5304         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
5305         limit is needed to avoid the exploding of the address space
5306         requirement for secondary heaps.
5307         * malloc/arena.c (HEAP_MAX_SIZE): Define using
5308         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
5310 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
5312         [BZ #3018]
5313         * Makerules (depfiles): Handle extra-test-objs the same as
5314         extra-objs.
5315         (common-mostlyclean): Likewise.
5316         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
5317         instead.
5318         * elf/Makefile (extra-objs): Likewise.
5319         * stdlib/Makefile (extra-objs): Likewise.
5321 2006-08-14  Eric Blake  <ebb9@byu.net>
5323         [BZ #3044]
5324         * misc/error.h: Assume C89 or better.
5325         * misc/error.c: Likewise.
5327 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
5329         [BZ #3040]
5330         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
5331         __ASSUME_ATFCTS is defined.
5333 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
5335         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
5336         to sort in each call.
5338         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
5339         is empty simply return and use next service.
5340         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
5342         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
5343         tells us when not finding a charmap file is an error.
5344         * locale/programs/charmap.h: Adjust charmap_read prototype.
5345         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
5346         cannot find a charmap.
5347         * locale/programs/localedef.c (main): Adjust charmap_read call.
5349 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
5351         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
5352         sysdeps/posix/pause.c implementation instead.
5354 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
5356         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
5357         to EPERM.
5359 2006-08-13  Andreas Schwab  <schwab@suse.de>
5361         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
5362         Don't clobber caller's LRSAVE.
5363         (_dl_prof_resolve): Likewise.
5365 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
5367         [BZ #1996]
5368         * libio/memstream.c (open_memstream): Allocate initial buffer with
5369         calloc.
5370         * libio/wmemstream.c (open_wmemstream): Likewise.
5371         * libio/strops.c: Pretty printing.
5372         (_IO_str_overflow): Clear uninitialized part of the new buffer.
5373         (enlarge_userbuf): New function.
5374         (_IO_str_seekoff): Call it if seek position is larger than current
5375         buffer.
5376         * libio/wstrops.c: Likewise.
5377         * libio/vasprintf.c: Add comment as to why we do not have to use
5378         calloc instead of malloc to allocate initial buffer.
5379         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
5380         * libio/bug-memstream1.c: New file.
5381         * libio/bug-wmemstream1.c: New file.
5383 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
5385         * libio/wstrops.c: Remove dead macro definitions and comments.
5386         * libio/strops.c: Likewise.
5388         [BZ #2764]
5389         * login/utmpname.c (__utmpname): Remove unnecessary test.
5391 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
5393         [BZ #2832]
5394         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
5395         0s from integers.
5397 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
5399         [BZ #2987]
5400         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
5401         for CPU clocks.
5402         * sysdeps/unix/clock_settime.c: Add support for platform-specific
5403         setting of CPU clocks.
5405 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5407         [BZ #2841]
5408         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
5409         since C99 requires the result to promote to 'int' when uint_least8_t
5410         and uint_least16_t promote to 'int'.
5412 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5414         [BZ #3013]
5415         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
5416         lenght of one output field, correct bitmask creation.
5417         * locale/programs/ld-time.c: Add alignment.
5419         [BZ #2997]
5420         * misc/error.c: Add space between program name and message if file
5421         name is missing.
5423 2006-08-03  Eric Blake  <ebb9@byu.net>
5425         [BZ #2998]
5426         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
5428 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
5430         * malloc/memusagestat.c: Silence warnings.
5432         * malloc/malloc.c: Dynamically size mmap treshold if the program
5433         frees mmaped blocks.
5434         Patch by Valerie Henson and Arjan van de Ven.
5436 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
5438         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
5439         __USE_GNU.
5441         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
5442         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
5443         (DEF): Don't put the var into .gnu.linkonce.r.* section.
5444         Only provide var definitions in strtol_l (or for *ull*
5445         in strtoll_l).
5447         * stdio-common/bug16.c (tests): New array.
5448         (do_tests): Allow the first hexadecimal digit
5449         to be 1, 2, 4 or 8.  Do 3 additional tests.
5451         * sysdeps/s390/fpu/libm-test-ulps: Update.
5453         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
5454         fchownat syscall if available.
5455         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
5456         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
5457         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
5459 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
5461         * nis/nis_xdr.c: Avoid some function calls.
5463 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
5464             Ulrich Drepper  <drepper@redhat.com>
5466         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
5467         short cut if only one name component is stripped away.
5469 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
5471         * nis/nis_call.c: Minor cleanups throughout.
5472         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
5473         (first_shoot): Add search_parent_first parameter.  Only if it is set
5474         search parent server first.
5475         If directory for table found through cold start cache is not the same
5476         as referenced in the cache, don't use it.
5477         (__nisfind_server): Take additional parameter.  Pass it on to
5478         first_shoot.
5479         (__prepare_niscall): Adjust __nisfind_server call.
5480         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
5481         * nis/nis_table.c: Adjust __nisfind_server call.
5482         * nis/nis_lookup.c: Likewise.
5483         (nis_lookup): Don't loop endlessly if name is reduced to ".".
5485 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
5487         [BZ #2182]
5488         * math/s_cacosh.c: Return values from positive branch.
5489         * math/s_cacoshf.c: Likewise.
5490         * math/s_cacoshl.c: Likewise.
5492         [BZ #2883]
5493         * sysvipc/sys/msg.h: Change return value to ssize_t.
5494         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
5495         * sysvipc/msgrcv.c: Likewise.
5496         * include/sys/msg.h: Likewise.
5498         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
5499         test introduced in patch for bz #661.
5500         (getgrouplist): Simplify code a bit.  Don't allocate one additional
5501         element for NEWGROUPS.
5503         [BZ #2908]
5504         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
5505         'f', use '1' as leading digit not '\1'.
5506         * stdio-common/Makefile (tests): Add bug16.
5507         * stdio-common/bug16.c: New file.
5509         [BZ #2914]
5510         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
5511         and don't try to open it.  The patch introducing the macro
5512         contained a bug and used the same file name as the new file
5513         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
5514         this out completely.
5516         [BZ #2926]
5517         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
5518         Patch by Jerry James <Jerry.James@usu.edu>.
5520         * rt/Makefile (tests): Add tst-clock2.
5521         * rt/tst-clock2.c: New file.
5523         [BZ #2978]
5524         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
5525         function and its parameters and pass it to new thread.
5526         (__gai_notify): Add support for alternative waiting for completion.
5527         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
5528         waiting for completion.
5529         * resolv/getaddrinfo_a.c: Likewise.
5530         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
5531         waiting for completion is used.
5532         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
5533         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
5534         * resolv/gai_error.c: Likewise.
5535         * resolv/gai_sigqueue.c: Likewise.
5537 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
5539         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
5540         errno to EBADF and return MACH_PORT_NULL.
5542 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
5544         [BZ #2980]
5545         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
5547 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
5549         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
5550         walk them instead of the symbol table.
5552 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
5554         [BZ #2098]
5555         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
5556         status of NSS calls, not the number of returned entries.
5558         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
5559         request_key, keyctl.
5561 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
5563         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
5565 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
5567         * elf/tst-auditmod1.c: Fix typo in #error.
5569 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
5571         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
5573         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
5575 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
5577         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
5578         that the directory is empty even on non-POSIX filesystems.
5580 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
5582         * elf/dl-open.c (dl_open_worker): Add branch prediction.
5584         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
5585         the backend NSS module.  If backend setgrent call failed, don't have
5586         internal_setgrent fail.  Just remember this until it is needed.
5587         * nis/nss_compat/compat-pwd.c: Likewise.
5588         * nis/nss_compat/compat-spwd.c: Likewise.
5590 2006-07-30  Roland McGrath  <roland@redhat.com>
5592         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
5593         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
5594         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
5595         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
5597         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
5598         (nanosleep_not_cancel): New macro.
5599         (sigsuspend_not_cancel): new macro.
5600         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
5601         (do_sigsuspend): Define as inline.
5602         (__sigsuspend): Always use do_sigsuspend.
5603         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
5604         * include/signal.h: Declare __sigsuspend_nocancel.
5605         * sysdeps/posix/pause.c
5606         [! NO_CANCELLATION] (__pause_nocancel): New function.
5608         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
5609         * include/time.h (__nanosleep_nocancel): Likewise.
5611 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
5613         * locale/programs/localedef.c (add_to_readlist): Rename local
5614         variables to avoid confusion.
5616         * locale/programs/charmap.c (charmap_read): Emit error message if
5617         charmap couldn't be found or read.
5619 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
5621         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5622         __ASSUME_FUTEX_LOCK_PI.
5623         * include/time.h: Declare __nanosleep_nocancel.
5624         * include/unistd.h: Declare __pause_nocancel.
5626         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
5627         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
5628         get the __stack_chk_fail_local definition when it's needed.
5630 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
5632         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
5633         * dlfcn/bug-atexit3.c: New file.
5634         * dlfcn/bug-atexit3-lib.cc: New file.
5636         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
5637         used when the namespace is not the base namespace.
5639 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
5641         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
5642         (__new_exitfn): Bump it in every successful call.
5643         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
5644         more exit handlers, call them right away.
5645         * stdlib/exit.h: Declare __new_exitfn_called.
5647 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
5649         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
5650         calling registered handler.
5652         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
5653         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5654         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5655         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5656         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5657         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5658         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5659         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5661 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
5663         * elf/dl-lookup.c (dl_new_hash): New functions.
5664         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
5665         value here.  Compute new-style hash value.  Pass new hash value
5666         and reference to variable with the old value to do_lookup_x.
5667         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
5668         old-style hash table.
5669         (_dl_debug_bindings): Pass new hash value and reference to variable
5670         with the old value to do_lookup_x.
5671         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
5672         new-style hash value and change old-style hash value parameter to
5673         be a reference.  Reoganize functions to determine whether
5674         new-style hash table is available.  Only fall back on old-style
5675         table.  If old-style hash value is needed, compute it here.
5676         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
5677         entry.
5678         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
5679         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
5680         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
5681         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
5682         * Makeconfig: If linker supports --hash-style option add it to all
5683         linker command lines to build DSOs.
5684         * config.make.in: Define have-hash-style.
5685         * configure.in: Test whether linker supports --hash-style option.
5687         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
5688         * sysdeps/generic/ldsodefs.h: Adjust prototype.
5690 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
5692         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
5693         auditing.
5695         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
5696         RPATH of main map twice.
5698 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
5700         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
5701         look further, return original strings.
5702         (_nl_find_msg): Do not return found translation if the conversion
5703         failed.  Either signal the string is unusable or that something went
5704         wrong and the original should be used.
5706 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
5708         * string/_strerror.c (__strerror_r): Add __builtin_expect.
5710 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
5712         [BZ #2766]
5713         * misc/insremque.c (insque): Handle prev == NULL.
5714         * misc/Makefile (tests): Add tst-insremque.
5715         * misc/tst-insremque.c: New test.
5717 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
5719         [BZ #2792]
5720         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
5721         conflict with DL_DST_REQUIRED.
5723 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
5725         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
5726         match what Solaris does.
5728 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
5730         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
5731         local_setegid instead of seteuid and setegid.
5732         * sysdeps/generic/local-setxid.h: New file.
5733         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
5735         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
5737         * string/Makefile (tests): Add bug-envz1.
5738         * string/bug-envz1.c: New file.
5740 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5742         * posix/regex_internal.c (re_string_skip_chars): If no character has
5743         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
5744         to the byte which couldn't be converted.
5745         (re_string_reconstruct): Don't clear valid_raw_len before calling
5746         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5747         tip_context using re_string_context_at.
5748         * posix/Makefile: Add rules to build and run bug-regex25 test.
5749         * posix/bug-regex25.c: New test.
5751 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
5753         [BZ #2703]
5754         * string/envz.c (envz_strip): Correct erroneously reversed src
5755         and dest parameters to memmove() invocation.
5757 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
5759         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
5760         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
5761         to make sure the database has been already invalidated.
5762         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
5763         after the cache has been invalidated.  Use pthread_mutex_lock rather
5764         than pthread_mutex_trylock if fd != -1.
5765         * nscd/connections.c (invalidate_cache): Add fd argument, write
5766         response to fd if not calling prune_cache, pass fd to prune_cache.
5767         (handle_request): Adjust invalidate_cache caller.
5768         (nscd_run): Pass -1 as fd to prune_cache.
5770 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
5772         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
5773         the correct place.
5775 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
5777         * nscd/nscd.h (struct database_dyn): Add prunelock field.
5778         * nscd/cache.c (prune_cache): Take prunelock before starting the
5779         work.  Just return in case it is already taken.
5780         * nscd/connections.c (dbs): Initialize .prunelock.
5782 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
5784         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
5785         copying.  No need to allocate new array for group members.  Just
5786         move the pointers and update the size.
5788         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
5789         Avoid memory leak in case realloc fails.  Simplification for
5790         better code generation.
5792         Avoid deprecation warning because of libc_hidden_proto for
5793         inet6_option_alloc.
5794         * inet/inet6_option.c (option_alloc): Renamed from
5795         inet6_option_alloc.  Made static.
5796         (inet6_option_alloc): Now a simple wrapper around option_alloc.
5797         (inet6_option_append): Call option_alloc.
5798         * include/netinet/in.h: Remove libc_hidden_proto for
5799         inet6_option_alloc.
5801         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
5802         for cleanup when cb!=NULL [Coverity CID 233].
5804 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
5806         [BZ #2693]
5807         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
5808         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
5809         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
5810         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
5811         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
5812         and inet6_rth_getaddr.
5813         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
5814         array.
5815         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
5816         Mark inet6_option_* interfaces as deprecated.
5817         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
5818         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
5819         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
5820         inet6_rth_segments, and inet6_rth_getaddr.
5821         * inet/inet6_opt.c: New file.
5822         * inet/inet6_rth.c: New file.
5824         * inet/netinet/icmp6.h: Pretty printing.
5826         [BZ #2683]
5827         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
5829 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
5831         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
5832         doing it all here.  When server does not know the answer do not
5833         fail immediate, try parent first.
5835         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
5836         overflow test.
5838 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
5840         * nis/nis_call.c (__prepare_niscall): New function.  Split out
5841         from __do_niscall.
5842         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
5843         and exported.
5844         (__follow_path): New function.  Split out from nis_list.
5845         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
5846         _xdr_nis_result.
5847         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
5848         _xdr_nis_result.
5849         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
5850         and __follow_path.
5851         * nis/Versions: Export __prepare_niscall, __create_ib_request,
5852         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
5853         from libnsl for version GLIBC_PRIVATE.
5854         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
5855         Remove entry parameter from _nss_nisplus_parse_pwent and
5856         _nss_nisplus_parse_grent.
5857         * nis/nss_nisplus/nisplus-parser.c: Likewise.
5858         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
5859         again.  Rewrite getpwent handling to not use nis_first_entry and
5860         nis_next_entry.  Roll out own niscall handling.
5861         * nis/nss_nisplus/nisplus-grp.c: Likewise.
5863         * sunrpc/xdr_rec.c: Fix typo in comment.
5865 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
5867         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
5868         handling.
5870         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
5871         to allocate memory for my_pollfd.  Better initialization of
5872         cb_is_running.  Use TEMP_FAILURE_RETRY.
5874         * malloc/memusage.sh (memusageso): Add quotes.
5875         (memusagestat): Likewise.
5876         * debug/xtrace.sh (pcprofileso): Likewise.
5877         (pcprofiledump): Likewise.
5878         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
5879         replacement.
5880         * malloc/Makefile ($(objpfx)memusage): Likewise.
5882         * nis/nis_callback.c (__nis_create_callback): Calls to
5883         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
5884         asprintf call fails.
5886         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
5887         no uninitialized memory is passed to sendto.
5889 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5891         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
5892         of snprintf+strdup.  Handle OOM.
5893         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
5894         cb->serv together.  Remove now obsolete free calls.
5895         (__nis_destroy_callback): Remove now obsolete free call.
5897 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
5899         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
5900         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
5901         and ULA respectively). Set precedence for IPv4 address to 10 as
5902         defined in RFC3484 for preferring IPv6.
5903         * posix/gai.conf: Update to match the new default tables.
5905 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
5907         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
5908         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
5909         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
5910         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
5912         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
5913         Removed.
5914         (init_nss_interface): Remove initialization of these variables.
5916 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5918         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
5919         nis_free_directory forward to avoid duplication.
5921 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
5923         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
5924         rec_dirsearch returning NULL.
5925         (first_shoot): Handle __nis_finddirectory returning NULL.
5926         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
5928         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
5929         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
5931 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
5933         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
5934         pid changed.
5936 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
5938         * include/rpc/pmap_prot.h: Mark all functions as hidden.
5940         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
5941         * nscd/nscd_getgr_r.c: Likewise.
5943         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
5945         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
5946         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
5948         * stdlib/longlong.h (__clz_tab): Mark as hidden.
5950         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
5952         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
5954         * include/rpc/auth.h: Mark xdr_des_block_internal and
5955         xdr_opaque_auth_internal as hidden.
5957         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
5958         hidden.
5960         * include/rpc/xdr.h: Mark all _internal functions as hidden.
5962         * misc/getusershell.c (okshells): Don't use static initializers,
5963         do it dynamically.
5965         * stdlib/fmtmsg.c (keywords): Change type of len element to
5966         uint32_t to not waste space on 64bit machines.
5968         * locale/setlocale.c: Change _nl_category_names into a string.
5969         Add new _nl_category_name_idxs.  Change all users.
5970         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
5971         Declare _nl_category_name_idxs.
5972         * locale/findlocale.c: Adjust for _nl_category_names change.
5973         * locale/loadlocale.c: Likewise.
5974         * locale/newlocale.c: Likewise.
5975         * intl/dcigettext.c: Likewise.
5977         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
5978         (add_alias2): ...here.  New function.
5979         (__gconv_read_conf): Simplify builtin alias handling.
5980         (builtin_aliases): Convert to string to avoid relocations.
5981         * iconv/gconv_builtin.h: Add comment about correct formatting.
5983 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
5985         * resolv/res_debug.c (loc_ntoa): Make error const.
5987 2006-05-14  Andreas Schwab  <schwab@suse.de>
5989         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
5991 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
5993         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
5994         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
5995         sizeof (cpu_set_t).
5997 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
5999         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
6001         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
6003         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
6004         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
6006         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
6007         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
6009         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
6010         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
6011         xdr_cback_data.
6013         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
6014         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
6015         xdr_ypupdate_args.
6017         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
6018         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
6020         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
6021         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
6023         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
6024         * include/rpcsvc/nis_callback.h: New file.
6026         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
6027         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
6029         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
6030         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
6032         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
6033         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
6035         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
6036         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
6038         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
6039         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
6040         xdr_ypdelete_args.
6042         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
6043         __BEGIN_DECLS and __END_DECLS, the header is not installed.
6045         * nis/nis_error.c: Remove table of strings.  Use position
6046         independent mechanism.
6047         * nis/nis_error.h: New file.
6049 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
6051         * locale/programs/ld-time.c (time_finish): If wide era name or
6052         format aren't provided, set both wname and wformat to L"".
6054 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
6056         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
6057         results if the call was succesful.
6059         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
6061         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
6062         as hidden.
6064 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
6066         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
6068 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
6070         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
6071         caller makes sure this is not the case.
6072         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
6074 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
6076         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
6077         calls.
6079         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
6080         [Coverity CID 229, 230]
6082         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
6083         DGETTEXT calls.
6084         (hol_help): Likewise.  [Coverity CID 226, 227]
6086         * string/argz-replace.c (__argz_replace): Unconditionally call
6087         free on SRC.  [Coverity CID 225]
6089         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
6090         the return value of __nis_default_owner and __nis_default_group,
6091         it has been especially allocated.  [Coverity CID 224]
6093         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
6094         searchgroup and searchowner.  Significantly simplified.
6095         (__nis_default_owner): Remove duplication.  Do not locally copy the
6096         string before duplicating it.
6097         (__nis_default_group): Likewise.
6099         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
6100         we must clear the variable before calling __nisfind_server.
6102         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
6103         nis_getnames.  [Coverity CID 223]
6105         * locale/programs/locfile.c (locfile_read): Use alloca instead of
6106         xmalloc to allocate local repertoire name.  [Coverity CID 222]
6108         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
6109         allocate memory for the input to add_bytes.  [Coverity CID 221]
6111         * posix/wordexp.c (w_addword): Free word if realloc fails and it
6112         was allocated here.  [Coverity CID 219, 220]
6114         * posix/getconf.c (print_all): Free confstr data after printing.
6115         [Coverity CID 218]
6117         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
6118         list allocation fails.  [Coverity CID 215]
6120         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
6121         [Coverity CID 213]
6123         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
6124         string is NULL.  [Coverity CID 212]
6125         * argp/Makefile: Add rules to build and run bug-argp1.
6126         * argp/bug-argp1.c: New file.
6128         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
6129         end of string.
6130         * stdlib/canonicalize.c (__realpath): Likewise.
6132         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
6133         pointer.  [Coverity CID 206]
6135         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
6136         in statically linked code.
6137         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
6138         statically built code, be prepared to have no link map.
6139         [Coverity CID 205]
6141         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
6142         dgettext calls. [Coverity CID 204]
6144         * argp/argp-help.c (struct uparams): Remove valid member.  Change
6145         the one user.
6146         (uparam_names): Reduce size.  Avoid relative relocations.
6147         Moved to read-only segment.
6148         (fill_in_uparams): Update for new layout.
6150         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
6151         assumed to always be != NULL. [Coverity CID 202]
6153         * argp/argp-help.c (hol_entry_help): Remove some dead code
6154         [Coverity CID 200].
6156         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
6157         away a few more unconditional yperr2nss calls.
6158         (_nss_nis_getservbyname_r): Likewise.
6160 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
6162         * sysdeps/generic/ldsodefs.h: Remove support for non-core
6163         architectures.
6165         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
6166         that unused memory passed to sendto is nevertheless initialized.
6168         [BZ #2499]
6169         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
6170         possibly unaligned memory accesses.
6172         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
6173         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
6174         and __putlong respectively.  Correct buffer overflow check for
6175         NS_NOTIFY_OP.
6177         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
6179         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
6180         (send_dg): Rewrite error handling to be more compact and avoid
6181         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
6183         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
6185         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
6186         instead of ns_get16.
6187         (res_queriesmatch): Likewise.  Minor optimization.
6189         [BZ #2499]
6190         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
6191         __libc_res_nsend might reallocate the buffer for the answer.  In
6192         this case we have to reload the HP pointer.
6194 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
6196         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
6197         some branch prediction hints.
6199         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
6200         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6201         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6202         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
6203         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6204         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6205         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6206         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6208 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6210         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
6211         by a GOT relocation to make Scrt1.o position independent.
6212         * sysdeps/s390/s390-64/elf/start.S: Likewise.
6214         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
6215         six system call parameters.
6216         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
6218 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
6220         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
6221         malloc&bzero.
6223         * sunrpc/svc_udp.c (BZERO): Remove definition.
6224         (CALLOC): Define.
6225         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
6227         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
6228         (des_SPtrans): Use uint32_t type.
6229         (des_skb): Likewise.
6231         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
6233 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
6235         [BZ #2509]
6236         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
6237         on 32-bit arches.
6239 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
6241         * locale/programs/ld-address.c (address_finish): Fix one more
6242         place where the iso639 array might be accessed beyond the limits.
6244 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
6246         * nis/nis_table.c (nis_list): Avoid clearing res twice before
6247         filling it for the first time.
6249         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
6250         Adjust all callers.
6251         Free res object content before returning.
6253         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
6255         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
6256         client->cl_auth.
6258         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
6259         cleanup for initial thread, just the free call on TVP.
6261         * nscd/gai.c (__getline): Define.
6264 See ChangeLog.16 for earlier changes.