* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
[platform/upstream/glibc.git] / ChangeLog
1 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2
3         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
4         <linux/limits.h> has defined it.
5         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
7         headers.
8         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
9         it instead of ARG_MAX.
10
11 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
12
13         * posix/gai.conf: Fix comment for scope nullbits.
14         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
15         default to 128 bits for v4 mapped addresses.
16
17 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
18
19         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
20         ptrace call to get the ieee_instruction_pointer from the kernel.
21         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
22         ptrace call to set the ieee_instructtion_pointer.
23         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
24         Add comment that ieee_instruction_pointer is always 0.
25
26 2008-03-09  Andreas Jaeger  <aj@suse.de>
27
28         [BZ #5857]
29         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
30         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
31         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
32
33         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
34         (rint_test): Likewise.
35
36 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
37
38         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
39         call.
40         (__nisfind_server): Similar for open readColdStartFile call.
41         Patch partially by Jim Meyering.
42         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
43         around internal_setent call.
44
45         * po/vi.po: New Vietnamese translation.
46
47         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
48         ADJ_OFFSET_SS_READ.
49
50         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
51         remove CLONE_STOPPED.
52
53 2008-02-10  Jim Meyering  <meyering@redhat.com>
54
55         Remove useless "if" before "free":
56         * elf/ldconfig.c (parse_conf_include): Likewise.
57         * gmon/gmon.c (weak_alias): Likewise.
58         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
59         * inet/rcmd.c (__validuser2_sa): Likewise.
60         * intl/bindtextdom.c (set_binding_values): Likewise.
61         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
62         * libio/genops.c (save_for_backup): Likewise.
63         * libio/wgenops.c (save_for_wbackup): Likewise.
64         * locale/programs/ld-collate.c (collate_read): Likewise.
65         * locale/programs/linereader.c (get_string): Likewise.
66         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
67         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
68         * resolv/res_debug.c (do_section): Likewise.
69         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
70         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
71         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
72         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
73         * time/tzset.c (tzset_internal): Likewise.
74
75 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
76
77         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
78         of ASSEMBLER.
79
80 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
81
82         [BZ #5903]
83         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
84         not stream for output file.  Open output file here.
85         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
86         and output file name.
87         (process_fd): Likewise.
88         (process_file): Likewise.
89         (main): Adjust callers of changed functions.
90         * iconv/iconv_prog.h: Adjust prototype.
91
92 2008-03-09  Andreas Jaeger  <aj@suse.de>
93
94         [BZ #5753]
95         * sysdeps/ia64/ieee754.h: Use protected namespace
96         __BIG_ENDIAN/__LITTLE_ENDIAN.
97         * sysdeps/ieee754/ieee754.h: Likewise.
98         Patch by Aurelien Jarno <aurelien@aurel32.net>.
99
100 2008-03-08  Roland McGrath  <roland@frob.com>
101
102         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
103         ignore a signal that came from a machine exception, treat it as a
104         fatal core-dump signal instead.
105         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
106
107         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
108         Clear DF bit in thread state's eflags.
109         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
110
111 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
112
113         [BZ #5774]
114         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
115         of NAN(...) sequence.
116         * stdlib/Makefile (tests): Add tst-strtod6.
117         * stdlib/tst-strtod6.c: New file.
118
119         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
120
121         [BZ #5762]
122         * posix/getopt.c (_getopt_internal_r): Clarify error message by
123         putting offending option character in quotes.  Clean up error
124         messages.
125         * po/be.po: Adjust msgstr in translation file.
126         * po/bg.po: Likewise.
127         * po/ca.po: Likewise.
128         * po/cs.po: Likewise.
129         * po/da.po: Likewise.
130         * po/de.po: Likewise.
131         * po/es.po: Likewise.
132         * po/fr.po: Likewise.
133         * po/hr.po: Likewise.
134         * po/ko.po: Likewise.
135         * po/nl.po: Likewise.
136         * po/rw.po: Likewise.
137         * po/sk.po: Likewise.
138         * po/sv.po: Likewise.
139         * po/tr.po: Likewise.
140         * po/zh_CN.po: Likewise.
141         * po/zh_TW.po: Likewise.
142
143         [BZ #5760]
144         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
145         Patch by Roland Bless <roland@bless.de>.
146
147         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
148         .o file.
149         * elf/Makefile (routines): Add dl-sysdep.
150         (elide-routines.os): Likewise.
151
152 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
153
154         [BZ #5786]
155         * elf/dl-sysdep.c: Undefine ROUND after use.
156         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
157         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
158         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
159         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
160         to ...
161         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
162         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
163         if necessary.
164         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
165
166         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
167         _dl_tls_get_addr_soft element.
168         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
169         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
170         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
171         GLRO.
172         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
173         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
174         of internal_function.
175
176         * stdlib/Makefile (aux): Add tens_in_limb.
177         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
178         * stdlib/tens_in_limb.c: ...here.  New file.
179
180         [BZ #5778]
181         * sysdeps/unix/sysv/linux/pathconf.h: Declare
182         __statfs_chown_restricted.
183         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
184         for _PC_CHOWN_RESTRICTED.
185         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
186         Implement __statfs_chown_restricted.
187         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
188         _POSIX_CHOWN_RESTRICTED value to zero.
189         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
190         defined to zero.
191
192         * sysdeps/x86_64/rtld-memset.c: New file.
193
194 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
195
196         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
197
198         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
199         Barcelona machine.  Make default fall through branch of
200         __x86_64_preferred_memory_instruction check as the integer code path.
201
202 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
203
204         * sysdeps/x86_64/cacheinfo.c
205         (__x86_64_preferred_memory_instruction): New variable.
206         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
207
208         * sysdeps/x86_64/memset.S: Rewrite.
209
210 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
211
212         * include/stdio.h (__asprintf_chk, __dprintf_chk,
213         __obstack_printf_chk): New prototypes.
214         (__vasprintf_chk, __vdprintf_chk,
215         __obstack_vprintf_chk): Likewise.
216         Add libc_hidden_proto.
217         * libio/obprintf.c
218         (_IO_obstack_jumps): No longer static, add attribute_hidden.
219         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
220         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
221         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
222         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
223         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
224         __obstack_vprintf_chk): New prototypes.
225         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
226         obstack_vprintf): New inlines.
227         * debug/dprintf_chk.c: New file.
228         * debug/vdprintf_chk.c: New file.
229         * debug/asprintf_chk.c: New file.
230         * debug/vasprintf_chk.c: New file.
231         * debug/obprintf_chk.c: New file.
232         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
233         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
234         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
235         @@GLIBC_2.8.
236         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
237         vdprintf_chk and obprintf_chk, set CFLAGS for them.
238         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
239         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
240         libc_hidden_proto.
241         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
242         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
243         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
244         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
245         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
246         @@GLIBC_2.8.
247         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
248         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
249         obstack_vprintf_chk.
250         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
251         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
252         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
253         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
254         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
255         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
256
257 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
258
259         [BZ #5779]
260         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
261         Patch by Roy Marples <roy@marples.name>.
262
263         [BZ #5736]
264         * malloc/malloc.c: Fix typo in comment.
265
266         [BZ #5627]
267         * locale/iso-639.def: Add Shuswap.
268
269 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
270
271         [BZ #5790]
272         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
273         overwrite *h_errnop/*errnop values from getanswer_r in case of
274         failure.
275
276 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
277
278         [BZ #5818]
279         * nscd/connections.c (dbs): Add initializers for .suggested_module.
280         (verify_persistent_db): Remove one unnecessary test and add a new one
281         for bad configuration.
282         (nscd_init): Improve error reported when persistent database cannot
283         be reused.
284         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
285         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
286         .suggested_module and .max_db_size and case config file says the
287         values are zero.
288         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
289
290         [BZ #5854]
291         * nis/ypclnt.c (yp_order): Fix handling of return value of
292         do_ypcall_tr call.
293         Patch by Jeff Moyer <jmoyer@redhat.com>.
294
295         * po/fr.po: Update from translation team.
296
297 2008-02-22  Andreas Jaeger  <aj@suse.de>,
298             Carlos O'Donell <carlos@systemhalted.org>
299
300         [BZ #5012]
301         * FAQ.in: Describe why glibc needs to be compiled with
302         optimization.
303
304 2008-02-19  Roland McGrath  <roland@redhat.com>
305
306         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
307
308 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
309
310         [BZ #5737]
311         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
312         __USE_MISC is defined.
313
314 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
315
316         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
317         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
318         sys/timerfd.h.
319         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
320         timerfd_gettime, timerfd_settime.
321         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
322         timerfd_gettime, timerfd_settime for GLIBC_2.8.
323
324 2008-02-08  Roland McGrath  <roland@redhat.com>
325
326         * elf/elf.h (NT_PPC_SPE): New macro.
327
328 2008-02-06  Roland McGrath  <roland@redhat.com>
329
330         * Makerules ($(common-objpfx)sysd-rules):
331         Depend on $(sysdep-makeconfigs).
332
333 2008-01-31  Roland McGrath  <roland@redhat.com>
334
335         [BZ #5442]
336         * configure.in: Use -print-file-name if it yields a directory,
337         for each of include and include-fixed.
338         * configure: Regenerated.
339
340         * Makeconfig (sysd-rules-targets): New variable.
341         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
342         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
343
344 2008-01-30  Roland McGrath  <roland@redhat.com>
345
346         * manual/libc.texinfo: Update back-cover text.
347
348         * elf/elf.h (NT_386_TLS): New macro.
349
350 2008-01-29  Roland McGrath  <roland@redhat.com>
351
352         * Makeconfig (sysd-rules-patterns): New variable.
353         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
354         (check-inhibit-asm): New canned sequence, replaces ...
355         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
356         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
357         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
358         (CFLAGS-rtld): Variable removed.
359
360 2008-01-24  Roland McGrath  <roland@redhat.com>
361
362         * configure.in: Let configure fragments set base_os.
363         * configure: Regenerated.
364
365 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
366
367         * po/ko.po: Update from translation team.
368
369 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
370
371         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
372
373 2008-01-12  Andreas Jaeger  <aj@suse.de>
374
375         [BZ #5040]
376         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
377         Add EPOLLRDHUP.
378
379 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
380
381         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
382         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
383         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
384
385 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
386
387         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
388         * elf/dl-close.c (_dl_close): Check for it.
389         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
390         (_dl_allocate_static_tls): Likewise.
391         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
392         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
393         to it.
394         * elf/tst-tls16.c: New file.
395         * elf/tst-tlsmod16a.c: New file.
396         * elf/tst-tlsmod16b.c: New file.
397         * elf/Makefile: Add rules to build and run tst-tls16.
398
399 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
400
401         [BZ #5628]
402         * bits/shm.h: Fix comment describing shmid_ds.
403         * sysdeps/gnu/bits/shm.h: Likewise.
404         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
405         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
406         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
407         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
408         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
409         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
410         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
411         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
412         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
413
414         [BZ #5607]
415         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
416         prototypes.
417         * conform/data/limits.h-data: Adjust limits changed in v6 and add
418         additional suffixes.
419         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
420         Add optional functions mq_timedreceive and mq_timedsend.
421         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
422         * conform/data/pthread.h-data: Fix prototype of
423         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
424         * conform/data/semaphore.h-data: Allow time.h definitions.
425         * conform/data/signal.h-data: Likewise.
426         * conform/data/stdio.h-data: getw and putw are not required in v6.
427         * conform/data/stdlib.h-data: Change setstate prototype.
428         * conform/data/string.h-data: Fix strerror_r prototype.
429         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
430         * conform/data/unistd.h-data: pthread_atfork not required in v6.
431         Fix readlink prototype.
432         * conform/data/netinet/in.h-data: Add const to in6addr_any and
433         in6addr_loopback.
434         * inet/netinet/in.h: Cleanup namespace.
435         * posix/regex.h: Likewise.
436         * resolv/netdb.h: Likewise.
437         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
438         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
439         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
440         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
441         of names of in in6_addr.
442         (default_precedence): Likewise.
443         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
444         NULL definition.
445
446 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
447
448         * conform/data/fmtmsg.h-data: Add missing allows.
449         * conform/data/ftw.h-data: Likewise.
450         * conform/data/inttypes.h-data: Likewise.
451         * conform/data/math.h-data: Likewise.
452         * conform/data/signal.h-data: Likewise.
453         * conform/data/net/if.h-data: Likewise.
454         * conform/data/netinet/in.h-data: Likewise.
455         * conform/data/sys/socket.h-data: Likewise.
456
457         [BZ #5614]
458         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
459         (__strtok_r): Simplify.
460         * string/tester.c (test_strtok_r): Add test case for futile search
461         with single-character seach string.
462
463 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
464
465         * po/ko.po: Update from translation team.
466
467 2008-01-11  Andreas Jaeger  <aj@suse.de>
468
469         [BZ #5600]
470         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
471         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
472         kernel header.
473
474 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
475
476         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
477         native interface lookup in all the relevant places.
478
479 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
480             Ulrich Drepper  <drepper@redhat.com>
481
482         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
483         field.  Use sockaddr_in6 for source_addr.
484         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
485         (match_prefix): Likewise.
486         (get_label): Likewise.
487         (get_precedence): Likewise.
488         (rfc3484_sort): Change to use indirect access to results array.
489         Adjust to use of sockaddr_in6.  Replace service_order test with
490         simple index comparison.
491         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
492         service_order field.  Adjust qsort_t calls.  Access sorted result
493         array indirectly through order array.
494         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
495         * posix/tst-rfc3484-2.c: Likewise.
496         * posix/tst-rfc3484-3.c: Likewise.
497
498 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
499
500         [BZ #5541]
501         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
502         pollfd structures.
503         Patch by André Cruz.
504
505         [BZ #5545]
506         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
507         (clnt_spcreateerror): Likewise.
508
509         [BZ #5553]
510         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
511         (public_mEMALIGn): Likewise.
512         Patch mostly by Daniel Jacobowitz.
513
514 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
515
516         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
517         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
518         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
519         * stdlib/tst-makecontext2.c: New test.
520
521 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
522
523         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
524         defined.
525         (REINIT_PARAMS): Likewise.  Undefine before end of file.
526         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
527         transliteration hooks and REINIT_PARAMS afterwards.
528         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
529         status.
530         (REINIT_PARAMS): Define.
531         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
532         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
533         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
534         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
535         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
536         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
537         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
538         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
539         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
540         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
541         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
542         * iconvdata/tst-iconv7.c: New test.
543
544 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
545
546         * libio/stdio.h (vscanf): Fix definition for loser compilers.
547
548 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
549
550         [BZ #5112]
551         * nscd/connections.c (restart): Fix condition.
552
553 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
554
555         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
556         __ctype_toupper_loc): Add __THROW.
557
558 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
559
560         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
561         recognition of interface family.
562
563         * posix/getconf.c: Update copyright year.
564         * nss/getent.c: Likewise.
565         * iconv/iconvconfig.c: Likewise.
566         * iconv/iconv_prog.c: Likewise.
567         * elf/ldconfig.c: Likewise.
568         * catgets/gencat.c: Likewise.
569         * csu/version.c: Likewise.
570         * elf/ldd.bash.in: Likewise.
571         * elf/sprof.c (print_version): Likewise.
572         * locale/programs/locale.c: Likewise.
573         * locale/programs/localedef.c: Likewise.
574         * nscd/nscd.c (print_version): Likewise.
575         * debug/xtrace.sh: Likewise.
576         * malloc/memusage.sh: Likewise.
577         * malloc/mtrace.pl: Likewise.
578         * debug/catchsegv.sh: Likewise.
579
580 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
581
582         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
583         second lookup.
584
585 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
586
587         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
588         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
589
590 2007-12-17  Roland McGrath  <roland@redhat.com>
591
592         * inet/ether_line.c (ether_line): Remove unused variable.
593
594 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
595
596         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
597         and winp.
598         * login/openpty.c (openpty): Likewise.
599         * login/pty.h (openpty, forkpty): Likewise.
600         * manual/terminal.texi (openpty, forkpty): Likewise.
601
602 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
603
604         * malloc/malloc.c (public_cALLOc): For arenas other than
605         main_arena, count all bytes inside the mprotect_size range of the
606         heap as uninitialized.
607
608 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
609
610         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
611         executable stacks.
612
613         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
614         mTRIm for all of them.
615         (mTRIm): Additionally iterate over all free blocks and use madvise
616         to free memory for all those blocks which contain at least one
617         memory page.
618         * malloc/tst-trim1.c: New file.
619         * malloc/Makefile (tests): Add tst-trim1.
620
621         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
622
623 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
624
625         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
626         First cast argument to long
627         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
628         Return long.
629         (__vdso_clock_gettime): Likewise.
630         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
631         return long.
632
633 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
634
635         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
636         * locale/nl_langinfo_l.c: Real implementation, copied from
637         nl_langinfo.c.
638         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
639
640 2007-12-01  Jim Meyering  <meyering@redhat.com>
641
642         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
643         that would inhibit utf8-optimization of a regexp containing line-
644         or buffer-anchors, e.g., `^', `$'.
645
646 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
647
648         * time/bug-getdate1.c (do_test): Don't use century values which
649         aren't valid on 32-bit systems.
650
651 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
652
653         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
654         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
655         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
656         __strcat_g, __strncat_g): Add __asm__.
657
658 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
659
660         [BZ #5477]
661         * io/fchmodat.c: Fix typo in stub_warning use.
662         Patch by Petr Salinger.
663
664 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
665
666         * iconvdata/hp-thai8.c: New file.
667         * iconvdata/Makefile: Add rules for hp-thai8.c.
668         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
669         * iconvdata/gconv-modules: Likewise.
670
671         [BZ #5464]
672         * iconvdata/hp-greek8.c: New file.
673         * iconvdata/Makefile: Add rules for hp-greek8.c.
674         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
675         * iconvdata/gconv-modules: Likewise.
676
677         [BZ #5463]
678         * iconvdata/hp-turkish8.c: New file.
679         * iconvdata/Makefile: Add rules for hp-turkish8.c.
680         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
681         * iconvdata/gconv-modules: Likewise.
682
683         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
684         (shrink_heap): ... this new function.
685         (heap_trim): Call shrink_heap instead of grow_heap.
686
687         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
688         case don't call alloc_perturb.
689
690 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
691
692         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
693         possible.
694         * sysdeps/unix/sysv/linux/kernel-features.h
695         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
696         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
697
698 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
699
700         [BZ #5424]
701         * stdio-common/vfprintf.c: Do not overflow when adding to done.
702         * stdio-common/Makefile (tests): Add bug22.
703         * stdio-common/bug22.c: New file.
704
705         [BZ #5451]
706         * time/getdate.c: Fix filling in default values.
707         * time/bug-getdate1.c: New file.
708         * time/Makefile: Add rules to build and run bug-getdate1.
709
710         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
711         * iconvdata/ebcdic-es.c: Likewise.
712         * iconvdata/ebcdic-es-a.c: Likewise.
713         * iconvdata/ebcdic-uk.c: Likewise.
714         * iconvdata/iso8859-16.c: Likewise.
715         * iconvdata/viscii.c: Likewise.
716         * iconvdata/iso8859-9e.c: Likewise.
717         * iconvdata/Makefile: Adjust appropriately.
718
719         [BZ #5428]
720         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
721         __need_wint_t.
722
723 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
724
725         [BZ #5427]
726         * iconvdata/hp-roman9.c: New file.
727         * iconvdata/Makefile: Add rules for hp-roman9.c.
728         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
729         * iconvdata/gconv-modules: Likewise.
730
731         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
732         * iconvdata/Makefile: Adjust appropriately.
733
734         [BZ #5441]
735         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
736         structure, it's allocated with alloca.
737         * stdio-common/Makefile (tests): Add bug21.
738         * stdio-common/bug21.c: New file.
739
740 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
741
742         [BZ #5452]
743         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
744         keyword for gcc's braced-groups.
745
746 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
747
748         [BZ #5454]
749         * inet/ether_line.c: Strip hostname of whitespaces.
750         * inet/Makefile (tests): Add tst-ether_line.
751         * inet/tst-ether_line.c: New file.
752
753 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
754
755         [BZ #5439]
756         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
757
758         [BZ #5435]
759         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
760
761         * stdlib/tst-setcontext.c: Catch the case where the links gets
762         messed up and we do not reach main again.
763
764         * po/ca.po: Update from translation team.
765
766 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
767
768         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
769         * posix/regex.h (REG_ENOSYS): Likewise.
770         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
771
772 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
773
774         * nscd/nscd.h (MAX_STACK_USE): Define.
775         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
776         (gc): Initialize stack_used based on allocation in prune_cache.
777         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
778         Clear array before use.
779
780         * nscd/aicache.c (addhstaiX): Update statistics counter in case
781         memory allocation failed.
782         * nscd/hstcache.c (cache_addhst): Likewise.
783         * nscd/grpcache.c (cache_addgr): Likewise.
784         * nscd/servicescache.c (cache_addserv): Likewise.
785         * nscd/pwdcache.c (cache_addpw): Likewise.
786         * nscd/initgrcache.c (addinitgroupsX): Likewise.
787
788 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
789
790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
791         and creat system calls.
792
793         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
794
795 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
796
797         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
798         Add netiucv/iucv.h.
799         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
800         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
801         protocol.
802         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
803         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
804         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
805
806 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
807
808         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
809         strncat): Define as macros to avoid compile errors.
810
811         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
812         creat entries.
813
814 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
815
816         [BZ #5382]
817         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
818         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
819         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
820         overflow it.
821         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
822
823         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
824         Return zero in case the thread library is not NPTL.
825
826         [BZ #5375]
827         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
828         initializing interface list.
829
830         [BZ #5378]
831         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
832         use result of nss_getgrgid_r if nothing was found.  For other
833         error return with a failure.
834         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
835
836         * locale/programs/ld-collate.c (collate_read): Fix loop to match
837         macro name.
838
839 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
840
841         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
842         (get_scope): For IPv4 scope, use scopes table.
843         (fini): Free scopes table if necessary.
844         (free_scopelist): New function.
845         (scopecmp): New function.
846         (gaiconf_init): Also handle scopev4 entries.
847         * posix/tst-rfc3484.c (do_test): Initialize scopes.
848         * posix/tst-rfc3484-2.c (do_test): Likewise.
849         * posix/gai.conf: Document scopev4 defaults.
850         * posix/Makefile (tests): Add tst-rfc3484-3.
851         * posix/tst-rfc3484-3.c: New file.
852
853         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
854         Teredo tunnels.
855         * posix/gai.conf: Update for current default tables.
856
857 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
858
859         * po/tr.po: Update from translation team.
860
861 2007-11-18  Roland McGrath  <roland@frob.com>
862
863         * manual/arith.texi (Remainder Functions): Spelling fix.
864         From Shaun Silk <genix@mysoul.com.au>.
865
866         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
867
868 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
869
870         * po/zh_CN.po: Update from translation team.
871
872         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
873         Add sys/signalfd.h and sys/eventfd.h.
874
875 2007-11-15  Bruno Haible  <bruno@clisp.org>
876
877         [BZ #5346]
878         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
879         union.
880         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
881         (DCIGETTEXT): Change the allocation of the 'search' variable so that
882         it needs only fixed stack space. Delay the initialization of
883         msgid_len until it is needed.
884
885 2007-11-15  Andreas Jaeger  <aj@suse.de>
886
887         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
888         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
889
890 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
891
892         * po/ko.po: Update from translation team.
893
894 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
895
896         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
897         significantly.  The device type is also part of the ifinfomsg data.
898
899         * po/sv.po: Update from translation team.
900         * po/nl.po: Likewise.
901
902         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
903         to wake up in 24 hours.
904
905         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
906
907 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
908
909         * po/cs.po: Update from translation team.
910         * po/pl.po: Likewise.
911
912         * include/ifaddrs.h: Remove in6ai_temporary.
913         (struct in6addrinfo): Add index element.
914         Declare __check_native.
915         * inet/Makefile (aux): Add check_native.
916         * sysdeps/unix/sysv/linux/check_native.c: New file.
917         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
918         IFA_F_TEMPORARY.  Pass back ifa_index.
919         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
920         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
921         call __check_native if necessary.
922         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
923         to sort addresses.  Pass information about the results.
924         * posix/tst-rfc3484.c: Adjust for addition of index field and change
925         of rfc3484_sort interface.
926         * posix/tst-rfc3484-2.c: Likewise.
927
928         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
929         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
930         for _quicksort.
931         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
932         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
933         on as third parameter to compare function and _quicksort.
934         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
935         to the compare function.
936         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
937         * Versions.def: Add GLIBC_2.8 for libc.
938
939         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
940         * posix/tst-rfc3484-2.c: Likewise.
941
942         * include/kernel-features.h: Moved to...
943         * sysdeps/mach/hurd/kernel-features.h: ...here.
944
945 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
946
947         * sysdeps/i386/i586/memcpy_chk.S: New file.
948         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
949         * sysdeps/i386/i586/memset_chk.S: Likewise.
950
951 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
952
953         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
954         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
955         list of interfaces.  Also store prefix length.
956         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
957         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
958         prefix if source and destination address are in the same subnet.
959         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
960         Always look for matching record in in6ai list.
961         Correct source_addr_len value for IPv6->IPv4 converted records.
962
963 2007-11-11  Roland McGrath  <roland@frob.com>
964
965         * include/kernel-features.h: New file.
966
967 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
968
969         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
970         complications for 64-bit platforms.
971
972         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
973         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
974         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
975         open64_2.
976         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
977         entries.
978         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
979         * sysdeps/wordsize-64/alphasort.c: New file.
980         * sysdeps/wordsize-64/alphasort64.c: New file.
981         * sysdeps/wordsize-64/fseeko.c: New file.
982         * sysdeps/wordsize-64/fseeko64.c: New file.
983         * sysdeps/wordsize-64/ftello.c: New file.
984         * sysdeps/wordsize-64/ftello64.c: New file.
985         * sysdeps/wordsize-64/ftw.c: New file.
986         * sysdeps/wordsize-64/ftw64.c: New file.
987         * sysdeps/wordsize-64/iofgetpos.c: New file.
988         * sysdeps/wordsize-64/iofgetpos64.c: New file.
989         * sysdeps/wordsize-64/iofopen.c: New file.
990         * sysdeps/wordsize-64/iofopen64.c: New file.
991         * sysdeps/wordsize-64/iofsetpos.c: New file.
992         * sysdeps/wordsize-64/iofsetpos64.c: New file.
993         * sysdeps/wordsize-64/lockf.c: New file.
994         * sysdeps/wordsize-64/lockf64.c: New file.
995         * sysdeps/wordsize-64/mkostemp.c: New file.
996         * sysdeps/wordsize-64/mkostemp64.c: New file.
997         * sysdeps/wordsize-64/mkstemp.c: New file.
998         * sysdeps/wordsize-64/mkstemp64.c: New file.
999         * sysdeps/wordsize-64/scandir.c: New file.
1000         * sysdeps/wordsize-64/scandir64.c: New file.
1001         * sysdeps/wordsize-64/tmpfile.c: New file.
1002         * sysdeps/wordsize-64/tmpfile64.c: New file.
1003         * sysdeps/wordsize-64/versionsort.c: New file.
1004         * sysdeps/wordsize-64/versionsort64.c: New file.
1005         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
1006         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
1007         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
1008         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
1009         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
1010         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
1011         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
1012         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
1013         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
1014         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
1015         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
1016         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
1017
1018         * crypt/sha256-crypt.c: Fix a comment.
1019         * crypt/sha512-crypt.c: Likewise.
1020
1021 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
1022
1023         * sysdeps/x86_64/memset.S: Add sfence after movnti.
1024
1025 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
1026
1027         [BZ #5277]
1028         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
1029         because output buffer is too small break, don't loop.
1030         * iconvdata/Makefile (tests): Add bug-iconv6.
1031         * iconvdata/bug-iconv6.c: New file.
1032
1033 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
1034
1035         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
1036         with size_t type.
1037         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
1038         size_t.  Add casts where needed.
1039
1040         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
1041         old headers, don't call avc_has_perm if we don't have the
1042         permission information.
1043
1044 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
1045
1046         * elf/rtld.c (dl_main): Use the page size to find the map start.
1047
1048 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
1049
1050         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
1051         Patch by Szymon Siwek <sls@poczta.wp.pl>.
1052
1053         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
1054         when the lookup call failed.
1055
1056         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
1057         Add prune_cond and wakeup_time.
1058         (CACHE_PRUNE_INTERNAL): Define.
1059         Update declarations of prune_cache and setup_thread.
1060         * nscd/connections.c (dbs): Update initializers.
1061         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
1062         (nscd_init): Default number of threads is now 4.
1063         (invalidate_cache): Take lock before calling prune_cache.
1064         (handle_request): If SELinux forbids the request, say so.
1065         (readylist_cond): Use static initializer.
1066         (nscd_run_prune): New function.  Used only by pruning threads.
1067         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
1068         here.
1069         (fd_ready): Update nscd_run reference.
1070         (start_threads): No need to initialize readylist_cond.
1071         Start pruning threads separately.
1072         * nscd/nscd_setup_thread.c: Change return value type to int and always
1073         return 0.
1074         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
1075         to int and return nonzero value if we can use the TID address hack.
1076         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
1077         the database is later than the new entry's timeout, update the
1078         wakeup time and wake the cleanup thread.
1079         (prune_cache): Return seconds the next entry in the database is still
1080         valid.  Remove locking for pruning here.
1081         * nscd/nscd.conf: Document default number of threads.
1082
1083 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
1084
1085         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
1086         stack is properly aligned for the target function.
1087         Correct unwind info.
1088
1089         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
1090         when using auditing libraries.
1091
1092 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
1093
1094         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
1095         _nss_dns_getnetbyaddr2_r.
1096         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
1097         extra parameter to getanswer_r.
1098         (_nss_dns_getnetbyaddr_r): Now a wrapper around
1099         _nss_dns_getnetbyaddr2_r.
1100
1101         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
1102         gethstbynm3_r.
1103         * nscd/gethstbynm2_r.c: Remove.
1104         * nscd/gethstbynm3_r.c: New file.
1105         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
1106         __gethostbyaddr_r.
1107         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
1108         __gethostbyaddr_r compatibility wrapper.
1109         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
1110         determining timeout of entry.
1111         (lookup): Take new parameter and pass it to __gethostbyname3_r and
1112         __gethostbyaddr2_r.
1113         (addhstbyX): Pass reference to variable for TTL to lookup and
1114         cache_addhst.
1115         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
1116         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
1117         and __nss_next2.  Remove __nss_services_lookup.
1118         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
1119         Add compat wrapper.
1120         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
1121         __nss_next2.
1122         * nss/getXXent_r.c: Likewise.
1123         * nss/getnssent_r.c: Likewise.
1124         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
1125         does not exist in module, try the optional second name.
1126         (__nss_next2): New function.
1127         (__nss_next): Now wrapper around __nss_next2.
1128         * nss/nsswitch.h: Adjust __nss_lookup prototype.
1129         Declare __nss_next2.
1130         Adjust definition of db_lookup_function type.
1131         * nss/service-lookup.c: Define NO_COMPAT.
1132         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
1133         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
1134         * inet/ether_ntoh.c: Likewise.
1135         * sunrpc/netname.c: Likewise.
1136         * sunrpc/publickey.c: Likewise.
1137         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
1138         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
1139         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
1140         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
1141         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
1142
1143         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
1144
1145         * inet/getnetgrent.c (setup): Encrypt static pointer.
1146
1147 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
1148
1149         [BZ #5204]
1150         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
1151         * crypt/sha512c-test.c: Likewise.
1152
1153         [BZ #5225]
1154         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
1155         to keep track of end of %[ format string element.
1156         * stdio-common/Makefile (tests): Add bug20.
1157         * stdio-common/bug20.c: New file.
1158
1159         [BZ #5222]
1160         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
1161         path elements in counting mode.
1162
1163 2007-10-27  Andreas Jaeger  <aj@suse.de>
1164
1165         [BZ #5040]
1166         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
1167
1168         [BZ #3112]
1169         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
1170         (__cleanup): Free shared library when exiting.
1171         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
1172         (__cleanup): Free shared library when exiting.
1173
1174 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
1175
1176         [BZ #2549]
1177         * math/libm-test.inc (check_float_internal): Support
1178         denormalized return.
1179
1180 2007-10-23  Andreas Jaeger  <aj@suse.de>
1181
1182         [BZ #5208]
1183         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
1184         __LONG_LONG_PAIR to handle little endian byte order.
1185         Suggested by abhishekrai@google.com
1186
1187 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
1188
1189         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
1190
1191 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
1192
1193         * nscd/cache.c (prune_cache): Move test for modified file outside
1194         of locking.
1195
1196 2007-10-21  Andreas Jaeger  <aj@suse.de>
1197
1198         * manual/texinfo.tex: Update to latest version.
1199
1200         * manual/sysinfo.texi (System Parameters): Fix Formatting.
1201
1202         * manual/arith.texi (Status bit operations): Fix formatting.
1203
1204         * manual/errno.texi (Error Messages): Fix formatting.
1205
1206         * manual/sysinfo.texi (System Parameters): Fix formatting.
1207
1208         * manual/libc.texinfo: Update VERSION and UPDATED.
1209
1210 2007-10-19  Roland McGrath  <roland@redhat.com>
1211
1212         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
1213
1214 2007-10-06  David S. Miller  <davem@davemloft.net>
1215
1216         * configure.in: Add sparcv9v2 and sparc64v2.
1217         * scripts/config.sub: Likewise.
1218         * configure: Regenerate.
1219         * elf/elf.h (HWCAP_SPARC_N2): New.
1220         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
1221         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
1222         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
1223         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
1224         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
1225         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
1226         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
1227
1228 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
1229
1230         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
1231         even if the poll result indicates there is data to read.
1232         Patch by Jeff Moyer <jmoyer@redhat.com>.
1233
1234 2007-10-18  Roland McGrath  <roland@redhat.com>
1235
1236         * elf/elf.h (NT_PPC_VMX): New macro.
1237
1238 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1239
1240         * version.h (VERSION): Set to 2.7.90.
1241
1242 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
1243
1244         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
1245         weak_alias.
1246
1247 2007-10-17  Roland McGrath  <roland@frob.com>
1248
1249         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
1250         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
1251
1252 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1253
1254         * version.h (VERSION): Bump to 2.7.
1255         * include/features.h (__GLIBC_MINOR__): Bump to 7.
1256
1257         [BZ #5186]
1258         * time/tzset.c (__tz_convert): Don't force testing for a change of
1259         TZ if not called from localtime.  But then also see whether the
1260         file changed, in case __use_tzfile is set.
1261
1262         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
1263         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1264         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1265         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1266         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1267         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1268         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
1269         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
1270
1271 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
1272
1273         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
1274         and admin selects to be able to replace the gai.conf file, lock
1275         data structures around the qsort call.
1276
1277 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1278
1279         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
1280         new memset.
1281         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
1282         too high for the improvements.  Implement bzero unconditionally for
1283         use in libc.
1284
1285 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1286             Jakub Jelinek  <jakub@redhat.com>
1287
1288         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
1289         even when time_t is 32-bit.
1290         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
1291         timezone data read by __tzfile_default.  Ensure __tzname[0] is
1292         always set after the search.
1293
1294 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
1295
1296         * time/tzfile.c (__tzfile_read): Help the compiler recognize
1297         unreachable code on 32-bit machines.
1298
1299 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
1300
1301         [BZ #5184]
1302         * time/strftime_l.c: Include stdbool.h.
1303         (my_strftime): New wrapper, old function renamed to...
1304         (__strftime_internal): ... new function.  Add tzset_called
1305         argument, pass it down to recursive calls, don't call tzset ()
1306         if already true, set to true after call to tzset ().
1307
1308 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
1309
1310         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
1311         into account when copying TZ string.
1312
1313 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
1314
1315         * time/tzfile.c (__tzfile_compute): For use_last case set i to
1316         num_transition rather than num_transitions - 1.
1317
1318 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
1319
1320         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
1321         PIC indirect jump.
1322
1323         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
1324         a local label rather than HIDDEN_JUMPTARGET.
1325
1326 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
1327
1328         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
1329         (init_cacheinfo): Initialize it.
1330         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
1331         Always define bzero.
1332         Remove non-glibc code.
1333         * sysdeps/x86_64/bzero.S: Make an empty file.
1334
1335 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1336
1337         * sysdeps/x86_64/cacheinfo.c
1338         (__x86_64_preferred_memory_instruction): New.
1339         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
1340
1341         * sysdeps/x86_64/memset.S: Rewrite.
1342
1343 2007-10-15  Roland McGrath  <roland@redhat.com>
1344
1345         * po/libc.pot: Regenerated.
1346
1347 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
1348
1349         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
1350         pointers.
1351
1352         [BZ #3425]
1353         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
1354         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
1355         address record to T_A/T_AAAA requests.
1356
1357 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
1358
1359         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
1360
1361         * posix/glob.c: Add some branch prediction throughout.
1362
1363         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
1364         read from nscd.
1365
1366         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
1367         service_order.
1368         (rfc3484_sort): Make sure that even if qsort doesn't support
1369         stable sorting out sorting here is stable by comparing service_order.
1370         (getaddrinfo): Initialize service_order.
1371         * posix/tst-rfc3484.c (do_test): Adjust for addition of
1372         service_order field to sorting structure.
1373         * posix/tst-rfc3484-2.c (do_test): Likewise.
1374
1375         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
1376         * time/tzset.c (tzset_internal): Break TZ string parsing out into
1377         __tzset_parse_tz and updating of daylight, timezone, tzname into
1378         update_vars.
1379         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
1380         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
1381         happens in __tz_compute.
1382         * time/tzfile.c (__tzfile_read): Also read TZ string.
1383         (find_transition): Fold into __tzfile_compute.
1384         (__tzfile_compute): For times beyond the last transition try to
1385         use the TZ string.
1386         * timezone/tst-timezone.c: Information in daylight and tzname does
1387         change for Asia/Tokyo timezone with more concrete information.
1388         Remove the test.
1389
1390         * include/stdio.h: Add libc_hidden_proto for ftello.
1391         * libio/ftello.c: Add libc_hidden_def.
1392
1393         [BZ #1140]
1394         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
1395         on the specified time and not the last entries in the file.  Move
1396         code to determine tzname[] to...
1397         (find_transition): ...here.  Add ugly guess for times before the
1398         first transition.
1399
1400 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
1401
1402         [BZ #3195]
1403         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
1404         no entry.
1405         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
1406         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
1407         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1408         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1409
1410         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
1411         read mechanism when there are no group members and avoid no-op
1412         read syscall in this case.
1413
1414         [BZ #3242]
1415         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
1416         (__readall): If reading failed due to EAGAIN error wait a bit
1417         and possibly try again.
1418         (__readvall): Likewise.
1419
1420 2007-10-13  Bruno Haible  <bruno@clisp.org>
1421
1422         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
1423         when we cannot recode the message.
1424
1425 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
1426
1427         [BZ #4359]
1428         * libio/__freading.c (__freading): Don't return true for
1429         write-only streams.  For read/write streams, check whether we
1430         performed a read operation already.
1431         * libio/Makefile (tests): Add tst-ext2.
1432         * libio/tst-ext2.c: New file.
1433
1434 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
1435
1436         * locale/programs/repertoire.c (repertoire_read): Always free
1437         memory for repertoire file name [Coverity CID 270].
1438
1439         * elf/cache.c (save_aux_cache): Free memory allocated for
1440         temporary file name [Coverity CID 267].
1441
1442 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
1443
1444         * misc/Makefile (headers): Add bits/error.h.
1445
1446 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
1447
1448         * posix/fnmatch_loop.c: Take rule index returned as part of
1449         findidx return value into account when accessing weights.
1450         * posix/regcomp.c: Likewise.
1451         * posix/regexec.c: Likewise.
1452
1453         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
1454         (skip_to): Fix problems with parameter of elifdef/elifndef.
1455
1456 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
1457
1458         * iconv/gconv_simple.c: Add some branch prediction.
1459
1460 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
1461
1462         * locale/programs/ld-collate.c (collate_read): If ignore_content
1463         and nowtok is tok_define, eat any tok_eol tokens.
1464
1465 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
1466
1467         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
1468         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
1469
1470         * inet/netinet/in.h: Don't include bits/socket.h.
1471         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
1472         macro.
1473         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1474
1475 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
1476
1477         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
1478         and tok_elifndef.
1479         * locale/programs/locfile-kw.gperf: Likewise.
1480         * locale/programs/ld-collate.c: Implement primitive preprocessor.
1481
1482 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
1483
1484         * stdio-common/printf-parse.h: Include string.h and wchar.h.
1485         (__find_specwc): Change into __extern_always_inline function.
1486         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
1487         (__parse_one_specmb): Remove ps argument.
1488         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
1489         Adjust __find_specmb and __parse_one_specmb callers.
1490         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
1491         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
1492         Removed.
1493         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
1494         caller.
1495
1496 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
1497
1498         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
1499         with some Pentium Ds.
1500
1501 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
1502
1503         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
1504         __read not read.
1505         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
1506         __write not write.
1507
1508 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
1509
1510         [BZ #181]
1511         * locale/C-time.c: Set week_1stday data to 19971201.
1512         * locale/programs/ld-time.c (time_finish): Default for
1513         first_workday is Monday.
1514
1515         [BZ #2633]
1516         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
1517
1518         [BZ #5103]
1519         * posix/glob.c (glob): Recognize patterns starting \/.
1520         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
1521         (main): Add test for pattern starting \/.
1522
1523         * misc/error.h: Use __const instead of const.
1524         * misc/bits/error.h: Likewise.
1525
1526 2007-10-07  Andreas Jaeger  <aj@suse.de>
1527
1528         * include/bits/error.h: New file.
1529
1530         * misc/bits/error.h (error_at_line): Fix prototype.
1531
1532 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
1533
1534         [BZ #3924]
1535         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
1536         more little bugs in creating the stack frame when pltexit has to
1537         be called.
1538
1539         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
1540         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
1541
1542         [BZ #4407]
1543         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
1544         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
1545         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1546         * math/libm-test.inc: Add test for this case.
1547
1548         [BZ #5010]
1549         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
1550         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
1551         map service succeeded.
1552         (svc_is_mapped): New function.
1553         (svc_unregister): Use it before trying to unmap service.
1554
1555 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
1556
1557         * timezone/zic.c: Update from tzcode2007h.
1558
1559         [BZ #5063]
1560         * timezone/africa: Update from tzdata2007h.
1561         * timezone/antarctica: Likewise.
1562         * timezone/asia: Likewise.
1563         * timezone/australasia: Likewise.
1564         * timezone/europe: Likewise.
1565         * timezone/leapseconds: Likewise.
1566         * timezone/northamerica: Likewise.
1567         * timezone/southamerica: Likewise.
1568         * timzeone/zone.tab: Likewise.
1569
1570         [BZ #5104]
1571         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
1572
1573         [BZ #5113]
1574         * string/bits/string2.h (__strdup): Cast parameters to calloc to
1575         avoid warning with -Wconversion.
1576         (__strndup): Likewise.
1577         Half the patch by Christian Iseli <christian.iseli@licr.org>.
1578
1579         [BZ #5112]
1580         * nscd/connections.c (restart): Don't resync if database is
1581         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
1582
1583         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
1584         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
1585
1586         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
1587         evetnfd_read, eventfd_write.
1588         * sysdeps/unix/sysv/linux/eventfd.c: New file.
1589         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
1590         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
1591         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
1592         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
1593         eventfd_write for GLIBC_2.7.
1594
1595         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
1596         * sysdeps/unix/sysv/linux/signalfd.c: New file.
1597         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
1598         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
1599
1600 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
1601
1602         * stdlib/msort.c: Include stdint.h.
1603         (struct msort_param): New type.
1604         (msort_with_tmp): Use struct msort_param pointer for unchanging
1605         parameters.  Add optimized handling for several common sizes
1606         and indirect sorting mode.
1607         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
1608         sorting.
1609         Suggested by Belazougui Djamel .
1610
1611         * stdlib/Makefile (tests): Add tst-qsort2.
1612         * stdlib/tst-qsort2.c: New test.
1613
1614 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
1615
1616         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
1617         for dup2 in case another thread races with the current one.  Retry
1618         in this case.
1619
1620         * misc/error.h: Remove support for use outside of libc.  We have to
1621         include <features.h> now.  Include <bits/error.h> if possible.
1622         * misc/bits/error.h: New file.
1623
1624 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
1625
1626         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
1627         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
1628         __extern_always_inline functions unconditionally, drop macros.
1629
1630         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
1631         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
1632         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
1633
1634         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
1635         add __artificial__ attribute.
1636
1637 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
1638
1639         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
1640         backward to forward direction.
1641
1642         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
1643
1644         [BZ #645]
1645         * locale/programs/ld-collate.c (collate_finish): Compare against last
1646         used section which is known to have rules defined.
1647         (collate_read): After order_start, correctly record order of sections
1648         and queue sections up.
1649
1650 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
1651
1652         [BZ #5071]
1653         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
1654         the same number of pages.
1655         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
1656
1657         * locale/programs/ld-collate.c (collate_read): After initial copy
1658         statement, continue in state 0.
1659
1660         * include/stdio_ext.h (__fsetlocking): Define as macro.
1661
1662 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
1663
1664         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
1665         of section order.
1666
1667         * po/pt_BR.po: Fix typo.
1668
1669 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
1670
1671         * iconvdata/Makefile (modules): Add ISO8859-9E.
1672         (distribute): Add iso8859-9e.c.
1673         (gen-8bit-gap-modules): Add iso8859-9e.
1674         * iconvdata/iso8859-9e.c: New file.
1675         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
1676         * iconvdata/TESTS: Likewise.
1677         * iconvdata/tst-tables.sh: Likewise.
1678
1679         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
1680
1681         * locale/iso-639.def: Add several new entries.
1682
1683 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1684
1685         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
1686         void * pointers instead of struct link_map **.
1687         (_dl_scope_free): Change argument type to void *.
1688         * include/link.h (struct link_map): Change type of l_reldeps
1689         to struct link_map_reldeps, move l_reldepsact into that
1690         struct too.
1691         * elf/dl-deps.c: Include atomic.h.
1692         (_dl_map_object_deps): Only change l->l_initfini when it is
1693         fully populated, use _dl_scope_free for freeing it.  Optimize
1694         removal of libs from reldeps by using l_reserved flag, when
1695         some removal is needed, allocate a new list instead of
1696         reallocating and free the old with _dl_scope_free.  Adjust
1697         for l_reldeps and l_reldepsact changes.
1698         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
1699         searching in l_initfini and l_reldeps without holding dl_load_lock.
1700         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
1701         l_reldepsact changes.
1702         * elf/dl-close.c (_dl_close_worker): Likewise.
1703         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
1704
1705 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
1706
1707         * iconvdata/Makefile (modules): Add KOI8-RU.
1708         (distribute): Add koi8-ru.c.
1709         (gen-8bit-gap-modules): Add koi8-ru.
1710         * iconvdata/koi8-ru.c: New file.
1711         * iconvdata/gconv-modules: Add entries for KOI8-RU.
1712         * iconvdata/TESTS: Likewise.
1713         * iconvdata/tst-tables.sh: Likewise.
1714
1715         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
1716
1717 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
1718
1719         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
1720         with __warning__/__error__ attributes.
1721         (__warnattr): Define.
1722         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
1723         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
1724         __warnattr.
1725         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
1726         of __*_chk if compile time detectable overflow is found.
1727         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
1728         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
1729         with __warnattr.
1730         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
1731         instead of __*_chk if compile time detectable overflow is found.
1732         (__gets_alias): Rename to...
1733         (__gets_warn): ... this.  Add __warnattr.
1734         (gets): Call __gets_warn instead of __gets_alias.
1735         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
1736         aliases with __warnattr.
1737         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
1738         time detectable overflow is found.
1739         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
1740         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
1741         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
1742         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
1743         __getdomainname_chk_warn): New aliases with __warnattr.
1744         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
1745         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
1746         __*_chk_warn instead of __*_chk if compile time detectable overflow
1747         is found.
1748         (__getgroups_chk): Rename argument to __listlen from listlen.
1749         (__getwd_alias): Rename to...
1750         (__getwd_warn): ... this.  Add __warnattr.
1751         (getwd): Call __getwd_warn instead of __getwd_alias.
1752         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
1753         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
1754         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
1755         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
1756         __wcsnrtombs_chk_warn): New aliases with __warnattr.
1757         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
1758         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
1759         compile time detectable overflow is found.
1760         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
1761         to use __*_chk or not.
1762         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
1763         in comparisons which function should be called and in __*_chk*
1764         arguments.  Call __*_chk_warn instead of __*_chk if compile time
1765         detectable overflow is found.
1766         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
1767         __*_chk argument.
1768         * debug/tst-chk1.c (do_test): Add a few more tests.
1769
1770 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
1771
1772         [BZ #5058]
1773         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
1774         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
1775         (_nl_unload_domain): Finalize conversions_lock.
1776         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
1777         handling table of known conversions.
1778
1779 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1780
1781         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
1782         close_not_cancel_no_status instead of close.
1783
1784 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
1785
1786         [BZ #5028]
1787         * posix/regcomp.c (lookup_collation_sequence_value): Check that
1788         nrules != 0 for multibyte chars.
1789
1790 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
1791
1792         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
1793         Provide better error message in case the type is unknown.
1794
1795         [BZ #4963]
1796         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
1797         * string/stratcliff.c: Make usable to test wide char functions.
1798         * wcsmbs/wcsatcliff.c: New file.
1799         * wcsmbs/Makefiel (tests): Add wcsatcliff.
1800
1801         [BZ #4972]
1802         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
1803         (distribute): Add mac-centraleurope.c.
1804         (gen-8bit-gap-modules): Add mac-centraleurope.
1805         * iconvdata/mac-centraleurope.c: New file.
1806         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
1807         * iconvdata/TESTS: Likewise.
1808         * iconvdata/tst-tables.sh: Likewise.
1809
1810         [BZ #5043]
1811         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
1812
1813 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
1814
1815         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
1816         from __x86_64_core_cache_size_half.
1817         (init_cacheinfo): Compute shared cache size for AMD processors with
1818         shared L3 correctly.
1819         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
1820         name change.
1821         Patch in large parts by Evandro Menezes.
1822
1823 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
1824
1825         * elf/dl-lookup.c (add_dependency): Handle failing memory
1826         allocation for dependency list.  Remove unnecessary check.
1827
1828         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
1829         open/close when determining source addresses.
1830
1831         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
1832         sha512-crypt, and sha512.
1833         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
1834         (distribute): Add sha256.h and sha512.h.
1835         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
1836         and call the appropriate code.
1837         * crypt/sha256-crypt.c: New file.
1838         * crypt/sha256.c: New file.
1839         * crypt/sha256.h: New file.
1840         * crypt/sha256c-test.c: New file.
1841         * crypt/sha256test.c: New file.
1842         * crypt/sha512-crypt.c: New file.
1843         * crypt/sha512.c: New file.
1844         * crypt/sha512.h: New file.
1845         * crypt/sha512c-test.c: New file.
1846         * crypt/sha512test.c: New file.
1847
1848 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
1849
1850         * misc/bits/syslog.h (syslog): Remove extraneous argument from
1851         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
1852         __syslog_chk.
1853
1854 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
1855
1856         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
1857         %as in fscanf format strings.
1858
1859         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
1860         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1861         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
1862         Likewise.
1863         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
1864         Likewise.
1865
1866         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
1867         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
1868         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
1869         * elf/dl-sym.c (do_sym): Likewise.
1870         * include/link.h (struct link_map): Add l_serial field.
1871         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
1872         * elf/dl-lookup.c (add_dependency): Add flags argument.
1873         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
1874         flags, use THREAD_GSCOPE_RESET_FLAG before and
1875         THREAD_GSCOPE_SET_FLAG after
1876         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
1877         Don't dereference map until it has been found on some list.
1878         If map->l_serial changed, return -1.
1879
1880 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
1881
1882         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
1883         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
1884         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
1885         libc_hidden_proto.
1886         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
1887         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
1888         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
1889         add libc_hidden_proto.
1890         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
1891         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
1892         conformance requested.
1893         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
1894         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
1895         conformance requested.
1896         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
1897         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
1898         conformance requested.
1899         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
1900         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
1901         ISO C99 or POSIX conformance requested.
1902         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
1903         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
1904         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
1905         and __isoc99_vsscanf@@GLIBC_2.7.
1906         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
1907         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
1908         (tests): Add scanf14.
1909         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
1910         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
1911         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
1912         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
1913         CFLAGS-isoc99_scanf.c): Add $(exceptions).
1914         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
1915         from using internal headers.
1916         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
1917         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
1918         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
1919         and __isoc99_vswscanf@@GLIBC_2.7.
1920         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
1921         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
1922         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
1923         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
1924         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
1925         * stdio-common/isoc99_scanf.c: New file.
1926         * stdio-common/isoc99_vsscanf.c: New file.
1927         * stdio-common/isoc99_vscanf.c: New file.
1928         * stdio-common/isoc99_vfscanf.c: New file.
1929         * stdio-common/isoc99_fscanf.c: New file.
1930         * stdio-common/isoc99_sscanf.c: New file.
1931         * wcsmbs/isoc99_fwscanf.c: New file.
1932         * wcsmbs/isoc99_vswscanf.c: New file.
1933         * wcsmbs/isoc99_swscanf.c: New file.
1934         * wcsmbs/isoc99_wscanf.c: New file.
1935         * wcsmbs/isoc99_vwscanf.c: New file.
1936         * wcsmbs/isoc99_vfwscanf.c: New file.
1937         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
1938         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
1939         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
1940         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
1941         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
1942         * stdio-common/scanf14.c: New test.
1943         * stdio-common/scanf15.c: New test.
1944         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
1945         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
1946         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
1947         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
1948         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
1949         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
1950         __nldbl___isoc99_scanf@@GLIBC_2.7,
1951         __nldbl___isoc99_fscanf@@GLIBC_2.7,
1952         __nldbl___isoc99_sscanf@@GLIBC_2.7,
1953         __nldbl___isoc99_vscanf@@GLIBC_2.7,
1954         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
1955         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
1956         __nldbl___isoc99_wscanf@@GLIBC_2.7,
1957         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
1958         __nldbl___isoc99_swscanf@@GLIBC_2.7,
1959         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
1960         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
1961         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
1962         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
1963         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
1964         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
1965         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
1966         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
1967         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
1968         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
1969         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
1970         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
1971         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
1972         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
1973         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
1974         functions.
1975         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
1976         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
1977         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
1978         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
1979         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
1980         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
1981         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
1982         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
1983         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
1984         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
1985         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
1986         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
1987
1988         * stdio-common/Makefile (tests): Add scanf13.
1989         (scanf13-ENV): New.
1990         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
1991         m modifier followed by l.
1992         (STRING_ARG): Add width argument.
1993         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
1994         <case L_('C')>: Handle %mlc and %mC.
1995         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
1996         arguments.
1997         * stdio-common/scanf13.c: New test.
1998
1999         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
2000         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
2001
2002 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
2003
2004         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
2005         type and __THROW marker of splice, vmsplice, and tee.
2006         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2007         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2008         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2009         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2010         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2011         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2012         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2013         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
2014         as cancellation points.
2015
2016 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
2017
2018         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
2019         parse more than three parts of the version number.
2020
2021 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
2022
2023         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
2024         modifier.  Patch by Jakub Jelinek.
2025
2026 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
2027
2028         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
2029         call_fallocate in misc subdir.
2030         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
2031         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
2032         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
2033         instead of __fallocate64.
2034         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
2035
2036 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
2037
2038         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
2039         * rt/Makefile (headers): Add bits/mqueue2.h.
2040         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
2041         optimizing with GCC and __va_arg_pack_len is defined.
2042         * rt/bits/mqueue2.h: New file.
2043         * rt/mq_open.c (__mq_open): Renamed from mq_open.
2044         (mq_open): New strong_alias.
2045         (__mq_open_2): New function.
2046         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
2047         (mq_open): New strong_alias.
2048         (__mq_open_2): New function.
2049         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
2050         * Versions.def (librt): Add GLIBC_2.7 version.
2051         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
2052         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
2053
2054         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
2055         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
2056         is defined rather than when not C++.
2057         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
2058         __openat64_alias): New redirects.
2059         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
2060         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
2061         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
2062         (open, open64, openat, openat64): Rewrite as __extern_always_inline
2063         functions instead of function-like macros.
2064
2065 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
2066
2067         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
2068         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
2069         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
2070
2071 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
2072
2073         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
2074         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
2075
2076 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
2077
2078         * inet/tst-network.c: Increment ERRORS for failing tests.
2079
2080 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
2081
2082         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
2083         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
2084         implement as __extern_always_inline function.
2085         (vsyslog): Define as __extern_always_inline function unconditionally.
2086         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
2087         When __va_arg_pack is defined, implement as __extern_always_inline
2088         functions.
2089         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
2090         __extern_always_inline functions unconditionally.
2091         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
2092         bits/stdio2.h will be included.
2093         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
2094         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
2095         implement as __extern_always_inline functions.
2096         (vswprintf, vwprintf, vfwprintf): Define as
2097         __extern_always_inline functions unconditionally.
2098         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
2099
2100 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
2101
2102         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
2103         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
2104         attribute.
2105         * include/features.h (__USE_EXTERN_INLINES): Define only when
2106         __extern_inline is defined.
2107         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
2108         is defined instead of when not __cplusplus.
2109         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
2110         is defined instead of when not __cplusplus.
2111         * socket/sys/socket.h: Include bits/socket2.h when
2112         __extern_always_inline is defined instead of when not __cplusplus.
2113         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
2114         is defined instead of when not __cplusplus.
2115         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
2116         is defined instead of when not __cplusplus.
2117         * string/string.h: Include bits/string3.h when __extern_always_inline
2118         is defined instead of when not __cplusplus.
2119         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
2120         is defined instead of when not __cplusplus.
2121         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
2122         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
2123         is not defined.
2124         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
2125         defined __extern_always_inline instead of !defined __cplusplus.
2126         * libio/bits/stdio-ldbl.h: Likewise.
2127         * wcsmbs/bits/wchar-ldbl.h: Likewise.
2128         * misc/bits/syslog.h (syslog): Don't define for C++.
2129         (vsyslog): Use __extern_always_inline function for C++ instead of
2130         a macro.
2131         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
2132         whenever that macro is defined.
2133         (vprintf): Don't provide the inline for C++.
2134         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
2135         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
2136         define the macros for C++.
2137         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
2138         __extern_always_inline functions for C++.
2139         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
2140         stat64, lstat64, fstat64, fstatat64): Don't define if not
2141         __USE_EXTERN_INLINES.
2142         * wcsmbs/bits/wchar2.h: Fix #error message.
2143         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
2144         (vswprintf, vwprintf, vfwprintf): Define using
2145         __extern_always_inline functions for C++.
2146         * string/bits/string3.h: Don't #undef macros if __cplusplus.
2147         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
2148         strncpy, strcat, strncat): Define as __extern_always_inline
2149         functions instead of macros for C++.
2150         * math/bits/cmathcalls.h: Guard __extern_inline routines with
2151         defined __extern_inline.
2152         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
2153         to __extern_inline whenever that macro is defined.
2154         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2155         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2156         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
2157         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
2158         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2159         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2160         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2161         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2162         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
2163         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
2164         prototypes.  Only provide __extern_inline routines if
2165         __USE_EXTERN_INLINES.
2166         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
2167         tests.
2168         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
2169         For now avoid some *printf tests in C++.  Skip all testing
2170         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
2171         is not.
2172         * debug/tst-chk4.cc: New file.
2173         * debug/tst-chk5.cc: New file.
2174         * debug/tst-chk6.cc: New file.
2175         * debug/tst-lfschk4.cc: New file.
2176         * debug/tst-lfschk5.cc: New file.
2177         * debug/tst-lfschk6.cc: New file.
2178         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
2179         prototypes in C++.
2180         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
2181         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
2182         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
2183
2184 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
2185
2186         * po/cs.po: Update from translation team.
2187
2188 2007-09-11  Roland McGrath  <roland@redhat.com>
2189
2190         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
2191         compiling.
2192
2193 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2194
2195         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
2196
2197 2007-09-05  Roland McGrath  <roland@redhat.com>
2198
2199         * manual/signal.texi (Signaling Another Process): Typo fix.
2200         From Karl Berry <karl@freefriends.org>.
2201
2202 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
2203
2204         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
2205         zero if not defined.
2206         (make_request): Recognize optimistic addresses and treat them like
2207         deprecated addresses.
2208         Reported by Neil Horman <nhorman@redhat.com>.
2209
2210 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
2211
2212         * nscd/connections.c (send_ro_fd): Also transfer file size.
2213         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
2214         file size don't call fstat.
2215
2216         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
2217         ahead and map the file.  This should always be correct and we can
2218         catch problems later.
2219
2220 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
2221
2222         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
2223         prototypes.
2224         (__fread_alias, __fread_unlocked_alias): New aliases.
2225         (fread): New extern inline.
2226         (fread_unlocked): Likewise.  Undef macro before definition of
2227         the inline function.
2228         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
2229         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
2230         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
2231         and __fread_unlocked_chk@@GLIBC_2.7.
2232         * debug/fread_chk.c: New file.
2233         * debug/fread_u_chk.c: New file.
2234         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
2235
2236 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
2237
2238         * sysdeps/unix/sysv/linux/syscalls.list
2239         (personality): Change caller to EXTRA.
2240
2241 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
2242
2243         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
2244         to keep gcc quiet.
2245         * iconvdata/iso-2022-cn.c (BODY): Likewise.
2246
2247         * locale/programs/ld-collate.c (collate_output): Avoid warning if
2248         NDEBUG is defined.
2249
2250         * Makerules: Use -p option with mkdir.
2251
2252         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
2253         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
2254         (_xdr_directory_obj): Likewise.
2255         (xdr_entry_obj): Likewise.
2256         (xdr_group_obj): Likewise.
2257         (xdr_link_obj): Likewise.
2258         (xdr_table_obj): Likewise.
2259         (_xdr_nis_result): Likewise.
2260         (_xdr_ns_request): Likewise.
2261         (_xdr_ib_request): Likewise.
2262         (_xdr_nis_taglist): Likewise.
2263         (xdr_cback_data): Likewise.
2264         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
2265         (xdr_ypresp_maplist): Likewise.
2266
2267         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
2268
2269         * posix/regex_internal.h: Prevent some declarations and definitions
2270         to be seen when used in tests.
2271
2272         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
2273         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
2274
2275         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
2276
2277         * config.make.in (datarootdir): Add to shut up configure.
2278
2279         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
2280         associativity for fully-associative caches.
2281
2282         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
2283         requests.  Fill on more associativity values for L2.
2284         Patch mostly by Evandro Menezes.
2285
2286 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
2287
2288         * sysdeps/unix/sysv/linux/x86_64/init-first.c
2289         (_libc_vdso_platform_setup): Avoid using exported variable by using
2290         alias.
2291
2292         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
2293
2294         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
2295         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
2296         defined.
2297
2298 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
2299
2300         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
2301         align stack for call if pltexit is to be used.
2302
2303         [BZ #3924]
2304         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
2305         align for function call in case pltexit has to be called later.
2306
2307         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
2308         implicit atomic operation when storing function pointer.
2309         (_dl_runtime_profile): Likewise.
2310
2311 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
2312
2313         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
2314         NIS_NOTFOUND.
2315
2316 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
2317
2318         [BZ #4566]
2319         * string/strtok.c: Fix typo in comment.
2320
2321         [BZ #4582]
2322         * debug/segfault.c: Fix typos in comments.
2323
2324         [BZ #4588]
2325         * stdio-common/tempnam.c: Fix comment, it is not checked that
2326         TMPDIR points to a writable directory.
2327
2328         [BZ #4726]
2329         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
2330         memory allocated for the name server address.
2331
2332         [BZ #4946]
2333         * nscd/connections.c (handle_request): Using sendfile always
2334         requires that mmap is used for the database.
2335         Patch by Petr Baudis <pasky@suse.cz>.
2336
2337         [BZ #4905]
2338         * nscd/hstcache.c (cache_addhst): When reloading an entry which
2339         suddenly has two or more addresses, ignore it and remove the old
2340         entry.
2341
2342         [BZ #4814]
2343         * resolv/res_hconf.c: Prepare for compiling outside libc.
2344         * nscd/res_hconf.c: New file.
2345         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
2346         the new file.
2347         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
2348         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
2349
2350         * nscd/hstcache.c (cache_addhst): Minimal optimization.
2351
2352         [BZ #4925]
2353         * debug/pcprofiledump.c: Turn on internationalization by calling
2354         setlocale.  Patch mostly by Benno Schulenberg.
2355
2356         [BZ #4936]
2357         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
2358         the state.
2359         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
2360         * iconvdata/bug-iconv5.c: New file.
2361
2362 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
2363
2364         [BZ #4896]
2365         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
2366         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
2367         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
2368         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
2369         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
2370         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
2371         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
2372         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
2373
2374 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
2375
2376         [BZ #4937]
2377         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
2378         lookup loop.  Suggested by John Reiser.
2379
2380 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
2381
2382         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
2383
2384 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
2385
2386         * csu/libc-start.c: Don't handle VDSO_SETUP here.
2387         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
2388         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
2389         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
2390         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
2391         to...
2392         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
2393
2394 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
2395
2396         * po/nl.po: Update from translation team.
2397
2398 2007-08-16  Andreas Jaeger  <aj@suse.de>
2399
2400         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
2401         Reported by Peter Festner <peter.festner@ewetel.net>.
2402
2403 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
2404
2405         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
2406
2407 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
2408
2409         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
2410         to check for undefined symbols.
2411
2412         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
2413         If the syscall fails, set errno to the actual returned error number
2414         rather than EINVAL.
2415         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
2416         arguments are incorrect, set errno to EINVAL, if the syscall
2417         fails, set errno to the actual returned error number.
2418
2419         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
2420         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
2421
2422         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
2423         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
2424         file.
2425         (ASI_PNF, ASI_BLK_P): Don't define.
2426         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
2427         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
2428         file.
2429         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
2430         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
2431         file.
2432
2433 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
2434
2435         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
2436         FE_UNDERFLOW on Niagara CPUs.
2437
2438         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
2439         exceptions.
2440
2441 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
2442
2443         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
2444         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
2445         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
2446         flush should be used or not inside of the function.
2447         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
2448
2449         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
2450         __thread_start): Use HIDDEN_JUMPTARGET.
2451         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
2452         __thread_start): Likewise.
2453         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
2454
2455         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
2456         Add libc_hidden_proto.
2457         (STRTOF): Add libc_hidden_proto.
2458         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
2459         (strtold_l, wcstold_l): Use them as second argument for
2460         long_double_symbol.
2461
2462 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
2463
2464         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
2465
2466 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2467
2468         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
2469
2470 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
2471
2472         * po/bg.po: New file.  From the translation team.
2473
2474 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
2475
2476         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
2477         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
2478         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
2479         when each feature was introduced.
2480
2481         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
2482         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
2483         (CHECK_HASH): New macro.
2484         (PREPARE_VERSION): Use it.
2485
2486         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
2487         prototype if not __ASSUME_PSELECT.
2488         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
2489         prototype if not __ASSUME_PPOLL.
2490
2491         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
2492
2493         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
2494         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
2495         is defined.
2496
2497 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
2498
2499         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
2500         (_libc_vdso_platform_setup): If vDSO is not available point
2501         __vdso_gettimeofday to the vsyscall.
2502         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
2503         __vdso_gettimeofday instead of vsyscall.
2504
2505 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
2506
2507         * nscd/servicescache.c: Include kernel-features.h.
2508         * nscd/gai.c: Likewise.
2509         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
2510         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
2511         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
2512         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2513         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2514         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
2515         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2516         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
2517         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2518
2519 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
2520
2521         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
2522         and _dl_get_origin defines anymore.
2523
2524         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
2525         Build fix for systems which might lack POSIX timer support.
2526
2527         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
2528         (_libc_vdso_platform_setup): Mangle function pointers before storing
2529         them.
2530         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
2531         Demangle vdso pointer before use.
2532         (INTERNAL_VSYSCALL): Likewise.
2533
2534         * elf/cache.c (primes): Mark as const.
2535         Noted by Roland McGrath.
2536
2537 2007-08-01  Andreas Jaeger  <aj@suse.de>
2538             Jakub Jelinek  <jakub@redhat.com>
2539
2540         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
2541         (options): Add option.
2542         (parse_opt): Handle option.
2543         (manual_link): Adjust process_file caller.  Call implicit_soname.
2544         (search_dir): Formatting.  Use and populate auxiliary cache.
2545         (main): Load and save auxiliary cache.
2546         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
2547         stat64 from fstat64 to caller.
2548         (implicit_soname): New function.
2549         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
2550         leave *soname as NULL.
2551         * elf/cache.c: Include libgen.h.
2552         (print_entry, print_cache, compare, save_cache, add_to_cache):
2553         Formatting and cleanups.
2554         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
2555         aux_cache_file): New structures.
2556         (AUX_CACHEMAGIC): Define.
2557         (primes): New array.
2558         (aux_hash_size, aux_hash): New variables.
2559         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
2560         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
2561         load_aux_cache, save_aux_cache): New functions.
2562         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
2563         (init_aux_cache, search_aux_cache, add_to_aux_cache,
2564         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
2565         (process_file): Adjust prototype.
2566
2567 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
2568
2569         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
2570         with __need_size_t.
2571
2572 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
2573
2574         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
2575         r_found_version structure as second parameter.
2576         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
2577         (_dl_vdso_vsym): Change type of second parameter accordingly.
2578         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
2579         (_libc_vdso_platform_setup): Adjust.
2580         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2581         (_libc_vdso_platform_setup): Likewise.
2582
2583         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
2584         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
2585         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
2586         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
2587         * csu/libc-start.c: Pretty printing.
2588         Use VDSO_SETUP if defined.
2589         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
2590         and let generic code call into _libc_vdso_platform_setup.
2591         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
2592         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
2593         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
2594         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
2595         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
2596         for GLIBC_PRIVATE.
2597         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
2598         (sysdep_rountines): Add dl-vdso.
2599
2600         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
2601         of routines.
2602
2603         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
2604         attribute_hidden to __vdso_gettimeofday prototype.
2605
2606 2007-08-12  Roland McGrath  <roland@redhat.com>
2607
2608         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
2609         From: Karl Berry <karl@freefriends.org>.
2610
2611 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
2612
2613         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
2614         an atime update for the files we read.
2615
2616 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
2617
2618         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
2619
2620         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
2621         instead of mkstemp.
2622
2623         * misc/Makefile (routines): Add mkostemp and mkostemp64.
2624         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
2625         * misc/mkostemp.c: New file.
2626         * misc/mkostemp64.c: New file.
2627         * stdlib/stdlib.h: Declare the new functions.
2628         * sysdeps/posix/tempname.c: Add new parameter which is added to
2629         the flags for open.  Remove __GT_BIGFILE handling.
2630         * stdio-common/tempname.c: Likewise.
2631         * include/stdio.h: Adjust __gen_tempname prototype.
2632         Renumber __GT_* constants.
2633         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
2634         * misc/mkdtemp.c: Likewise.
2635         * misc/mkstemp.c: Likewise.
2636         * misc/mkstemp64.c: Likewise.
2637         * misc/mktemp.c: Likewise.
2638         * stdio-common/tempnam.c: Likewise.
2639         * stdio-common/tmpfile.c: Likewise.
2640         * stdio-common/tmpfile64.c: Likewise.
2641         * stdio-common/tmpnam.c: Likewise.
2642         * stdio-common/tmpnam_r.c: Likewise.
2643
2644 2007-08-10  Roland McGrath  <roland@frob.com>
2645
2646         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
2647         New macros.
2648         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
2649         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2650
2651 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
2652
2653         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
2654         possible.
2655         * nss/nss_files/files-alias.c (internal_setent): Likewise.
2656         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
2657         * nss/nss_files/files-have_o_cloexec.c: New file.
2658
2659         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
2660         available.
2661
2662 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
2663
2664         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
2665         ___new_wcstold_l): New weak aliases.
2666         (strtold_l, wcstold_l): Use them as second argument for
2667         long_double_symbol.
2668
2669 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
2670
2671         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
2672         register in test for error.
2673
2674         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
2675         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
2676
2677         * po/sv.po: Update from translation team.
2678
2679 2007-08-06  Roland McGrath  <roland@redhat.com>
2680
2681         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
2682         Remove __strto*_l inlines.
2683         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
2684         * stdlib/strtod.c: Add libc_hidden_def.
2685         * stdlib/strtod_l.c: Likewise.
2686         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
2687         for __new_strtold and __new_wcstold.
2688         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
2689         __STRTOF, STRTOF.
2690         * stdlib/strtol.c: Add libc_hidden_def.
2691         * stdlib/strtol_l.c: Likewise.
2692         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
2693         strtoq.
2694
2695         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
2696
2697         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
2698         * scripts/data/localplt-generic.data: ... here.
2699         * elf/Makefile (check-data): Get generic file if no other.
2700         ($(objpfx)check-localplt.out): Make target unconditional.
2701
2702         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
2703         Use ElfW(Nhdr).
2704
2705 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
2706
2707         * po/zh_CN.po: Updated translation from translation team.
2708
2709 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
2710
2711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
2712         Don't use CGOTSETUP and CGOTRESTORE macros.
2713
2714 2007-08-04  Roland McGrath  <roland@redhat.com>
2715
2716         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
2717
2718 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
2719
2720         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
2721         __extension__ around the whole statement expression.
2722
2723 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
2724
2725         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
2726         elements during initialization.
2727
2728         * po/pl.po: Updated translation from translation team.
2729         * po/tr.po: Likewise.
2730         * po/nl.po: Likewise.
2731
2732 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
2733
2734         * rt/aio.h: Add __nonnull attributes.
2735
2736 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2737
2738         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
2739         * stdlib/Makefile (tests): Add tst-strtod5.
2740         (tst-strtod5-ENV): New.
2741         * stdlib/tst-strtod5.c: New file.
2742
2743         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
2744         failed.
2745         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
2746         on failure.
2747
2748         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
2749         allocated.
2750
2751 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2752
2753         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
2754         numbers.
2755
2756 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
2757
2758         * io/Makefile (aux): Add have_o_cloexec.
2759         * include/fcntl.h: Declare __have_o_cloexec.
2760         * io/have_o_cloexec.c: New file.
2761         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
2762         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
2763         fcntl call if not necessary.
2764         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
2765         of local variable.
2766
2767         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
2768         Avoid memset, add explicit initialization.
2769         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
2770         to the end and change into zero-sized array.
2771         Move lock member to fill a hole on 64-bit platforms.
2772
2773         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
2774         inline functions.
2775         * include/stdlib.h: Add __strto*_internal prototypes here.
2776         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
2777         inline functions.
2778         * include/wchar.h: Add __wcsto*_internal prototypes.
2779         * sysdeps/generic/inttypes.h: No need to protect the declaration
2780         of the __strto*_internal and __wcsto*_internal members here.
2781
2782         * rt/mqueue.h: Change const to __const and add nonnull attributes.
2783
2784 2007-08-02  Roland McGrath  <roland@redhat.com>
2785
2786         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
2787         $(inst_bindir)/getconf if possible.
2788
2789         * posix/Makefile ($(objpfx)getconf.speclist): New target.
2790         (generated): Add it.
2791         ($(inst_libexecdir)/getconf): Use it.
2792
2793 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
2794
2795         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
2796         /proc is faster and sufficient.  /sys is still needed for
2797         __get_nprocs_conf.
2798
2799 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
2800
2801         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
2802         syscall as __fallocate64.
2803         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
2804         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
2805
2806 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
2807
2808         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
2809         value.
2810
2811         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
2812         if off_t is different rank from size_t.
2813
2814         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
2815         uw_frame_state_for): Avoid type punning warnings.
2816         * sysdeps/generic/unwind-dw2-fde-glibc.c
2817         (_Unwind_IteratePhdrCallback): Likewise.
2818         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
2819         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
2820         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
2821         pointers.
2822
2823 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
2824
2825         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
2826         total processors using sysfs.
2827         (__get_nprocs): Use sysfs to determine which processors are online.
2828
2829 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
2830
2831         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
2832         syscall arguments count.
2833
2834         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
2835
2836 2007-07-30  Roland McGrath  <roland@redhat.com>
2837
2838         * manual/libc.texinfo: Update copyrights, formatting magic, and
2839         @dircategory.  From Karl Berry <karl@freefriends.org>.
2840
2841 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
2842
2843         [BZ #4860]
2844         * io/Makefile (headers): Add bits/fcntl2.h.
2845
2846         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
2847         using gcc builtin.
2848         (__CPU_EQUAL_S): Likewise.
2849
2850         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
2851         (tests): Add tst-cpuset.
2852         * posix/sched_cpualloc.c: New file.
2853         * posix/sched_cpufree.c: New file.
2854         * posix/tst-cpuset.c: New file.
2855         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
2856         GLIBC_2.7.
2857         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
2858         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
2859         macros.  Define CPU_*_S macros.
2860
2861 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
2862
2863         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
2864         entry.
2865
2866         [BZ #4858]
2867         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
2868         #.0g and value rounded to 1.0.
2869         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
2870
2871 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
2872
2873         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
2874         for int_frac_digits and frac_digits.
2875
2876         * login/logout.c (logout): Avoid aliasing violation.
2877         * login/logwtmp.c (logwtmp): Likewise.
2878
2879         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
2880
2881         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
2882         to avoid warning.
2883         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
2884         warning.
2885         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
2886         warning.
2887         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
2888         to avoid warnings.
2889
2890         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
2891         void **.
2892         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
2893
2894         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
2895         char * to avoid warning.
2896         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
2897
2898         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
2899
2900         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
2901         allocate_arrays): Cast second argument to charmap_find_symbol
2902         to char * to avoid warnings.
2903
2904         * locale/programs/repertoire.c (repertoire_new_char): Change
2905         from_nr, to_nr and cnt to unsigned long, adjust printf format
2906         string.
2907
2908         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
2909         Cast second argument to new_element to char * to avoid warnings.
2910
2911         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
2912
2913         * intl/gettextP.h (struct loaded_domain): Change plural to const
2914         struct expression *.
2915         * intl/plural-eval.c (plural_eval): Change first argument to
2916         const struct expression *.
2917         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
2918         argument to const struct expression **.
2919         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
2920         prototypes.
2921         * intl/loadmsgcat (_nl_unload_domain): Cast away const
2922         in call to __gettext_free_exp.
2923
2924         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
2925         unitialized wstring/wpattern var warnings.
2926
2927         * posix/runtests.c (struct a_test): Make data field const char *.
2928
2929         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
2930         vars if not LDBL_MANT_DIG >= 106.
2931
2932         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
2933
2934         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
2935         __find_specmb to avoid warning.
2936
2937         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
2938
2939         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
2940         to avoid warnings.
2941
2942         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
2943         initializer.
2944
2945         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
2946         tv var when it will be actually used.
2947
2948         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
2949         to avoid warnings.
2950
2951         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
2952         char array resp. pointer.
2953         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
2954         char array.
2955         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
2956         to const unsigned char **.
2957         (ucs4_to_cns11643): Change second argument to unsigned char *.
2958         * iconvdata/euc-tw.c (BODY): Change endp type to
2959         const unsigned char *.
2960         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
2961         to unsigned char *.
2962         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
2963         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
2964         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
2965         types to unsigned char pointers/arrays instead of char.
2966         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
2967         to unsigned char *.
2968         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
2969         * iconvdata/jis0212.h: Include assert.h.
2970         (ucs4_to_jisx0212): Change second argument to unsigned char *.
2971         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
2972         of trying to handle that.
2973         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
2974         shut up a warning.
2975         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
2976         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
2977         two dimensional const unsigned char arrays.
2978         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
2979         Initialize endp to inptr to shut up a warning.
2980
2981 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
2982
2983         [BZ #4772]
2984         * time/strptime_l.c (__strptime_internal): Silently ignore
2985         strftime modifiers and field width in recursive calls.
2986
2987         * include/time.h (enum ptime_locale_status): Remove.
2988         (__strptime_internal): Remove decided and era_cnt arguments,
2989         add statep argument.
2990         * time/strptime_l.c (__strptime_internal): Remove decided
2991         and era_cnt arguments, add statep argument.  Don't recompute
2992         any fields in recursive calls, only update caller's tm
2993         and state, if recursive call fails, don't change tm nor
2994         any state.
2995         (get_alt_number): Adjust.
2996         (recursive): Adjust caller.
2997         (strptime): Likewise.
2998         * time/strptime.c (strptime): Likewise.
2999
3000 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
3001
3002         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
3003         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
3004         if from and to charsets are the same.
3005         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
3006         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
3007         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
3008
3009 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
3010
3011         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
3012         Don't define wint_t when __need_mbstate_t unless it
3013         is necessary.
3014         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
3015         in the typedef if possible.
3016         * wctype/wctype.h (wint_t): Define by including
3017         wchar.h with __need_wint_t instead of including stddef.h
3018         with __need_wint_t and as fallback definining it ourselves.
3019         * iconv/gconv.h (__need_wint_t): Define before including
3020         wchar.h.
3021         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
3022         or _GLIBCPP_USE_WCHAR_T.
3023         (__need_wchar_t): Don't define
3024         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
3025         (__need_wint_t): Don't define before including stddef.h,
3026         define before including wchar.h only if _LIBC or
3027         _GLIBCPP_USE_WCHAR_T.
3028         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
3029         * sysdeps/mach/hurd/_G_config.h: Likewise.
3030         * sysdeps/generic/_G_config.h: Likewise.
3031         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
3032         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
3033         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
3034         if _LIBC or _GLIBCPP_USE_WCHAR_T.
3035
3036 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
3037
3038         * sysdeps/posix/posix_fallocate64.c: Undefine
3039         __posix_fallocate64_l64 before alias handling.
3040         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
3041         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
3042         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
3043         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
3044
3045         * io/tst-posix_fallocate.c: Include <fcntl.h>.
3046
3047 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
3048
3049         * locale/programs/ld-collate.c (atwc): New variable.
3050         (add_to_tablewc): New toplevel function, moved from collate_output.
3051         (collate_output): Remove add_to_tablewc nested function.
3052
3053         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
3054         (name_insert): New function.
3055         (write_output): Remove hash_table and hash_size vars and name_insert
3056         nested function.
3057
3058 2007-07-24  Roland McGrath  <roland@redhat.com>
3059
3060         * Makerules (install-others-programs-nosubdir): New target.
3061         (install-no-libc.a-nosubdir): Depend on it.
3062
3063         * iconv/Makefile (install-others-programs): Set this instead of
3064         install-others.
3065         * login/Makefile (install-others-programs): Likewise.
3066         * posix/Makefile (install-others-programs): Likewise.
3067
3068         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
3069         dependencies.
3070
3071 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
3072
3073         * io/Makefile (tests): Add tst-posix_fallocate.
3074         * io/tst-posix_fallocate.c: New file.
3075
3076         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3077         __ASSUME_FALLOCATE.
3078
3079 2007-07-22  Roland McGrath  <roland@frob.com>
3080
3081         * hurd/getdport.c: Add missing copyright year update.
3082
3083         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
3084         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
3085
3086 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
3087
3088         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
3089
3090         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
3091         O_CLOEXEC is needed.
3092         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
3093         Avoid additional fcntl to set O_CLOEXEC if not needed.
3094         * nis/nss_compat/compat-initgroups.c: Likewise.
3095         * nis/nss_compat/compat-pwd.c: Likewise.
3096         * nis/nss_compat/compat-spwd.c: Likewise.
3097
3098 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3099
3100         [BZ #3665]
3101         * manual/errno.texi: Change ECANCELED value to 119.
3102
3103         [BZ #4610]
3104         * mach/lock-intern.h: Include <sys/cdefs.h>.
3105
3106         [BZ #4178]
3107         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
3108         reading A.
3109
3110         [BZ #4126]
3111         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
3112         to __sigsuspend.
3113
3114         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
3115
3116 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
3117
3118         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
3119         `__ASSEMBLER__'.
3120         * sysdeps/mach/hurd/i386/tls.h: Likewise.
3121
3122 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
3123
3124         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
3125         descriptor received from nscd.
3126
3127         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
3128
3129         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
3130         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3131         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3132         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3133         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3134         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3135
3136 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
3137
3138         [BZ #4816]
3139         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
3140
3141         [BZ #4813]
3142         * login/forkpty.c (forkpty): Close master and slave fds on
3143         fork failure.  Patch by
3144         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
3145
3146 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
3147
3148         * include/features.h (__USE_ISOC95): New define.
3149         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
3150         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
3151         for -std=iso9899:199409.
3152         * CONFORMANCE: Remove comments about unsupported AMD1.
3153
3154 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
3155
3156         * sysdeps/ia64/sched_cpucount.c: New file.
3157         * sysdeps/powerpc/sched_cpucount.c: New file.
3158
3159         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
3160         __BEGIN_DECLS/__END_DECLS around the prototype.
3161         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
3162         pointer to const cpu_set_t.
3163
3164         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
3165         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
3166         __need_size_t and include stddef.h.
3167         * sysvipc/sys/msg.h: Likewise.
3168         * posix/sched.h: Likewise.
3169         * hurd/hurd/signal.h (__need_size_t): Define.
3170
3171         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
3172         neither does signal.h in pedantic ISO C namespaces.  stdio.h
3173         no longer defines wint_t or wchar_t.
3174
3175         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
3176         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
3177         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
3178         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
3179         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
3180         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
3181         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
3182         * debug/printf_chk.c (__printf_chk): Likewise.
3183         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
3184         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
3185
3186         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
3187         Define.
3188
3189         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
3190         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
3191
3192 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
3193
3194         [BZ #4792]
3195         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
3196         * malloc/malloc.h (realloc): Likewise.
3197
3198         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
3199         if one of proc_file_chain streams has that fileno.
3200         * stdio-common/Makefile (tests): Add tst-popen2.
3201         * stdio-common/tst-popen2.c: New test.
3202
3203 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
3204
3205         * elf/ldconfig.c: Allow GPLv2 or any later version.
3206         * elf/readlib.c: Likewise.
3207         * elf/chroot_canon.c: Likewise.
3208         * elf/cache.c: Likewise.
3209         * nscd/mem.c: Likewise.
3210         * nscd/getpwuid_r.c: Likewise.
3211         * nscd/grpcache.c: Likewise.
3212         * nscd/aicache.c: Likewise.
3213         * nscd/getsrvbynm_r.c: Likewise.
3214         * nscd/nscd.c: Likewise.
3215         * nscd/servicescache.c: Likewise.
3216         * nscd/getsrvbypt_r.c: Likewise.
3217         * nscd/initgrcache.c: Likewise.
3218         * nscd/gethstbyad_r.c: Likewise.
3219         * nscd/gethstbynm2_r.c: Likewise.
3220         * nscd/getgrnam_r.c: Likewise.
3221         * nscd/nscd_setup_thread.c: Likewise.
3222         * nscd/getpwnam_r.c: Likewise.
3223         * nscd/gai.c: Likewise.
3224         * nscd/connections.c: Likewise.
3225         * nscd/dbg_log.c: Likewise.
3226         * nscd/cache.c: Likewise.
3227         * nscd/hstcache.c: Likewise.
3228         * nscd/nscd_conf.c: Likewise.
3229         * nscd/getgrgid_r.c: Likewise.
3230         * nscd/pwdcache.c: Likewise.
3231         * catgets/gencat.c: Likewise.
3232         * locale/programs/linereader.h: Likewise.
3233         * locale/programs/locarchive.c: Likewise.
3234         * locale/programs/ld-paper.c: Likewise.
3235         * locale/programs/locfile-kw.h: Likewise.
3236         * locale/programs/ld-address.c: Likewise.
3237         * locale/programs/xmalloc.c: Likewise.
3238         * locale/programs/ld-time.c: Likewise.
3239         * locale/programs/localedef.c: Likewise.
3240         * locale/programs/simple-hash.c: Likewise.
3241         * locale/programs/xstrdup.c: Likewise.
3242         * locale/programs/ld-numeric.c: Likewise.
3243         * locale/programs/locfile-kw.gperf: Likewise.
3244         * locale/programs/ld-collate.c: Likewise.
3245         * locale/programs/charmap-kw.gperf: Likewise.
3246         * locale/programs/charmap.h: Likewise.
3247         * locale/programs/charmap-kw.h: Likewise.
3248         * locale/programs/config.h: Likewise.
3249         * locale/programs/locfile.c: Likewise.
3250         * locale/programs/ld-ctype.c: Likewise.
3251         * locale/programs/charmap.c: Likewise.
3252         * locale/programs/ld-messages.c: Likewise.
3253         * locale/programs/repertoire.h: Likewise.
3254         * locale/programs/locale.c: Likewise.
3255         * locale/programs/ld-name.c: Likewise.
3256         * locale/programs/linereader.c: Likewise.
3257         * locale/programs/locfile.h: Likewise.
3258         * locale/programs/3level.h: Likewise.
3259         * locale/programs/ld-monetary.c: Likewise.
3260         * locale/programs/ld-measurement.c: Likewise.
3261         * locale/programs/charmap-dir.c: Likewise.
3262         * locale/programs/ld-identification.c: Likewise.
3263         * locale/programs/localedef.h: Likewise.
3264         * locale/programs/charmap-dir.h: Likewise.
3265         * locale/programs/repertoire.c: Likewise.
3266         * locale/programs/simple-hash.h: Likewise.
3267         * locale/programs/ld-telephone.c: Likewise.
3268         * locale/programs/locale-spec.c: Likewise.
3269         * locale/programs/locfile-token.h: Likewise.
3270         * posix/getconf.c: Likewise.
3271         * iconv/dummy-repertoire.c: Likewise.
3272         * iconv/iconv_charmap.c: Likewise.
3273         * iconv/iconvconfig.c: Likewise.
3274         * iconv/iconv_prog.c: Likewise.
3275         * malloc/memusagestat.c: Likewise.
3276         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
3277
3278 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3279
3280         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
3281         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
3282         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
3283         check for the first argument.
3284
3285 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
3286
3287         [BZ #4775]
3288         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
3289         (__tgmath_real_type): Fix if expr is const int or other const
3290         qualified integral type.
3291         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
3292         expressions and handle const qualified arguments.
3293         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
3294         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
3295         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
3296         statement expressions.
3297         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
3298         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
3299         (__TGMATH_UNARY_IMAG): Define.
3300         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
3301         * math/Makefile (tests): Add test-tgmath2.
3302         (CFLAGS-test-tgmath2.c): Add.
3303         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
3304         count_cfloat, count_cldouble): New variables.
3305         (NCCALLS): Define.
3306         (main): Check number of complex calls as well.
3307         (F(compile_test)): Add complex tests and tests with const qualified
3308         arguments.
3309         (y, z, ccount): Define.
3310         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
3311         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
3312         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
3313         F(cproj)): New functions.
3314         * math/test-tgmath2.c: New test.
3315
3316 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
3317
3318         [BZ #4776]
3319         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
3320         RPATH etc. as "/" rather than "", don't segfault on empty paths,
3321         instead output ".".
3322         * dlfcn/Makefile (distribute): Add glreflib3.c.
3323         (module-names): Add glreflib3.
3324         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
3325         glreflib1.so.
3326         (LDFLAGS_glreflib3.so): New.
3327         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
3328         glreflib1.so.
3329         * dlfcn/glreflib3.c: New file.
3330
3331         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
3332         returned -1, return NULL.
3333         * intl/explodename.c (_nl_explode_name): Return -1 if
3334         _nl_normalize_codeset failed.
3335
3336 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
3337
3338         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
3339         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
3340         and avoid branch misspredicts for > 31 bytes memset case.
3341         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3342         Remove toc ref to __cache_line_size.
3343
3344         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
3345         to get ISA-V2.0 branch hints.
3346         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
3347         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
3348         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
3349         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
3350         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
3351         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
3352         Remove toc ref to __cache_line_size.
3353
3354         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
3355         Include math_ldbl_opt.h.
3356
3357 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
3358
3359         [BZ #4773]
3360         * time/strptime_l.c (__strptime_internal): Implement greedy
3361         matching of weekday and month names.
3362
3363 2007-07-09  Roland McGrath  <roland@redhat.com>
3364
3365         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
3366         (ELF_NOTE_ABI): Use it.
3367         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
3368
3369 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
3370
3371         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
3372         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3373
3374 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
3375
3376         [BZ #4745]
3377         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
3378         in loop to look for conversion specifier to avoid testing of
3379         wrong errno value.
3380         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
3381         * stdio-common/bug18.c: New file.
3382         * stdio-common/bug18a.c: New file.
3383         * stdio-common/bug19.c: New file.
3384         * stdio-common/bug19a.c: New file.
3385
3386 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
3387
3388         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
3389         running awk script.
3390
3391 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
3392
3393         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
3394         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
3395         Return NULL if mmap failed instead of asserting it does not.
3396         (calloc): Check for integer overflow.
3397
3398         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
3399         than LONG_MAX / 10.
3400
3401 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
3402
3403         [BZ #4702]
3404         * nis/nss-default.c: Include errno.h.
3405         (init): Preserve errno.
3406
3407 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
3408
3409         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
3410
3411 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
3412
3413         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
3414
3415 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3416
3417         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
3418
3419 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3420
3421         * sysdeps/s390/dl-procinfo.c: New file.
3422         * sysdeps/s390/dl-procinfo.h: New file.
3423         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
3424
3425 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
3426
3427         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
3428         in PT_NOTE segments with multiple notes.
3429         * elf/readelflib.c (process_elf_file): Likewise.
3430
3431 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
3432
3433         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
3434         ISO C compliant.
3435
3436 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
3437
3438         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
3439
3440 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
3441
3442         * include/link.h: Don't include rtld-lowlevel.h.
3443         (struct link_map): Remove l_scope_lock.
3444         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
3445         (_dl_scope_free_list): New field (variable) in _rtld_global.
3446         (DL_LOOKUP_SCOPE_LOCK): Remove.
3447         (_dl_scope_free): New prototype.
3448         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
3449         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
3450         (_dl_profile_fixup): Likewise.
3451         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
3452         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
3453         THREAD_GSCOPE_RESET_FLAG around it.
3454         * elf/dl-close.c (_dl_close_worker): Don't use
3455         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
3456         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
3457         scopes were queued or if l_scope_mem has been abandoned.
3458         * elf/dl-open.c (_dl_scope_free): New function.
3459         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
3460         * elf/dl-support.c (_dl_scope_free_list): New variable.
3461         * elf/dl-lookup.c (add_dependency): Remove flags argument.
3462         Remove DL_LOOKUP_SCOPE_LOCK handling.
3463         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
3464         handling.
3465         * elf/dl-object.c (_dl_new_object): Don't use
3466         __rtld_mrlock_initialize.
3467
3468 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
3469
3470         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
3471         to fill in holes
3472         (rtld_global_ro): Likewise.
3473
3474 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3475
3476         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
3477         Move PT_LOAD checking to...
3478         (_dl_addr_inside_object): ... here, new function.
3479         * elf/dl-sym.c (do_sym): If not l_contiguous,
3480         call _dl_addr_inside_object.
3481         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3482         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
3483         * elf/dl-open.c (dl_open_worker): Likewise.
3484         (_dl_addr_inside_object): New function if IS_IN_rtld.
3485         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
3486         holes are present or are PROT_NONE protected.
3487         * include/link.h (struct link_map): Add l_contiguous field.
3488         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
3489
3490 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3491             Tomas Janousek  <tjanouse@redhat.com>
3492             Ulrich Drepper  <drepper@redhat.com>
3493
3494         [BZ #4647]
3495         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
3496         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
3497         socket.
3498         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
3499         unused member a bitmap.
3500         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
3501         servers are configured.
3502
3503 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3504
3505         * elf/rtld.c (dl_main): Don't call init_tls more than once.
3506
3507 2007-06-17  Andreas Schwab  <schwab@suse.de>
3508
3509         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
3510
3511 2007-06-16  Andreas Jaeger  <aj@suse.de>
3512
3513         [BZ #4125]
3514         * sysdeps/unix/sysv/linux/sys/ptrace.h
3515         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
3516         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
3517         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
3518         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
3519         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
3520         Define.
3521         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3522         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
3523         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3524         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3525
3526 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
3527
3528         [BZ #4599]
3529         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
3530         determining whether there are IPv4/IPv6 addresses, ignore loopback
3531         addresses.
3532
3533 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
3534
3535         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
3536         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
3537         as the return type.  Change type of "r" variable to CMPtype.
3538         * soft-fp/eqsf2.c (__eqsf2): Likewise.
3539         * soft-fp/eqtf2.c (__eqtf2): Likewise.
3540         * soft-fp/gedf2.c (__gedf2): Likewise.
3541         * soft-fp/gesf2.c (__gesf2): Likewise.
3542         * soft-fp/getf2.c (__getf2): Likewise.
3543         * soft-fp/ledf2.c (__ledf2): Likewise.
3544         * soft-fp/lesf2.c (__lesf2): Likewise.
3545         * soft-fp/letf2.c (__letf2): Likewise.
3546         * soft-fp/unorddf2 (__unorddf2): Likewise.
3547         * soft-fp/unordsf2 (__unordsf2): Likewise.
3548         * soft-fp/unordtf2 (__unordtf2): Likewise.
3549
3550 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
3551
3552         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
3553         make sure gcc doesn't mess around with this.
3554
3555 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
3556
3557         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
3558
3559 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
3560
3561         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
3562         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
3563         at most once per _dl_close_worker.
3564
3565 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
3566
3567         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
3568         __sched_cpucount as const.
3569         * posix/sched_cpucount.c: Adjust.
3570
3571         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
3572         instruction for counting bits.
3573         * sysdeps/x86_64/sched_cpucount.c: New file.
3574
3575 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
3576
3577         * configure.in: Avoid variable named BASH.
3578         * config.make.in: Likewise.
3579         Patch in part by Mike Frysinger.
3580
3581 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
3582
3583         [BZ #4586]
3584         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
3585         pseudo-zeros as zero.
3586         * sysdeps/x86_64/ldbl2mpn.c: New file.
3587         * sysdeps/ia64/ldbl2mpn.c: New file.
3588
3589 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
3590
3591         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
3592         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
3593         Remove unreachable code at the end.
3594
3595 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
3596
3597         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
3598         ldbl-128ibm in comment.
3599         (fpclassifyl): Correct classification of denormals.
3600         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
3601         return value for MIN denormal. Rewrite using long double math too
3602         correctly handle denormals and canonicalize the results.
3603
3604 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
3605
3606         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
3607         (__mpn_construct_long_double): Fix conversion where result ought
3608         to be smaller than __LDBL_MIN__, or the low double should be
3609         denormal.  Fix decision where to negate low double - honor round
3610         to even rules.
3611         * stdio-common/tst-sprintf2.c: Include string.h.
3612         (COMPARE_LDBL): Define.
3613         (TEST): Also test whether a string hexadecimal float representation
3614         can be parsed back to the number.
3615         (main): Add a couple of further tests.
3616
3617 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
3618
3619         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
3620         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
3621         is non-zero, but smaller than 2 * __DBL_MIN__.
3622         * stdio-common/tst-sprintf2.c: New test.
3623         * stdio-common/Makefile (tests): Add tst-sprintf2.
3624
3625         * math/test-misc.c (main): Don't run last batch of tests with
3626         IBM long double format.
3627
3628 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3629
3630         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
3631         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
3632         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
3633         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
3634         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
3635         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
3636         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
3637         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
3638         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
3639         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
3640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
3641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
3642         New file.
3643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
3644         New file.
3645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
3646         New file.
3647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
3648         New file.
3649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
3650         New file.
3651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
3652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
3653         New file.
3654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
3655         New file.
3656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
3657         New file.
3658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
3659         New file.
3660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
3661         New file.
3662
3663 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3664
3665         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
3666         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
3667         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
3668         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
3669         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
3670         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
3671         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
3672         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
3673
3674 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
3675
3676         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
3677         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3678         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
3679         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3680         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
3681         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3682         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
3683         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3684
3685 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
3686
3687         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
3688         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
3689         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
3690         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
3691
3692 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
3693
3694         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
3695         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
3696
3697 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
3698
3699         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
3700         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
3701         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
3702         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
3703
3704 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
3705
3706         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
3707         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
3708
3709 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
3710
3711         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
3712         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
3713
3714         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
3715         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
3716         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
3717         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
3718
3719 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
3720
3721         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
3722         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
3723         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
3724         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
3725
3726 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
3727
3728         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
3729         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
3730         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
3731         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
3732         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
3733         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
3734
3735 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
3736
3737         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
3738         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
3739         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
3740         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
3741
3742 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
3743
3744         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
3745         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
3746         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
3747         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
3748         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
3749         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
3750         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
3751         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
3752         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
3753         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
3754         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
3755         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
3756         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
3757         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
3758         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
3759         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
3760
3761 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
3762
3763         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
3764         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
3765
3766 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
3767
3768         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
3769         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
3770
3771 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3772
3773         * sysdeps/powerpc/powerpc32/970/Implies: New file.
3774         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
3775         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
3776         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
3777         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
3778         * sysdeps/powerpc/powerpc64/970/Implies: New file.
3779         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
3780         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
3781         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
3782         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
3783
3784 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
3785
3786         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
3787
3788 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
3789
3790         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
3791         branch miss-predicts. Ensure that cache line crossing does not impact
3792         dispatch grouping.
3793
3794 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
3795
3796         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
3797         "../../powerpc32/power4/memcopy.h".
3798         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
3799         "../../powerpc32/power4/wordcopy.c".
3800
3801 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
3802
3803         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
3804         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
3805         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
3806         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
3807         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
3808         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
3809
3810 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
3811
3812         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
3813
3814 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
3815
3816         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
3817         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
3818         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
3819         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
3820         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
3821         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
3822         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
3823         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
3824
3825 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
3826
3827         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
3828
3829 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
3830
3831         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
3832         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
3833         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
3834         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
3835         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
3836         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
3837         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
3838
3839 2007-05-29  Roland McGrath  <roland@redhat.com>
3840
3841         * po/Makefile (po-sed-cmd): New variable.
3842         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
3843
3844 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
3845
3846         * crypt/md5-crypt.c: Fix comment.
3847
3848         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
3849         of crashing.  When this is the case or if the reply is malformed,
3850         don't try to close the new file descriptor since it does not
3851         exist.
3852         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
3853
3854 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
3855
3856         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
3857         if __NR_utimensat is not defined.
3858
3859 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
3860
3861         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
3862
3863 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
3864
3865         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
3866         (open): Fix comment typos.  Don't call __open_2 if flags
3867         is a compile time constant without O_CREAT.
3868         (__open64_2): Add nonnull attribute.
3869         (open64): Fix comment typos.  Don't call __open64_2 if flags
3870         is a compile time constant without O_CREAT.
3871         (__openat_2): Add nonnull attribute, fix nonnull attribute
3872         on redirect.
3873         (openat): Fix comment typos.  Don't call __openat_2 if flags
3874         is a compile time constant without O_CREAT.
3875         (__openat64_2): Add nonnull attribute, fix nonnull attribute
3876         on redirect.
3877         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
3878         is a compile time constant without O_CREAT.
3879
3880 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
3881
3882         * Makerules (sysd-rules): Define PTW for ptw-* files.
3883         * Versions: Define GLIBC_2.7 for libc.
3884         * include/stdio.h: Declare __fortify_fail.
3885         * debug/fortify_fail.c: New file.
3886         * debug/Makefile (routines): Add fortify_fail.
3887         * debug/chk_fail.c: Use __fortify_fail.
3888         * debug/stack_chk_fail.c: Likewise.
3889         * io/Versions: Export __open_2, __open64_2, __openat_2, and
3890         __openat64_2 for GLIBC_2.7.
3891         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
3892         * io/open.c: Define *_2 variant of function which checks for O_CREAT
3893         and fails if necessary.
3894         * io/open64.c: Likewise.
3895         * io/openat.c: Likewise.
3896         * io/openat64.c: Likewise.
3897         * sysdeps/unix/sysv/linux/open64.c: Likewise.
3898         * sysdeps/unix/sysv/linux/openat.c: Likewise.
3899         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
3900         * io/bits/fcntl2.h: New file.
3901         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
3902         __openat64_2.
3903         * include/bits/fcntl2.h: New file.
3904         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3905         Add open_2.
3906         * sysdeps/unix/sysv/linux/open_2.c: New file.
3907
3908 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
3909
3910         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
3911         as second parameter to handle_intel.
3912
3913         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
3914         the entry.
3915
3916         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
3917         handling to ...
3918         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
3919         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
3920         cacheinfo.
3921         * sysdeps/x86_64/memcpy.S: Complete rewrite.
3922         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
3923         Patch by Evandro Menezes <evandro.menezes@amd.com>.
3924
3925         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
3926
3927 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
3928
3929         [BZ #4525]
3930         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
3931         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
3932         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
3933
3934         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
3935
3936         [BZ #4514]
3937         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
3938         reinitialize workend at the start of each do_positional format spec
3939         loop, free workstart before do_positional loops.
3940         (printf_unknown): Fix size of work_buffer.
3941         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
3942
3943         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
3944         (public_sET_STATe): If ms->version < 3, put all chunks into
3945         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
3946         chunks.
3947
3948         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
3949         * malloc/hooks.c: Likewise.
3950         * malloc/arena.c: Likewise.
3951         * malloc/malloc.c (do_check_malloc_state): Don't assert
3952         n_mmaps is not greater than n_mmaps_max.  This removes the need
3953         for the previous change.
3954
3955         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
3956         2007-05-07 commit.
3957
3958 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
3959
3960         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
3961         Define for kernel >= 2.6.22.
3962
3963 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
3964
3965         * elf/dl-close.c (_dl_close_worker): When removing object from
3966         global scope, wait for all lookups to finish afterwards.
3967         * elf/dl-open.c (add_to_global): When global scope array must
3968         grow, allocate a new one and free old array only after all
3969         lookups finish.
3970         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
3971         (_dl_lookup_symbol_x): Likewise.
3972         * elf/dl-support.c: Define _dl_wait_lookup_done.
3973         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
3974         _dl_wait_lookup_done.
3975
3976         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
3977         not overlapping with arena.
3978
3979         * malloc/mcheck.c (reallochook): If size==0, free the block.
3980
3981         * rt/tst-shm.c: Use fstat64 instead of fstat.
3982
3983         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
3984         __NR_sync_file_range is not defined.
3985
3986 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
3987
3988         Dummy files to prevent stub versions from being used.
3989         * sysdeps/x86_64/fpu/k_cosl.c: New file.
3990         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
3991         * sysdeps/x86_64/fpu/k_sinl.c: New file.
3992         * sysdeps/x86_64/fpu/k_tanl.c: New file.
3993
3994         * version.h (VERSION): Set to 2.6.90.
3995
3996 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
3997
3998         * version.h (VERSION): Define to 2.6.
3999         * include/features.h (__GLIBC_MINOR__): Define to 6.
4000
4001         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
4002
4003         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
4004         sizes.
4005
4006 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
4007
4008         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
4009         number of mmaps.  n_mmaps_max is the target.
4010         * malloc/hooks.c: Likewise.
4011         * malloc/arena.c: Likewise.
4012
4013 2007-05-12  Andreas Jaeger  <aj@suse.de>
4014
4015         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
4016         getpid.
4017
4018 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
4019
4020         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
4021         adding new variables.
4022
4023         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
4024         optimize.  Completely extend global scope array before making the
4025         new entries visible.
4026
4027 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
4028
4029         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
4030         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
4031         tst-getcpu.
4032
4033         * include/link.h: Move l_version and l_nversion members around to
4034         fill gaps.
4035
4036         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
4037
4038         * sysdeps/unix/sysv/linux/sched_setaffinity.c
4039         (__sched_setaffinity_new): If syscall was successful and
4040         RESET_VGETCPU_CACHE is defined, use it before returning.
4041         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
4042
4043         * io/sys/stat.h: Make sure struct timespec is defined for
4044         __USE_ATFILE.
4045
4046         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
4047         UTIME_OMIT.
4048         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4049         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4050         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
4051         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4052         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
4053         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4054         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
4055         * io/sys/stat.h: Declare utimensat, futimens.
4056         * io/utimensat.c: New file.
4057         * io/futimens.c: New file.
4058         * sysdeps/unix/sysv/linux/utimensat.c: New file.
4059         * sysdeps/unix/sysv/linux/futimens.c: New file.
4060         * io/Makefile (routines): Add utimensat, futimens.
4061         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
4062         * sysdeps/unix/sysv/linux/lutimes.c: New file.
4063         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
4064         available.
4065
4066         * include/sys/cdefs.h: Redefine __nonnull so that test for
4067         incorrect parameters in the libc code itself are not omitted.
4068
4069 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
4070
4071         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
4072         exception in addition to inexact when asked to raise only FE_INEXACT.
4073
4074         [BZ #3427]
4075         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
4076         in *envp.
4077
4078 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
4079
4080         [BZ #4403]
4081         * string/strfry.c (strfry): Make result more random.
4082
4083 2007-05-07  Richard Henderson  <rth@redhat.com>
4084
4085         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
4086         if __NO_LONG_DOUBLE_MATH.
4087         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
4088         available in the compiler, add .arch directive to the assembly.
4089
4090 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
4091
4092         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
4093         compat_symbol to GLIBC_2_1.
4094         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
4095         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
4096         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
4097         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
4098         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
4099         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
4100         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
4101         libc, not libm.
4102         (__isnanl): New compat_symbol.
4103
4104 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
4105             Jakub Jelinek  <jakub@redhat.com>
4106
4107         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
4108         (new_heap): Initialize mprotect_size.
4109         (grow_heap): When growing, only mprotect from mprotect_size till
4110         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
4111         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
4112
4113 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
4114             Peter Bergner  <bergner@us.ibm.com>
4115
4116         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
4117         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
4118         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
4119         * sysdeps/powerpc/fpu/fe_mask.c: New file.
4120         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
4121         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
4122         Call __fe_mask_env() if all FP exceptions disabled.
4123         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
4124         from old FPSCR to new fenv to propagate DFP rounding modes.
4125         Call __fe_mask_env() if FP exceptions previously enabled.
4126         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
4127         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
4128         transitioning from all exceptions disabled to any exception enabled
4129         or visa versa.
4130         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
4131         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
4132         when transitioning from all exceptions disabled to any exception
4133         enabled or visa versa.
4134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
4135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
4136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
4137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
4138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
4139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
4140
4141 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
4142
4143         [BZ #4465]
4144         * posix/unistd.h: Remove __THROW from fdatasync.
4145
4146 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
4147
4148         [BZ #4465]
4149         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
4150
4151 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
4152
4153         * stdio-common/vfprintf.c (process_string_arg): Optimize
4154         ridiculous precision in wide char code printing multi-byte string.
4155         Reported by Jim Meyering <jim@meyering.net>.
4156
4157         [BZ #4131]
4158         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
4159         boundaries to work around systems with overlapping binary loading.
4160         Based on a patch by Suzuki <suzuki@in.ibm.com>.
4161
4162 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
4163
4164         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
4165         __mbsnrtowcs after last change.
4166
4167         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
4168         (get_ident): Likewise.
4169
4170 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
4171
4172         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
4173         with setting the sticky bit.
4174         * math/test-misc.c (main): Add more truncation tests.
4175
4176 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
4177
4178         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
4179         double in the function declaration.
4180         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
4181         double in the function declaration.
4182         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
4183         float in the function declaration.
4184         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
4185         float in the function declaration.
4186
4187         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
4188         denormal operands.  Do not generate FP_EX_DENORM exception.
4189         (FP_UNPACK_RAW_EP): Ditto.
4190         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
4191         undefined _FP_UNPACK_RAW_E.
4192         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
4193         undefined _FP_UNPACK_RAW_EP.
4194         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
4195         undefined _FP_PACK_RAW_E.
4196         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
4197         undefined _FP_PACK_RAW_EP.
4198
4199         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
4200         _FP_FRAC_COPY_2.
4201         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
4202         _FP_FRAC_COPY_4.
4203
4204 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
4205             Jakub Jelinek  <jakub@redhat.com>
4206
4207         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
4208         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
4209         this case.
4210         * soft-fp/op-common.h (FP_TRUNC): Ditto.
4211
4212 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
4213
4214         * math/test-misc.c (main): Add tests for rounding long double
4215         values close to smallest double denormalized value to double.
4216
4217 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
4218
4219         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
4220         condition for truncating to 0.  Set sticky bit for such
4221         truncation.
4222
4223 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
4224
4225         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
4226         fixed length array for ignore.
4227
4228 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
4229
4230         [BZ #4438]
4231         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
4232         stack for large precisions.
4233         * stdio-common/test-vfprintf.c (main): Add test for large
4234         precision.
4235
4236 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
4237
4238         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
4239         for exponent 0.
4240         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
4241
4242         [BZ #4439]
4243         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
4244         account in the size check.
4245         * resolv/tst-inet_ntop.c: New test.
4246         * resolv/Makefile (tests): Add tst-inet_ntop.
4247
4248 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
4249             Jakub Jelinek  <jakub@redhat.com>
4250
4251         [BZ #4349]
4252         * malloc/malloc.c: Keep separate list for first blocks on the bin
4253         lists with a given size.  This helps skipping over list elements
4254         we know won't fit in two places.
4255         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
4256
4257 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
4258
4259         [BZ #4102]
4260         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
4261         label to Teredo tunnel addresses 2001://32.
4262
4263 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
4264
4265         * locale/programs/ld-collate.c (collate_read): Allow order_start
4266         after copy.
4267
4268         * locale/programs/ld-collate.c (collate_read): Fix printing of
4269         error message.
4270
4271         [BZ #3213]
4272         * locale/C-translit.h.in: Add entry for U2044.
4273
4274         [BZ #4342]
4275         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
4276         hexa-decimal floats without exponent.
4277         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
4278
4279 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
4280
4281         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
4282         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
4283         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
4284         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
4285         GLIBC_2.6.
4286         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
4287         Add sched_getcpu.
4288
4289 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
4290
4291         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
4292         of 0 after the out_fail label.
4293
4294 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
4295
4296         [BZ #4406]
4297         * iconv/gconv_charset.h (strip): Allow ':'.
4298         * iconv/iconv_open.c (iconv_open): Adjust comment.
4299
4300 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
4301
4302         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
4303         version.
4304
4305 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
4306
4307         [BZ #4381]
4308         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
4309         alignment of buffer and tmp_buffer.
4310         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
4311         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
4312         alignment of buffer.
4313         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
4314         bigger than INT_MAX.
4315         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
4316         h_errnop arguments.  Fail if buflen is too small.
4317         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
4318
4319 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
4320
4321         [BZ #4405]
4322         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
4323         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
4324
4325 2007-04-22  Roland McGrath  <roland@redhat.com>
4326
4327         * elf/elf.h (NT_PRXFPREG): New macro.
4328
4329 2007-04-19  Andreas Jaeger  <aj@suse.de>
4330
4331         [BZ #3905]
4332         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
4333         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
4334         Added.
4335
4336 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
4337
4338         * include/sys/mman.h: Mark madvise hidden.
4339         * misc/madvise.c: Add libc_hidden_def.
4340
4341 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
4342
4343         * nis/nis_domain_of.c (__nis_domain_of): New function.
4344         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
4345         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
4346         * nis/nis_call.c (rec_dirsearch): Likewise.
4347         (first_shoot): Likewise.  Remove search_parent_first argument.
4348         (struct nis_server_cache): Rename search_parent_first field
4349         to search_parent.
4350         (nis_server_cache_search, nis_server_cache_add): Rename
4351         search_parent_first argument to search_parent.
4352         (__nisfind_server): Likewise.  If search_parent, call
4353         __nis_domain_of.
4354
4355 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
4356
4357         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
4358
4359 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
4360
4361         [BZ #4368]
4362         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
4363
4364 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
4365
4366         [BZ #4364]
4367         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
4368
4369 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
4370
4371         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
4372         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
4373         current number of locales in SUPPORTED.
4374         (create_archive): Initialize serial.
4375         (enlarge_archive): Preserve aliases rather than duplicating
4376         their locrecs.
4377
4378 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
4379
4380         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
4381         after _IO_un_link, not before it.
4382
4383         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
4384         special case handling when wcp == wstartp + 1.  Fix a comment typo.
4385         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
4386
4387 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
4388
4389         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
4390         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
4391         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
4392         Remove __THROW.
4393         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
4394         _IO_file_xsgetn_maybe_mmap): Likewise.
4395         * libio/oldfileops.c (old_do_write): Likewise.
4396         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
4397         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
4398         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
4399         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
4400         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
4401         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
4402         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
4403         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
4404         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
4405         _IO_file_underflow, _IO_file_underflow_mmap,
4406         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
4407         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
4408         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
4409         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
4410         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
4411         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
4412         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
4413         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
4414         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
4415         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
4416         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
4417         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
4418         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
4419         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
4420         _IO_adjust_column_internal, _IO_default_uflow_internal,
4421         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
4422         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
4423         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
4424         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
4425         _IO_file_close_it_internal, _IO_file_underflow_internal,
4426         _IO_file_overflow_internal, _IO_file_attach_internal,
4427         _IO_file_fopen_internal, _IO_file_sync_internal,
4428         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
4429         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
4430         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
4431         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
4432         _IO_seekpos_unlocked): Likewise.
4433         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
4434         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
4435
4436 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
4437
4438         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
4439         argument in xmalloc size computation.
4440
4441 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
4442
4443         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
4444         math_opt_barrier and math_force_eval macros.
4445
4446 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
4447
4448         [BZ #3306]
4449         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
4450         * sysdeps/i386/fpu/math_private.h: New file.
4451         * sysdeps/x86_64/fpu/math_private.h: New file.
4452         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
4453         math_force_eval macros.  Use "+m" constraint on asm rather than
4454         "=m" and "m".
4455         * math/s_nextafter.c (__nextafter): Likewise.
4456         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
4457         Likewise.
4458         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
4459         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
4460         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
4461         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
4462         math_opt_barrier and math_force_eval macros.
4463         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
4464         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
4465         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
4466         (__nexttoward): Use math_opt_barrier and
4467         math_force_eval macros.  Use "+m" constraint on asm rather than
4468         "=m" and "m".  Only use asm to force double result if
4469         FLT_EVAL_METHOD is 2.
4470         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
4471         (__nexttowardf): Use math_opt_barrier and
4472         math_force_eval macros.  Use "+m" constraint on asm rather than
4473         "=m" and "m".  Only use asm to force double result if
4474         FLT_EVAL_METHOD is not 0.
4475         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
4476         (__nexttowardf): Use math_opt_barrier and
4477         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
4478         x to float using asm.
4479         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
4480         (__nldbl_nexttowardf): Use math_opt_barrier and
4481         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
4482         x to float using asm.
4483         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
4484         (__nexttowardf): Use math_opt_barrier and math_force_eval
4485         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
4486         * math/bug-nextafter.c (zero, inf): New variables.
4487         (main): Add new tests.
4488         * math/bug-nexttoward.c (zero, inf): New variables.
4489         (main): Add new tests.
4490
4491 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
4492
4493         [BZ #3427]
4494         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
4495         exceptions both in SW and MXCSR.
4496         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
4497         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
4498         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4499         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
4500         in MXCSR if SSE is available.
4501         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
4502         and ldsodefs.h.
4503         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
4504         Fix comment typo.
4505         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
4506         Return 0 rather than 1.
4507         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
4508         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
4509         * math/test-fenv.c (feholdexcept_tests): New function.
4510         (main): Call it.
4511
4512 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
4513
4514         [BZ #3427]
4515         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
4516         in SW.
4517
4518 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
4519
4520         [BZ #4344]
4521         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
4522         Reported by David Anderson <davea42@earthlink.net>.
4523
4524 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
4525
4526         * posix/sys/wait.h: Remove unnecessary forward declaration.
4527
4528 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
4529
4530         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
4531         with obj->do_servers after first_shoot.
4532
4533 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
4534
4535         * posix/Makefile (routines): Add sched_cpucount.
4536         (tests): Add tst-cpucount.
4537         * posix/sched_cpucount.c: New file.
4538         * posix/tst-cpucount.c: New file.
4539         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
4540         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
4541         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4542         * posix/sched.h: Define CPU_COUNT.
4543
4544 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
4545
4546         * posix/fnmatch.c (STRUCT): Define.
4547         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
4548         * posix/fnmatch_loop.c (struct STRUCT): New type.
4549         (FCT): Add ends argument.  If ends != NULL and normal * is
4550         seen in the pattern, store current pattern and string pointers
4551         and return.  Adjust recursive calls.
4552         (EXT): Adjust FCT callers.
4553         (STRUCT): Undef at the end of the file.
4554         * posix/Makefile (tests): Add tst-fnmatch2.
4555         * posix/tst-fnmatch2.c: New test.
4556
4557 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
4558
4559         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
4560         and 1 on failure.
4561
4562         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
4563         Change last argument to unsigned int.
4564
4565 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
4566
4567         * scripts/check-local-headers.sh: Filter out sys/capability.h.
4568
4569 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
4570
4571         * config.h.in (HAVE_LIBCAP): Add.
4572         * nscd/selinux.h: Include sys/capability.h rather than non-existent
4573         sys/capabilities.h.
4574         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
4575         free_caps.  Cast away const from 4th cap_set_flag argument.
4576
4577 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
4578
4579         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
4580         GLIBC_2.6.
4581         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4582         Add sync_file_range.
4583         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
4584
4585 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
4586
4587         * sysdeps/powerpc/bits/atomic.h
4588         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
4589         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
4590         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4591         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
4592         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4593         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
4594         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
4595         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
4596         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4597         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
4598         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
4599         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
4600         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4601         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
4602         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4603         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
4604         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4605         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
4606         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4607         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
4608
4609 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
4610
4611         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4612         (__cache_line_size): Define the variable here.  Add
4613         attribute_hidden, remove weak_extern.
4614         (__libc_start_main): Set __cache_line_size
4615         unconditionally.
4616         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
4617         (__cache_line_size): Define the variable here.  Add
4618         attribute_hidden, remove weak_extern.
4619         (DL_PLATFORM_AUXV): Set __cache_line_size
4620         unconditionally.
4621         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
4622         weak_extern, add attribute_hidden.
4623         (__elf_machine_runtime_setup): Assume __cache_line_size is always
4624         defined in ld.so.
4625         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
4626         definition.
4627         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
4628
4629 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
4630
4631         [BZ #4276]
4632         * timezone/africa: Update from tzdata2007d.
4633         * timezone/asia: Likewise.
4634         * timezone/australasia: Likewise.
4635         * timezone/backward: Likewise.
4636         * timezone/europe: Likewise.
4637         * timezone/iso3166.tab: Likewise.
4638         * timezone/leapseconds: Likewise.
4639         * timezone/northamerica: Likewise.
4640         * timezone/southamerica: Likewise.
4641         * timezone/zone.tab: Likewise.
4642
4643         * timezone/private.h: Update from tzcode2007d.
4644         * timezone/zdump.c: Likewise.
4645         * timezone/zic.c: Likewise.
4646
4647 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
4648
4649         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
4650         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
4651         variables.
4652         (nis_server_cache_search, nis_server_cache_add): New functions.
4653         (__nisfind_server): Use them.  Add dbp and flags argument, if
4654         call __nisbind_create.
4655         (__nisbind_create): Add server_used and current_ep arguments,
4656         only call __nis_findfastest if server_used is ~0.
4657         (__do_niscall2, __prepare_niscall): Adjust callers.
4658         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
4659         ckey_cache_euid, ckey_cache_lock): New variables.
4660         (get_ckey): New function.
4661         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
4662         __pmap_getnisport.  Save __pmap_getnisport result in
4663         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
4664         key.
4665         * nis/nis_lookup.c (nis_lookup): Likewise.
4666         * nis/nis_table.c (nis_list): Likewise.
4667         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
4668         prototypes.
4669
4670         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
4671         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
4672         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
4673         _nss_nisplus_getservbyport_r): Likewise.
4674         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
4675         _nss_nisplus_getnetbyaddr_r): Likewise.
4676         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
4677         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
4678         _nss_nisplus_getntohost_r): Likewise.
4679         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
4680         _nss_nisplus_getrpcbynumber_r): Likewise.
4681
4682 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
4683
4684         * configure.in (libc_cv_gnu89_inline): Only do compile test.
4685         * configure: Rebuilt.
4686
4687         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
4688         bit-fields.
4689         * soft-fp/extended.h (_FP_UNION_E): Likewise.
4690
4691 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
4692
4693         [BZ #2831]
4694         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
4695         bit-fields.
4696
4697 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
4698
4699         * nscd/gai.c: Include alloca.h.
4700         (__libc_use_alloca): Define.
4701
4702 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
4703
4704         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
4705         smaller scopes.
4706         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
4707         (DL_DST_REQUIRED): Adjust user.
4708
4709         * include/dlfcn.h (struct link_map): New forward decl.
4710
4711         * inet/getnameinfo.c: Include stddef.h.
4712         (getnameinfo): Use offsetof.
4713
4714         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
4715
4716         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
4717
4718         * string/strerror_l.c: Include stdlib.h.
4719
4720         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
4721         * config.make.in (gnu89-inline-CFLAGS): New variable.
4722         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
4723         -std=gnu99.
4724         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
4725         * argp/argp.h: Use it.
4726         * bits/mathinline.h: Likewise.
4727         * bits/sigset.h: Likewise.
4728         * bits/string.h: Likewise.
4729         * ctype/ctype.h: Likewise.
4730         * hurd/hurd.h: Likewise.
4731         * hurd/hurd/fd.h: Likewise.
4732         * hurd/hurd/port.h: Likewise.
4733         * hurd/hurd/signal.h: Likewise.
4734         * hurd/hurd/threadvar.h: Likewise.
4735         * hurd/hurd/userlink.h: Likewise.
4736         * io/sys/stat.h: Likewise.
4737         * libio/bits/stdio.h: Likewise.
4738         * libio/bits/stdio2.h: Likewise.
4739         * mach/lock-intern.h: Likewise.
4740         * mach/mach/mig_support.h: Likewise.
4741         * math/bits/cmathcalls.h: Likewise.
4742         * posix/bits/unistd.h: Likewise.
4743         * socket/bits/socket2.h: Likewise.
4744         * stdlib/bits/stdlib.h: Likewise.
4745         * stdlib/stdlib.h: Likewise.
4746         * string/argz.h: Likewise.
4747         * string/bits/string2.h: Likewise.
4748         * string/bits/string3.h: Likewise.
4749         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
4750         * sysdeps/generic/inttypes.h: Likewise.
4751         * sysdeps/generic/machine-lock.h: Likewise.
4752         * sysdeps/generic/machine-sp.h: Likewise.
4753         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4754         * sysdeps/i386/i486/bits/string.h: Likewise.
4755         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
4756         * sysdeps/mach/alpha/machine-lock.h: Likewise.
4757         * sysdeps/mach/alpha/machine-sp.h: Likewise.
4758         * sysdeps/mach/i386/machine-lock.h: Likewise.
4759         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
4760         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
4761         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
4762         * sysdeps/s390/bits/string.h: Likewise.
4763         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
4764         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
4765         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4766         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
4767         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4768         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
4769         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
4770         * wcsmbs/bits/wchar2.h: Likewise.
4771         * wcsmbs/wchar.h: Likewise.
4772         * stdlib/gmp.h: Likewise.  Include <features.h> to get
4773         __extern_inline definition.
4774
4775 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
4776
4777         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
4778         NULL.
4779
4780         [BZ #3919]
4781         * math/libm-test.inc (log_test): Test -Inf and NaN.
4782         (log10_test, log1p_test, log2_test): Test -Inf.
4783         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
4784         FE_INVALID when argument is qNaN.
4785         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
4786         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
4787         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4788         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
4789         andb $1, %ah with testb $1, %ah, don't test for parity, instead
4790         testb $4, %ah and jump if non-zero.
4791         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4792         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
4793
4794         [BZ #4101]
4795         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
4796         ancestors with the same depths.
4797         Patch by Niels Moeller <nisse@lysator.liu.se>.
4798         (filter_doc): Don't crash if argp is NULL.
4799         * argp/Makefile (tests): Add tst-argp2.
4800         * argp/tst-argp2.c: New test.
4801
4802         [BZ #4130]
4803         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
4804         open_not_cancel_2.
4805         (updwtmp_file): Likewise.
4806
4807         [BZ #4181]
4808         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
4809         (inet6_opt_append): Don't check extlen is big enough if extbuf
4810         is NULL.
4811         (inet6_opt_finish): Likewise.
4812         * inet/Makefile (tests): Add test-inet6_opt.
4813         * inet/test-inet6_opt.c: New test.
4814
4815         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
4816         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
4817         NLMSG_ERR.  Instead use a page sized buffer.
4818         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
4819         buffer.
4820
4821 2007-03-14  Richard Henderson  <rth@redhat.com>
4822
4823         * sysdeps/alpha/fpu/s_llround.c: New file.
4824         * sysdeps/alpha/fpu/s_llroundf.c: New file.
4825         * sysdeps/alpha/fpu/s_lround.c: New file.
4826         * sysdeps/alpha/fpu/s_lroundf.c: New file.
4827         * sysdeps/alpha/fpu/s_round.c: New file.
4828         * sysdeps/alpha/fpu/s_roundf.c: New file.
4829         * sysdeps/alpha/fpu/s_trunc.c: New file.
4830         * sysdeps/alpha/fpu/s_truncf.c: New file.
4831
4832         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
4833         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
4834         * sysdeps/alpha/fpu/s_floor.c: Likewise.
4835         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
4836         * sysdeps/alpha/fpu/s_rint.c: Likewise.
4837         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
4838
4839         * sysdeps/alpha/fpu/s_fmax.S: New file.
4840         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
4841         * sysdeps/alpha/fpu/s_fmin.S: New file.
4842         * sysdeps/alpha/fpu/s_fminf.S: New file.
4843         * sysdeps/alpha/fpu/s_isnan.c: New file.
4844         * sysdeps/alpha/fpu/s_isnanf.c: New file.
4845         * sysdeps/alpha/fpu/s_llrint.c: New file.
4846         * sysdeps/alpha/fpu/s_llrintf.c: New file.
4847         * sysdeps/alpha/fpu/s_lrint.c: New file.
4848         * sysdeps/alpha/fpu/s_lrintf.c: New file.
4849         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
4850         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
4851
4852         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
4853         (__fdimf, fdimf, __fdim, fdim): Remove.
4854         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
4855         (__isnanf, __isnan, __isnanl): New.
4856
4857 2007-03-13  Richard Henderson  <rth@redhat.com>
4858
4859         * sysdeps/ieee754/ldbl-128/Makefile: New file.
4860
4861 2007-03-13  Richard Henderson  <rth@redhat.com>
4862
4863         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
4864         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
4865         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
4866         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
4867         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
4868         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
4869
4870 2007-03-13  Richard Henderson  <rth@redhat.com>
4871
4872         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
4873         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
4874         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
4875         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
4876         Move to dl-auxv.h; initialize instead of extern weak.
4877         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
4878         weak symbol.
4879         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
4880         Extern instead of initialized.
4881
4882 2007-03-13  Richard Henderson  <rth@redhat.com>
4883
4884         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
4885         __sigsuspend_nocancel.
4886
4887 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
4888
4889         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
4890         172.16/12 address range.
4891
4892 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
4893
4894         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
4895         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
4896         message.
4897
4898 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
4899
4900         [BZ #4069]
4901         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
4902         earlier.
4903         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
4904
4905         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
4906         for x qNaN and y either +-inf or non-integer value.
4907         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
4908         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4909         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
4910
4911 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
4912
4913         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
4914         from sysdep_headers.
4915
4916 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
4917
4918         * time/tzfile.c (find_transition): Instead of a linear search try to
4919         guess the transition index, use a linear search if the result is at
4920         most 10 transitions away from the guess or binary search otherwise.
4921
4922 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
4923
4924         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
4925         memory reallocation.
4926
4927 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
4928
4929         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
4930         and fix some typos.
4931         Optimize use of TOLOWER.
4932
4933         [BZ #3325]
4934         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
4935         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
4936         * sysdeps/i386/fpu/e_fmod.S: Likewise.
4937
4938         [BZ #3458]
4939         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
4940         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
4941
4942         [BZ #4076]
4943         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
4944         (open_dir_stream): Likewise.
4945         * io/Makefile (tests): Add bug-ftw5.
4946         * io/bug-ftw5.c: New file.
4947
4948         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
4949         * nscd/servicescache.c (cache_addserv): Likewise.
4950
4951         * nscd/grpcache.c (cache_addgr): In case a record changed on
4952         refresh, adjust key_copy.
4953
4954         [BZ #4074]
4955         * nscd/pwdcache.c (cache_addpw): In case a record changed on
4956         refresh, adjust key_copy.
4957
4958         [BZ #4070]
4959         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
4960         special cases.
4961         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
4962
4963 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
4964
4965         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
4966         optimization.
4967
4968         * stdio-common/vfscanf.c: Small cleanups throughout.
4969
4970 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
4971
4972         [BZ #3325]
4973         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
4974         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
4975         * sysdeps/i386/fpu/e_fmod.S: Likewise.
4976         Patch by Jared Casper <jaredcasper@gmail.com>.
4977
4978         * sysdeps/unix/closedir.c: Outside libc don't use locking.
4979         * sysdeps/unix/opendir.c: Likewise.
4980         * sysdeps/unix/readdir.c: Likewise.
4981
4982         [BZ #2211]
4983         * stdio-common/vfscanf.c: Handle localized digits etc for floating
4984         point numbers.
4985         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
4986
4987         * stdio-common/vfscanf.c: Fix problems in width accounting.
4988         * stdio-common/tst-sscanf.c (double_tests): New tests.
4989         (main): Hook them up.
4990
4991         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
4992         More simplifications of floating-point reader.
4993
4994         * stdio-common/Makefile (tests): Add tst-swscanf.
4995         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
4996         testing.
4997         * stdio-common/tst-swscanf.c: New file.
4998
4999 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
5000
5001         [BZ #2633]
5002         * libio/stdio.h: Define struct _IO_FILE in global namespace.
5003         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
5004         Remove using for __jmp_buf_tag.
5005         * locale/locale.h (struct lconv): Also define in std namespace.
5006         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
5007
5008         [BZ #3842]
5009         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
5010         using __libc_enable_secure.
5011
5012         [BZ #3818]
5013         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
5014
5015         [BZ #3745]
5016         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
5017         of names for ellipsises.
5018
5019         [BZ #3348]
5020         * malloc/memusage.sh: Cleanups.
5021         * debug/xtrace.sh: Quoting and trap changes.
5022
5023 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
5024
5025         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
5026
5027         * locale/iso-3166.def: Update entry for Serbia.
5028         * locale/iso-4217.def: Define RSD, remove CSD.
5029
5030         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
5031         and 64-bit operations.
5032
5033         [BZ #4040]
5034         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
5035         16-bit operations.
5036
5037         * nscd/nscd.c (parse_opt): One more conversion to use send instead
5038         of writev.
5039
5040 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
5041
5042         [BZ #3991]
5043         * assert/assert.h (assert): Simplify.
5044         (assert_perror): Likewise.
5045         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
5046
5047         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
5048         reqdata.
5049
5050         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
5051         change: don't pass NULL in place of an integer.
5052
5053 2007-02-02  Bruno Haible  <bruno@clisp.org>
5054
5055         [BZ #3954]
5056         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
5057         Add mapping for U+327E.
5058         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
5059         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
5060         mapping of 0xD9 0xE8.
5061         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
5062         mapping of U+327E.
5063         Reported by Jungshik Shin <jungshik@google.com>.
5064
5065         [BZ #3955]
5066         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
5067         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
5068         Reported by Jungshik Shin <jungshik@google.com>.
5069
5070 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
5071
5072         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
5073         byte variants.
5074
5075         [BZ #4040]
5076         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
5077         byte variants.  Patch mostly be tom@tommay.net.
5078
5079 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
5080
5081         [BZ #3996]
5082         * posix/glob.c (attribute_hidden): Define if not defined.
5083         (glob): Unescape dirname, filename or username when needed and not
5084         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
5085         is NULL.  Handle unescaped [ in pattern without closing ].
5086         Don't pass GLOB_CHECK down to recursive glob for directories.
5087         (__glob_pattern_type): New function.
5088         (__glob_pattern_p): Implement using __glob_pattern_type.
5089         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
5090         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
5091         Remove unreachable code.
5092         * posix/globtest.sh: Add a couple of new tests.
5093
5094 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
5095
5096         * po/ru.po: Update from translation team.
5097
5098 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
5099
5100         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
5101         to the list of i486+ CPUs.
5102         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
5103
5104 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
5105
5106         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
5107         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
5108         references.
5109
5110 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
5111
5112         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
5113
5114         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
5115         * resolv/res_mkquery.c: Define __res_nopt.
5116         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
5117         try adding EDNS0 record.
5118         * resolv/res_send.c (send_dg): If request failed with FORMERR and
5119         EDNS0 record was send make sure we don't try it again.
5120         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
5121         * include/resolv.h: Declare __res_nopt.
5122
5123 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
5124
5125         [BZ #3944]
5126         * time/strptime_l.c (__strptime_internal): Set have_mon for
5127         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
5128         have been computed from tm_yday and tm_year.  Don't crash
5129         in day_of_the_week or day_of_the_year if not have_mon
5130         and tm_mon contains bogus value.
5131         * time/Makefile (tests): Add tst-strptime3.
5132         * time/tst-strptime3.c: New test.
5133
5134 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5135
5136         [BZ #3957]
5137         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5138         bit for RE_HAT_LISTS_NOT_NEWLINE.
5139         (build_charclass_op): Remove bogus comment.
5140         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
5141         * posix/bug-regex27.c: New test.
5142         * posix/bug-regex28.c: New test.
5143
5144 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
5145
5146         * po/sv.po: Update from translation team.
5147
5148 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
5149
5150         * nscd/nscd_helper.c (open_socket): Minor size optimization.
5151
5152 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
5153
5154         * include/locale.h (__uselocale): Add libc_hidden_proto.
5155         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
5156
5157         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
5158         gettimeofday.
5159
5160 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
5161
5162         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
5163         returning.
5164         (PTR_DEMANGLE): Real definition now that it's not the same as
5165         PRT_MANGLE anymore.
5166         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5167
5168         * string/strerror_l.c: New file.
5169         * string/Makefile (routines): Add strerror_l.
5170         * string/string.h: Declare strerror_l.
5171         * string/Versions: Export strerror_l for GLIBC_2.6.
5172
5173 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
5174
5175         * nscd/nscd_helper.c (open_socket): Now takes request type and key
5176         as parameter.  Construct request record.  Try sending request
5177         before the first poll use, it usually succeeds.  Adjust all
5178         callers.
5179         * nscd/nscd-client.h: Define MAXKEYLEN.
5180         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
5181
5182 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
5183
5184         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
5185         from return value.
5186         * nscd/nscd_helper.c: Include string.h.
5187         (__nscd_cache_search): Remove const qualifier from return value.
5188         On strict alignment architectures check hash entry and data head
5189         alignment.
5190         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
5191         mmapped data during GC cycle contains garbage.  If
5192         __nscd_drop_map_ref fails, decrement mapped->counter when returning
5193         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
5194         dropped to 0.
5195         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
5196         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
5197         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
5198         * nscd/nscd_getai.c (__nscd_getai): Likewise.
5199         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
5200
5201 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
5202
5203         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
5204
5205 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
5206
5207         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
5208         names not numbers in cfi_*.
5209
5210 2007-01-26  Andreas Jaeger  <aj@suse.de>
5211
5212         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
5213         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
5214         Correct values of PER_HPUX and PER_OSF4.
5215
5216 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
5217
5218         * elf/dl-minimal.c: Undefine _itoa first.
5219         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
5220         * malloc/mtrace.c: Revert last change.
5221         * posix/wordexp.c: Likewise.
5222
5223 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
5224
5225         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
5226         and __geode__ to the list of i486+ CPUs.
5227         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
5228
5229 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
5230
5231         * stdio-common/_itoa.c: Include <limits.h>.
5232         * stdio-common/_itowa.c: Likewise.
5233
5234 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
5235
5236         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
5237         platforms.
5238         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
5239         64-bit platforms.
5240         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
5241         possible.
5242         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
5243         if possible.
5244
5245         [BZ #3902]
5246         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
5247         * stdio-common/Makefile (tests): Add bug17.
5248         * stdio-common/bug17.c: New file.
5249
5250 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
5251
5252         * iconvdata/brf.c: New file.
5253         * iconvdata/testdata/BRF: New file.
5254         * iconvdata/testdata/BRF..UTF8: New file.
5255         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5256         * iconvdata/Makefile: Add rules to build BRF.
5257         * iconvdata/TESTS: Add BRF entry.
5258         * iconvdata/gconv-modules: Likewise.
5259         * iconvdata/tst-tables.sh: Likewise.
5260
5261 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
5262
5263         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
5264         type `long long int', not `long int'.
5265         (wcstoq): Likewise.
5266
5267 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
5268
5269         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
5270         of values on 64-bit platforms which are too large.
5271
5272 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
5273             Joe Kerian  <jkerian@us.us.ibm.com>
5274
5275         [BZ #2749]
5276         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
5277         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
5278         (__copysignl): Use signbit() for comparison.
5279         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
5280         SET_LDOUBLE_WORDS64.
5281
5282         [BZ #2423, #2749]
5283         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
5284         (__ceill): Remove calls to fegetround(), fesetround().
5285         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
5286         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
5287         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
5288
5289 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
5290
5291         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
5292
5293         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
5294
5295 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
5296
5297         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
5298         demangle pointer.
5299         * csu/libc-start.c: Likewise.
5300
5301 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
5302
5303         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
5304         really work anyway.
5305
5306 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
5307
5308         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
5309         users.
5310         (handle_request): Remove unnecessary tests.
5311
5312         * nscd/cache.c (cache_add): Record the failure to add to the cache.
5313
5314 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
5315
5316         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
5317         workbits in semi-raw fraction.
5318
5319         * math/test-misc.c: Add new tests.
5320
5321 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
5322
5323         * math/basic-test.c: Include test-skeleton.c.
5324         (TEST_TRUNC): Define.
5325         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
5326         (main): Rename to ...
5327         (do_test): ...this.  Run new tests.
5328         (TEST_FUNCTION): Define.
5329
5330 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
5331             Joe Kerian  <jkerian@us.us.ibm.com>
5332
5333         [BZ #2749]
5334         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
5335         handling for high words.
5336         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
5337         and overflow for infinity.
5338
5339 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
5340
5341         * nscd/connections.c (handle_request): Add a __builtin_expect.
5342
5343         * nscd/connections.c (serv2db): Change type into structure which
5344         also says whether this is a request for data.  Renamed to
5345         servinfo.  All users changed.
5346         (handle_request): Much simpler test whether we should search the cache.
5347
5348         * nscd/connections.c (handle_request): Fix thinko in selinux test
5349         invocation.
5350
5351         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
5352         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
5353         it before getting dl_load_lock and then relock.
5354         (_dl_lookup_symbol_x): Pass flags to add_dependency.
5355         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
5356         case we unlocked the scope.
5357         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
5358         _dl_lookup_symbol_x in case we locked the scope.
5359         (_dl_profile_fixup): Likewise.
5360         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
5361         set DL_LOOKUP_SCOPE_LOCK.
5362
5363 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
5364
5365         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
5366         CFLAGS-getsrvbynpt_r.c.
5367         * nscd/getsrvbynm_r.c: New file.
5368         * nscd/getsrvbypt_r.c: New file.
5369         * nscd/nscd_getserv_r.c: New file.
5370         * nscd/servicescache.c: New file.
5371         * nscd/Makefile (routines): Add nscd_getserv_r.
5372         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
5373         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
5374         CFLAGS-getsrvbypt_r.c.
5375         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
5376         table.  Add entries for services database.
5377         * nscd/connections.c (serv2str): Mark as const.  Add entries for
5378         services database.
5379         (dbs): Add .reset_res and servdb initialization.
5380         (serv2db): Add entries for services database.
5381         (verify_persistent_db): Accept dbnr == servdb.
5382         (invalidate_cache): Rewrite database name recognition to use a table.
5383         Call res_init() if .reset_res is set for database.
5384         (handle_request): Add code to handle services database.
5385         * nscd/gai.c: Don't define __getservbyname_r.
5386         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
5387         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
5388         (serv_response_header): Define.
5389         (struct datahead): Add serv_response_header member.
5390         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
5391         using table.
5392         * nscd/nscd.conf: Add entries for services database.
5393         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
5394         Declare serv_iov_disabled.
5395         Declare addservbyname, readdservbyname, addservbyport, and
5396         readdservbyport.
5397         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
5398         (find_db): Fix error message.
5399         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
5400         __nscd_getservbyname_r, and __nscd_getservbyport_r.
5401         * nscd/selinux.c (perms): Add entries for services database.
5402         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
5403         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
5404
5405         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
5406         * nscd/hstcache.c: Likewise.
5407         * nscd/pwdcache.c: Likewise.
5408
5409         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
5410         computation of keylen.
5411
5412         * include/string.h: Only redefine strndupa if this is really for
5413         libc code.
5414
5415 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
5416
5417         * nscd/nscd_gethst_r.c: Minor cleanups.
5418
5419         * nscd/connections.c (handle_request): Check selinux permissions
5420         for all non-admin commands.
5421
5422         * sysdeps/i386/i486/bits/atomic.h: Define
5423         atomic_compare_and_exchange_val_acq,
5424         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
5425         using __sync_* built-ins for gcc >= 4.1.
5426         * sysdeps/x86_64/bits/atomic.h: Likewise.
5427
5428         [BZ #3840]
5429         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
5430         and .oS.d files.
5431
5432 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
5433
5434         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
5435         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
5436         (do_test): Check errno and exit(0) if ENOSYS.
5437
5438 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
5439
5440         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
5441         thousands separators.
5442         * stdlib/Makefile: Add rules to build and run tst-strtod4.
5443         * stdlib/tst-strtod4.c: New test.
5444
5445         [BZ #3855]
5446         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
5447         hexadecimal digit should accept just the initial 0.
5448         * stdlib/tst-strtod2.c (tests): New variable.
5449         (do_test): Run several tests rather than just one.
5450
5451 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
5452
5453         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
5454         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
5455
5456 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
5457
5458         * io/fts.c: Make sure fts_cur is always valid after return from
5459         fts_read.
5460         Patch by Miloslav Trmac <mitr@redhat.com>.
5461
5462 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
5463
5464         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
5465         (R_MIPS_NUM): Bump by 1.
5466
5467 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
5468
5469         * posix/execvp.c: Include alloca.h.
5470         (allocate_scripts_argv): Renamed to...
5471         (scripts_argv): ... this.  Don't allocate buffer here nor count
5472         arguments.
5473         (execvp): Use alloca if possible.
5474         * posix/Makefile: Add rules to build and run tst-vfork3 test.
5475         * posix/tst-vfork3.c: New test.
5476
5477 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
5478
5479         * string/Makefile (tst-strxfrm2-ENV): Define.
5480         * stdlib/Makefile (tst-strtod3-ENV): Define.
5481
5482 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
5483
5484         * posix/getconf.c: Update copyright year.
5485         * nss/getent.c: Likewise.
5486         * iconv/iconvconfig.c: Likewise.
5487         * iconv/iconv_prog.c: Likewise.
5488         * elf/ldconfig.c: Likewise.
5489         * catgets/gencat.c: Likewise.
5490         * csu/version.c: Likewise.
5491         * elf/ldd.bash.in: Likewise.
5492         * elf/sprof.c (print_version): Likewise.
5493         * locale/programs/locale.c: Likewise.
5494         * locale/programs/localedef.c: Likewise.
5495         * nscd/nscd.c (print_version): Likewise.
5496         * debug/xtrace.sh: Likewise.
5497         * malloc/memusage.sh: Likewise.
5498         * malloc/mtrace.pl: Likewise.
5499         * debug/catchsegv.sh: Likewise.
5500
5501 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
5502
5503         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
5504         attempts.
5505
5506 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
5507
5508         * posix/wordexp.c: Remove some unnecessary tests.
5509
5510 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
5511
5512         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
5513         blacklist the group till after we look it up.
5514
5515 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
5516
5517         * include/atomic.h (atomic_forced_read): New macro.
5518
5519 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
5520
5521         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
5522
5523 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
5524
5525         * nss/getXXbyYY_r.c: Include atomic.h.
5526         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
5527         add atomic_write_barrier () in between.
5528
5529         * stdlib/Makefile (tests): Add tst-makecontext.
5530         * stdlib/tst-makecontext.c: New test.
5531
5532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
5533         (__makecontext): Don't realign uc_mcontext.uc_regs.
5534
5535 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
5536
5537         * elf/dl-support.c: Include dl-procinfo.h.
5538         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
5539         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
5540         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
5541         Define.
5542         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
5543         hardcoded constants.
5544         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
5545         PPC_PLATFORM_* macros for array designators.
5546
5547 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
5548
5549         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
5550         names to the beginning.
5551         (_dl_powerpc_platforms): Add "power6x".
5552         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
5553         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
5554         (_DL_PLATFORMS_COUNT): Increase.
5555         (_dl_string_platform): Handle power6x case.
5556         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
5557         PPC_FEATURE_POWER6_EXT): Define.
5558         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
5559
5560 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
5561
5562         [BZ #3747]
5563         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
5564         [-2^31 .. 2^31) range.
5565         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
5566         targets.
5567         * stdlib/tst-rand48-2.c: New test.
5568         * stdlib/Makefile (tests): Add tst-rand48-2.
5569
5570 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
5571
5572         * misc/tst-pselect.c (do_test): Fix sigblock argument.
5573
5574 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
5575
5576         * misc/tst-pselect.c (do_test): Make sure the helper process is
5577         terminating when the test is aborted.
5578
5579 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
5580
5581         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
5582         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5583         Handle relatime mount option.
5584
5585         [BZ #2337]
5586         * libio/Makefile (tests): Add tst-setvbuf1.
5587         * libio/tst-setvbuf1.c: New file.
5588
5589 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
5590
5591         [BZ #2337]
5592         * libio/genops.c (__uflow): Fix a typo.
5593         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
5594         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
5595         the narrow buffer size.
5596
5597 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
5598
5599         [BZ #2337]
5600         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
5601         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
5602         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
5603         in _flags.
5604         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
5605         _IO_wstr_finish): Likewise.
5606         * libio/wmemstream.c (open_wmemstream): Likewise.
5607         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
5608         even for wide streams.
5609
5610 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
5611
5612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
5613         kernel-features.h.
5614
5615 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
5616
5617         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
5618         separators also if no non-zero digits found.
5619         * stdlib/Makefile (tests): Add tst-strtod3.
5620
5621 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
5622
5623         [BZ #3632]
5624         * include/features.h: Fix comment about default value for
5625         _POSIX_C_SOURCE.
5626
5627         [BZ #3664]
5628         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
5629         empty parsed strings.
5630         * stdlib/Makefile (tests): Add tst-strtod2.
5631         * stdlib/tst-strtod2.c: New file.
5632
5633         [BZ #3673]
5634         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
5635         computation.
5636         * stdlib/Makefile (tests): Add tst-atof2.
5637         * stdlib/tst-atof2.c: New file.
5638
5639         [BZ #3674]
5640         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
5641         correctly if removing trailing zero of hex-float.
5642         * stdlib/Makefile (tests): Add tst-atof1.
5643         * stdlib/tst-atof1.c: New file.
5644
5645 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
5646
5647         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
5648         Start searching for next comma at p rather than rest.
5649         * misc/Makefile (tests): Add tst-mntent2.
5650         * misc/tst-mntent2.c: New test.
5651
5652         * misc/getusershell.c (initshells): Check for integer overflows.
5653         Make strings buffer one bigger as fgets always succeeds when second
5654         argument is 1.  Don't use calloc for shells array.  Disallow
5655         / as shell.
5656
5657 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
5658
5659         * malloc/memusage.c: Handle realloc with new size of zero and
5660         non-NULL pointer correctly.
5661         (me): Really write first record twice.
5662         (struct entry): Make format bi-arch safe.
5663         (dest): Write out more realloc statistics.
5664         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
5665
5666 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
5667
5668         * nis/nis_subr.c (nis_getnames): Revert last change.
5669
5670 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
5671
5672         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
5673         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
5674         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
5675         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
5676         ENOTTY.
5677         * io/Makefile: Add rules to build and run tst-ttyname_r test.
5678         * io/tst-ttyname_r.c: New test.
5679
5680 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5681
5682         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
5683
5684 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
5685
5686         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
5687         jump table entries.
5688
5689 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5690
5691         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
5692         `clone' function to ensure proper unwinding stop of gdb.
5693         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
5694
5695 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
5696
5697         * nscd/nscd.init: Remove obsolete and commented-out -S option
5698         handling.
5699
5700 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
5701
5702         [BZ #3514]
5703         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
5704
5705         [BZ #3515]
5706         * manual/string.texi (strtok): Remove duplicate paragraph.
5707
5708 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5709
5710         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
5711         libgcc not supporting `rflags' unwinding (register # >= 17).
5712
5713 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
5714
5715         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
5716         succeeded.
5717
5718 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
5719             Jakub Jelinek  <jakub@redhat.com>
5720             Jan Kratochvil  <jan.kratochvil@redhat.com>
5721
5722         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
5723         unwind information.
5724         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
5725         'restore_rt' even in the 'signal' directory.
5726         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
5727
5728 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
5729
5730         [BZ #3559]
5731         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
5732         malloc crashed.  Don't allocate memory unnecessarily in each
5733         loop.
5734
5735 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
5736
5737         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
5738
5739 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
5740
5741         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
5742
5743 2006-11-18  Bruno Haible  <bruno@clisp.org>
5744
5745         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
5746         __sysconf only after having tried to call getgroups32.
5747
5748 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
5749
5750         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
5751         addresses for IPv4 queries if they can be mapped.
5752
5753 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
5754
5755         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
5756         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
5757         (signmask): Add .size directive.
5758         (othermask): Add .type directive.
5759
5760 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
5761
5762         * po/nl.po: Update from translation team.
5763
5764         * timezone/zdump.c: Redo fix for BZ #3137.
5765
5766 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
5767
5768         * nss/nss_files/files-alias.c (get_next_alias): Set line back
5769         to first_unused after parsing :include: file.
5770
5771 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
5772
5773         * timezone/africa: Update from tzdata2006o.
5774         * timezone/antarctica: Likewise.
5775         * timezone/asia: Likewise.
5776         * timezone/australasia: Likewise.
5777         * timezone/backward: Likewise.
5778         * timezone/europe: Likewise.
5779         * timezone/iso3166.tab: Likewise.
5780         * timezone/northamerica: Likewise.
5781         * timezone/southamerica: Likewise.
5782         * timezone/zone.tab: Likewise.
5783
5784         * time/tzfile.c (__tzfile_read): Extend to handle new file format
5785         on machines with 64-bit time_t.
5786
5787         * timezone/checktab.awk: Update from tzcode2006o.
5788         * timezone/ialloc.c: Likewise.
5789         * timezone/private.h: Likewise.
5790         * timezone/scheck.c: Likewise.
5791         * timezone/tzfile.h: Likewise.
5792         * timezone/tzselect.ksh: Likewise.
5793         * timezone/zdump.c: Likewise.
5794         * timezone/zic.c: Likewise.
5795
5796         [BZ #3483]
5797         * elf/ldconfig.c (main): Call setlocale and textdomain.
5798         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
5799
5800         [BZ #3480]
5801         * manual/argp.texi: Fix typos.
5802         * manual/charset.texi: Likewise.
5803         * manual/errno.texi: Likewise.
5804         * manual/filesys.texi: Likewise.
5805         * manual/lang.texi: Likewise.
5806         * manual/maint.texi: Likewise.
5807         * manual/memory.texi: Likewise.
5808         * manual/message.texi: Likewise.
5809         * manual/resource.texi: Likewise.
5810         * manual/search.texi: Likewise.
5811         * manual/signal.texi: Likewise.
5812         * manual/startup.texi: Likewise.
5813         * manual/stdio.texi: Likewise.
5814         * manual/sysinfo.texi: Likewise.
5815         * manual/syslog.texi: Likewise.
5816         * manual/time.texi: Likewise.
5817         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5818
5819         [BZ #3465]
5820         * sunrpc/clnt_raw.c: Minimal message improvements.
5821         * sunrpc/pm_getmaps.c: Likewise.
5822         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
5823         * nis/nis_print_group_entry.c: Likewise.
5824         * locale/programs/repertoire.c: Likewise.
5825         * locale/programs/charmap.c: Likewise.
5826         * malloc/memusage.sh: Likewise.
5827         * elf/dl-deps.c: Likewise.
5828         * locale/programs/ld-collate.c: Likewise.
5829         * libio/vswprintf.c: Likewise.
5830         * malloc/memusagestat.c: Likewise.
5831         * sunrpc/auth_unix.c: Likewise.
5832         * sunrpc/rpc_main.c: Likewise.
5833         * nscd/cache.c: Likewise.
5834         * locale/programs/repertoire.c: Unify output messages.
5835         * locale/programs/charmap.c: Likewise.
5836         * locale/programs/ld-ctype.c: Likewise.
5837         * locale/programs/ld-monetary.c: Likewise.
5838         * locale/programs/ld-numeric.c: Likewise.
5839         * locale/programs/ld-time.c: Likewise.
5840         * elf/ldconfig.c: Likewise.
5841         * nscd/selinux.c: Likewise.
5842         * elf/cache.c: Likewise.
5843         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
5844
5845         [BZ #3451]
5846         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
5847         change atomic.
5848         (ceil): Likewise.
5849
5850 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
5851
5852         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
5853         if N is one bigger than return value.
5854         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
5855         and l1 last arguments, if buf is defined, verify the return value
5856         equals to strlen (buf) and verify no byte beyond passed length
5857         is modified.
5858
5859 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
5860
5861         * po/sv.po: Update from translation team.
5862
5863 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
5864
5865         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
5866         noinline attribute.
5867
5868 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
5869
5870         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
5871         noinline attribute.
5872
5873         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
5874         Use __new_sys_siglist instead of _sys_siglist_internal as
5875         second macro argument.
5876         (_old_sys_siglist): Use declare_symbol_alias macro instead of
5877         strong_alias.
5878
5879 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
5880
5881         [BZ #3493]
5882         * posix/unistd.h (sysconf): Remove const attribute.
5883
5884         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
5885         temporary or deprecated addresses.
5886         Patch by Sridhar Samudrala <sri@us.ibm.com>.
5887
5888         * string/Makefile (tests): Add tst-strxfrm2.
5889         * string/tst-strxfrm2.c: New file.
5890
5891 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
5892
5893         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
5894         rather than r->r_brk.
5895
5896 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
5897
5898         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
5899         optimization even if needed > n.
5900
5901         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
5902         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
5903         return false, otherwise return true.
5904         (cache_rpath): Return decompose_rpath return value.
5905
5906 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
5907
5908         * include/libc-symbols.h (declare_symbol): Rename to...
5909         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
5910         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
5911         .size directive.
5912         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
5913         changes.
5914         * sysdeps/gnu/siglist.c: Likewise.
5915
5916 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
5917
5918         * sysdeps/powerpc/fpu/bits/mathinline.h
5919         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
5920         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
5921
5922 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
5923
5924         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
5925         Update handling of cache descriptor 0x49 for new models.
5926         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
5927         Likewise.
5928
5929 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
5930
5931         * malloc/memusage.c (dest): Reset not_me back to false after
5932         printing statistics.
5933
5934 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
5935
5936         * configure.in: Work around ld --help change and avoid -z relro
5937         test completely if the architecture doesn't care about security.
5938
5939 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
5940
5941         * po/sv.po: Update from translation team.
5942
5943 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
5944
5945         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
5946         generate compatibility version.
5947
5948 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
5949
5950         * configure.in: Relax -z relro requirement a bit.
5951
5952         * po/sv.po: Update from translation team.
5953
5954 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
5955
5956         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
5957         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
5958         * elf/dl-close.c (_dl_close_worker): Likewise.
5959         * elf/dl-open.c (_dl_open_worker): Likewise.
5960         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
5961
5962 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
5963
5964         * configure.in: Require assembler support for visibility, compiler
5965         support for visibility and aliases, linker support for various -z
5966         options.
5967         * Makeconfig: Remove conditional code which now is unnecessary.
5968         * config.h.in: Likewise.
5969         * config.make.in: Likewise.
5970         * dlfcn/Makefile: Likewise.
5971         * elf/Makefile: Likewise.
5972         * elf/dl-load.c: Likewise.
5973         * elf/rtld.c: Likewise.
5974         * include/libc-symbols.h: Likewise.
5975         * include/stdio.h: Likewise.
5976         * io/Makefile: Likewise.
5977         * io/fstat.c: Likewise.
5978         * io/fstat64.c: Likewise.
5979         * io/fstatat.c: Likewise.
5980         * io/fstatat64.c: Likewise.
5981         * io/lstat.c: Likewise.
5982         * io/lstat64.c: Likewise.
5983         * io/mknod.c: Likewise.
5984         * io/mknodat.c: Likewise.
5985         * io/stat.c: Likewise.
5986         * io/stat64.c: Likewise.
5987         * libio/stdio.c: Likewise.
5988         * nscd/Makefile: Likewise.
5989         * stdlib/Makefile: Likewise.
5990         * stdlib/atexit.c: Likewise.
5991         * sysdeps/generic/ldsodefs.h: Likewise.
5992         * sysdeps/i386/dl-machine.h: Likewise.
5993         * sysdeps/i386/sysdep.h: Likewise.
5994         * sysdeps/i386/i686/memcmp.S: Likewise.
5995         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
5996         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5997         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5998
5999         * Makerules: USE_TLS support is now default.
6000         * tls.make.c: Likewise.
6001         * csu/Versions: Likewise.
6002         * csu/libc-start.c: Likewise.
6003         * csu/libc-tls.c: Likewise.
6004         * csu/version.c: Likewise.
6005         * dlfcn/dlinfo.c: Likewise.
6006         * elf/dl-addr.c: Likewise.
6007         * elf/dl-cache.c: Likewise.
6008         * elf/dl-close.c: Likewise.
6009         * elf/dl-iteratephdr.c: Likewise.
6010         * elf/dl-load.c: Likewise.
6011         * elf/dl-lookup.c: Likewise.
6012         * elf/dl-object.c: Likewise.
6013         * elf/dl-open.c: Likewise.
6014         * elf/dl-reloc.c: Likewise.
6015         * elf/dl-support.c: Likewise.
6016         * elf/dl-sym.c: Likewise.
6017         * elf/dl-sysdep.c: Likewise.
6018         * elf/dl-tls.c: Likewise.
6019         * elf/ldconfig.c: Likewise.
6020         * elf/rtld.c: Likewise.
6021         * elf/tst-tls-dlinfo.c: Likewise.
6022         * elf/tst-tls1.c: Likewise.
6023         * elf/tst-tls10.h: Likewise.
6024         * elf/tst-tls14.c: Likewise.
6025         * elf/tst-tls2.c: Likewise.
6026         * elf/tst-tls3.c: Likewise.
6027         * elf/tst-tls4.c: Likewise.
6028         * elf/tst-tls5.c: Likewise.
6029         * elf/tst-tls6.c: Likewise.
6030         * elf/tst-tls7.c: Likewise.
6031         * elf/tst-tls8.c: Likewise.
6032         * elf/tst-tls9.c: Likewise.
6033         * elf/tst-tlsmod1.c: Likewise.
6034         * elf/tst-tlsmod13.c: Likewise.
6035         * elf/tst-tlsmod13a.c: Likewise.
6036         * elf/tst-tlsmod14a.c: Likewise.
6037         * elf/tst-tlsmod2.c: Likewise.
6038         * elf/tst-tlsmod3.c: Likewise.
6039         * elf/tst-tlsmod4.c: Likewise.
6040         * elf/tst-tlsmod5.c: Likewise.
6041         * elf/tst-tlsmod6.c: Likewise.
6042         * include/errno.h: Likewise.
6043         * include/link.h: Likewise.
6044         * include/tls.h: Likewise.
6045         * locale/global-locale.c: Likewise.
6046         * locale/localeinfo.h: Likewise.
6047         * malloc/arena.c: Likewise.
6048         * malloc/hooks.c: Likewise.
6049         * malloc/malloc.c: Likewise.
6050         * resolv/Versions: Likewise.
6051         * sysdeps/alpha/dl-machine.h: Likewise.
6052         * sysdeps/alpha/libc-tls.c: Likewise.
6053         * sysdeps/generic/ldsodefs.h: Likewise.
6054         * sysdeps/generic/tls.h: Likewise.
6055         * sysdeps/i386/dl-machine.h: Likewise.
6056         * sysdeps/ia64/dl-machine.h: Likewise.
6057         * sysdeps/ia64/libc-tls.c: Likewise.
6058         * sysdeps/mach/hurd/fork.c: Likewise.
6059         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6060         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
6061         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6062         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6063         * sysdeps/s390/libc-tls.c: Likewise.
6064         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6065         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6066         * sysdeps/sh/dl-machine.h: Likewise.
6067         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6068         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6069         * sysdeps/x86_64/dl-machine.h: Likewise.
6070
6071         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
6072         split out locking and parameter checking.
6073         (_dl_close): Call _dl_close_worker after locking and checking.
6074         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
6075         _dl_close.
6076         * elf/Makefile: Add rules to build and run tst-thrlock.
6077         * elf/tst-thrlock.c:  New file.
6078
6079         [BZ #3426]
6080         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
6081         reality.
6082
6083         [BZ #3429]
6084         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
6085         we are sure we do not need it anymore for _dl_close.  Also move
6086         the asserts inside the lock region.
6087         Patch mostly by Suzuki <suzuki@in.ibm.com>.
6088
6089 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
6090
6091         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
6092         argument.
6093         (_dl_lookup_symbol_x): Adjust caller.
6094
6095         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
6096         _ns_global_scope.
6097         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
6098
6099         * elf/dl-libc.c: Revert l_scope name changes.
6100         * elf/dl-load.c: Likewise.
6101         * elf/dl-object.c: Likewise.
6102         * elf/rtld.c: Likewise.
6103         * elf/dl-close.c (_dl_close): Likewise.
6104         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
6105         always use __rtld_mrlock_{change,done}.  Always free old scope list
6106         here if not l_scope_mem.
6107         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
6108         change.  Never free scope list here.  Just __rtld_mrlock_lock before
6109         the lookup and __rtld_mrlock_unlock it after the lookup.
6110         * elf/dl-sym.c: Likewise.
6111         * include/link.h (struct r_scoperec): Remove.
6112         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
6113         with l_scope_mem and l_scoperec_lock with l_scope_lock.
6114
6115 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
6116
6117         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
6118
6119 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
6120
6121         * configure.in: Disable building profile libraries by default.
6122
6123 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6124
6125         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
6126         as signed longs, check for x_base + pos overflow.
6127         * sunrpc/Makefile (tests): Add tst-xdrmem2.
6128         * sunrpc/tst-xdrmem2.c: New test.
6129
6130 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
6131
6132         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
6133         _dl_lookup_symbol_x code.
6134
6135 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6136
6137         * elf/dl-runtime.c: Include sysdep-cancel.h.
6138         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
6139         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
6140         instead of catomic_* macros.
6141         * elf/dl-sym.c: Include sysdep-cancel.h.
6142         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
6143         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
6144         * elf/dl-close.c: Include sysdep-cancel.h.
6145         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
6146         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
6147         * elf/dl-open.c: Include sysdep-cancel.h.
6148         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
6149         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
6150
6151 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6152
6153         [BZ #3313]
6154         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
6155         fastbin rather than end of fastbin array.
6156
6157 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
6158
6159         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
6160         body macro.
6161         * sysdeps/x86_64/bits/atomic.h
6162         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
6163         (catomic_decrement): Use correct body macro.
6164
6165 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6166
6167         * include/atomic.h: Add a unique prefix to all local variables
6168         in macros.
6169         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
6170
6171 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
6172
6173         [BZ #3369]
6174         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
6175         and 7.
6176
6177 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
6178
6179         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
6180
6181 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
6182
6183         [BZ #3313]
6184         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
6185         determine highest fast bin to consolidate, always look into all of
6186         them.
6187         (do_check_malloc_state): Only require for empty bins for large
6188         sizes in main arena.
6189
6190         * libio/stdio.h: Add more __wur attributes.
6191
6192         * elf/dl-minimal.c (realloc): Optimize last patch.
6193
6194 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
6195
6196         [BZ #3352]
6197         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
6198         and use memcpy() if it does.
6199
6200 2006-11-12  Andreas Jaeger  <aj@suse.de>
6201
6202         [BZ #2510]
6203         * manual/search.texi (Hash Search Function): Clarify.
6204         (Array Search Function): Clarify.
6205
6206 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
6207
6208         [BZ #2830]
6209         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
6210         shifting.
6211         * math/atest-exp2.c (read_mpn_hex): Likewise.
6212         * math/atest-sincos.c (main): Likewise.
6213
6214 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
6215
6216         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
6217         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
6218         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
6219         version GLIBC_2.6.
6220         * Versions.def: Add GLIBC_2.6 for libc.
6221
6222         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
6223
6224         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
6225
6226 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
6227
6228         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
6229
6230         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
6231
6232         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
6233         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
6234
6235 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
6236
6237         * include/atomic.c: Define catomic_* operations.
6238         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
6239         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
6240         * malloc/memusage.c: Likewise.
6241         * gmon/mcount.c: Likewise.
6242         * elf/dl-close.c: Likewise.
6243         * elf/dl-open.c: Likewise.
6244         * elf/dl-profile.c: Likewise.
6245         * elf/dl-sym.c: Likewise.
6246         * elf/dl-runtime.c: Likewise.
6247         * elf/dl-fptr.c: Likewise.
6248         * resolv/res_libc.c: Likewise.
6249
6250 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
6251
6252         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
6253         components which lack them.
6254
6255         * nis/nis_subr.c (nis_getnames): Make sure that we always return
6256         at least one entry consisting of the parameter concatenated with
6257         the domain.
6258
6259 2006-10-10  Roland McGrath  <roland@frob.com>
6260
6261         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
6262         * sysdeps/mach/hurd/futimes.c: Likewise.
6263         * sysdeps/mach/hurd/lutimes.c: Likewise.
6264
6265 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
6266             Jakub Jelinek  <jakub@redhat.com>
6267
6268         Implement reference counting of scope records.
6269         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
6270         from the list in objects which remain.  Always allocate new scope
6271         record.
6272         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
6273         don't resize, allocate a new one.
6274         * elf/dl-runtime.c: Update reference counters before using a scope
6275         array.
6276         * elf/dl-sym.c: Likewise.
6277         * elf/dl-libc.c: Adjust for l_scope name change.
6278         * elf/dl-load.c: Likewise.
6279         * elf/dl-object.c: Likewise.
6280         * elf/rtld.c: Likewise.
6281         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
6282         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
6283         Add l_scoperec_lock.
6284         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
6285         * sysdeps/generic/rtld-lowlevel.h: New file.
6286
6287         * include/atomic.h: Rename atomic_and to atomic_and_val and
6288         atomic_or to atomic_or_val.  Define new macros atomic_and and
6289         atomic_or which do not return values.
6290         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
6291         Various cleanups.
6292         * sysdeps/i386/i486/bits/atomic.h: Likewise.
6293
6294         * po/sv.po: Update from translation team.
6295
6296 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
6297
6298         * Versions.def: Add GLIBC_2.6 to libpthread.
6299
6300         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
6301         (versioned_symbol): Likewise.
6302         (compat_symbol): Likewise.
6303
6304         * po/tr.po: Update from translation team.
6305
6306 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
6307
6308         * nis/Banner: Removed.  It's been integral part forever and the
6309         author info is incomplete anyway.
6310         * libio/Banner: Likewise.
6311
6312         * nis/nis_table.c (nis_list): If __follow_path fails in the new
6313         code, make sure the nis_freeresult call doesn't crash and that the
6314         result is reported correctly.
6315
6316 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
6317
6318         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
6319         when callback is NULL.
6320
6321         * nis/Versions (libnss_nisplus): Add
6322         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
6323         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
6324         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
6325         _nss_create_tablename): Rename to...
6326         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
6327         ... these.  No longer static.
6328         (internal_setgrent): Adjust users.
6329         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
6330         Don't use locking around _nss_grp_create_tablename call.
6331         * nis/nss_nisplus/nisplus-initgroups.c: New file.
6332
6333 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
6334
6335         * version.h (VERSION): Bump to 2.5.90 for new development tree.
6336
6337 2006-10-06  Andreas Jaeger  <aj@suse.de>
6338
6339         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
6340
6341 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
6342
6343         * po/pl.po: Update from translation team.
6344
6345         * nscd/nscd.c (main): Fix typo in message.
6346         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
6347
6348 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
6349
6350         [BZ #3291]
6351         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
6352         errno.h, signal.h, unistd.h and sysdep-cancel.h.
6353         (__sigprocmask): Define.
6354
6355 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
6356
6357         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
6358         used.
6359
6360 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
6361
6362         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
6363         in oldtotal and newtotal calculation.
6364         * nscd/nscd-client.h (struct mapped_database): Add datasize
6365         field.
6366         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
6367         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
6368         increased.
6369         (__nscd_cache_search): Add checks to make sure we never reference
6370         data beyond the current mapping.
6371
6372 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6373
6374         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
6375         variables const to avoid compiler warnings.
6376
6377         * io/fts.c (fts_close): Remove redundant checks.
6378         (fts_build): Likewise.
6379         (fts_palloc): Likewise.
6380
6381         * manual/message.texi (Advanced gettext functions,
6382         Using gettextized software): Fix typos.
6383
6384 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6385
6386         * posix/glob.c (glob_in_dir): Add some comments and asserts to
6387         explain why there are no leaks.
6388
6389 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
6390
6391         * libio/wmemstream.c: Include <wchar.h>.
6392         * libio/bug-wmemstream1.c: Likewise.
6393         * libio/tst-wmemstream1.c: Likewise.
6394         * libio/tst-wmemstream2.c: Likewise.
6395
6396         * version.h (RELEASE): Bump to 2.5.
6397         * README: Regenerated.
6398
6399         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
6400
6401         [BZ #3273]
6402         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
6403         found no group members.
6404         Patch by Petr Baudis.
6405
6406 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
6407
6408         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
6409         assert bootstrap_map.l_tls_modid is zero.
6410         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
6411         if USE___THREAD.
6412
6413 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
6414
6415         * libio/stdio.h: Move open_wmemstream prototype to ...
6416         * wcsmbs/wchar.h: ... here.
6417
6418 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6419
6420         [BZ #3252]
6421         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
6422         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
6423         __{,l}chown to handle the rest.
6424         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
6425         fchownat syscall and __ASSUME_32BITUIDS case inline, call
6426         __{,l}chown to handle the rest.
6427         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
6428         i386/fchownat.c.
6429         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
6430         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
6431
6432         [BZ #3253]
6433         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6434         time, rather allocate increasingly bigger arrays of pointers, if
6435         possible with alloca, if too large with malloc.
6436
6437 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
6438
6439         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
6440
6441         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
6442
6443 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
6444
6445         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
6446         home addresses.
6447         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
6448         IFA_F_HOMEADDRESS flag for interfaces.
6449         * include/ifaddrs.h (struct in6addrinfo): Define
6450         in6ai_homeaddress.
6451
6452 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
6453
6454         [BZ #3225]
6455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
6456         PTR_DEMANGLE3): Define.
6457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
6458         PTR_DEMANGLE3): Likewise.
6459         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
6460         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
6461         Likewise.
6462         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
6463
6464 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
6465
6466         * po/libc.pot: Regenerated.
6467         * po/be.po: Updated.
6468         * po/ca.po: Likewise.
6469         * po/cs.po: Likewise.
6470         * po/da.po: Likewise.
6471         * po/de.po: Likewise.
6472         * po/el.po: Likewise.
6473         * po/en_GB.po: Likewise.
6474         * po/es.po: Likewise.
6475         * po/fi.po: Likewise.
6476         * po/fr.po: Likewise.
6477         * po/gl.po: Likewise.
6478         * po/hr.po: Likewise.
6479         * po/hu.po: Likewise.
6480         * po/ja.po: Likewise.
6481         * po/ko.po: Likewise.
6482         * po/nb.po: Likewise.
6483         * po/nl.po: Likewise.
6484         * po/pl.po: Likewise.
6485         * po/pt_BR.po: Likewise.
6486         * po/ru.po: Likewise.
6487         * po/rw.po: Likewise.
6488         * po/sk.po: Likewise.
6489         * po/sv.po: Likewise.
6490         * po/tr.po: Likewise.
6491         * po/zh_CN.po: Likewise.
6492         * po/zh_TW.po: Likewise.
6493
6494         [BZ #3137]
6495         * iconv/iconv_prog.c (main): Fix spelling in error message.
6496         * iconv/iconvconfig.c (main): Likewise.
6497         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
6498         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
6499         * locale/programs/localedef.c (main): Likewise.
6500         * locale/programs/repertoire.c (repertoire_read): Likewise.
6501         * timezone/zdump.c (main): Likewise.
6502         * nscd/connections.c (handle_request): Fix spelling in log message.
6503         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
6504
6505 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
6506
6507         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
6508         interfaces.
6509
6510 2006-09-20  Andreas Jaeger  <aj@suse.de>
6511
6512         * math/libm-test.inc (lrint_test_upward): Fix typo.
6513
6514 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
6515
6516         [BZ #2592]
6517         * math/libm-test.inc (lrint_test_tonearest): New function.
6518         (lrint_test_towardzero): New function.
6519         (lrint_test_downward): New function.
6520         (lrint_test_upward): New function.
6521         (main): Run these new tests.
6522         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
6523         of values near to 0.
6524         (two52): Use double not long double.
6525         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
6526         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
6527         (two23): Use float not double.
6528         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
6529         (two23): Use float not double.
6530         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
6531         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
6532         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
6533         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
6534
6535 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6536
6537         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
6538         Cast sp to unsigned long to avoid compiler warning.
6539         Use __makecontext_ret function instead of a trampoline on the stack.
6540         (__makecontext_ret): New function.
6541         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
6542
6543 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
6544
6545         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
6546         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
6547         bits.
6548
6549 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
6550
6551         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
6552         sure no reference to the unloaded map's search list remains in the
6553         dependency's scope.
6554
6555 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
6556
6557         * elf/Makefile: Add rules to build and run unload7 test.
6558         * elf/unload7.c: New test.
6559         * elf/unload7mod1.c: New file.
6560         * elf/unload7mod2.c: New file.
6561
6562 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
6563
6564         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
6565         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
6566         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6567         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
6568         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
6569         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
6570         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
6571         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
6572         PTRACE_GETEVENTMSG): Likewise.
6573         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
6574         values.
6575
6576 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
6577
6578         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
6579         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6580         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
6581         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
6582
6583 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
6584
6585         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
6586         write '\0' to the fd.
6587         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
6588         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
6589         Change regs to unsigned long pointer from unsigned int, fix fscr
6590         offset.
6591
6592 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
6593
6594         * io/Makefile (CFLAGS-fstatat.c): Set.
6595         (CFLAGS-fstatat64.c): Likewise.
6596         (CFLAGS-mknodat.c): Likewise.
6597
6598         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
6599         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
6600         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
6601         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
6602
6603 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
6604             Steven Munroe  <sjmunroe@us.ibm.com>
6605
6606         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
6607         names to the beginning.  Rename "cell" to "cellbe".
6608         (_dl_powerpc_platforms): New.
6609         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
6610         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
6611         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
6612         (_DL_HWCAP_PLATFORM): Define to new mask.
6613         (_dl_platform_string, _dl_string_platform): New functions.
6614         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
6615         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
6616
6617 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
6618
6619         [BZ #2526]
6620         * README.libm: Fix a thinko in sqrt algorithm description.
6621
6622         [BZ #3143]
6623         * manual/string.texi (argz_delete): Fix prototype.
6624         Patch by <alpt@freaknet.org>.
6625
6626 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
6627
6628         [BZ #3138]
6629         * io/test-lfs.c (do_prepare): Give name_len type size_t.
6630         * io/tst-fcntl.c (do_prepare): Likewise.
6631         * posix/tst-exec.c (do_prepare): Likewise.
6632         * posix/tst-preadwrite.c (do_prepare): Likewise.
6633         * posix/tst-spawn.c (do_prepare): Likewise.
6634         * posix/tst-truncate.c (do_prepare): Likewise.
6635         * rt/tst-aio.c (do_prepare): Likewise.
6636         * rt/tst-aio64.c (do_prepare): Likewise.
6637         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
6638         size_t.
6639
6640 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
6641
6642         [BZ #2821]
6643         * time/mktime.c (guess_time_tm): Fix overflow detection.
6644         * time/Makefile (tests): Add bug-mktime1.
6645         * time/bug-mktime1.c: New file.
6646
6647         [BZ #3189, #3188]
6648         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
6649         (mremap): Likewise.
6650
6651 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
6652
6653         [BZ #1006]
6654         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
6655         Ensure relocation doesn't clobber any bits outside of the
6656         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
6657         R_SPARC_HI22 and R_SPARC_H44.
6658
6659         [BZ #2775]
6660         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
6661         (long) (MINSIZE + nb - old_size) is positive.
6662
6663         * malloc/arena.c (grow_heap): When growing bail even if new_size
6664         is negative.
6665
6666         [BZ #3155]
6667         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
6668         stack below r1.
6669
6670 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6671
6672         * posix/regex_internal.c (re_string_reconstruct): Handle
6673         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6674         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6675         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6676         re_string_context_at.
6677         * posix/Makefile: Add rules to build and run bug-regex26 test.
6678         * posix/bug-regex26.c: New test.
6679
6680         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
6681         rather than col_sym_free.  Move seqp declaration earlier.
6682
6683         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
6684
6685 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
6686
6687         * nscd/initgrcache.c (addinitgroupsX): Move any_success
6688         decl before first goto out.
6689
6690 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
6691
6692         * Makerules (shlib.lds): If have-hash-style, put .hash section
6693         at the end of the RO segment.
6694
6695 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
6696
6697         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
6698         style hash table format is used.
6699
6700 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
6701
6702         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
6703         randomization rather than before.
6704         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
6705
6706 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
6707
6708         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
6709
6710         * malloc/malloc.c (_int_malloc): Use full list insert and not
6711         shortcut which assumes the list is empty for large requests
6712         too.
6713
6714         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
6715
6716 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
6717
6718         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
6719         and offout arguments to the prototype.
6720         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
6721         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
6722         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
6723         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
6724         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
6725         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
6726         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
6727         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
6728
6729 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
6730
6731         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
6732
6733         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
6734         dlopen parameters.
6735
6736 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
6737
6738         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
6739         only if herrno is NETDB_INTERNAL.  Handle errors other than
6740         ERANGE outside of the loops, handle TRY_AGAIN.
6741
6742         * locale/programs/ld-ctype.c (translit_flatten): Issue error
6743         if other's ctype category was missing.
6744         * locale/programs/ld-collate.c (collate_read): Return if
6745         copy_locale's collate category is missing.
6746
6747 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
6748
6749         [BZ #2684]
6750         * malloc/malloc.c (public_rEALLOc): Try harder by using other
6751         arenas if allocation failed.
6752         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
6753
6754 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
6755
6756         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
6757         waste bins[0..1].
6758         (malloc_state): Reduce bins size by 2.
6759         (_int_malloc): Fix test for large enough buffer for early termination.
6760         When no unsorted block matches perfectly and an exiting block has
6761         to be split, use full list insert and not shortcut which assumes
6762         the list is empty.
6763
6764         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
6765         failure.
6766
6767 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
6768
6769         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
6770         do anything.
6771
6772         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
6773         symbol require exact match (these are PLTs).
6774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
6775         (_dl_ppc64_addr_sym_match): Likewise.
6776
6777         [BZ #2683]
6778         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
6779         If symbol has a value use it.
6780         * elf/tst-dladdr1.c: New file.
6781         * elf/Makefile: Add rules to build and run tst-addr1.
6782
6783 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
6784
6785         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
6786         keeps failing and heap growth or new heap creation isn't
6787         successful either.
6788         * malloc/tst-malloc.c (main): Add new tests.
6789
6790 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
6791
6792         [BZ #2734]
6793         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
6794         as in the x86-64 code to use bswap.
6795
6796 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
6797
6798         [BZ #2680]
6799         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
6800         __USE_UNIX98.
6801         * posix/bits/unistd.h: Likewise.
6802
6803 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
6804
6805         [BZ #2751]
6806         * string/strchr.c: Add cast to avoid warning.
6807
6808 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
6809
6810         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
6811         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
6812         limit is needed to avoid the exploding of the address space
6813         requirement for secondary heaps.
6814         * malloc/arena.c (HEAP_MAX_SIZE): Define using
6815         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
6816
6817 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
6818
6819         [BZ #3018]
6820         * Makerules (depfiles): Handle extra-test-objs the same as
6821         extra-objs.
6822         (common-mostlyclean): Likewise.
6823         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
6824         instead.
6825         * elf/Makefile (extra-objs): Likewise.
6826         * stdlib/Makefile (extra-objs): Likewise.
6827
6828 2006-08-14  Eric Blake  <ebb9@byu.net>
6829
6830         [BZ #3044]
6831         * misc/error.h: Assume C89 or better.
6832         * misc/error.c: Likewise.
6833
6834 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
6835
6836         [BZ #3040]
6837         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
6838         __ASSUME_ATFCTS is defined.
6839
6840 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
6841
6842         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
6843         to sort in each call.
6844
6845         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
6846         is empty simply return and use next service.
6847         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
6848
6849         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
6850         tells us when not finding a charmap file is an error.
6851         * locale/programs/charmap.h: Adjust charmap_read prototype.
6852         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
6853         cannot find a charmap.
6854         * locale/programs/localedef.c (main): Adjust charmap_read call.
6855
6856 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
6857
6858         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
6859         sysdeps/posix/pause.c implementation instead.
6860
6861 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
6862
6863         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
6864         to EPERM.
6865
6866 2006-08-13  Andreas Schwab  <schwab@suse.de>
6867
6868         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
6869         Don't clobber caller's LRSAVE.
6870         (_dl_prof_resolve): Likewise.
6871
6872 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
6873
6874         [BZ #1996]
6875         * libio/memstream.c (open_memstream): Allocate initial buffer with
6876         calloc.
6877         * libio/wmemstream.c (open_wmemstream): Likewise.
6878         * libio/strops.c: Pretty printing.
6879         (_IO_str_overflow): Clear uninitialized part of the new buffer.
6880         (enlarge_userbuf): New function.
6881         (_IO_str_seekoff): Call it if seek position is larger than current
6882         buffer.
6883         * libio/wstrops.c: Likewise.
6884         * libio/vasprintf.c: Add comment as to why we do not have to use
6885         calloc instead of malloc to allocate initial buffer.
6886         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
6887         * libio/bug-memstream1.c: New file.
6888         * libio/bug-wmemstream1.c: New file.
6889
6890 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
6891
6892         * libio/wstrops.c: Remove dead macro definitions and comments.
6893         * libio/strops.c: Likewise.
6894
6895         [BZ #2764]
6896         * login/utmpname.c (__utmpname): Remove unnecessary test.
6897
6898 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
6899
6900         [BZ #2832]
6901         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
6902         0s from integers.
6903
6904 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
6905
6906         [BZ #2987]
6907         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
6908         for CPU clocks.
6909         * sysdeps/unix/clock_settime.c: Add support for platform-specific
6910         setting of CPU clocks.
6911
6912 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
6913
6914         [BZ #2841]
6915         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
6916         since C99 requires the result to promote to 'int' when uint_least8_t
6917         and uint_least16_t promote to 'int'.
6918
6919 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6920
6921         [BZ #3013]
6922         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
6923         lenght of one output field, correct bitmask creation.
6924         * locale/programs/ld-time.c: Add alignment.
6925
6926         [BZ #2997]
6927         * misc/error.c: Add space between program name and message if file
6928         name is missing.
6929
6930 2006-08-03  Eric Blake  <ebb9@byu.net>
6931
6932         [BZ #2998]
6933         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
6934
6935 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
6936
6937         * malloc/memusagestat.c: Silence warnings.
6938
6939         * malloc/malloc.c: Dynamically size mmap treshold if the program
6940         frees mmaped blocks.
6941         Patch by Valerie Henson and Arjan van de Ven.
6942
6943 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
6944
6945         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
6946         __USE_GNU.
6947
6948         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
6949         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
6950         (DEF): Don't put the var into .gnu.linkonce.r.* section.
6951         Only provide var definitions in strtol_l (or for *ull*
6952         in strtoll_l).
6953
6954         * stdio-common/bug16.c (tests): New array.
6955         (do_tests): Allow the first hexadecimal digit
6956         to be 1, 2, 4 or 8.  Do 3 additional tests.
6957
6958         * sysdeps/s390/fpu/libm-test-ulps: Update.
6959
6960         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
6961         fchownat syscall if available.
6962         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
6963         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
6964         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
6965
6966 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
6967
6968         * nis/nis_xdr.c: Avoid some function calls.
6969
6970 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
6971             Ulrich Drepper  <drepper@redhat.com>
6972
6973         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
6974         short cut if only one name component is stripped away.
6975
6976 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
6977
6978         * nis/nis_call.c: Minor cleanups throughout.
6979         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
6980         (first_shoot): Add search_parent_first parameter.  Only if it is set
6981         search parent server first.
6982         If directory for table found through cold start cache is not the same
6983         as referenced in the cache, don't use it.
6984         (__nisfind_server): Take additional parameter.  Pass it on to
6985         first_shoot.
6986         (__prepare_niscall): Adjust __nisfind_server call.
6987         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
6988         * nis/nis_table.c: Adjust __nisfind_server call.
6989         * nis/nis_lookup.c: Likewise.
6990         (nis_lookup): Don't loop endlessly if name is reduced to ".".
6991
6992 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
6993
6994         [BZ #2182]
6995         * math/s_cacosh.c: Return values from positive branch.
6996         * math/s_cacoshf.c: Likewise.
6997         * math/s_cacoshl.c: Likewise.
6998
6999         [BZ #2883]
7000         * sysvipc/sys/msg.h: Change return value to ssize_t.
7001         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
7002         * sysvipc/msgrcv.c: Likewise.
7003         * include/sys/msg.h: Likewise.
7004
7005         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
7006         test introduced in patch for bz #661.
7007         (getgrouplist): Simplify code a bit.  Don't allocate one additional
7008         element for NEWGROUPS.
7009
7010         [BZ #2908]
7011         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
7012         'f', use '1' as leading digit not '\1'.
7013         * stdio-common/Makefile (tests): Add bug16.
7014         * stdio-common/bug16.c: New file.
7015
7016         [BZ #2914]
7017         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
7018         and don't try to open it.  The patch introducing the macro
7019         contained a bug and used the same file name as the new file
7020         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
7021         this out completely.
7022
7023         [BZ #2926]
7024         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
7025         Patch by Jerry James <Jerry.James@usu.edu>.
7026
7027         * rt/Makefile (tests): Add tst-clock2.
7028         * rt/tst-clock2.c: New file.
7029
7030         [BZ #2978]
7031         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
7032         function and its parameters and pass it to new thread.
7033         (__gai_notify): Add support for alternative waiting for completion.
7034         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
7035         waiting for completion.
7036         * resolv/getaddrinfo_a.c: Likewise.
7037         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
7038         waiting for completion is used.
7039         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
7040         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
7041         * resolv/gai_error.c: Likewise.
7042         * resolv/gai_sigqueue.c: Likewise.
7043
7044 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
7045
7046         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
7047         errno to EBADF and return MACH_PORT_NULL.
7048
7049 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
7050
7051         [BZ #2980]
7052         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
7053
7054 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
7055
7056         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
7057         walk them instead of the symbol table.
7058
7059 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
7060
7061         [BZ #2098]
7062         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
7063         status of NSS calls, not the number of returned entries.
7064
7065         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
7066         request_key, keyctl.
7067
7068 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
7069
7070         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
7071
7072 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
7073
7074         * elf/tst-auditmod1.c: Fix typo in #error.
7075
7076 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
7077
7078         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
7079
7080         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
7081
7082 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
7083
7084         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
7085         that the directory is empty even on non-POSIX filesystems.
7086
7087 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
7088
7089         * elf/dl-open.c (dl_open_worker): Add branch prediction.
7090
7091         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
7092         the backend NSS module.  If backend setgrent call failed, don't have
7093         internal_setgrent fail.  Just remember this until it is needed.
7094         * nis/nss_compat/compat-pwd.c: Likewise.
7095         * nis/nss_compat/compat-spwd.c: Likewise.
7096
7097 2006-07-30  Roland McGrath  <roland@redhat.com>
7098
7099         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
7100         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
7101         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
7102         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
7103
7104         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
7105         (nanosleep_not_cancel): New macro.
7106         (sigsuspend_not_cancel): new macro.
7107         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
7108         (do_sigsuspend): Define as inline.
7109         (__sigsuspend): Always use do_sigsuspend.
7110         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
7111         * include/signal.h: Declare __sigsuspend_nocancel.
7112         * sysdeps/posix/pause.c
7113         [! NO_CANCELLATION] (__pause_nocancel): New function.
7114
7115         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
7116         * include/time.h (__nanosleep_nocancel): Likewise.
7117
7118 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
7119
7120         * locale/programs/localedef.c (add_to_readlist): Rename local
7121         variables to avoid confusion.
7122
7123         * locale/programs/charmap.c (charmap_read): Emit error message if
7124         charmap couldn't be found or read.
7125
7126 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
7127
7128         * sysdeps/unix/sysv/linux/kernel-features.h: Define
7129         __ASSUME_FUTEX_LOCK_PI.
7130         * include/time.h: Declare __nanosleep_nocancel.
7131         * include/unistd.h: Declare __pause_nocancel.
7132
7133         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
7134         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
7135         get the __stack_chk_fail_local definition when it's needed.
7136
7137 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
7138
7139         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
7140         * dlfcn/bug-atexit3.c: New file.
7141         * dlfcn/bug-atexit3-lib.cc: New file.
7142
7143         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
7144         used when the namespace is not the base namespace.
7145
7146 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
7147
7148         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
7149         (__new_exitfn): Bump it in every successful call.
7150         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
7151         more exit handlers, call them right away.
7152         * stdlib/exit.h: Declare __new_exitfn_called.
7153
7154 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
7155
7156         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
7157         calling registered handler.
7158
7159         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
7160         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7161         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7162         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
7163         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7164         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7165         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7166         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7167
7168 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
7169
7170         * elf/dl-lookup.c (dl_new_hash): New functions.
7171         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
7172         value here.  Compute new-style hash value.  Pass new hash value
7173         and reference to variable with the old value to do_lookup_x.
7174         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
7175         old-style hash table.
7176         (_dl_debug_bindings): Pass new hash value and reference to variable
7177         with the old value to do_lookup_x.
7178         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
7179         new-style hash value and change old-style hash value parameter to
7180         be a reference.  Reoganize functions to determine whether
7181         new-style hash table is available.  Only fall back on old-style
7182         table.  If old-style hash value is needed, compute it here.
7183         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
7184         entry.
7185         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
7186         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
7187         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
7188         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
7189         * Makeconfig: If linker supports --hash-style option add it to all
7190         linker command lines to build DSOs.
7191         * config.make.in: Define have-hash-style.
7192         * configure.in: Test whether linker supports --hash-style option.
7193
7194         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
7195         * sysdeps/generic/ldsodefs.h: Adjust prototype.
7196
7197 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
7198
7199         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
7200         auditing.
7201
7202         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
7203         RPATH of main map twice.
7204
7205 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
7206
7207         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
7208         look further, return original strings.
7209         (_nl_find_msg): Do not return found translation if the conversion
7210         failed.  Either signal the string is unusable or that something went
7211         wrong and the original should be used.
7212
7213 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
7214
7215         * string/_strerror.c (__strerror_r): Add __builtin_expect.
7216
7217 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
7218
7219         [BZ #2766]
7220         * misc/insremque.c (insque): Handle prev == NULL.
7221         * misc/Makefile (tests): Add tst-insremque.
7222         * misc/tst-insremque.c: New test.
7223
7224 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
7225
7226         [BZ #2792]
7227         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
7228         conflict with DL_DST_REQUIRED.
7229
7230 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
7231
7232         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
7233         match what Solaris does.
7234
7235 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
7236
7237         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
7238         local_setegid instead of seteuid and setegid.
7239         * sysdeps/generic/local-setxid.h: New file.
7240         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
7241
7242         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
7243
7244         * string/Makefile (tests): Add bug-envz1.
7245         * string/bug-envz1.c: New file.
7246
7247 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7248
7249         * posix/regex_internal.c (re_string_skip_chars): If no character has
7250         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
7251         to the byte which couldn't be converted.
7252         (re_string_reconstruct): Don't clear valid_raw_len before calling
7253         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7254         tip_context using re_string_context_at.
7255         * posix/Makefile: Add rules to build and run bug-regex25 test.
7256         * posix/bug-regex25.c: New test.
7257
7258 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
7259
7260         [BZ #2703]
7261         * string/envz.c (envz_strip): Correct erroneously reversed src
7262         and dest parameters to memmove() invocation.
7263
7264 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
7265
7266         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
7267         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
7268         to make sure the database has been already invalidated.
7269         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
7270         after the cache has been invalidated.  Use pthread_mutex_lock rather
7271         than pthread_mutex_trylock if fd != -1.
7272         * nscd/connections.c (invalidate_cache): Add fd argument, write
7273         response to fd if not calling prune_cache, pass fd to prune_cache.
7274         (handle_request): Adjust invalidate_cache caller.
7275         (nscd_run): Pass -1 as fd to prune_cache.
7276
7277 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
7278
7279         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
7280         the correct place.
7281
7282 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
7283
7284         * nscd/nscd.h (struct database_dyn): Add prunelock field.
7285         * nscd/cache.c (prune_cache): Take prunelock before starting the
7286         work.  Just return in case it is already taken.
7287         * nscd/connections.c (dbs): Initialize .prunelock.
7288
7289 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
7290
7291         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
7292         copying.  No need to allocate new array for group members.  Just
7293         move the pointers and update the size.
7294
7295         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
7296         Avoid memory leak in case realloc fails.  Simplification for
7297         better code generation.
7298
7299         Avoid deprecation warning because of libc_hidden_proto for
7300         inet6_option_alloc.
7301         * inet/inet6_option.c (option_alloc): Renamed from
7302         inet6_option_alloc.  Made static.
7303         (inet6_option_alloc): Now a simple wrapper around option_alloc.
7304         (inet6_option_append): Call option_alloc.
7305         * include/netinet/in.h: Remove libc_hidden_proto for
7306         inet6_option_alloc.
7307
7308         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
7309         for cleanup when cb!=NULL [Coverity CID 233].
7310
7311 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
7312
7313         [BZ #2693]
7314         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
7315         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
7316         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
7317         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
7318         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
7319         and inet6_rth_getaddr.
7320         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
7321         array.
7322         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
7323         Mark inet6_option_* interfaces as deprecated.
7324         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
7325         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
7326         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
7327         inet6_rth_segments, and inet6_rth_getaddr.
7328         * inet/inet6_opt.c: New file.
7329         * inet/inet6_rth.c: New file.
7330
7331         * inet/netinet/icmp6.h: Pretty printing.
7332
7333         [BZ #2683]
7334         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
7335
7336 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
7337
7338         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
7339         doing it all here.  When server does not know the answer do not
7340         fail immediate, try parent first.
7341
7342         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
7343         overflow test.
7344
7345 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
7346
7347         * nis/nis_call.c (__prepare_niscall): New function.  Split out
7348         from __do_niscall.
7349         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
7350         and exported.
7351         (__follow_path): New function.  Split out from nis_list.
7352         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
7353         _xdr_nis_result.
7354         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
7355         _xdr_nis_result.
7356         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
7357         and __follow_path.
7358         * nis/Versions: Export __prepare_niscall, __create_ib_request,
7359         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
7360         from libnsl for version GLIBC_PRIVATE.
7361         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
7362         Remove entry parameter from _nss_nisplus_parse_pwent and
7363         _nss_nisplus_parse_grent.
7364         * nis/nss_nisplus/nisplus-parser.c: Likewise.
7365         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
7366         again.  Rewrite getpwent handling to not use nis_first_entry and
7367         nis_next_entry.  Roll out own niscall handling.
7368         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7369
7370         * sunrpc/xdr_rec.c: Fix typo in comment.
7371
7372 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
7373
7374         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
7375         handling.
7376
7377         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
7378         to allocate memory for my_pollfd.  Better initialization of
7379         cb_is_running.  Use TEMP_FAILURE_RETRY.
7380
7381         * malloc/memusage.sh (memusageso): Add quotes.
7382         (memusagestat): Likewise.
7383         * debug/xtrace.sh (pcprofileso): Likewise.
7384         (pcprofiledump): Likewise.
7385         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
7386         replacement.
7387         * malloc/Makefile ($(objpfx)memusage): Likewise.
7388
7389         * nis/nis_callback.c (__nis_create_callback): Calls to
7390         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
7391         asprintf call fails.
7392
7393         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
7394         no uninitialized memory is passed to sendto.
7395
7396 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
7397
7398         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
7399         of snprintf+strdup.  Handle OOM.
7400         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
7401         cb->serv together.  Remove now obsolete free calls.
7402         (__nis_destroy_callback): Remove now obsolete free call.
7403
7404 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
7405
7406         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
7407         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
7408         and ULA respectively). Set precedence for IPv4 address to 10 as
7409         defined in RFC3484 for preferring IPv6.
7410         * posix/gai.conf: Update to match the new default tables.
7411
7412 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
7413
7414         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
7415         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
7416         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
7417         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
7418
7419         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
7420         Removed.
7421         (init_nss_interface): Remove initialization of these variables.
7422
7423 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
7424
7425         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
7426         nis_free_directory forward to avoid duplication.
7427
7428 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
7429
7430         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
7431         rec_dirsearch returning NULL.
7432         (first_shoot): Handle __nis_finddirectory returning NULL.
7433         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
7434
7435         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
7436         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
7437
7438 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
7439
7440         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
7441         pid changed.
7442
7443 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
7444
7445         * include/rpc/pmap_prot.h: Mark all functions as hidden.
7446
7447         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
7448         * nscd/nscd_getgr_r.c: Likewise.
7449
7450         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
7451
7452         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
7453         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
7454
7455         * stdlib/longlong.h (__clz_tab): Mark as hidden.
7456
7457         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
7458
7459         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
7460
7461         * include/rpc/auth.h: Mark xdr_des_block_internal and
7462         xdr_opaque_auth_internal as hidden.
7463
7464         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
7465         hidden.
7466
7467         * include/rpc/xdr.h: Mark all _internal functions as hidden.
7468
7469         * misc/getusershell.c (okshells): Don't use static initializers,
7470         do it dynamically.
7471
7472         * stdlib/fmtmsg.c (keywords): Change type of len element to
7473         uint32_t to not waste space on 64bit machines.
7474
7475         * locale/setlocale.c: Change _nl_category_names into a string.
7476         Add new _nl_category_name_idxs.  Change all users.
7477         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
7478         Declare _nl_category_name_idxs.
7479         * locale/findlocale.c: Adjust for _nl_category_names change.
7480         * locale/loadlocale.c: Likewise.
7481         * locale/newlocale.c: Likewise.
7482         * intl/dcigettext.c: Likewise.
7483
7484         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
7485         (add_alias2): ...here.  New function.
7486         (__gconv_read_conf): Simplify builtin alias handling.
7487         (builtin_aliases): Convert to string to avoid relocations.
7488         * iconv/gconv_builtin.h: Add comment about correct formatting.
7489
7490 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
7491
7492         * resolv/res_debug.c (loc_ntoa): Make error const.
7493
7494 2006-05-14  Andreas Schwab  <schwab@suse.de>
7495
7496         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
7497
7498 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
7499
7500         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
7501         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
7502         sizeof (cpu_set_t).
7503
7504 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
7505
7506         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
7507
7508         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
7509
7510         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
7511         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
7512
7513         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
7514         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
7515
7516         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
7517         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
7518         xdr_cback_data.
7519
7520         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
7521         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
7522         xdr_ypupdate_args.
7523
7524         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
7525         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
7526
7527         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
7528         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
7529
7530         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
7531         * include/rpcsvc/nis_callback.h: New file.
7532
7533         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
7534         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
7535
7536         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
7537         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
7538
7539         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
7540         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
7541
7542         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
7543         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
7544
7545         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
7546         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
7547         xdr_ypdelete_args.
7548
7549         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
7550         __BEGIN_DECLS and __END_DECLS, the header is not installed.
7551
7552         * nis/nis_error.c: Remove table of strings.  Use position
7553         independent mechanism.
7554         * nis/nis_error.h: New file.
7555
7556 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
7557
7558         * locale/programs/ld-time.c (time_finish): If wide era name or
7559         format aren't provided, set both wname and wformat to L"".
7560
7561 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
7562
7563         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
7564         results if the call was succesful.
7565
7566         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
7567
7568         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
7569         as hidden.
7570
7571 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
7572
7573         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
7574
7575 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
7576
7577         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
7578         caller makes sure this is not the case.
7579         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
7580
7581 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
7582
7583         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
7584         calls.
7585
7586         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
7587         [Coverity CID 229, 230]
7588
7589         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
7590         DGETTEXT calls.
7591         (hol_help): Likewise.  [Coverity CID 226, 227]
7592
7593         * string/argz-replace.c (__argz_replace): Unconditionally call
7594         free on SRC.  [Coverity CID 225]
7595
7596         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
7597         the return value of __nis_default_owner and __nis_default_group,
7598         it has been especially allocated.  [Coverity CID 224]
7599
7600         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
7601         searchgroup and searchowner.  Significantly simplified.
7602         (__nis_default_owner): Remove duplication.  Do not locally copy the
7603         string before duplicating it.
7604         (__nis_default_group): Likewise.
7605
7606         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
7607         we must clear the variable before calling __nisfind_server.
7608
7609         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
7610         nis_getnames.  [Coverity CID 223]
7611
7612         * locale/programs/locfile.c (locfile_read): Use alloca instead of
7613         xmalloc to allocate local repertoire name.  [Coverity CID 222]
7614
7615         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
7616         allocate memory for the input to add_bytes.  [Coverity CID 221]
7617
7618         * posix/wordexp.c (w_addword): Free word if realloc fails and it
7619         was allocated here.  [Coverity CID 219, 220]
7620
7621         * posix/getconf.c (print_all): Free confstr data after printing.
7622         [Coverity CID 218]
7623
7624         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
7625         list allocation fails.  [Coverity CID 215]
7626
7627         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
7628         [Coverity CID 213]
7629
7630         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
7631         string is NULL.  [Coverity CID 212]
7632         * argp/Makefile: Add rules to build and run bug-argp1.
7633         * argp/bug-argp1.c: New file.
7634
7635         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
7636         end of string.
7637         * stdlib/canonicalize.c (__realpath): Likewise.
7638
7639         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
7640         pointer.  [Coverity CID 206]
7641
7642         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
7643         in statically linked code.
7644         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
7645         statically built code, be prepared to have no link map.
7646         [Coverity CID 205]
7647
7648         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
7649         dgettext calls. [Coverity CID 204]
7650
7651         * argp/argp-help.c (struct uparams): Remove valid member.  Change
7652         the one user.
7653         (uparam_names): Reduce size.  Avoid relative relocations.
7654         Moved to read-only segment.
7655         (fill_in_uparams): Update for new layout.
7656
7657         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
7658         assumed to always be != NULL. [Coverity CID 202]
7659
7660         * argp/argp-help.c (hol_entry_help): Remove some dead code
7661         [Coverity CID 200].
7662
7663         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
7664         away a few more unconditional yperr2nss calls.
7665         (_nss_nis_getservbyname_r): Likewise.
7666
7667 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
7668
7669         * sysdeps/generic/ldsodefs.h: Remove support for non-core
7670         architectures.
7671
7672         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
7673         that unused memory passed to sendto is nevertheless initialized.
7674
7675         [BZ #2499]
7676         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
7677         possibly unaligned memory accesses.
7678
7679         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
7680         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
7681         and __putlong respectively.  Correct buffer overflow check for
7682         NS_NOTIFY_OP.
7683
7684         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
7685
7686         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
7687         (send_dg): Rewrite error handling to be more compact and avoid
7688         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
7689
7690         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
7691
7692         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
7693         instead of ns_get16.
7694         (res_queriesmatch): Likewise.  Minor optimization.
7695
7696         [BZ #2499]
7697         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
7698         __libc_res_nsend might reallocate the buffer for the answer.  In
7699         this case we have to reload the HP pointer.
7700
7701 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7702
7703         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
7704         some branch prediction hints.
7705
7706         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
7707         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7708         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7709         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
7710         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7711         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7712         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7713         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7714
7715 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7716
7717         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
7718         by a GOT relocation to make Scrt1.o position independent.
7719         * sysdeps/s390/s390-64/elf/start.S: Likewise.
7720
7721         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
7722         six system call parameters.
7723         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
7724
7725 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7726
7727         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
7728         malloc&bzero.
7729
7730         * sunrpc/svc_udp.c (BZERO): Remove definition.
7731         (CALLOC): Define.
7732         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
7733
7734         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
7735         (des_SPtrans): Use uint32_t type.
7736         (des_skb): Likewise.
7737
7738         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
7739
7740 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
7741
7742         [BZ #2509]
7743         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
7744         on 32-bit arches.
7745
7746 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7747
7748         * locale/programs/ld-address.c (address_finish): Fix one more
7749         place where the iso639 array might be accessed beyond the limits.
7750
7751 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
7752
7753         * nis/nis_table.c (nis_list): Avoid clearing res twice before
7754         filling it for the first time.
7755
7756         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
7757         Adjust all callers.
7758         Free res object content before returning.
7759
7760         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
7761
7762         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
7763         client->cl_auth.
7764
7765         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
7766         cleanup for initial thread, just the free call on TVP.
7767
7768         * nscd/gai.c (__getline): Define.
7769
7770
7771 See ChangeLog.16 for earlier changes.