Add BZ number.
[platform/upstream/glibc.git] / ChangeLog
1 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
2
3         [BZ #11200]
4         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
5         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
6
7 2010-01-22  Jim Meyering  <jim@meyering.net>
8
9         [BZ #11193]
10         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
11         buffer length computation.
12
13         [BZ #11192]
14         * posix/regexec.c (re_copy_regs): Don't leak when allocation
15         of the start buffer succeeds but allocation of the "end" one fails.
16
17         [BZ #11191]
18         * posix/regexec.c (re_search_2_stub): Check for overflow
19         when adding the sizes of the two strings.
20
21         [BZ #11190]
22         * posix/regexec.c (re_search_internal): Avoid overflow
23         in computing re_malloc buffer size.
24
25         [BZ #11189]
26         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
27         in computing re_malloc buffer size.
28
29         [BZ #11188]
30         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
31         in size calculation.
32
33         [BZ #11187]
34         * posix/regexec.c (re_search_2_stub): Use simpler method than
35         boolean for freeing internal storage.
36
37 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
38
39         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
40         failed mbrtowc call.
41
42 2010-01-22  Jim Meyering  <jim@meyering.net>
43
44         [BZ #11186]
45         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
46         fits in wchar_t.  Problem reported by Eric Blake.
47
48         [BZ #11185]
49         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
50         and stores into set-but-not-used local, "q".
51
52         [BZ #11184]
53         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
54         detection test.  Patch by Paul Eggert.
55
56         [BZ #11183]
57         * posix/regex_internal.c (re_string_realloc_buffers):
58         Detect and handle internal overflow.  Patch by Paul Eggert
59
60 2010-01-20  Andreas Schwab  <schwab@redhat.com>
61
62         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
63         (CHECK_SP): Fix check for alternate stack.
64         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
65         (CHECK_SP): Likewise.
66
67 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
68
69         * sysdeps/i386/i686/multiarch/memmove.S: Also check
70         bit_Fast_Rep_String when SHARED isn't defined.
71
72 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
73
74         [BZ #11194]
75         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
76
77 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78
79         * sysdeps/mach/hurd/bits/libc-lock.h
80         (__rtld_lock_recursive_t): New type.
81         (__rtld_lock_initialize): New macro.
82
83 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
84
85         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
86         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
87         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
88         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
89
90 2010-01-18  Andreas Schwab  <schwab@redhat.com>
91
92         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
93         definitions of O_DSYNC and O_RSYNC.
94
95         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
96         casting d_tag.
97
98         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
99         dynamic entry types.
100
101 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
102
103         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
104         constant.
105         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
106         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
107         overflow.
108         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
109
110         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
111         math_opt_barrier and math_force_eval macros.
112
113 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
114
115         * posix/regcomp.c: Fix a few more cases of ignored return values.
116         * posix/regex_internal.c: Likewise.
117         * posix/regexec.c: Likewise.
118
119         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
120         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
121         if _XOPEN_SOURCE is not defined as well.
122
123 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
124
125         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
126         high gprs kernel facility.
127         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
128         Added high gprs check for DSOs.
129         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
130         new elf header flag.
131
132 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
133
134         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
135         dl_main.
136         * elf/dl-open.c (_dl_sysdep_start): Likewise..
137         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
138         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
139         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
140         started.
141
142 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
143
144         [BZ #11027]
145         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
146         to RFC 2474.
147         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
148
149         [BZ #11141]
150         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
151         addresses.
152
153         [BZ #11127]
154         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
155         re_node_set_insert failure; return REG_ESPACE.
156         Patch by Paul Eggert.
157
158         * bits/confname.h: Make pre-C99-safe.
159
160 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
161
162         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
163         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
164         files are found by GCC.
165
166 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
167
168         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
169         brk, and sbrk.
170
171         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
172         index, and rindex.
173
174         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
175
176         * Versions.def: Add GLIBC_2.12 for libpthread.
177
178         [BZ #11126]
179         * malloc/malloc.c (malloc_info): Initialize malloc if not already
180         done.  Handle empty bin lists.
181
182         * posix/unistd.h: Change getpagesize and getdtablesize declaration
183         visibility some more.
184
185         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
186
187         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
188
189         [BZ #11120]
190         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
191         needed outside libc.
192
193 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
194
195         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
196
197 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
198
199         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
200
201 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
202
203         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
204
205 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
206
207         * conform/data/complex.h-data: Test for POSIX2008.
208
209         * conform/data/ctype.h-data: Fix POSIX testing.
210
211         * conform/data/dirent.h-data: ino_t only needed for XSI.
212
213         * grp/grp.h: Declare getgrent and endgrent for XPG7.
214
215         * conform/data/inttypes.h-data: Use same types as the headers.
216
217         * resolv/netdb.h: Don't define old resolver macros for XPG7.
218
219         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
220
221         * conform/conformtest.pl: Implement tag for allow-header.
222         Fix newline handling in allow-header implementation.
223
224         * conform/data/time.h-data: Use allow-header instead of duplicating
225         information.
226
227         * conform/data/time.h-data: Allow sigevent tag.
228
229         * posix/sched.h: Define time_t and pid_t for XPG7.
230
231 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
232
233         * sysdeps/i386/i686/bcopy.S: New file.
234
235         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
236
237         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
238         and END_CHK.
239         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
240         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
241         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
242
243         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
244
245         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
246         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
247         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
248         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
249         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
250         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
251         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
252         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
253         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
254         * sysdeps/i386/i686/multiarch/bzero.S: New file.
255         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
256         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
257         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
258         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
259         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
260         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
261         * sysdeps/i386/i686/multiarch/memmove.S: New file.
262         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
263         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
264         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
265         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
266         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
267         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
268         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
269         * sysdeps/i386/i686/multiarch/memset.S: New file.
270         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
271
272         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
273         (END_CHK): Likewise.
274
275         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
276         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
277         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
278
279         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
280         for 0x0e and 0x80.
281         (__x86_64_data_cache_size): New.
282         (init_cacheinfo): Set __x86_64_data_cache_size.
283
284         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
285         on bit_Fast_Rep_String for Intel Core i7.
286
287         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
288         (index_Fast_Rep_String): Likewise.
289         (FEATURE_INDEX_1): Likewise.
290         (FEATURE_INDEX_MAX): Likewise.
291         (cpu_features): Add feature.
292
293 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
294
295         * conform/data/sys/select.h-data: Fix up for XPG7.
296
297 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
298
299         * posix/sys/wait.h: Don't define W* macros etc. if
300         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
301
302 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
303
304         * io/sys/stat.h: Declare fchmod for XPG7.
305         * conform/data/sys/stat.h-data: Fix up for XPG7.
306
307         * termios/termios.h: Define pid_t for XPG7.
308
309         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
310         * conform/data/tgmath.h-data: Likewise.
311
312         * conform/data/time.h-data: Fix POSIX tests.
313
314         * conform/data/wchar.h-data: Fix up XPG7 tests.
315
316         * include/features.h: Fix __USE_ISOC95 handling.
317
318         * conform/data/wordexp.h-data: Fix typo in last change.
319
320         * conform/data/unistd.h-data: Fix up older POSIX tests.
321
322         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
323         * posix/unistd.h: Likewise.
324
325         * posix/unistd.h: Include environments.h also for XPG6 and up.
326         Define intptr_t for XPG6 and up.
327         Fix up for XPG7.
328         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
329
330         * conform/data/sys/types.h-data: Fix up for XPG7.
331
332         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
333         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
334         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
335         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
336         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
337         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
338         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
339         * sysdeps/unix/sysv/bits/stat.h: Likewise.
340         * sysdeps/mach/hurd/bits/stat.h: Likewise.
341
342         * bits/confname.h: Fix typo in last change.
343
344         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
345
346 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
347
348         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
349         and SA_RESETHAND now available in Base.
350         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
351         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
352         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
353         * conform/data/signal.h-data: Update for XPG7.
354
355         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
356
357         * string/strings.h: Don't declare obsolete functions for XPG7.
358         Declare ffs only for XSI.
359         * conform/data/strings.h-data: Update for XPG7.
360
361 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
362
363         [BZ #11125]
364         * libio/stdio.h: Define va_list, off_t, and ssize_t.
365
366         * posix/glob.h: Define size_t.
367
368         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
369
370         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
371
372 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
373
374         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
375         be self-contained.
376
377         * conform/data/stdio.h-data: Expect off_t and ssize_t.
378
379 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
380
381         * libio/stdio.h: Define va_list also for XPG7.
382
383         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
384         * conform/data/ctype.h-data: Likewise.
385         * conform/data/dirent.h-data: Likewise.
386         * conform/data/errno.h-data: Likewise.
387         * conform/data/fcntl.h-data: Likewise.
388         * conform/data/fmtmsg.h-data: Likewise.
389         * conform/data/fnmatch.h-data: Likewise.
390         * conform/data/ftw.h-data: Likewise.
391         * conform/data/glob.h-data: Likewise.
392         * conform/data/grp.h-data: Likewise.
393         * conform/data/iconv.h-data: Likewise.
394         * conform/data/langinfo.h-data: Likewise.
395         * conform/data/libgen.h-data: Likewise.
396         * conform/data/limits.h-data: Likewise.
397         * conform/data/locale.h-data: Likewise.
398         * conform/data/math.h-data: Likewise.
399         * conform/data/monetary.h-data: Likewise.
400         * conform/data/mqueue.h-data: Likewise.
401         * conform/data/ndbm.h-data: Likewise.
402         * conform/data/netdb.h-data: Likewise.
403         * conform/data/pthread.h-data: Likewise.
404         * conform/data/pwd.h-data: Likewise.
405         * conform/data/regex.h-data: Likewise.
406         * conform/data/sched.h-data: Likewise.
407         * conform/data/search.h-data: Likewise.
408         * conform/data/semaphore.h-data: Likewise.
409         * conform/data/setjmp.h-data: Likewise.
410         * conform/data/signal.h-data: Likewise.
411         * conform/data/spawn.h-data: Likewise.
412         * conform/data/stdio.h-data: Likewise.
413         * conform/data/stdlib.h-data: Likewise.
414         * conform/data/string.h-data: Likewise.
415         * conform/data/strings.h-data: Likewise.
416         * conform/data/sys/ipc.h-data: Likewise.
417         * conform/data/sys/msg.h-data: Likewise.
418         * conform/data/sys/resource.h-data: Likewise.
419         * conform/data/sys/sem.h-data: Likewise.
420         * conform/data/sys/shm.h-data: Likewise.
421         * conform/data/sys/socket.h-data: Likewise.
422         * conform/data/sys/stat.h-data: Likewise.
423         * conform/data/sys/time.h-data: Likewise.
424         * conform/data/sys/types.h-data: Likewise.
425         * conform/data/sys/uio.h-data: Likewise.
426         * conform/data/sys/wait.h-data: Likewise.
427         * conform/data/syslog.h-data: Likewise.
428         * conform/data/tar.h-data: Likewise.
429         * conform/data/termios.h-data: Likewise.
430         * conform/data/time.h-data: Likewise.
431         * conform/data/ulimit.h-data: Likewise.
432         * conform/data/unistd.h-data: Likewise.
433         * conform/data/utmpx.h-data: Likewise.
434         * conform/data/wchar.h-data: Likewise.
435         * conform/data/wctype.h-data: Likewise.
436         * conform/data/wordexp.h-data: Likewise.
437
438         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
439         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
440         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
441         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
442         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
443         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
444         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
445         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
446         * sysdeps/unix/sysv/bits/stat.h: Likewise.
447         * sysdeps/mach/hurd/bits/stat.h: Likewise.
448
449         * stdlib/stdlib.h: Define wait-related bits for XPG7.
450         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
451         Declare mkstemp and getsubopt for XPG7.
452         Declare posix_openpt for XPG6 XSI.
453
454         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
455         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
456
457         * string/string.h: Declare strdup for XPG7.
458
459 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
460
461         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
462         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
463
464         * dirent/dirent.h: Really fix feature selection.
465
466         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
467         Fix all users.
468         * locale/C-address.c: Fix all users.
469         * locale/C-collate.c: Likewise.
470         * locale/C-ctype.c: Likewise.
471         * locale/C-identification.c: Likewise.
472         * locale/C-measurement.c: Likewise.
473         * locale/C-messages.c: Likewise.
474         * locale/C-monetary.c: Likewise.
475         * locale/C-name.c: Likewise.
476         * locale/C-numeric.c: Likewise.
477         * locale/C-paper.c: Likewise.
478         * locale/C-telephone.c: Likewise.
479         * locale/C-time.c: Likewise.
480         * locale/findlocale.c: Likewise.
481         * locale/global-locale.c: Likewise.
482         * locale/loadarchive.c: Likewise.
483         * locale/loadlocale.c: Likewise.
484         * locale/nl_langinfo_l.c: Likewise.
485         * locale/setlocale.c: Likewise.
486         * locale/xlocale.c: Likewise.
487         * locale/xlocale.h: Likewise.
488         * stdio-common/vfscanf.c: Likewise.
489         * stdlib/strfmon_l.c: Likewise.
490         * stdlib/strtod_l.c: Likewise.
491         * stdlib/strtol_l.c: Likewise.
492         * string/strcoll_l.c: Likewise.
493         * string/strxfrm_l.c: Likewise.
494         * time/alt_digit.c: Likewise.
495         * time/asctime.c: Likewise.
496         * time/era.c: Likewise.
497         * time/lc-time-cleanup.c: Likewise.
498         * time/strftime_l.c: Likewise.
499         * time/strptime_l.c: Likewise.
500         * wcsmbs/wcsmbsload.c: Likewise.
501         * wcsmbs/wcsmbsload.h: Likewise.
502
503         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
504         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
505         for XPG7.
506         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
507         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
508         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
509         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
510         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
511         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
512
513 2010-01-07  Roland McGrath  <roland@redhat.com>
514
515         * elf/elf.h (PN_XNUM): New macro.
516
517         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
518         literal 2.
519
520 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
521
522         * dirent/dirent.h: Fix typo in feature selection macro use.
523
524 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
525
526         [BZ #11115]
527         * stdlib/tst-makecontext3.c: New file.
528         * stdlib/Makefile (tests): Add new test.
529
530         * stdlib/tst-setcontext.c (check_called): Fix a typo.
531
532 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
533
534         * configure.in: Enable multi-arch by default if the assembler
535         supports gnu_indirect_function symbol type and the architecture
536         supports it.
537
538 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
539
540         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
541         is defined.
542
543 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
544
545         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
546         MACH_PORT_NULL when id != cttyid.
547
548 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
549
550         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
551         __mach_port_deallocate on rootdevid.
552
553 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
554
555         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
556         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
557         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
558         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
559
560 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
561
562         [BZ #10992]
563         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
564         Patch by Eric Blake <ebb9@byu.net>.
565
566 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
567
568         [BZ #11093]
569         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
570         POLLWRBAND also for POSIX 2008.
571         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
572         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
573
574         * include/link.h (struct link_map): Move l_used into its own word.
575         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
576         still zero.
577         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
578         never really used.
579
580 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
581
582         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
583         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
584         check processor feature.
585         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
586         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
587         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
588         (index_SSE2): Likewise.
589
590 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
591
592         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
593         if __ASSEMBLER__ is defined.
594         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
595         (bit_SSE4_2): Likewise.
596         (index_SSSE3): Likewise.
597         (index_SSE4_2): Likewise.
598         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
599         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
600         check processor feature.
601         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
602         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
603         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
604         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
605         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
606         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
607         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
608
609 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
610
611         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
612
613 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
614
615         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
616
617 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
618
619         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
620         O_DSYNC to match 2.6.33+ kernels.
621         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
622         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
623         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
624         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
625         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
626         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
627
628 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
629
630         [BZ #11000]
631         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
632         *herrnop before returning.
633         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
634         Likewise.
635         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
636         TRYAGAIN errors separately.
637         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
638         *name4_r after functions.
639
640 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
641
642         [BZ #11046]
643         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
644         version check.
645
646 2009-11-05  Bruno Haible  <bruno@clisp.org>
647
648         [BZ #11056]
649         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
650         argv argument as non-NULL.
651         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
652
653 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
654
655         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
656         recvmmsg.
657         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
658         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
659
660 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
661
662         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
663         registers.
664         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
665         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
666         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
667
668 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
669
670         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
671         SCHED_RESET_ON_FORK.
672
673 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
674
675         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
676         only used on truly ancient kernel if configuration requires a more
677         recent kernel.
678
679 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
680
681         [BZ #3662]
682         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
683         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
684
685         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
686         pass it on to __ptsname_internal.
687         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
688         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
689         All the code from __ptsname_r but take additional parameter.  Use that
690         instead of pointer to local stat64 variable.
691         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
692         variable.
693         * include/stdlib.h: Declare __ptsname_internal.
694
695         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
696         before the exec.
697         * sysdeps/unix/sysv/linux/grantpt.c: New file.
698         * login/programs/pt_chown.c (main): Don't print message on errors
699         when doing real work.
700
701         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
702         once.
703
704         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
705         irel relocations split out from...
706         (__libc_csu_init): ...here.
707         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
708
709 2009-11-23  Andreas Schwab  <schwab@redhat.com>
710
711         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
712         for timestamps also if __USE_XOPEN2K8.
713         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
714         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
715         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
716         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
717
718 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
719
720         * nscd/connections.c (restart): Try harder to re-exec.
721
722         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
723
724         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
725         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
726         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
727         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
728         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
729         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
730
731         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
732         Define.
733         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
734
735 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
736
737         [BZ #10162]
738         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
739         than software pipeline.  Properly recover from shorter read.
740
741 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
742
743         [BZ #10958]
744         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
745         initialized before using it.
746         (_IO_putwc_unlocked): Likewise.
747
748         [BZ #10918]
749         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
750         in cast to not throw away const-ness of parameters.
751         (__CPU_EQUAL_S): Likewise.
752         (__CPU_OP_S): Likewise.
753
754         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
755         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
756         this gratuitous change and we have to keep compatibility.
757         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
758         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
759         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
760         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
761         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
762         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
763
764 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
765
766         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
767         of parameters of sync_file_range.
768         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
769         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
770         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
771         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
772         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
773         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
774
775 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
776
777         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
778         Implement using sync_file_range2 syscall if __NR_sync_file_range2
779         is defined.
780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
781         file.
782
783 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
784
785         * posix/bug-regex30.c: New file.
786         * posix/Makefile: Add rules to build and run bug-regex30.
787         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
788         character lead bytes when there is a range in a COMPLEX_BRACKET.
789         Reported by Oleg Bylatov.
790
791 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
792
793         [BZ #10969]
794         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
795         * locale/tst-duplocale.c: New file.
796         * locale/Makefile (tests): Add tst-duplocale.
797
798         [BZ #10968]
799         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
800         Patch by Bruno Haible <bruno@clisp.org>.
801         * locale/tst-locname.c: New file.
802         * locale/Makefile (tests): Add tst-locname.
803
804         [BZ #10972]
805         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
806         constants from recent kernels.
807         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
808         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
809         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
810         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
811         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
812         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
813
814 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
815
816         [BZ #10162]
817         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
818         software pipeline.
819
820 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
821
822         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
823         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
824         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
825
826 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
827
828         * posix/bug-regex29.c: Include stdio.h.
829
830 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
831
832         [BZ #10939]
833         * Versions.def: Define GLIBC_2.12 for libc.
834         * manual/errno.texi: Add ERFKILL entry.
835         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
836         for 2.12.
837         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
838         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
839
840         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
841         F_GETOWN_EX definitions according to corrected kernel definitions.
842         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
843         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
844         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
845         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
846         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
847         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
848
849 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
850
851         * version.h: Bump for 2.12 development.
852
853 2009-11-10  Andreas Schwab  <schwab@redhat.com>
854
855         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
856         out of buffer space.
857         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
858         map_v4v6_hostent running out of space.
859
860 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
861
862         * string/bits/string3.h (memset): If the second parameter is constant
863         and zero there is likely no transposition.
864         Patch by Caolan McNamara <caolanm@redhat.com.
865
866 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
867
868         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
869         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
870
871 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
872
873         * malloc/memusagestat.c (main): Fix spelling in an error message.
874
875 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
876
877         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
878         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
879
880 2009-11-03  Andreas Schwab  <schwab@redhat.com>
881
882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
883         readahead.
884
885 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
886
887         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
888         relocate opd entry when resolving prelink conflicts.
889
890 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
891
892         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
893         when -D_FILE_OFFSET_BITS=64.
894
895         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
896         of last two arguments when -D_FILE_OFFSET_BITS=64.
897         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
898         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
899         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
900         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
901         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
902         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
903
904 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
905
906         [BZ #4457]
907         * sysdeps/generic/libgcc_s.h: New file.
908         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
909
910 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
911
912         * malloc/hooks.c (free_check): Restore locking and call _int_free
913         appropriately.
914
915 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
916
917         * version.h (VERSION): Bump for 2.11 release.
918         * include/features.h (__GLIBC_MINOR__): Bump to 11.
919
920         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
921
922         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
923
924         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
925         to avoid warning.
926         * stdlib/tst-strtoll.c (tests): Likewise.
927
928         [BZ #9986]
929         * time/strftime_l.c (__strftime_internal): Allow %OC.
930
931         * misc/mkostemps.c: New file.
932         * misc/mkostemps64.c: New file.
933
934 2009-10-30  Andreas Schwab  <schwab@redhat.com>
935
936         * locale/programs/locale-spec.c: Include <error.h> and
937         <libintl.h>.
938
939         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
940
941 2009-10-28  Roland McGrath  <roland@redhat.com>
942
943         * Makefile (dist-prepare): New target.
944         (tag-for-dist): Target removed.
945         (glibc-%.tar): Pattern rule removed.
946         (%.tar): New pattern rule, does simple use of git archive.
947         (dist-version): Remove variable definition.
948         (dist): Just depend on that.  Add .tar.xz dependency.
949         If dist-version variable not set on command line, depend on
950         dist-prepare, re-invoke with dist-version set via git describe.
951
952         * Makerules (%.xz): New pattern rule.
953
954 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
955
956         * elf/ifuncdep2.c: Include ifunc-sel.h.
957         (global): Delete.
958         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
959         * elf/ifuncmain1.c (global): Delete.
960         * elf/ifuncmain1vis.c: Likewise.
961         * elf/ifuncmain2.c: Likewise.
962         * elf/ifuncmain5.c: Likewise.
963         * elf/ifuncmod3.c: Likewise.
964         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
965         (foo_ifunc): Use ifunc_one.
966         * elf/ifuncmain7.c: Likewise.
967         * elf/ifuncmod1.c: Include ifunc-sel.h.
968         (global): Define protected var.
969         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
970         * elf/ifuncmod5.c: Likewise.
971         * sysdeps/generic/elf/ifunc-sel.h: New file.
972         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
973
974 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
975
976         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
977         (R_PPC_REL16*): Correct comments.
978         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
979         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
980          R_PPC64_REL16_HA): Define.
981         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
982         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
983         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
984         Delete unused "reloc" param.
985         (__process_machine_rela): Handle R_PPC_IRELATIVE.
986         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
987         Delete "reloc" param.
988         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
989         R_PPC_IRELATIVE.
990         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
991         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
992         relocations.
993
994 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
995
996         [BZ #10315]
997         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
998         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
999         UDP_ENCAP_L2TPINUDP.
1000
1001         [BZ #10349]
1002         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1003         parameter, specifying length of prefix.
1004         * stdio-common/tempname.c: Likewise.
1005         * include/stdio.h: Adjust prototypes.
1006         * libio/oldtmpfile.c: Adjust caller.
1007         * misc/mkdtemp.c: Likewise.
1008         * misc/mkostemp.c: Likewise.
1009         * misc/mkostemp64.c: Likewise.
1010         * misc/mkstemp.c:  Likewise.
1011         * misc/mkstemp64.c: Likewise.
1012         * misc/mktemp.c: Likewise.
1013         * stdio-common/tempnam.c: Likewise.
1014         * stdio-common/tmpfile.c: Likewise.
1015         * stdio-common/tmpnam.c: Likewise.
1016         * stdio-common/tmpnam_r.c: Likewise.
1017         * misc/mkstemps.c: New file.
1018         * misc/mkstemps64.c: New file.
1019         * stdlib/stdlib.h: Add prototypes.
1020         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1021         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1022
1023 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1024
1025         * locale/iso-639.def: Add sml entry.
1026
1027         [BZ #10391]
1028         * resolv/res_send.c (send_dg): Initialize resplen.
1029
1030         [BZ #10446]
1031         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1032         definition to the kernel's.
1033         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1034
1035 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1036
1037         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1038         offsets and record sizes in assert()s and response sending.
1039         * nscd/grpcache.c: Likewise.
1040         * nscd/hstcache.c: Likewise.
1041         * nscd/initgrcache.c: Likewise.
1042         * nscd/pwdcache.c: Likewise.
1043
1044 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1045
1046         [BZ #10540]
1047         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1048         /etc/hosts does not exist set errnop and herrnop appropriately.
1049         Patch by Steve Langasek <vorlon@debian.org>.
1050
1051         [BZ #10553]
1052         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1053         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1054
1055         [BZ #10564]
1056         * login/utmp_file.c (TIMEOUT): Increase to 10.
1057
1058         [BZ #10609]
1059         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1060         for file names in case the syscall is not available.
1061         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1062         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1063         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1064         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1065         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1066         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1067         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1068         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1069         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1070         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1071         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1072         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1073         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1074         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1075         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1076         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1077         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1078
1079         [BZ #10643]
1080         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1081         creation filed, remove the request from the 'requests' list and signal
1082         the caller that the request is finished.
1083
1084         [BZ #10692]
1085         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1086         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1087
1088         [BZ #10713]
1089         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1090         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1091
1092         [BZ #10780]
1093         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1094         overflows the int return type.
1095
1096         [BZ #10717]
1097         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1098         have to compute maxsize_total, we have to update the variables, and
1099         the also_total handling must happen after the repair.
1100
1101         [BZ #10742]
1102         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1103         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1104
1105 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1106
1107         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1108         errno is always set when returning unsuccessfully.
1109
1110 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1111
1112         * malloc/memusage.c (update_data): Fix index wraparound handling
1113         so that buffer_cnt is actually reset.
1114
1115 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1116
1117         [BZ #10784]
1118         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1119         of the directory we look at into the static buffer if there is one
1120         at the start of the loop.
1121
1122         [BZ #10789]
1123         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1124         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1125
1126         [BZ #10840]
1127         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1128         __ASSUME_F_GETOWN_EX.
1129         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1130         if possible.
1131         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1132
1133         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1134         and f_owner_ex.
1135         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1136         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1137         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1138         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1139         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1140         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1141
1142         [BZ #10847]
1143         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1144         getutmpx symbol.
1145
1146         [BZ #10823]
1147         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1148         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1149
1150 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
1151
1152         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1153
1154 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
1155
1156         [BZ #10817]
1157         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1158         Reported by Ray Chason.
1159
1160 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1161
1162         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1163         strend-sse4.
1164         * sysdeps/x86_64/multiarch/strchr.S: New file.
1165         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1166         * sysdeps/x86_64/multiarch/strrchr.S: New file.
1167
1168 2009-10-21  Andreas Schwab  <schwab@redhat.com>
1169
1170         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1171
1172 2009-10-19  Andreas Schwab  <schwab@redhat.com>
1173
1174         * include/math.h: Add hidden protos for __exp/__expf/__expl.
1175         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1176         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1177         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1178         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1179         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1180         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1181         __ieee751_expl to handle overflow.
1182
1183 2009-10-14  David S. Miller  <davem@davemloft.net>
1184
1185         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1186         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1187
1188 2009-10-13  Andreas Schwab  <schwab@redhat.com>
1189
1190         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1191         !USE_MULTIARCH.
1192
1193 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
1194
1195         [BZ #10730]
1196         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1197         Patch in part by Steve Ward <planet36@gmail.com>.
1198
1199         [BZ #10731]
1200         * stdlib/rand_r.c: Fix typo.
1201
1202         * po/cs.po: Update from translation team.
1203
1204 2009-10-06  Andreas Schwab  <schwab@redhat.com>
1205
1206         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1207         returning if RTLD_NOLOAD.
1208
1209 2009-10-06  Roland McGrath  <roland@redhat.com>
1210
1211         * sysdeps/x86_64/multiarch/strstr-c.c
1212         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1213
1214         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1215         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1216
1217         * sysdeps/x86_64/multiarch/init-arch.h
1218         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1219         (HAS_CPU_FEATURE): New macro.
1220         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1221         * sysdeps/x86_64/multiarch/init-arch.c
1222         (__get_cpu_features): #undef it before definition.
1223
1224 2009-10-05  Andreas Schwab  <schwab@redhat.com>
1225
1226         * locale/C-time.c: Revert week-1stday back to 19971130 and set
1227         first_weekday to 1 and first_workday to 2.
1228
1229 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
1230
1231         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1232         F_GETOWN_EX.
1233         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1234         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1235         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1236         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1237         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1238         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1239
1240 2009-09-28  Andreas Schwab  <schwab@redhat.com>
1241
1242         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1243         * stdio-common/vfprintf.c: Likewise.
1244
1245 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1246
1247         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1248         (mkdirat): Call __directory_name_split_at instead of
1249         __directory_name_split.
1250
1251 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
1252
1253         * locale/programs/locale-spec.c (locale_special): If nothing matches
1254         fail with an appropriate message.
1255
1256 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1257
1258         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
1259         and XX.
1260
1261 2009-09-25  Andreas Schwab  <schwab@redhat.com>
1262
1263         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1264         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1265
1266 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1267
1268         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1269
1270 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
1271
1272         * iconvdata/iso646.c (gconv_init): Correctly initialize the
1273         character size elements in step data.
1274
1275 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
1276
1277         * po/hu.po: Update from translation team.
1278         * po/vi.po: Likewise.
1279
1280 2009-09-19  Roland McGrath  <roland@redhat.com>
1281
1282         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1283
1284 2009-09-15  Roland McGrath  <roland@redhat.com>
1285
1286         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1287         * nptl/sysdeps/pthread/configure: Regenerated.
1288         * nptl/sysdeps/x86_64/configure: Regenerated.
1289         * sysdeps/unix/sysv/linux/configure: Regenerated.
1290         * sysdeps/x86_64/elf/configure: Regenerated.
1291
1292         * Makefile (autoconf-it): Set execute bit only on top-level configure.
1293
1294         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1295         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1296         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1297         * configure: Regenerated.
1298
1299 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
1300
1301         * posix/getconf.c (main): Handle -- on command line.
1302
1303 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1304
1305         * configure.in: Support binutils 2.100 and 3.0.
1306
1307 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
1308
1309         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1310         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1311         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1312         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1313
1314 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
1315
1316         * locale/programs/ld-collate.c (struct locale_collate_t): Add
1317         unnamed_section_defined field.
1318         (collate_read): Test and set unnamed_section_defined.
1319
1320         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1321         _POSIX2_LINE_MAX.
1322
1323 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
1324
1325         * configure.in: Support binutils 2.20.
1326
1327 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
1328
1329         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1330         __strstr_ia32): Add attribute_hidden.
1331
1332 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1333
1334         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1335         parsing of group entry.
1336
1337 2009-09-02  Andreas Schwab  <schwab@redhat.com>
1338
1339         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1340         external buffer.  Always discard readahead in internal buffer.
1341         * libio/Makefile (tests): Add bug-wsetpos.
1342         * libio/bug-wsetpos.c: New file.
1343
1344 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
1345
1346         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1347         Add attribute_hidden.
1348         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1349         __strcasestr_sse2): Likewise.
1350         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1351         (__fma_fma): Make static.
1352         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1353         (__fmaf_fma): Make static.
1354
1355 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1356
1357         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1358         reformulate in-buffer optimisation check to match code in
1359         _IO_new_file_seekoff.
1360
1361 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1362
1363         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1364         to srwi in 32-bit memcpy for power6.
1365
1366 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1367
1368         * include/stdio.h: Declare hidden proto for fflush.
1369         * libio/iofflush.c: Add hidden weak alias for fflush.
1370
1371 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1372
1373         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1374         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1375
1376 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1377
1378         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1379
1380 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1381
1382         [BZ #10560]
1383         * malloc/malloc.c: Add local assert definition to avoid problems with
1384         memory allocation in the real one.
1385
1386 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1387
1388         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1389         Removed.
1390         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1391         turn off SSSE3 on Atom.
1392
1393 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1394
1395         * stdlib/tst-strtol.c (tests): More tests.
1396         * stdlib/tst-strtoll.c (tests): Likewise.
1397
1398 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1399
1400         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1401
1402         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1403
1404 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1405
1406         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1407         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1408
1409         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1410
1411         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1412
1413         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1414
1415 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1416
1417         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1418
1419 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1420
1421         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1422         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1423
1424         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1425
1426         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1427         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1428
1429         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1430         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1431
1432         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1433         leftover YMM_SIZE definition.
1434
1435 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1436
1437         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1438         union.
1439         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1440         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1441         Redefine.
1442         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1443
1444         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1445         and SET_FLOAT_WORD definitions.
1446
1447 2009-08-24  Roland McGrath  <roland@redhat.com>
1448
1449         * sysdeps/unix/syscall-template.S: New file.
1450         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1451         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1452         (compile-syscall): Pass mkdep and -g options as normal.
1453         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1454         (common-generated): Don't add them here.
1455
1456 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1457
1458         * math/s_fdim.c: In case of overflows set errno.
1459         * math/s_fdimf.c: Likewise.
1460         * math/s_fdiml.c: Likewise.
1461
1462         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1463         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1464         are using the inline optimizations.
1465
1466         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1467         (__signbitf): Likewise.
1468
1469 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
1470
1471         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1472         terminated.
1473         * posix/Makefile (tests): Add bug-regex29.
1474         * posix/bug-regex29.c: New file.
1475
1476         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
1477         older POSIX versions are selected.
1478
1479         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
1480         as well.
1481         * stdio-common/printf_fphex.c: Likewise.
1482         * stdio-common/tstdiomisc.c: Add more tests.
1483
1484         * locale/locale.h: Include xlocale.h and the thread-local locale
1485         declarations for XPG7, not XPG6.
1486
1487 2009-08-21  Andreas Schwab  <schwab@redhat.com>
1488
1489         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
1490         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
1491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
1492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
1493         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
1494         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1495
1496 2009-08-20  Roland McGrath  <roland@redhat.com>
1497
1498         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1499         Use l_addr instead of l_map_start (dli_fbase).
1500         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
1501         address when there is no proximate symbol.
1502         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
1503         Likewise.
1504
1505 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
1506
1507         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
1508
1509 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
1510
1511         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
1512         Also handle SIGINT.  In that case only do the cleanup and then
1513         re-raise the signal.
1514         (main): Install handler for SIGINT.
1515
1516 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1517
1518         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
1519         clobber list.
1520
1521 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1522
1523         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
1524         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
1525         tst-auditmod7b.c.
1526         (tests): Add tst-audit6 tst-audit7.
1527         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
1528         tst-auditmod7a tst-auditmod7b.
1529         ($(objpfx)tst-audit6): New.
1530         ($(objpfx)tst-audit6.out): Likewise.
1531         ($(objpfx)tst-audit7): Likewise.
1532         ($(objpfx)tst-audit7.out): Likewise.
1533         (tst-audit6-ENV): Likewise.
1534         (tst-audit7-ENV): Likewise.
1535         (CFLAGS-tst-auditmod6b.c): Likewise.
1536         (CFLAGS-tst-auditmod6c.c): Likewise.
1537         (CFLAGS-tst-auditmod7b.c): Likewise.
1538         * elf/tst-audit6.c: New file.
1539         * elf/tst-audit7.c: New file.
1540         * elf/tst-auditmod6a.c: New file.
1541         * elf/tst-auditmod6b.c: New file.
1542         * elf/tst-auditmod6c.c: New file.
1543         * elf/tst-auditmod7a.c: New file.
1544         * elf/tst-auditmod7b.c: New file.
1545         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1546         saving and restoring SSE/AVX registers to ...
1547         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1548
1549 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1550
1551         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
1552         only if SHARED is defined.
1553         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
1554
1555 2009-08-03  Jim Meyering  <meyering@redhat.com>
1556
1557         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
1558
1559 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
1560
1561         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
1562         section as the other functions for this architecture.
1563         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1564
1565 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
1566
1567         * sysdeps/x86_64/strcmp.S: Add support to compile with
1568         USE_SSSE3.  In this case palignr is used.
1569         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
1570         available but SSSE3 is, pick __str{,n}cmp_ssse3.
1571         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1572         Add strcmp-ssse3 and strncmp-ssse3.
1573         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
1574         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
1575
1576         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
1577         warning through fake initialization.
1578
1579 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1580
1581         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
1582
1583 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1584
1585         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
1586         unique symbols.
1587
1588 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1589
1590         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
1591         EBX from EAX = 1.  Handle EAX = 11.
1592
1593 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1594
1595         * Makefile (TAGS): Use separate sed -e expressions to avoid \
1596         inside ''.
1597
1598 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
1599
1600         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
1601         hidden IFUNC functions.
1602         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1603
1604         * sysdeps/i386/i686/multiarch/strlen.S: New file.
1605
1606         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
1607         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
1608         strcasestr-c.
1609         (CFLAGS-strcspn-c.c): Define.
1610         (CFLAGS-strpbrk-c.c): Define.
1611         (CFLAGS-strspn-c.c): Define.
1612         (CFLAGS-strstr.c): Define.
1613         (CFLAGS-strcasestr.c): Define.
1614         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
1615         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
1616         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
1617         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
1618         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
1619         * sysdeps/i386/i686/multiarch/strspn.S: New file.
1620         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
1621         * sysdeps/i386/i686/multiarch/strstr.c: New file.
1622         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
1623         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
1624         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
1625         -16L instead of 0xfffffffffffffff0L.
1626         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
1627
1628 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
1629
1630         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
1631
1632 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
1633
1634         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
1635         another rewrite.  Much smaller and faster.
1636         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
1637
1638         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
1639         ss_flags from the correct location.
1640
1641 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
1642
1643         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
1644         * sysdeps/i386/i686/cacheinfo.c: New file.
1645         * sysdeps/i386/i686/multiarch/Makefile: New file.
1646         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
1647         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
1648         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
1649         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
1650         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
1651         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
1652         (__cpuid_count): New. Provide the default.
1653         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
1654         (__x86_64_preferred_memory_instruction): Define only if
1655         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
1656         (intel_check_word): Use __cpuid.
1657         (handle_intel): Likewise.
1658         (handle_amd): Likewise.
1659         (__cache_sysconf): Likewise.
1660         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1661         (__cache_sysconf): Likewise.
1662         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1663         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
1664         (get_common_indeces): Use __cpuid.
1665         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
1666         if ENABLE_SSSE3_ON_ATOM is not defined.
1667         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
1668         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
1669         popcnt instead of popcntq.
1670
1671 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
1672
1673         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
1674
1675 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
1676
1677         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
1678         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
1679         which always causes a compile error.
1680
1681         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
1682
1683         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
1684         comes from...
1685         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
1686         which always causes a compile error.
1687
1688         * debug/Makefile (tests): Add tst-longjmp_chk2.
1689         * debug/tst-longjmp_chk2.c: New file.
1690
1691         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
1692         Remove incorrect use of BP_SYM.
1693         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
1694         here now since it is more complex than just a simple check.
1695
1696         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
1697         we make no more progress.
1698
1699 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1700
1701         * math/s_fma.c: Don't define alias if __fma is a macro.
1702         * math/s_fmaf.c: Likewise.
1703         * sysdeps/x86_64/multiarch/s_fma.c: New file.
1704         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
1705         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
1706
1707         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
1708         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
1709         New macro HAS_FMA.
1710         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
1711         function.
1712         * include/libc-symbols.h (libm_ifunc): Define.
1713         * sysdeps/x86_64/multiarch/Versions: New file.
1714
1715         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
1716
1717 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
1718
1719         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
1720
1721 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1722
1723         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
1724         call that registers used in calling conventions need to be preserved.
1725         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
1726         to preserve register content if necessary.
1727         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
1728         (_dl_x86_64_restore_sse): New function.
1729         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
1730         is allowed to modify xmm/ymm registers.
1731
1732         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
1733         application's perspective.
1734         * stdio-common/scanf17.c: Likewise.
1735
1736 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
1737
1738         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
1739         size to memsz.
1740         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
1741         here.
1742         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
1743         two steps to catch bugs.
1744
1745 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
1746
1747         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
1748         determines which files are used in runtime lookups and only checks
1749         those for SSE use.
1750         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
1751         testing.
1752         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
1753         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
1754         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
1755         take a while.
1756
1757         * elf/dl-open.c: Move _dl_scope_free to...
1758         * elf/dl-scope.c: ...here.  New file.
1759         * elf/Makefile (dl-routines): Add scope.
1760
1761         * resolv/resolv.h (RES_USE_DNSSEC): Define.
1762         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
1763         RES_USE_DNSSEC.
1764         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
1765         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
1766         all the places we handled RES_USE_EDNS0 only before.
1767         Patch by Adam Tkac <atkac@redhat.com>.
1768
1769 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
1770
1771         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
1772         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
1773         Update size when reallocating.
1774
1775 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1776
1777         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
1778         functions used in ld.so modify xmm/ymm registers.
1779         * sysdeps/x86_64/Makefile:  Hook new test up.
1780         * sysdeps/x86_64/rtld-memchr.c: New file.
1781         * sysdeps/x86_64/rtld-memcmp.c: New file.
1782         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
1783         * sysdeps/x86_64/rtld-strchr.S: New file.
1784         * sysdeps/x86_64/rtld-strlen.S: New file.
1785         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
1786         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
1787
1788 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1789
1790         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
1791         strncmp-c.
1792         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
1793         (exit): Likewise.
1794         (Byte1): Likewise.
1795         (Byte2): Likewise.
1796         (Byte3): Likewise.
1797         (Byte4): Likewise.
1798         (Byte5): Likewise.
1799         (Byte6): Likewise.
1800         (next_8_bytes): Likewise.
1801         (Byte0): Remove commented out codes.
1802         (unaligned_table): Align jump table at 8 bytes.
1803         Add _sse4_2 to all labels.  Always include "../strcmp.S".
1804         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
1805         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
1806         * sysdeps/x86_64/strncmp.S: New file.
1807
1808 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1809
1810         [BZ #10422]
1811         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
1812         kernels, dropped when eventfd2 support was added.
1813         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
1814         kernels, dropped when signalfd4 support was added.
1815         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
1816         added, name them.
1817
1818         [BZ #10452]
1819         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
1820         replies up.
1821
1822         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
1823
1824 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
1825
1826         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
1827         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
1828
1829         [BZ #10448]
1830         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
1831         callback we must touch the status to avoid using stale value.
1832
1833         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
1834         compiled in.
1835
1836 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
1837
1838         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
1839         /lib/modules/* headers anymore.  We have sane headers in the standard
1840         place now.
1841
1842 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1843
1844         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
1845         "etf3enh" and "highgprs" added.
1846         (_dl_s390_platforms): "z10" added.
1847         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
1848         Increased for the new entries.
1849         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
1850         HWCAP_S390_HIGH_GPRS added.
1851
1852         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
1853         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
1854         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
1855         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
1856         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
1857
1858 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
1859
1860         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
1861         avoid additional cpuid instructions.  Most of the information is
1862         stored somewhere.
1863
1864         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
1865         cache descriptors.
1866         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
1867
1868         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
1869         SSSE3 bit for Atoms.
1870         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
1871         here anymore.
1872
1873         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
1874         structure before copying it to avoid warning.
1875         * posix/tst-rfc3484-2.c (do_test): Likewise.
1876         * posix/tst-rfc3484-3.c (do_test): Likewise.
1877
1878         [BZ #10416]
1879         * include/unistd.h: Make header file suitable for C++ test cases.
1880         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
1881
1882         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
1883         stack alignment in the exit code.
1884
1885         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
1886         potentially be zero.
1887
1888         * elf/tst-unique1.c: Extend test to check for unloading DSO with
1889         unique symbol definition.
1890         Patch by Jakub Jelinek.
1891         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
1892         make sure the object with the definition cannot be unloaded.  Adjust
1893         a few types.
1894         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
1895         the unique symbol hash table should not be const.
1896
1897 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
1898
1899         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
1900         unnecesary variables.  Comment fixes.
1901
1902 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1903
1904         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
1905         Use NONASCII_CASE information provided by the locale to determine
1906         whether optimized string load function can be used.  Minor cleanups.
1907
1908 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1909
1910         * string/strcasestr.c (STRCASESTR): New macro.
1911         (__strcasestr): Renamed to ..
1912         (STRCASESTR): ...this.
1913         * string/strstr.c (STRSTR): New macro.
1914         (strstr): Renamed to ..
1915         (STRSTR): ...this.
1916         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1917         strstr-c strcasestr-c
1918         (CFLAGS-strstr.c): New.
1919         (CFLAGS-strcasestr.c): Likewise.
1920         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
1921         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
1922         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
1923         * sysdeps/x86_64/multiarch/strstr.c: New file.
1924
1925 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1926
1927         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
1928         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
1929         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
1930         _NL_CTYPE_NONASCII_CASE.
1931         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
1932         field.
1933         (ctype_finish): Check whether there are any 8-bit characters outside
1934         the range ASCII has or whether the mapping isn't the same as for
1935         ASCII (±0x20).  Set nonascii_case appropriately.
1936         (ctype_output): Add output handler for nonascii_case.
1937
1938 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
1939
1940         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
1941         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
1942
1943 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1944
1945         [BZ #10360]
1946         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
1947         0xffff in the EDNS0 record.
1948
1949 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1950
1951         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
1952         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
1953         is written before the list head update.
1954         Patch by Andreas Schwab <aschwab@redhat.com>.
1955
1956 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1957             Jakub Jelinek  <jakub@redhat.com>
1958
1959         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
1960         corruption thread-safe.
1961
1962 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
1963
1964         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
1965         overrides atomic_compare_and_exchange_val_rel, define to
1966         atomic_compare_and_exchange_val_rel by default, otherwise default
1967         to catomic_compare_and_exchange_val_acq.
1968         (catomic_compare_and_exchange_bool_rel): If arch overrides
1969         atomic_compare_and_exchange_bool_rel, define to
1970         atomic_compare_and_exchange_bool_rel by default.
1971         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
1972         Use catomic_compare_and_exchange_val_rel instead of
1973         catomic_compare_and_exchange_val_acq.
1974
1975 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1976
1977         * sysdeps/generic/ldsodefs.h: Add prototype for
1978         _dl_higher_prime_number.
1979         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
1980
1981         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
1982         restoring of ymm registers a bit.
1983
1984 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
1985
1986         * sysdeps/x86_64/memcmp.S: New file.
1987
1988 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
1989
1990         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
1991         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
1992         pointers in writable memory.
1993
1994 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
1995
1996         * config.h.in: Add HAVE_AVX_SUPPORT entry.
1997         * config.make.in: Add config-cflags-avx entry.
1998         * configure.in: Substitute libc_cv_cc_avx.
1999         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2000         * elf/tst-audit4.c: New file.
2001         * elf/tst-audit5.c: New file.
2002         * elf/tst-auditmod4a.c: New file.
2003         * elf/tst-auditmod4b.c: New file.
2004         * elf/tst-auditmod5a.c: New file.
2005         * elf/tst-auditmod5b.c: New file.
2006         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2007         link-defines.sym.
2008         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2009         (La_x86_64_vector): Likewise.
2010         (La_x86_64_regs): Append lr_vector.
2011         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2012         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2013         saving and restoring SSE registers to ...
2014         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2015         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2016         <link-defines.h>.
2017         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2018         La_x86_64_regs.  Allocate extra space and jump to memory at
2019         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2020         (save_and_restore_vector_sse): New.
2021         (save_and_restore_vector_avx): Likewise.
2022         (check_avx): Likewise.
2023         (save_and_restore_vector): Likewise.
2024         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2025         HAVE_AVX_SUPPORT.
2026         * sysdeps/x86_64/link-defines.sym: New file.
2027
2028 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2029
2030         * elf/do-lookup.h: Removed after folding content into...
2031         * elf/dl-lookup.c: ...here.
2032
2033         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2034
2035 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2036
2037         * configure.in: Check for gnu_unique_symbol symbol type.
2038         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2039         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2040         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2041         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2042         change.
2043         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2044         unique symbol table.
2045         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2046         for first namespace.
2047         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2048         unique symbol hash table.
2049         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2050         * elf/tst-unique1.c: New file.
2051         * elf/tst-unique1mod1.c: New file.
2052         * elf/tst-unique1mod2.c: New file.
2053         * elf/tst-unique2.c: New file.
2054         * elf/tst-unique2mod1.c: New file.
2055         * elf/tst-unique2mod2.c: New file.
2056
2057 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2058
2059         * elf/elf.h (STB_GNU_UNIQUE): Define.
2060
2061         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2062         from...
2063         * include/inline-hashtab.h: ...here.
2064         (htab_expand): Adjust for renamed function.  Correct memory handling.
2065
2066 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2067
2068         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2069
2070 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2071
2072         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2073         (PPC_FEATURE_HAS_VSX): Likewise.
2074
2075 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2076
2077         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2078         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2079
2080         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2081         aligned to 16 byte boundaries.
2082         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2083         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2084         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2085
2086 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2087
2088         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2089         * config.make.in (config-cflags-sse4): New variable.
2090         * configure.in: Substitute libc_cv_cc_sse4.
2091         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2092         HAVE_SSE4_SUPPORT.
2093         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2094         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2095         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2096         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2097         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2098         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2099         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2100         * sysdeps/x86_64/multiarch/strspn.S: New file.
2101
2102 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2103
2104         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2105         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2106         (tests): Add tst-audit3 for x86_64.
2107         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2108         ($(objpfx)tst-audit3): Define.
2109         ($(objpfx)tst-audit3.out): Define.
2110         (tst-audit3-ENV): Define.
2111         * elf/tst-audit3.c: New file.
2112         * elf/tst-auditmod3a.c: New file.
2113         * elf/tst-auditmod3b.c: New file.
2114         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2115         and restore xmm6.
2116
2117         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2118         (__stpncpy): Renamed to ...
2119         (STPNCPY): This.
2120         (stpncpy): Create alias only if STPNCPY is not defined.
2121         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2122         defined.
2123         (strncpy): Renamed to ...
2124         (STRNCPY): This.
2125         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2126          stpncpy-c strncpy-c for string.
2127         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2128         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2129         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2130         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2131         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2132         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2133
2134 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2135
2136         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2137         adding to fast bin list.
2138
2139 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2140
2141         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2142         inet_makeaddr.  This worked only with class-based networks.
2143         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2144         Likewise.
2145
2146         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2147         recognize all types.
2148         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2149         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2150         be in host byte order.
2151
2152 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
2153
2154         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2155         (MODEL_OFFSET): Define.
2156         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2157         family and model.
2158         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2159         out common code into new function get_common_indeces. Determine
2160         extended family and model for Intel processors.
2161
2162 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
2163
2164         * resolv/resolv.h: Define RES_SNGLKUPREOP.
2165         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2166         option.
2167         * resolv/res_send.c (reopen): New function.  Broken out of...
2168         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
2169         fallback mechanism.  If single-request fails switch to
2170         single-request-reopen mode which opens a new socket for the second
2171         request.
2172
2173 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
2174
2175         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2176         (CHECK_SP): Use it.
2177
2178 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
2179
2180         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2181         for saved registers.
2182         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2183         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2184         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2185
2186 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
2187
2188         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2189
2190 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
2191
2192         * po/id.po: Update from translation team.
2193
2194         * po/bg.po: Update from translation team.
2195
2196 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2197
2198         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
2199         defined.
2200         (strncmp): Renamed to STRNCMP.
2201         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2202         strncmp-c for string.
2203         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2204         * sysdeps/x86_64/multiarch/strcmp.S: New file.
2205         * sysdeps/x86_64/multiarch/strncmp.S: New file.
2206         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2207
2208 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2209
2210         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2211         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2212         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2213         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2214         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2215         ifuncmain7static.c.
2216         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2217         ifuncmain7static, and ifuncmain7picstatic.
2218         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2219         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2220         $(objpfx)ifuncmain7pie.out.
2221         (modules-names): Add ifuncmod5 ifuncmod6
2222         (ifuncmod5.so-no-z-defs): Define.
2223         (ifuncmod6.so-no-z-defs): Define.
2224         (CFLAGS-ifuncmain5pic.c): Define.
2225         (CFLAGS-ifuncmain5picstatic.c): Define.
2226         (CFLAGS-ifuncmain5staticpic.c): Define.
2227         (CFLAGS-ifuncdep5pic.c): Define.
2228         (CFLAGS-ifuncmain7pic.c): Define.
2229         (CFLAGS-ifuncmain7picstatic.c): Define.
2230         (CFLAGS-ifuncmain1staticpie.c): Define.
2231         (CFLAGS-ifuncmain5pie.c): Define.
2232         (CFLAGS-ifuncmain6pie.c): Define.
2233         (CFLAGS-ifuncmain7pie.c): Define.
2234         ($(objpfx)ifuncmain1staticpie.out): Define.
2235         ($(objpfx)ifuncmain1staticpie): Define.
2236         ($(objpfx)ifuncmain5pie.out): Define.
2237         ($(objpfx)ifuncmain5pie): Define.
2238         ($(objpfx)ifuncmain6pie.out): Define.
2239         ($(objpfx)ifuncmain6pie): Define.
2240         ($(objpfx)ifuncmain5): Define.
2241         ($(objpfx)ifuncmain5pic): Define.
2242         ($(objpfx)ifuncmain5static): Define.
2243         ($(objpfx)ifuncmain5staticpic): Define.
2244         ($(objpfx)ifuncmain5picstatic): Define.
2245         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2246         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2247         ifuncmain6pie.out.
2248         * elf/b/elf/ifuncmain1staticpie.c: New file.
2249         * elf/ifuncdep5.c: New file.
2250         * elf/ifuncdep5pic.c: New file.
2251         * elf/ifuncmain5.c: New file.
2252         * elf/ifuncmain5pic.c: New file.
2253         * elf/ifuncmain5picstatic.c: New file.
2254         * elf/ifuncmain5pie.c: New file.
2255         * elf/ifuncmain5static.c: New file.
2256         * elf/ifuncmain5staticpic.c: New file.
2257         * elf/ifuncmain6pie.c: New file.
2258         * elf/ifuncmain7.c: New file.
2259         * elf/ifuncmain7pic.c: New file.
2260         * elf/ifuncmain7picstatic.c: New file.
2261         * elf/ifuncmain7pie.c: New file.
2262         * elf/ifuncmain7static.c: New file.
2263         * elf/ifuncmod5.c: New file.
2264         * elf/ifuncmod6.c: New file.
2265
2266 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
2267
2268         [BZ #10085]
2269         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2270         (nss_endgrent): New variable.
2271         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2272         fields. Change type of files to bool and adjust all users.
2273         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2274         (internal_endgrent): Call nss_endgrent if necessary.
2275         (add_group): New function.  Broken out of...
2276         (check_and_add_group): ...here.
2277         (getgrent_next_nss): Remove test that any callback is available.
2278         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2279         callback.  If there is no blacklist we can trust the results returned
2280         by the initgroups_dyn callback.  In case there is a callback and we
2281         find a group entry for the group ID but it doesn't contain the
2282         correct member, switch to the slow mode and use getgrent_r.
2283         (internal_getgrent_r): When we see a +: entry, determine whether
2284         there is any callback and which we can use the initgroups_dyn
2285         callback.
2286
2287 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
2288
2289         * malloc/malloc.c (_int_malloc): Add some consistency checks.
2290         (_int_free): Likewise.
2291
2292         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2293         AF_IEEE802154.
2294         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2295         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2296         and ARPHRD_IEEE802154_PHY.
2297
2298         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2299         relative to generic Linux version.
2300
2301 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
2302
2303         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2304         ($(objpfx)ifuncmain1vispie): Likewise.
2305
2306 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2307
2308         * login/Makefile: Build pt_chown as PIE.
2309
2310 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
2311
2312         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2313         a format string.
2314         * elf/sln.c (usage): Likewise.
2315         * malloc/memusage.sh (do_help): Likewise.
2316         * nss/getent.c (more_help): Likewise.
2317         * posix/getconf.c (main): Likewise.
2318         * sunrpc/rpcinfo.c (usage): Likewise.
2319         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2320
2321 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2322
2323         * login/programs/pt_chown.c: Use libcap to drop privileges other than
2324         those needed.
2325         * login/Makefile: If necessary link pt_chown with -lcap.
2326         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2327         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2328
2329 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
2330
2331         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2332         comparisons.
2333         * string/test-memchr.c (do_random_tests): Test very large lengths
2334         as well.
2335
2336 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2337
2338         * Makeconfig (+link-pie): Define.
2339         (+prectorS): Define.
2340         (+postctorS): Define.
2341         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2342         * nscd/Makefile ($(objpfx)nscd): Likewise.
2343
2344 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
2345
2346         [BZ #10107]
2347         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2348         with cmplwi.
2349         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2350
2351 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2352
2353         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2354         into ...
2355         * sysdeps/unix/grantpt.c: ...here.
2356
2357 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2358
2359         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2360         chmod if it is necessary.
2361
2362         [BZ #10166]
2363         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2364         when the slave device is in devpts or devfs.
2365
2366         [BZ #10183]
2367         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2368
2369         [BZ #10195]
2370         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2371         of nd_opt_home_agent_info_preference to uint16_t.
2372         Patch by Arnaud Ebalard <arno@natisbad.org>.
2373
2374         [BZ #10207]
2375         * nss/getent.c: Add support for printing gshadow data.
2376
2377         [BZ #10203]
2378         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2379         not just the currently used one and those which follow.
2380         Patch by Joe Landers <jlanders@vmware.com>.
2381
2382         [BZ #10196]
2383         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2384         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2385         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2386
2387         [BZ #10217]
2388         * stdlib/abort.c: Define variable __abort_msg.
2389         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2390         * include/stdlib.h: Declare __abort_msg.
2391         * assert/assert-perr.c: Don't free buffer for message immediately.
2392         Store atomically in __abort_msg and free old buffer if necessary.
2393         * assert/assert.c: Likewise.
2394         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2395         store pointer in __abort_msg, and possibly free old string.
2396         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2397
2398         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2399
2400         [BZ #10211]
2401         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2402         handle leap seconds if they are available.
2403         Patch by Akinori Hattori <hattya@gentoo.org>.
2404
2405         * timezone/tzselect.ksh: Update from tzcode2009i.
2406         * timezone/zdump.c: Likewise.
2407         * timezone/zic.c: Likewise.
2408
2409         * timezone/africa: Update from tzdata2009i.
2410         * timezone/antarctica: Likewise.
2411         * timezone/asia: Likewise.
2412         * timezone/australasia: Likewise.
2413         * timezone/backward: Likewise.
2414         * timezone/etcetera: Likewise.
2415         * timezone/europe: Likewise.
2416         * timezone/factory: Likewise.
2417         * timezone/iso3166.tab: Likewise.
2418         * timezone/leapseconds: Likewise.
2419         * timezone/northamerica: Likewise.
2420         * timezone/pacificnew: Likewise.
2421         * timezone/solar87: Likewise.
2422         * timezone/solar88: Likewise.
2423         * timezone/solar89: Likewise.
2424         * timezone/southamerica: Likewise.
2425         * timezone/systemv: Likewise.
2426         * timezone/yearistype: Likewise.
2427         * timezone/zone.tab: Likewise.
2428
2429 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
2430
2431         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2432         STT_GNU_IFUNC symbol or in 8 into type_class.
2433
2434         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2435         instead of Elf64_Addr.
2436
2437 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
2438
2439         * po/sv.po: Update from translation team.
2440
2441         [BZ #10229]
2442         * misc/sys/select.h (__NFDBITS): Expression should have type int.
2443         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2444         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
2445         the C version.
2446
2447 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
2448
2449         * Versions.def: Add GLIBC_2.11 for libpthread.
2450
2451 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
2452
2453         * resolv/res_send.c (send_dg): Remember we switched to
2454         single-request mode.
2455
2456 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2457
2458         * dlfcn/dlfcn.h: Remove comma at end of enum.
2459         Patch by J.H.M. Dassen <rdassen@redhat.com>.
2460
2461         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2462         parsing mode string.
2463
2464 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
2465
2466         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2467
2468         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2469
2470         * sysdeps/x86_64/multiarch/strlen.S: New file.
2471         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2472         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
2473         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
2474         content.
2475
2476         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
2477         is defined.
2478
2479 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
2480
2481         * sysdeps/x86_64/strlen.S: Minor optimizations.
2482
2483 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2484
2485         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
2486         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
2487         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
2488         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
2489         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
2490         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
2491         ifuncmain3.c, ifuncmod3.c,.
2492         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
2493         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
2494         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
2495         ifuncmain4picstatic.
2496         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
2497         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
2498         ifuncmain3, ifuncmain4.
2499         (tests): Depend on $(objpfx)ifuncmain1pie.out and
2500         $(objpfx)ifuncmain1vispie.out.
2501         (modules-names): Add ifuncmod1 ifuncmod3.
2502         (generated): Add ifuncmain1pie ifuncmain1pie.out
2503         ifuncmain1vispie ifuncmain1vispie.out.
2504         Define rules to build and run the tests.
2505         * elf/ifuncdep1.c: New file.
2506         * elf/ifuncdep1pic.c: New file.
2507         * elf/ifuncdep2.c: New file.
2508         * elf/ifuncdep2pic.c: New file.
2509         * elf/ifuncmain1.c: New file.
2510         * elf/ifuncmain1pic.c: New file.
2511         * elf/ifuncmain1picstatic.c: New file.
2512         * elf/ifuncmain1pie.c: New file.
2513         * elf/ifuncmain1static.c: New file.
2514         * elf/ifuncmain1staticpic.c: New file.
2515         * elf/ifuncmain1vis.c: New file..
2516         * elf/ifuncmain1vispic.c: New file..
2517         * elf/ifuncmain1vispie.c: New file.
2518         * elf/ifuncmain2.c: New file.
2519         * elf/ifuncmain2pic.c: New file.
2520         * elf/ifuncmain2picstatic.c: New file.
2521         * elf/ifuncmain2static.c: New file.
2522         * elf/ifuncmain3.c: New file.
2523         * elf/ifuncmain4.c: New file.
2524         * elf/ifuncmain4picstatic.c: New file.
2525         * elf/ifuncmain4static.c: New file.
2526         * elf/ifuncmod1.c: New file.
2527         * elf/ifuncmod3.c: New file.
2528
2529 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
2530
2531         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
2532
2533 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
2534
2535         [BZ #10221]
2536         * posix/Makefile (routines): Add execvpe.
2537         * posix/Versions: Export execvpe for GLIBC_2.11.
2538         * posix/execvp.c: Now only a wrapper.  Move code to...
2539         * posix/execvpe.c: ...here.  New file.
2540         * posix/unistd.h: Declare execvpe.
2541
2542 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
2543
2544         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
2545         for STT_GNU_IFUNC handling for efficiency.
2546         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2547
2548         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
2549         _exit.
2550         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
2551
2552 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2553
2554         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
2555         for !SHARED.
2556
2557 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
2558
2559         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
2560         is not defined.
2561         (__rela_iplt_start): New declaration.
2562         (__rela_iplt_end): Likewise.
2563         (__rel_iplt_start): Likewise.
2564         (__rel_iplt_end): Likewise.
2565         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
2566         * elf/elf.h (R_386_IRELATIVE): New macro.
2567         (R_X86_64_IRELATIVE): New macro.
2568         (R_386_NUM): Updated.
2569         (R_X86_64_NUM): Likewise.
2570         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
2571         (libc_ifunc_hidden_def): New macro.
2572         * sysdeps/generic/dl-irel.h: New file.
2573         * sysdeps/i386/dl-irel.h: New file.
2574         * sysdeps/x86_64/dl-irel.h: New file.
2575         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
2576         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
2577         Handle R_386_IRELATIVE.
2578         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
2579         (elf_machine_lazy_rela): Likewise.
2580         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2581         R_X86_64_IRELATIVE.
2582         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
2583
2584 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2585
2586         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
2587         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
2588         are no differences.  If an architecture has bits in CPUID index 1
2589         meaning different things the values for the COMMON_CPUID_INDEX_1
2590         index must not be set.
2591         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
2592         (HAS_POPCOUNT): ...this.  New macro.
2593         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
2594         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
2595         to set the value for Intel and AMD architectures.
2596         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
2597         INTEL_CPUID_INDEX_1.
2598         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
2599         change.
2600
2601 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
2602
2603         * configure.in: Move AC_CANONICAL_HOST before first use of $host
2604         and $build.
2605
2606 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
2607
2608         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
2609         (__expm1l): Set errno to ERANGE on overflow.
2610         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
2611         (__tanl): Set errno to EDOM for Â±Inf.
2612         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
2613         (__cosl): Set errno to EDOM for Â±Inf.
2614         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
2615         (__sinl): Set errno to EDOM for Â±Inf.
2616
2617         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
2618         defined, use it.
2619         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
2620         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
2621         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
2622
2623 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
2624
2625         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
2626         code accessing it.
2627         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
2628
2629 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
2630
2631         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
2632         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
2633         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
2634         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
2635
2636         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
2637         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
2638         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
2639         defined.
2640         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2641         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2642
2643 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
2644
2645         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
2646         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
2647         is, either do nothing at all if __ASSUME_ACCEPT4, or
2648         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
2649         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
2650         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
2651         define.
2652         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
2653         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
2654         internal_accept4 in socket directory.
2655
2656 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
2657
2658         * sysdeps/ia64/configure.in: New file.
2659
2660 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2661
2662         [BZ #10162]
2663         * sysdeps/ia64/memchr.S: Use speculative load.
2664
2665         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
2666         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
2667         use it.
2668
2669         * sysdeps/i386/__longjmp.S: Add .text.
2670         * sysdeps/x86_64/__longjmp.S: Likewise.
2671
2672 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
2673
2674         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
2675         __ASSUME_ACCEPT4 for IA-64.
2676
2677 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
2678
2679         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
2680
2681         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
2682         (SOCKOP_accept4): Define.
2683
2684 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
2685
2686         Sun approved the change of the license.
2687         * sunrpc/auth_des.c: Replace license text.
2688         * sunrpc/auth_none.c: Likewise.
2689         * sunrpc/auth_unix.c: Likewise.
2690         * sunrpc/authdes_prot.c: Likewise.
2691         * sunrpc/authuxprot.c: Likewise.
2692         * sunrpc/bindrsvprt.c: Likewise.
2693         * sunrpc/clnt_gen.c: Likewise.
2694         * sunrpc/clnt_perr.c: Likewise.
2695         * sunrpc/clnt_raw.c: Likewise.
2696         * sunrpc/clnt_simp.c: Likewise.
2697         * sunrpc/clnt_tcp.c: Likewise.
2698         * sunrpc/clnt_udp.c: Likewise.
2699         * sunrpc/clnt_unix.c: Likewise.
2700         * sunrpc/des_crypt.c: Likewise.
2701         * sunrpc/des_soft.c: Likewise.
2702         * sunrpc/get_myaddr.c: Likewise.
2703         * sunrpc/getrpcport.c: Likewise.
2704         * sunrpc/key_call.c: Likewise.
2705         * sunrpc/key_prot.c: Likewise.
2706         * sunrpc/openchild.c: Likewise.
2707         * sunrpc/pm_getmaps.c: Likewise.
2708         * sunrpc/pm_getport.c: Likewise.
2709         * sunrpc/pmap_clnt.c: Likewise.
2710         * sunrpc/pmap_prot.c: Likewise.
2711         * sunrpc/pmap_prot2.c: Likewise.
2712         * sunrpc/pmap_rmt.c: Likewise.
2713         * sunrpc/rpc/auth.h: Likewise.
2714         * sunrpc/rpc/auth_unix.h: Likewise.
2715         * sunrpc/rpc/clnt.h: Likewise.
2716         * sunrpc/rpc/des_crypt.h: Likewise.
2717         * sunrpc/rpc/key_prot.h: Likewise.
2718         * sunrpc/rpc/netdb.h: Likewise.
2719         * sunrpc/rpc/pmap_clnt.h: Likewise.
2720         * sunrpc/rpc/pmap_prot.h: Likewise.
2721         * sunrpc/rpc/pmap_rmt.h: Likewise.
2722         * sunrpc/rpc/rpc.h: Likewise.
2723         * sunrpc/rpc/rpc_des.h: Likewise.
2724         * sunrpc/rpc/rpc_msg.h: Likewise.
2725         * sunrpc/rpc/svc.h: Likewise.
2726         * sunrpc/rpc/svc_auth.h: Likewise.
2727         * sunrpc/rpc/types.h: Likewise.
2728         * sunrpc/rpc/xdr.h: Likewise.
2729         * sunrpc/rpc_clntout.c: Likewise.
2730         * sunrpc/rpc_cmsg.c: Likewise.
2731         * sunrpc/rpc_common.c: Likewise.
2732         * sunrpc/rpc_cout.c: Likewise.
2733         * sunrpc/rpc_dtable.c: Likewise.
2734         * sunrpc/rpc_hout.c: Likewise.
2735         * sunrpc/rpc_main.c: Likewise.
2736         * sunrpc/rpc_parse.c: Likewise.
2737         * sunrpc/rpc_parse.h: Likewise.
2738         * sunrpc/rpc_prot.c: Likewise.
2739         * sunrpc/rpc_sample.c: Likewise.
2740         * sunrpc/rpc_scan.c: Likewise.
2741         * sunrpc/rpc_scan.h: Likewise.
2742         * sunrpc/rpc_svcout.c: Likewise.
2743         * sunrpc/rpc_tblout.c: Likewise.
2744         * sunrpc/rpc_util.c: Likewise.
2745         * sunrpc/rpc_util.h: Likewise.
2746         * sunrpc/rpcinfo.c: Likewise.
2747         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
2748         * sunrpc/rpcsvc/key_prot.x: Likewise.
2749         * sunrpc/rpcsvc/klm_prot.x: Likewise.
2750         * sunrpc/rpcsvc/mount.x: Likewise.
2751         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
2752         * sunrpc/rpcsvc/rex.x: Likewise.
2753         * sunrpc/rpcsvc/rstat.x: Likewise.
2754         * sunrpc/rpcsvc/rusers.x: Likewise.
2755         * sunrpc/rpcsvc/sm_inter.x: Likewise.
2756         * sunrpc/rpcsvc/spray.x: Likewise.
2757         * sunrpc/rpcsvc/yppasswd.x: Likewise.
2758         * sunrpc/rtime.c: Likewise.
2759         * sunrpc/svc.c: Likewise.
2760         * sunrpc/svc_auth.c: Likewise.
2761         * sunrpc/svc_authux.c: Likewise.
2762         * sunrpc/svc_raw.c: Likewise.
2763         * sunrpc/svc_run.c: Likewise.
2764         * sunrpc/svc_simple.c: Likewise.
2765         * sunrpc/svc_tcp.c: Likewise.
2766         * sunrpc/svc_udp.c: Likewise.
2767         * sunrpc/svc_unix.c: Likewise.
2768         * sunrpc/svcauth_des.c: Likewise.
2769         * sunrpc/xcrypt.c: Likewise.
2770         * sunrpc/xdr.c: Likewise.
2771         * sunrpc/xdr_array.c: Likewise.
2772         * sunrpc/xdr_float.c: Likewise.
2773         * sunrpc/xdr_mem.c: Likewise.
2774         * sunrpc/xdr_rec.c: Likewise.
2775         * sunrpc/xdr_ref.c: Likewise.
2776         * sunrpc/xdr_sizeof.c: Likewise.
2777         * sunrpc/xdr_stdio.c: Likewise.
2778
2779         * po/da.po: Update from translation team.
2780
2781 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2782
2783         * sysdeps/sh/____longjmp_chk.S: New file.
2784         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
2785         * sysdeps/sh/sh4/__longjmp.S: Likewise.
2786
2787 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
2788             Ulrich Drepper  <drepper@redhat.com>
2789
2790         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
2791         (__nscd_cache_search): Assume each entry in the
2792         hash chain needs one hashentry and half of datahead.  Use
2793         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
2794
2795 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
2796
2797         * posix/sys/wait.h: Fix typos.  Pretty printing.
2798         * stdlib/stdlib.h: Likewise.  Correct comments.
2799
2800         [BZ #10159]
2801         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
2802
2803         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
2804         patch.
2805
2806 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2807
2808         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
2809         Use it if we absolutely cannot reach any more correct list elements
2810         because that many do not fit into the currently mapped database.
2811
2812 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
2813
2814         * nscd/nscd_helper.c: Include stddef.h.
2815         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
2816         in a couple of places.  Return NULL if trail is not less than
2817         datasize, don't consider dataheads with length smaller than
2818         offsetof (struct datahead, data) + datalen.
2819         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
2820         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
2821         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
2822         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2823         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2824         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2825         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2826
2827         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
2828         Rename ...
2829         (fallocate64): ... to this.
2830         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
2831         Rename ...
2832         (fallocate64): ... to this.
2833         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
2834         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
2835         fallocate64@@GLIBC_2.10.
2836         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
2837         fallocate64@@GLIBC_2.11.
2838         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
2839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
2840         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
2841         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
2842
2843         * nscd/selinux.c (nscd_avc_destroy): Removed.
2844         * nscd/selinux.h (nscd_avc_destroy): Likewise.
2845         * nscd/nscd.c (termination_handler): Don't call
2846         nscd_avc_destroy.
2847
2848 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
2849
2850         * include/atomic.h: Formatting.
2851         (catomic_compare_and_exchange_val_acq): Don't define if already
2852         defined by bits/atomic.h.
2853
2854 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2855
2856         * math/libm-test.inc (expm1_test): Add test for range error.
2857
2858         * Versions.def: Add GLIBC_2.11 for libc.
2859         * debug/Makefile (routines): Add longjmp_chk.
2860         Add rules to build and run tst-longjmp_chk.
2861         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
2862         * debug/longjmp_chk.c: New file.
2863         * debug/tst-longjmp_chk.c: New file.
2864         * include/bits/setjmp2.: New file.
2865         * include/stdio.h: Mark __fortify_fail as internal_function.
2866         * setjmp/Makefile (headers): Add bits/setjmp2.h.
2867         * setjmp/bits/setjmp2.h: New file.
2868         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
2869         of the aliases.
2870         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
2871         defined.
2872         * sysdeps/i386/____longjmp_chk.S: New file.
2873         * sysdeps/x86_64/____longjmp_chk.S: New file.
2874         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
2875         * sysdeps/x86_64/__longjmp.S: Likewise.
2876
2877         * version.h: Bump for 2.11 development.
2878
2879         * elf/check-execstack.c: New file.
2880         * elf/Makefile: Add rules to build and run check-execstack.
2881
2882 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
2883
2884         * version.h (VERSION): Bump to 2.10.1.
2885
2886         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
2887         compatibility functions.
2888         * nss/getXXent_r.c: Likewise.
2889         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
2890         * gshadow/getsgnam_r.c: Likewise.
2891         * gshadow/Version: Remove duplicate entries.
2892
2893         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
2894         for recent processor.
2895         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
2896         Likewise.
2897
2898 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
2899
2900         * version.h (VERSION): Bump for 2.10 release.
2901         * include/features.h (__GLIBC_MINOR__): Bump to 10.
2902
2903         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
2904         same place we add ASFLAGS-config.
2905
2906 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
2907
2908         [BZ #10128]
2909         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
2910         or FORMERR and the other NOERROR, don't raise an error.
2911
2912 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
2913
2914         [BZ #10118]
2915         * Makeconfig (+asflags): New variable based upon ASFLAG or
2916         asflags-cpu.
2917         (ASFLAGS): Add override to set ASFLAGS to +asflags.
2918         * config.make.in (asflags-cpu): Add variable based upon
2919         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
2920         the assembler.
2921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
2922         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
2923         recognizes power6 instruction set due to passing -mcpu=power6 from
2924         --with-cpu=power6 when compiling .S files.
2925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
2926         Likewise.
2927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
2928         Likewise.
2929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
2930         Likewise.
2931
2932 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
2933
2934         * string/stratcliff.c (do_test): Test for zero length
2935         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
2936         at the end of the page.
2937
2938 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
2939
2940         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
2941
2942         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
2943         count is zero.
2944
2945         * po/da.po: Update from translation team.
2946
2947 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
2948
2949         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
2950         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
2951
2952 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
2953
2954         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
2955         and READ_IMPLIES_EXEC.
2956
2957 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2958
2959         * po/da.po: Update from translation team.
2960
2961 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
2962
2963         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
2964         comment change.
2965
2966 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
2967
2968         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
2969         to MAP_ANON in PROT_NONE mmap64 call.
2970         (open_archive): Likewise.
2971         (file_data_available_p): Use mmap64 instead of mremap.
2972         (enlarge_archive): Likewise.  Update head if ah->addr changed.
2973         Attempt to reserve address space after mmap64 region.
2974
2975 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
2976
2977         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
2978         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
2979         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
2980
2981         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
2982         atanh should set ERANGE.
2983
2984         [BZ #10087]
2985         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
2986         result of lookup to make call to implement STT_GNU_IFUNC.
2987         (_dl_profile_fixup): Likewise.
2988         Patch by H.J. Lu <hjl.tools@gmail.com>.
2989
2990         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
2991         warning.
2992
2993         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
2994         from definition.
2995
2996         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
2997         label if it is not used.
2998
2999         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3000         of gmon_hist_hdr and gmon_hdr structures and use them.
3001         * elf/sprof.c: Likewise.
3002
3003         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3004         warning.
3005
3006         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3007
3008         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3009         to avoid cast.
3010
3011         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3012         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3013         to avoid warnings.
3014         (iruserok_af): Use ss_family instead of casts.
3015
3016         * gmon/gmon.c (write_hist): Define real-type variant of
3017         gmon_hist_hdr structure and use it.
3018         (write_gmon): Likewise for gmon_hdr.
3019
3020         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3021         function if we are not going to define it.
3022         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3023
3024         * inet/inet6_option.c (option_alloc): Add temporary variable to
3025         avoid warning.
3026
3027         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3028         name of VTable element.
3029         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3030         * libio/iovsscanf.c: Likewise.
3031         * libio/vasprintf.c: Likewise.
3032         * libio/vsnprintf.c: Likewise.
3033         * stdio-common/isoc99_vsscanf.c: Likewise.
3034         * stdlib/strfmon_l.c: Likewise.
3035         * debug/vasprintf_chk.c: Likewise.
3036         * debug/vsnprintf_chk.c: Likewise.
3037         * debug/vsprintf_chk.c: Likewise.
3038
3039         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3040         function pointers.
3041
3042 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3043
3044         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3045
3046 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3047
3048         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3049
3050         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3051         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3052         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3053         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3054         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3055         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3056         * math/libm-test.inc: Add tests for errno after tan calls with
3057         Â±Inf.
3058
3059         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3060         errno value vor pow(+-0,neg).
3061         * math/libm-test.inc (pow_test): Add tests for errno value for
3062         pole errors.
3063
3064         * math/w_fmod.c: Also handle x=±Inf as error.
3065         * math/w_fmodf.c: Likewise.
3066         * math/w_fmodl.c: Likewise.
3067         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3068         x=±Inf or y=0.
3069
3070         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3071         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3072         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3073         * sysdeps/i386/fpu/s_sin.S: Likewise.
3074         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3075         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3076         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3077         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3078         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3079         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3080         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3081         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3082         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3083         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3084         Â±Inf.
3085
3086         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3087         ERANGE for underflows.
3088         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3089
3090         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3091         the 2001 revision.
3092
3093         * libio/tst-widetext.input: Remove surrogates.
3094
3095         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3096
3097         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3098         for lgamma should set errno to ERANGE, not EDOM.
3099         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3100
3101 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3102
3103         [BZ #10093]
3104         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3105         UTF-16 surrogates.
3106
3107         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3108         space when temporarily mapping the whole content of the old file.
3109
3110         [BZ #10100]
3111         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3112         not zero.
3113
3114 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3115
3116         * iconvdata/sjis.c (BODY): Don't advance inptr before
3117         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3118         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3119         two byte chars.
3120
3121 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3122
3123         * locale/locarchive.h (struct locarhandle): Rename len field to
3124         mmaped and add new reserved field.
3125         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3126         (create_archive): Reserve address space and then map file into it.
3127         (open_archive): Likewise.
3128         (file_data_available_p): New function.
3129         (compare_from_file): New function.
3130         (close_archive): Adjust to member name changes.
3131         (add_locale): Before comparing locale data, check it is mapped.
3132         Otherwise fall back to reading from the file.
3133
3134 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3135
3136         * stdio-common/psiginfo.c: Include <errno.h>.
3137
3138 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3139
3140         [BZ #9920]
3141         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3142         to get consistency between 32 and 64 bit architectures.
3143
3144         [BZ #10052]
3145         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3146         directory for dummy syscall rules.
3147         Patch by Chris Steinbroner <hesh@pobox.com>.
3148
3149 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
3150
3151         [BZ #10092]
3152         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3153         MNT_EXPIRE.
3154
3155 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3156
3157         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
3158         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3159
3160 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
3161
3162         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
3163         data from vector to temporary buffer and call PWRITEV after it
3164         instead of vice versa.
3165         * sysdeps/posix/preadv.c: Fix up comment.
3166         * misc/preadv.c: Likewise.
3167         * misc/preadv64.c: Likewise.
3168         * misc/pwritev.c: Likewise.
3169         * misc/pwritev64.c: Likewise.
3170         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3171
3172 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3173
3174         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3175
3176         * shadow/Makefile (tests): Add tst-shadow.
3177         * shadow/tst-shadow.c: New file.
3178
3179         [BZ #9955]
3180         * gshadow/Makefile: New file.
3181         * gshadow/Versions: New file.
3182         * gshadow/fgetsgent.c: New file.
3183         * gshadow/fgetsgent_r.c: New file.
3184         * gshadow/getsgent.c: New file.
3185         * gshadow/getsgent_r.c: New file.
3186         * gshadow/getsgnam.c: New file.
3187         * gshadow/getsgnam_r.c: New file.
3188         * gshadow/gshadow.h: New file.
3189         * gshadow/putsgent.c: New file.
3190         * gshadow/sgetsgent.c: New file.
3191         * gshadow/sgetsgent_r.c: New file.
3192         * gshadow/tst-gshadow.c: New file.
3193         * include/gshadow.h: New file.
3194         * Makeconfig (all-subdirs): Add gshadow.
3195         * Makefile (installed-headers): Add gshadow/gshadow.h.
3196         * nss/Makefile (databases): Add sgrp.
3197         * nss/Versions: Add gshadow functions as private exports.
3198         * nss/nsswitch.conf: Add gshadow entry.
3199         * nss/sgrp-lookup.c: New file.
3200         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
3201         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3202         * nss/nss_files/files-sgrp.c: New file.
3203         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3204         * sysdeps/unix/sysv/linux/paths.h: Likewise.
3205
3206 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3207
3208         * stdio-common/printf.h: Add missing const to register_printf_modifier.
3209         * stdio-common/reg-modifier.c: Likewise.
3210
3211 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
3212
3213         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3214         is no FPU.
3215
3216 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3217
3218         [BZ #10086]
3219         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3220         headers up to 2.6.30.
3221
3222         * po/ca.po: Update from translation team.
3223
3224 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
3225
3226         [BZ #10069]
3227         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3228         an object that uses static TLS if the TLS modid is higher than the
3229         reserve we always allocate.  At least for multi-threaded code.
3230
3231 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
3232
3233         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3234         Numerically stable check for valid width.
3235
3236         * locale/programs/locarchive.c (open_archive): Map the entire file
3237         and not just the administrative data.
3238         (add_locale): When we find a hash sum match compare the content
3239         to be sure.
3240
3241         * malloc/malloc.c (malloc_info): Output address space information.
3242
3243 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
3244
3245         * malloc/malloc.c (malloc_info): Also output system memory information.
3246
3247         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3248         architectures have preadv/pwritev in 2.6.30.
3249
3250         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3251         * sysdeps/posix/readv.c: Likewise.
3252         Reported by Markus Armbruster <armbru@redhat.com>.
3253
3254         * malloc/hooks.c (top_check): Force hook value into register.
3255
3256 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3257
3258         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3259         calls to _dl_relocate_object.
3260
3261 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3262
3263         [BZ #9957]
3264         * malloc/malloc.c (force_reg): Define.
3265         (sYSMALLOc): Load hook variable into variable
3266         before test and force into register.
3267         (sYSTRIm): Likewise.
3268         (public_mALLOc): Force hook value into register.
3269         (public_fREe): Likewise.
3270         (public_rEALLOc): Likewise.
3271         (public_mEMALIGn): Likewise.
3272         (public_vALLOc): Likewise.
3273         (public_pVALLOc): Likewise.
3274         (public_cALLOc): Likewise.
3275         (__posix_memalign): Likewise.
3276         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3277         before test and force into register.
3278         * malloc/hooks.c (top_check): Likewise.
3279         (public_sET_STATe): Pretty printing.
3280
3281         * resolv/res_send.c (send_dg): Don't just ignore the result we got
3282         in case we only receive one reply in single-request mode.
3283
3284 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
3285
3286         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3287         are dlopened in statically linked program even for __LM_ID_CALLER.
3288
3289 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3290
3291         * resolv/res_send.c (send_dg): Don't switch into single-request
3292         mode if we already are in it.
3293
3294 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
3295
3296         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3297         are always at least 4 bytes in the returned line.
3298
3299 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
3300
3301         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3302         __libc_use_alloca (8192), if the stack is too small use 512 bytes
3303         instead of 8K.  Stop searching in /proc/stat after hitting first
3304         line not starting with cpu.
3305         (next_line): Truncate too long
3306         lines at buffer size * 3/4 instead of pretending there were line
3307         breaks inside of large lines.
3308
3309 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3310
3311         * sysdeps/x86_64/mp_clz_tab.c: New file.
3312
3313 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
3314             Ulrich Drepper  <drepper@redhat.com>
3315
3316         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3317         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3318         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3319
3320 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
3321
3322         * sysdeps/sh/libc-tls.c: New file.
3323
3324         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3325
3326 2009-04-14  Roland McGrath  <roland@redhat.com>
3327
3328         * elf/elf.h: Add various missing ARM constants, to match binutils.
3329
3330 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3331
3332         Optimizations from GMP.
3333         * sysdeps/x86_64/add_n.S: New file.
3334         * sysdeps/x86_64/addmul_1.S: New file.
3335         * sysdeps/x86_64/lshift.S: New file.
3336         * sysdeps/x86_64/mul_1.S: New file.
3337         * sysdeps/x86_64/rshift.S: New file.
3338         * sysdeps/x86_64/sub_n.S: New file.
3339         * sysdeps/x86_64/submul_1.S: New file.
3340
3341 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3342
3343         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3344         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3345         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3346         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3347
3348 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3349
3350         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3351         preadv/pwritev.
3352
3353 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
3354
3355         * sysdeps/x86-64/strrchr.S: New file.
3356
3357 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3358
3359         * stdio-common/printf.h (struct printf_info): Add user element.
3360         New types printf_arginfo_size_function, printf_va_arg_function.
3361         Declare register_printf_specifier, register_printf_modifier,
3362         register_printf_type.
3363         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3364         (union printf_arg): Add pa_user element.
3365         Adjust __printf_arginfo_table type.
3366         Add __printf_va_arg_table, __printf_modifier_table,
3367         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3368         declarations.
3369         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3370         If registered arginfo call failed try normal specifier.
3371         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3372         function.
3373         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3374         * stdio-common/Versions: Export register_printf_modifier,
3375         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3376         * stdio-common/reg-modifier.c: New file.
3377         * stdio-common/reg-type.c: New file.
3378         * stdio-common/reg-printf.c (__register_printf_specifier): New
3379         function.  Mostly the old __register_printf_function function but
3380         uses locking and type of third parameter changed.
3381         (__register_printf_function): Implement using
3382         __register_printf_specifier.
3383         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3384         calls to arginfo functions.  Allocate enough memory for user-defined
3385         types.  Call new va_arg functions to get user-defined types.
3386         Try installed handlers even for existing format specifiers first.
3387
3388 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3389
3390         * sysdeps/x86_64/rawmemchr.S: New file.
3391
3392         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3393         Simplified code and possible copy problem fixed.
3394
3395         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3396         function if it is not defined.  Add some necessary casts.
3397         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3398
3399         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3400         have preadv/pwritev in 2.6.30.
3401
3402 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3403
3404         * malloc/malloc.c (malloc_info): New function.
3405         * malloc/malloc.h: Declare it.
3406         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3407
3408         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3409         to avoid PLT slot.
3410
3411         * malloc/malloc.c (_int_realloc): Add parameter with old block
3412         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3413         Adjust all callers.
3414         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3415
3416 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3417
3418         * sysdeps/x86_64/strchrnul.S: New file.
3419
3420         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3421         depending libcrypt on -lfreebl3.
3422
3423         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3424         preadv/pwritev in 2.6.30.
3425
3426         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3427         instead of __strcasecmp.
3428
3429         * string/stratcliff.c (do_test): Add memchr tests..
3430         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3431         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3432         first read quad word.
3433
3434 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
3435
3436         * string/strverscmp.c (__strverscmp): Fix last cleanups.
3437         * string/tst-svc.input: Add new test case.
3438         * string/tst-svc.expect: Adjust.
3439         * string/Makefile: Don't ignore tst-svc error.
3440
3441         * sysdeps/x86_64/memchr.S: New file.
3442
3443         * resolv/resolv.h (RES_SNGLKUP): Define.
3444         * resolv/res_init.c (res_setoptions): Recognize single-request option.
3445         * resolv/res_send.c (send_dg): If we sent two requests at once and
3446         only get one reply before timeout switch to mode where we send the
3447         second request only after the first answer has been received.
3448
3449 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
3450
3451         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3452         * sysdeps/x86_64/strchr.S: Likewise.
3453
3454 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
3455
3456         * configure.in: We need to test for the compiler earlier.
3457
3458         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3459         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3460         GLIBC_2.10.
3461         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3462         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3463         and pwritev.
3464         * misc/preadv.c: New file.
3465         * misc/preadv64.c: New file.
3466         * misc/pwritev.c: New file.
3467         * misc/pwritev64.c: New file.
3468         * sysdeps/posx/preadv.c: New file.
3469         * sysdeps/posx/preadv64.c: New file.
3470         * sysdeps/posx/pwritev.c: New file.
3471         * sysdeps/posx/pwritev64.c: New file.
3472         * sysdeps/unix/sysv/linux/preadv.c: New file.
3473         * sysdeps/unix/sysv/linux/preadv64.c: New file.
3474         * sysdeps/unix/sysv/linux/pwritev.c: New file.
3475         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
3476         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
3477         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
3478
3479         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
3480         compatibility code.
3481         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3482
3483         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3484         __ASSUME_COMPLETE_READV_WRITEV.
3485         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
3486         with modern kernels.
3487         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3488
3489         * sysdeps/posix/readv.c: Since read is a cancellation point we have
3490         to free a possible malloced buffer in case of cancellation.
3491         * sysdeps/posix/writev.c: Likewise for write.
3492
3493 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
3494
3495         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
3496
3497         * configure.in: Recognize --enable-nss-crypt.
3498         * config.make.in: Add nss-crypt entry.
3499         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
3500         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
3501         and include path for NSS directory to compiler for md5-crypt,
3502         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
3503         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
3504         function implementation, use NSS.  Introduce wrappers around the
3505         hash function calls.  Little code size optimization.
3506         * crypt/sha256-crypt.c: Likewise.
3507         * crypt/sha512-crypt.c: Likewise.
3508         * scripts/check-local-headers.sh: Ignore nss3 directory.
3509
3510         * configure.in: Rename pic_default to libc_cv_pic_default.
3511         * config.make.in: Likewise.
3512
3513 2009-04-01  Roland McGrath  <roland@redhat.com>
3514
3515         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
3516         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
3517         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
3518         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
3519         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
3520         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
3521         (R_SPARC_NUM): Update.
3522         From Dave Miller <davem@davemloft.net>.
3523
3524 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
3525
3526         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
3527
3528 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
3529
3530         * elf/dl-open.c: Keep track of used name spaces and only iterate over
3531         those which are used.
3532         * elf/dl-addr.c: Likewise.
3533         * elf/dl-caller.c: Likewise.
3534         * elf/dl-fini.c: Likewise.
3535         * elf/dl-iteratephdr.c: Likewise.
3536         * elf/dl-libc.c: Likewise.
3537         * elf/dl-load.c: Likewise.
3538         * elf/dl-support.c: Likewise.
3539         * elf/dl-sym.c: Likewise.
3540         * elf/rtld.c: Likewise.
3541         * sysdeps/generic/ldsodefs.h: Likewise.
3542
3543         * elf/dl-load.c: Remove support for systems without MAP_ANON.
3544         * elf/dl-minimal.c: Likewise.
3545         * elf/dl-misc.c: Likewise.
3546         * elf/rtld.c: Likewise.
3547         * sysdeps/generic/ldsodefs.h: Likewise.
3548
3549 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
3550
3551         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
3552         Avoid reuse of complex expression.
3553
3554         * po/fr.po: Update from translation team.
3555
3556 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3557
3558         * include/dirent.h: Yet more changes to match sort function type
3559         change.
3560         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
3561         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3562         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3563
3564 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
3565
3566         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
3567
3568 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3569
3570         * nscd/connections.c (restart): Try to preserve the process name
3571         by reading the /proc/self/exe symlink and using the return name.
3572         Patch by Jeff Bastian <jbastian@redhat.com>.
3573
3574 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
3575
3576         [BZ #9733]
3577         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
3578         if we are not loading a new audit library.
3579         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
3580         Only use profiling trampoline for auditing if we are not relocating
3581         an audit library.
3582         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
3583         * elf/rtld.c: Likewise.
3584         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
3585
3586         * elf/rtld.c (dl_main): Extend help message for --audit option.
3587
3588         [BZ #9759]
3589         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
3590         alphasort64, versionsort, and versionsort64 to POSIX 2008.
3591         * dirent/alphasort.c: Adjust implementation to type change.
3592         * dirent/alphasort64.c: Likewise.
3593         * dirent/scandir.c: Likewise.
3594         * dirent/versionsort.c: Likewise.
3595         * dirent/versionsort64.c: Likewise.
3596         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
3597         declaration.
3598         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
3599         declaration.
3600
3601         [BZ #9880]
3602         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
3603         correctly.  Set segleft member in output as required.
3604         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3605         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
3606
3607         [BZ #9881]
3608         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
3609         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3610         * inet/Makefile (tests): Add tst-inet6_rth.
3611         * inet/tst-inet6_rth.c: New file.
3612
3613         [BZ #5807]
3614         * string/strlen.c (strlen): Fix omission in the expression to test
3615         for NUL bytes.
3616
3617 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3618
3619         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
3620
3621         * elf/dl-runtime.c (reloc_offset): Define.
3622         (reloc_index): Define.
3623         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
3624         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
3625         computing index from reloc_offset.
3626         (_dl_call_pltexit): Likewise.
3627         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
3628         the relocation index to _dl_fixup.
3629         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
3630         _dl_call_pltexit.
3631         * sysdeps/x86_64/dl-runtime.c: New file.
3632
3633         [BZ #9893]
3634         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
3635         alignment of La_x86_64_regs.  Store xmm parameters.
3636         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
3637
3638         [BZ #9913]
3639         * string/strverscmp.c (__strverscmp): Fix case of different digits
3640         in fractional part of string.
3641         Patch by Jingyu Liu <jyliu@fortinet.com>.
3642         * string/Makefile (tests): Add tst-svc2.
3643         * string/tst-svc2.c: New file.
3644
3645         * string/strverscmp.c (__strverscmp): Optimize size of tables.
3646
3647         * locale/iso-639.def: Add Min Nan.
3648
3649 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3650
3651         [BZ #9948]
3652         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
3653
3654 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3655
3656         * elf/dl-sysdep.c (auxvars): Compress data structure.
3657
3658         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
3659         STT_GNU_IFUNC handling.
3660         (elf_machine_rela): Likewise.
3661
3662 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
3663
3664         * config.h.in (USE_MULTIARCH): Define.
3665         * configure.in: Handle --enable-multi-arch.
3666         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
3667         (_dl_fixup_profile): Likewise.
3668         * elf/do-lookup.c (dl_lookup_x): Likewise.
3669         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
3670         * elf/elf.h (STT_GNU_IFUNC): Define.
3671         * include/libc-symbols.h (libc_ifunc): Define.
3672         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
3673         framework in init-arch.h to get CPUID values.
3674         * sysdeps/x86_64/multiarch/Makefile: New file.
3675         * sysdeps/x86_64/multiarch/init-arch.c: New file.
3676         * sysdeps/x86_64/multiarch/init-arch.h: New file.
3677         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
3678
3679         * config.make.in (experimental-malloc): Define.
3680         * configure.in: Handle --enable-experimental-malloc.
3681         * malloc/Makefile: Handle experimental-malloc flag.
3682         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
3683         * malloc/arena.c: Likewise.
3684         * malloc/hooks.c: Likewise.
3685         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
3686
3687 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
3688
3689         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
3690         prediction.  A few size optimizations.
3691
3692 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3693
3694         * time/tzset.c: Optimize a bit for size.
3695
3696 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3697
3698         * include/stdio.h (fmemopen): Add libc_hidden_proto.
3699         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
3700
3701         * elf/sprof.c: Avoid warning about multi-line comment.
3702
3703 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3704
3705         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
3706         DST name.
3707         * time/tst-posixtz.c: Add tests for quoted timezone names.
3708
3709 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3710
3711         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
3712         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
3713         200809L instead of 200112L.
3714         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
3715         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
3716
3717         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
3718         instead of __quick_exit_funcs to __run_exit_handlers.
3719         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
3720         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
3721         (__cxa_at_quick_exit): Remove attribute_hidden.
3722         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
3723         to __run_exit_handlers.
3724         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
3725         attribute_hidden.
3726
3727 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3728
3729         * po/id.po: Update from translation team.
3730
3731 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
3732
3733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
3734         .machine push; .machine "power6" and .machine pop around mtfsf
3735         insns outside of _ARCH_PWR6 define.
3736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
3738         Likewise.
3739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3740         Likewise.
3741         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
3742         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
3743         relax_fenv_state): Likewise.
3744
3745 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
3746
3747         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
3748         cxa_at_quick_exit.
3749         (static-only-routines): Add at_quick_exit.
3750         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
3751         GLIBC_2.10.
3752         * stdlib/quick_exit.c: New file.
3753         * stdlib/at_quick_exit.c: New file.
3754         * stdlib/cxa_at_quick_exit.c: New file.
3755         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
3756         it appropriately.
3757         (__internal_atexit): New function.
3758         (__new_exitfn): Now takes parameter to point to the list to use.
3759         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
3760         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
3761         (exit): ...here.  Just call __run_exit_handlers appropriately.
3762         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
3763         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
3764         * stdlib/on_exit.c: Adjust call to __new_exitfn.
3765         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
3766
3767         * po/id.po: Update from translation team.
3768
3769 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
3770
3771         * po/ru.po: Update from translation team.
3772
3773 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
3774
3775         * po/nl.po: Update from translation team.
3776
3777 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
3778
3779         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
3780         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3781         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3782         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3783         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3784         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3785         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3786
3787         * po/pl.po: Update from translation team.
3788
3789 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3790
3791         [BZ #7083]
3792         * sysdeps/unix/sysv/linux/fallocate.c: New file.
3793         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
3794         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
3795         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
3796         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
3797         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
3798         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
3799         for GLIBC_2.10.
3800         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3801         Add fallocate and fallocate64.
3802
3803         * io/fcntl.h: Pretty printing.
3804
3805 2009-03-02  Richard Guenther  <rguenther@suse.de>
3806
3807         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
3808         attribute also for non-C99 inline semantics variant.
3809
3810 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3811
3812         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
3813         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
3814         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
3815         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
3816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
3817         Likewise.
3818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
3819         Likewise.
3820
3821 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3822
3823         * po/cs.po: Update from translation team.
3824
3825 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
3826
3827         * po/bg.po: Update from translation team.
3828         * po/sv.po: Likewise.
3829         * po/fi.po: Likewise.
3830         * po/vi.po: Likewise.
3831
3832 2009-02-27  Roland McGrath  <roland@redhat.com>
3833
3834         * Makeconfig (%.v.i): Depend on Makeconfig.
3835         Exclude % lines from initial #-comment removal.
3836
3837 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
3838
3839         * po/ko.po: Update from translation team.
3840
3841 2009-02-26  Roland McGrath  <roland@redhat.com>
3842
3843         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
3844         avoids unused warning.
3845
3846 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
3847             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3848
3849         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
3850         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
3851         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
3852         and asm/user.h.  Include asm/ptrace.h.
3853         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
3854         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
3855         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
3856         Undefine.
3857         (start_thread): Don't undefine.
3858         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
3859         Define.
3860
3861 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
3862
3863         * wctype/wctype.h: The *_l functions are in POSIX 2008.
3864         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
3865         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
3866         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
3867         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
3868         200112L to 200809L.
3869         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
3870         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3871         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
3872         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3873         _SC_THREAD_ROBUST_PRIO_PROTECT.
3874         * posix/unistd.h: fexecve is in POSIX 2008.
3875         * time/time.h: strftime_l is in POSIX 2008.
3876         * io/sys/stat.h: futimens is in POSIX 2008.
3877         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
3878         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
3879         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
3880         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
3881         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
3882         open_memstream, and vdprintf are in POSIX 2008.
3883
3884 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
3885
3886         * include/features.h: Define macros for XPG7/POSIX 2008.
3887         * ctype/ctype.h: The *_l functions are in POSIX 2008.
3888         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
3889         POSIX 2008.
3890         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
3891         * locale/xlocale.h: Define locale_t type.
3892         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
3893         in POSIX 2008.  Don't define locale_t here.
3894         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
3895         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
3896         UTIME_OMIT only with __USE_ATFILE.
3897         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
3898         * stdio-common/psiginfo.c: New file.
3899         * stdio-common/psiginfo-data.h: New file.
3900         * stdio-common/psiginfo-define.h: New file.
3901         * stdio-common/Makefile (routines): Add psiginfo.
3902         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
3903         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3904         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3905         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3906         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3907         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3908         * io/sys/stat.h: Move mknodat definition into same conditional as
3909         mknod.
3910         * time/sys/time.h: futimesat is not among the functions accepted
3911         into the POSIX standard.
3912
3913         * include/features.h: If no feature selection given and we select
3914         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
3915         * posix/Versions: Export __posix_getopt.
3916         * posix/getopt.c (_getopt_initialize): Take additional parameter.
3917         Use it to alternatively initialize __posixly_correct.
3918         (_getopt_internal_r): Take addition parameter.  Pass on to
3919         _getopt_initialize.
3920         (_getopt_internal): Take addition parameter.  Pass on to
3921         _getopt_internal_r.
3922         (getopt): Pass additional zero to _getopt_internal.
3923         (__posix_getopt): New function.
3924         * posix/getopt.h: Add redirection for getopt.
3925         * posix/getopt1.c (getopt_long): Pass additional zero to
3926         _getopt_internal.
3927         (getopt_long_only): Likewise.
3928         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
3929         (_getopt_long_only_r): Likewise.
3930         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
3931         _getopt_internal_r.
3932
3933 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3934
3935         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
3936         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3937         * sysdeps/posix/sysconf.c (__sysconf): Handle
3938         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
3939         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3940
3941 2009-02-24  Roland McGrath  <roland@redhat.com>
3942
3943         [BZ #9895]
3944         * README.template: Reworded not to use substituted version number.
3945         Renamed to ...
3946         * README: ... here (no longer generated).
3947         * Makefile (README): Target removed.
3948
3949 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3950
3951         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
3952         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
3953         instead.
3954
3955         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
3956
3957         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
3958
3959 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
3960
3961         * po/bg.po: Update from translation team.
3962
3963 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
3964
3965         * stdlib/monetary.h: Uglify function parameter names.
3966         * sunrpc/rpc/pmap_clnt.h: Likewise.
3967         * sunrpc/rpc/svc.h: Likewise.
3968         * sunrpc/rpc/xdr.h: Likewise.
3969         * sunrpc/rpc/clnt.h: Likewise.
3970         * resolv/netdb.h: Likewise.
3971         * resolv/arpa/nameser.h: Likewise.
3972         * resolv/resolv.h: Likewise.
3973         * argp/argp.h: Likewise.
3974         * locale/langinfo.h: Likewise.
3975         * io/sys/stat.h: Likewise.
3976         * posix/spawn.h: Likewise.
3977         * nis/rpcsvc/nislib.h: Likewise.
3978         * malloc/obstack.h: Likewise.
3979         * sysdeps/ia64/bits/link.h: Likewise.
3980         * sysdeps/i386/bits/link.h: Likewise.
3981         * sysdeps/s390/bits/link.h: Likewise.
3982         * sysdeps/powerpc/bits/link.h: Likewise.
3983         * sysdeps/x86_64/bits/link.h: Likewise.
3984         * sysdeps/sparc/bits/link.h: Likewise.
3985         * sysdeps/sh/bits/link.h: Likewise.
3986         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
3987         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
3988         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
3989         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3990
3991 2008-12-01  Fredrik Unger  <fred@tree.se>
3992
3993         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
3994         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
3995         _FP_UNPACK_RAW_2, fix up first argument.
3996
3997 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
3998
3999         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4000         (GET_NPROCS_PARSER): Change parameters and use next_line.
4001         (__get_nprocs): Rewrite to not use stdio routines.
4002         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4003         Change parameters and use next_line.
4004
4005 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4006
4007         [BZ #5381]
4008         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4009         Change mempool_alloc prototype.
4010         * nscd/mem.c (gc): Don't handle mem_in_flight.
4011         (mempool_alloc): Third parameter now only indicates whether this is the
4012         first call (to allocate data) or not.  If it is, get db rdlock.
4013         Release it on error.  Don't handle mem_in_flight.
4014         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4015         Adjust third parameter of mempool_alloc calls.
4016         Nothing to do here in case mempool_alloc fails.
4017         Avoid local variable shadowing parameter.  No need to get db rdlock
4018         before calling cache_add.
4019         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4020         no mem_in_flight array anymore.
4021         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4022         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4023         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4024         in case mempool_alloc fails. No need to get db rdlock before calling
4025         cache_add.
4026         * nscd/hstcache.c (cache_addhst): Likewise.
4027         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4028         * nscd/servicescache.c (cache_addserv): Likewise.
4029         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4030
4031 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4032
4033         * po/lt.po: Update from translation team.
4034
4035 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4036
4037         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4038         defined, allow additional data to be added using the optional
4039         MORE_ELF_HEADER_DATA macro.
4040         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4041         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4042
4043 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4044
4045         * include/atomic.h: Define catomic_and if not already defined.
4046         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4047         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4048
4049 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4050
4051         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4052         Change all callers.
4053         (_int_realloc): Likewise.  Third argument is now padded size
4054         All _int_* functions are now static.
4055
4056         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4057         * malloc/arena.c: Likewise.
4058         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4059         functions.
4060
4061         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4062         easily.
4063
4064         * malloc/malloc.c: Add branch prediction for use of the hooks.
4065
4066         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4067
4068 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4069
4070         [BZ #7095]
4071         * bits/confname.h: Add SUSv7 macros for getconf environments.
4072         * bits/environments.h: Likewise.
4073         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4074         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4075         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4076         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4077         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4078         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4079         * posix/getconf.c: Likewise.
4080         * posix/sysconf.c: Likewise.
4081         * sysdeps/posix/sysconf.c: Likewise.
4082         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4083         environments.
4084
4085 2009-01-16  Petr Baudis  <pasky@suse.cz>
4086
4087         [BZ #9753]
4088         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4089         even if we currently have zero nscount.
4090
4091 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4092
4093         [BZ #9781]
4094         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4095         the input line is too long.
4096
4097         * po/Makefile (libc.pot): Add f_print as function taking c-format
4098         parameter.
4099
4100         * debug/xtrace.sh: Unify translatable messages.
4101         * elf/ldd.bash.in: Likewise.
4102         * elf/sprof.c: Likewise.
4103         * locale/programs/locale.c: Likewise.
4104         * malloc/memusage.sh: Likewise.
4105         * nss/getent.c: Likewise.
4106
4107 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4108
4109         * debug/pcprofiledump.c (print_version,
4110         argp_program_version_hook): New function.
4111         * elf/ldconfig.c (more_help): New function.
4112         (argp): Use it.
4113         * elf/sln.c (usage): New function.
4114         (main): Support --help and --version.
4115         * malloc/memusagestat.c (print_version): New function.
4116         (argp_program_version_hook): New variable.
4117         * nscd/nscd.c (more_help): New function.
4118         (argp): Use it.
4119         * posix/getconf.c (main): Send --version output to stdout.
4120         Support --help.
4121         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4122         arguments.  All callers changed.
4123         (print_version): New function.
4124         (parseargs): Support --help and --version.
4125         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4126         changed.
4127         (print_version): New function.
4128         (main): Use getopt_long.  Support --help and --version.
4129         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4130         --version.
4131
4132 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4133
4134         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4135         (update_data): Fix handling of wrapping back
4136         to the beginning of the buffer.
4137
4138         [BZ #9823]
4139         * stdio-common/psignal.c (psignal): Fix test for empty string.
4140
4141 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4142
4143         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4144         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4145         move _null_auth to .rodata.
4146
4147         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4148         value of 24.
4149
4150         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4151
4152         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4153         today than when the original code was written.  Use larger
4154         buffers.  This also makes it unnecessary to have stat information,
4155         if this causes extra efforts.
4156         (__opendir): In case O_DIRECTORY works, don't call fstat just for
4157         __alloc_dir.
4158
4159 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
4160
4161         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4162         is set.
4163         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4164         * sysdeps/sh/sh4/__longjmp.S: Likewise.
4165         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4166         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4167         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4168         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4169
4170 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4171
4172         * po/ru.po: Update from translation team.
4173
4174 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4175
4176         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4177         Add _tid slot to maintain consistency with kernel.
4178
4179 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4180
4181         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4182         incomplete characters at end of input buffer.
4183         * libio/Makefile (tests): Add tst-fgetwc.
4184         * libio/tst-fgetwc.c: New file.
4185         * libio/tst-fgetwc.input: New file.
4186
4187 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
4188
4189         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4190
4191 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
4192
4193         [BZ #9793]
4194         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4195         *OUTBUFSTART unless the whole output fit into the buffer.
4196         * iconv/Makefile (tests): Add tst-iconv4.
4197         * iconv/tst-iconv4.c: New file.
4198
4199 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
4200
4201         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4202         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4203
4204 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
4205
4206         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4207         newer linker scripts.
4208
4209 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4210
4211         [BZ #7040]
4212         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4213         inotify_rm_watch should have type int.
4214
4215 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
4216
4217         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4218         Make aligned_restore_vmx a local symbol.
4219         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4220         Likewise.
4221
4222 2009-01-30  Andreas Jaeger  <aj@suse.de>
4223
4224         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4225         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4226         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4227         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4228         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4229         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4230         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4231
4232 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
4233
4234         [BZ #9726]
4235         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4236         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4237
4238 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
4239
4240         [BZ #9726]
4241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4242         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4244         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4245
4246 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
4247
4248         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4249         memcpy instead of memcmp.
4250         (_dl_setup_pointer_guard): Likewise.
4251
4252 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4253
4254         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4255         manipulated brk, use malloc_printerr.
4256         * misc/sbrk.c (__sbrk): Better error handling for nonsense
4257         requests.
4258
4259 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
4260
4261         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4262         rindex): For C++ add inlines so that they can be recognized as
4263         builtins.
4264         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4265
4266 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4267             Jakub Jelinek  <jakub@redhat.com>
4268
4269         * string/string.h: Define correct C++ prototypes for gcc 4.4.
4270         * wcsmbs/wchar.h: Likewise.
4271
4272 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4273
4274         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4275         (stackinfo_sub_sp): Define.
4276
4277 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4278
4279         [BZ #9750]
4280         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4281         * include/alloca.h (alloca_account): Define.
4282         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4283         (stackinfo_sub_sp): Define.
4284
4285         * nscd/connections.c (nscd_init): If database file access fails
4286         check whether this is due to permission problems and bail in that
4287         case.
4288
4289         [BZ #9741]
4290         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4291         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4292
4293 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4294
4295         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4296         Add "t" to clobber list.
4297         (INTERNAL_SYSCALL_NCS): Likewise.
4298
4299 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4300
4301         * nss/getent.c (print_networks): Don't print comma between aliases.
4302
4303 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
4304
4305         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4306
4307         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4308         the hash table.
4309         * misc/Makefile (tests): Add bug-hsearch1.
4310         * misc/bug-hsearch1.c: New file.
4311
4312 2009-01-22  Roland McGrath  <roland@redhat.com>
4313
4314         * Makeconfig (%.v.i): Strip trailing # comments,
4315         not only whole-line comments.
4316
4317 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
4318
4319         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4320         one parameter.  If non-NULL use it to initialize return value.
4321         (_dl_setup_pointer_guard): New function.
4322         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4323         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4324         * elf/rtld.c (security_init): Pass _dl_random to
4325         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
4326         pointer_chk_guard.
4327         * elf/dl-sysdep.c (_dl_random): New variable.
4328         (_dl_sysdep_start): Handle AT_RANDOM.
4329         (_dl_show_auxv): Likewise.
4330         * elf/dl-support.c (_dl_random): New variable.
4331         (_dl_aux_init): Handle AT_RANDOM.
4332         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4333         to _dl_setup_stack_chk_guard.
4334
4335         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4336
4337 2009-01-10  Roland McGrath  <roland@redhat.com>
4338
4339         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4340
4341 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
4342
4343         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4344
4345         [BZ #9706]
4346         * nss/nss_files/files-parse.c (strtou32): New function.
4347         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4348         across 32-bit and 64-bit platforms.
4349         (INT_FIELD_MAYBE_NULL): Likewise.
4350
4351 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4352
4353         [BZ #9720]
4354         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4355         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4356         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4357         Likewise.
4358
4359 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4360
4361         [BZ #697]
4362         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4363         being NULL also if there are no backreferences.
4364         * posix/rxspencer/tests: Add testcases.
4365
4366 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4367
4368         [BZ #9697]
4369         * posix/bug-regex17.c: Add testcases.
4370         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4371         handling.
4372
4373 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4374
4375         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4376         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4377         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4378         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4379         for elf subdir.
4380         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4381         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4382         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4383         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4384         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4385         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4386
4387 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4388
4389         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4390         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4391         re_string_skip_chars, re_string_reconstruct): Likewise.
4392         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4393
4394 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4395
4396         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4397         adjust the buffer alignment.
4398
4399 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4400
4401         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4402         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4403         net/route.h.
4404
4405         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4406         flavor to description only when flavor is not NULL.
4407
4408         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4409         mutex after SIGIO/SIGURG lookup loop.
4410
4411 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4412
4413         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4414
4415 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4416
4417         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4418         handling.
4419
4420 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4421
4422         * sysdeps/unix/sysv/linux/kernel-features.h
4423         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4424
4425         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4426         if no output is written.
4427
4428         * version.h: Bump to 2.10 development.
4429
4430         * posix/getconf.c: Update copyright year.
4431         * nss/getent.c: Likewise.
4432         * iconv/iconvconfig.c: Likewise.
4433         * iconv/iconv_prog.c: Likewise.
4434         * elf/ldconfig.c: Likewise.
4435         * catgets/gencat.c: Likewise.
4436         * csu/version.c: Likewise.
4437         * elf/ldd.bash.in: Likewise.
4438         * elf/sprof.c (print_version): Likewise.
4439         * locale/programs/locale.c: Likewise.
4440         * locale/programs/localedef.c: Likewise.
4441         * nscd/nscd.c (print_version): Likewise.
4442         * debug/xtrace.sh: Likewise.
4443         * malloc/memusage.sh: Likewise.
4444         * malloc/mtrace.pl: Likewise.
4445         * debug/catchsegv.sh: Likewise.
4446
4447 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
4448
4449         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4450         script.
4451
4452 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
4453
4454         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4455         gethostbyname4_r function call succeeded, just leave the loop.
4456
4457         [BZ #9694]
4458         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4459         very end.
4460         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4461         * wctype/Makefile (tests): Add bug-wctypeh.
4462         * wctype/bug-wctypeh.c: New file.
4463
4464         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4465         LOCALDOMAIN is defined.
4466         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4467
4468         * sysdeps/x86_64/bits/select.h: New file.
4469
4470         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4471
4472 2008-12-21  Bruno Haible  <bruno@clisp.org>
4473
4474         [BZ #9677]
4475         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
4476         if no output is written.
4477
4478 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
4479
4480         * login/utmp_file.c (pututline_file): Replace call to dup2 with
4481         libc internal symbol __dup2 to avoid access through the PLT.
4482
4483 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
4484
4485         [BZ #6545]
4486         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
4487         available only for __USE_GNU.
4488
4489         * inet/Makefile (tests): Add tst-getni2.
4490         * inet/tst-getni2.c: New file.
4491
4492         [BZ #7080]
4493         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
4494         NULL when NI_NAMEREQD is set.
4495         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4496         * inet/Makefile (tests): Add tst-getni1.
4497         * inet/tst-getni1.c: New file.
4498
4499 2008-12-03  Petr Baudis  <pasky@suse.cz>
4500
4501         [BZ #7067]
4502         * nscd/connections.c (invalidate_cache): Use prune_run_lock
4503         instead of prune_lock.
4504         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
4505         * nscd/nscd.h (database_dyn): Add prune_run_cache.
4506
4507 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
4508
4509         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4510         use.
4511
4512         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
4513         handling.
4514
4515         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
4516         after reading name server list.
4517
4518         [BZ #7058]
4519         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
4520         handling for host name aliases.
4521
4522 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
4523
4524         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
4525         instead of doing things manually.
4526
4527 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
4528
4529         * posix/regex_internal.h (build_wcs_upper_buffer):
4530         Return type is reg_error_t.
4531
4532 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
4533
4534         * posix/globtest.sh: Use mktemp to create temporary file and
4535         directory.
4536
4537         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
4538         sets correctly.
4539         (__CPU_CLR_S): Likewise.
4540         (__CPU_ISSET_S): Likewise.
4541
4542 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
4543             Ulrich Drepper  <drepper@redhat.com>
4544
4545         * scripts/firstversion.awk: Use custom comparison function to compare
4546         version numbers.
4547         * scripts/versions.awk: Use sort invocation which can handle
4548         multi-digit sub-version numbers.
4549
4550 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
4551
4552         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
4553         * locale/iso-639.def: Add Chhattisgarhi entry.
4554
4555 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
4556
4557         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
4558         ESRCH return value.
4559         (_nss_dns_gethostbyname4_r): Likewise.
4560         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
4561         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
4562         gethostbyname4_r, we don't have a separate IPv6 status, so copy
4563         the no_data variable.
4564
4565         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
4566         information at the correct index.
4567
4568         * socket/sys/socket.h: Declare accept4.
4569         * socket/accept4.c: New file.
4570         * sysdeps/unix/sysv/linux/accept4.c: New file.
4571         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
4572         * socket/Makefile (routines): Add accept4.
4573         * socket/Versions: Export accept4 with version GLIBC_2.10.
4574         * socket/paccept.c: Removed.
4575         * sysdeps/unix/sysv/linux/paccept.c: Removed.
4576         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
4577         * Versions.def: Define GLIBC_2.10 for libc.
4578         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
4579
4580         * nscd/connections.c: Use accept4.
4581
4582         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
4583
4584 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
4585
4586         * resolv/res_send.c (send_dg): Create sockets with non-blocking
4587         flag already set.
4588
4589         * stdlib/setenv.c (unsetenv): Don't search environment if it does
4590         not exist.
4591         * stdlib/Makefile (tests): Add tst-unsetenv1.
4592         * stdlib/tst-unsetenv1.c: New file.
4593
4594 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
4595
4596         * login/utmp_file.c (file_writable): New variable.
4597         (setutent_file): Don't try to open file for writing.
4598         (pututline_file): Before writing, make descriptor writable if
4599         necessary.
4600
4601 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
4602
4603         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
4604         to IPv4 or IPv6 if an interface has been found.
4605
4606 2008-11-26  Roland McGrath  <roland@redhat.com>
4607
4608         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
4609         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
4610
4611         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
4612         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
4613         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
4614
4615         * elf/elf.h (NT_386_IOPERM): New macro.
4616         (NT_PPC_VSX): New macro.
4617
4618 2008-11-25  Roland McGrath  <roland@redhat.com>
4619
4620         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
4621         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
4622         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
4623         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
4624         Subdirectories moved to ports repository.
4625         * configure.in (base_machine): Remove alpha case.
4626
4627 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
4628
4629         * sysdeps/mach/strerror_l.c: New file.
4630
4631 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
4632
4633         [BZ #6411]
4634         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
4635         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
4636         magic numbers.
4637         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
4638         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
4639         (relax_fenv_state): Same as above.
4640         (FPSCR_29): Reserve bit in ISA 2.05.
4641         (FPSCR_NI): Provide define for compat.
4642         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
4643         magic numbers.
4644         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
4645         magic numbers.
4646         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
4647         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
4648         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
4649         access to hwcap to account for hwcap size increase to uint64_t.
4650         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
4651         Likewise.
4652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
4653         (*setcontext): Likewise.
4654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
4655         New file.
4656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
4657         New file.
4658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4659         (*setcontext): dynamically select mtfsf insn based on
4660         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
4661         increase to uint64_t.
4662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4663         (*swapcontext): dynamically select mtfsf insn based on
4664         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
4665         increase to uint64_t.
4666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
4667         New file.
4668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
4669         New file.
4670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4671         (*setcontext): dynamically select mtfsf insn based on
4672         PPC_FEATURE_HAS_DFP.
4673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4674         (*swapcontext): dynamically select mtfsf insn based on
4675         PPC_FEATURE_HAS_DFP.
4676
4677 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
4678
4679         * version.h: Bump for 2.9 release.
4680         * include/features.h (__GLIBC_MINOR__): Bump to 9.
4681
4682         [BZ #7029]
4683         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
4684         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
4685         all the rounding.
4686
4687 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
4688
4689         [BZ #7009]
4690         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
4691         unknown request types for now.
4692
4693 2008-11-11  Roland McGrath  <roland@redhat.com>
4694
4695         * sysdeps/x86_64/configure: New file.
4696
4697         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
4698         * configure: Regenerated.
4699
4700 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4701
4702         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
4703         correct instruction to remove the stack frame.
4704
4705 2008-11-03  Michael Matz  <matz@suse.de>
4706
4707         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
4708         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
4709
4710 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
4711
4712         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
4713         Remove.
4714
4715         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
4716         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
4717         of the thread variable instead of void *.
4718         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
4719         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
4720         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4721         __libc_tsd_define arguments.
4722         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
4723         __libc_tsd_address arguments.  Remove union hack.
4724         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
4725         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
4726         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
4727         Adjust __libc_tsd_{set,get} arguments.
4728         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4729         __libc_tsd_define arguments.
4730         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
4731         arguments.
4732         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4733         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
4734         (LOCALE): Adjust __libc_tsd_define arguments.
4735         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
4736         arguments.
4737         (LOCALE): Adjust __libc_tsd_define arguments.
4738         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
4739         arguments.
4740         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
4741         arguments.
4742
4743 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
4744
4745         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
4746         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4747
4748 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
4749
4750         [BZ #6966]
4751         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
4752
4753 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
4754             Ulrich Drepper  <drepper@redhat.com>
4755
4756         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
4757         definition for GCC 3.1 and later.
4758
4759 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
4760
4761         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
4762         refetch dtv, as it might have changed.
4763         * elf/Makefile: Add rules to build and run tst-tls18.
4764         * elf/tst-tls18.c: New test.
4765         * elf/tst-tlsmod18a.c: New file.
4766
4767 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
4768
4769         [BZ #6875]
4770         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
4771
4772 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4773
4774         [BZ #6867]
4775         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
4776
4777         [BZ #6919]
4778         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
4779         Fix length of copy operation.
4780
4781 2008-10-02  Pierre Habouzit <madcoder@debian.org>
4782
4783         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
4784         and fix its calling convention.
4785
4786 2008-10-07  Andreas Schwab  <schwab@suse.de>
4787
4788         [BZ #6942]
4789         * resolv/res_send.c (send_vc): Fix last change.
4790         (send_dg): Align here as well.
4791
4792 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4793
4794         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
4795         return value in case rlimit is RLIM_INFINITY.
4796
4797         [BZ #6947]
4798         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
4799         for UL_SETFSIZE.
4800         * resource/Makefile (tests): Add bug-ulimit1.
4801         * resource/bug-ulimit1.c: New file.
4802
4803         [BZ #6974]
4804         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
4805         without dot.  Properly terminate the string with a null byte.
4806         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
4807
4808         [BZ #6980]
4809         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
4810         negative sizees.
4811         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
4812         negative __size.
4813
4814         [BZ #6995]
4815         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
4816
4817 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
4818
4819         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
4820         abort if there is no initgroups_dyn function.
4821
4822         * resolv/res_send.c (send_dg): On timeout, only return nonzero
4823         result if any of the queries really provided an answer.
4824
4825 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
4826
4827         * po/lt.po: Update from translation team.
4828
4829 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
4830
4831         * po/id.po: Update from translation team.
4832
4833 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
4834
4835         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
4836         Fix tests for existence of second reply.
4837
4838 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
4839
4840         * po/id.po: New file.
4841         Contributed by the Indonesian translation team.
4842
4843 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
4844
4845         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
4846         initialization.
4847
4848 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
4849
4850         * elf/Makefile: Add rules to build and run tst-tls17.
4851         * elf/tst-tls17.c: New test.
4852         * elf/tst-tlsmod17a.c: New file.
4853         * elf/tst-tlsmod17b.c: Likewise.
4854
4855 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
4856
4857         * stdlib/divmod_1.c: Use correct type for dummy variable.
4858         * stdlib/mod_1.c: Likewise.
4859
4860 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
4861
4862         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
4863
4864 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
4865
4866         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
4867         __nonnull order for C++.
4868         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
4869         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
4870
4871 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
4872
4873         * stdlib/longlong.h: Update from GCC.
4874
4875 2008-10-09  Jakub Jelinek <jakub@redhat.com>
4876             David S. Miller  <davem@davemloft.net>
4877
4878         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
4879         make sure any registers used with 64-bit 'branch-on-register'
4880         instructions have their top 32-bits clear.
4881         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
4882         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
4883
4884 2008-09-18  Andreas Schwab  <schwab@suse.de>
4885
4886         [BZ #6942]
4887         * resolv/res_send.c (send_vc): Fix use of unaligned address.
4888         Properly handle partial reads.
4889
4890 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
4891
4892         * elf/elf.h (STO_MIPS_PLT): New.
4893         (R_MIPS_COPY): New.
4894         (R_MIPS_JUMP_SLOT): New.
4895         (R_MIPS_NUM): Redefine to 128.
4896         (DT_MIPS_PLTGOT): New.
4897         (DT_MIPS_RWPLT): New.
4898         (DT_MIPS_NUM): Redefine to 0x35.
4899
4900 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
4901
4902         * timezone/africa: Update from tzdata2008f.
4903         * timezone/asia: Likewise.
4904         * timezone/australasia: Likewise.
4905         * timezone/europe: Likewise.
4906         * timezone/leapseconds: Likewise.
4907         * timezone/northamerica: Likewise.
4908         * timezone/southamerica: Likewise.
4909         * timezone/zone.tab: Likewise.
4910
4911 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
4912
4913         * nscd/connections.c: Disable use of paccept for now.
4914
4915 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
4916
4917         * socket/Versions: Remove paccept export for GLIBC_2.9.
4918         * socket/Makefile (routines): Remove paccept.
4919         * socket/sys/socket.h: Remove paccept declaration.
4920
4921         * po/sv.po: Update from translation team.
4922
4923 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
4924
4925         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
4926         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4927
4928 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
4929
4930         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
4931         Patch by Olivier Fourdan <ofourdan@redhat.com>.
4932
4933 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
4934
4935         * sunrpc/rpc/svc.h: Declare svcfd_create.
4936         Patch by Michael Solberg <msolberg@redhat.com>.
4937
4938 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
4939             Ulrich Drepper  <drepper@redhat.com>
4940
4941         * malloc/malloc.c (public_vALLOc): Try other arenas in case
4942         _int_valloc fails.
4943         (public_pVALLOc): Likewise.
4944
4945 2008-09-02  Andreas Jaeger  <aj@suse.de>
4946
4947         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
4948         commit.
4949
4950 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
4951
4952         [BZ #6860]
4953         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
4954
4955 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
4956
4957         * Makefile (check-data): Check data directory in add-ons.
4958         * elf/Makefile (check-data): Likewise.
4959
4960 2008-08-18  Roland McGrath  <roland@redhat.com>
4961
4962         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
4963         * configure: Regenerated.
4964         * config.make.in (cflags-cpu): New substituted variable.
4965         (with-cpu): Variable removed.
4966         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
4967
4968 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
4969
4970         [BZ #6845]
4971         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
4972         __signbitl definition and __LONG_DOUBLE_128__ guard from:
4973         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
4974         redundant.  Functions which call floating point assembler operations
4975         should go into a sysdeps powerpc/fpu directory.
4976
4977 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
4978
4979         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
4980         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
4981
4982 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
4983
4984         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
4985
4986         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
4987         change related to AT_EXECFN.  We cannot use that string.
4988         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
4989         _dl_execfn member.
4990         * elf/dl-support.c: Remove _dl_execfn variable.
4991         (_dl_aux_init): Remove handling of AT_EXECFN.
4992         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
4993         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
4994
4995 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
4996
4997         [BZ #6544]
4998         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
4999         byte gets added to writes and seeks from the end use the length of
5000         the buffer and not the currently terminating NUL byte.
5001
5002         [BZ #6634]
5003         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5004         Set to true if locking failed.
5005         (getutid_r_file): Adjust caller.
5006         (pututline_file): Likewise.  Return NULL in this case.
5007         Patch mostly by halesh.s@gmail.com.
5008
5009 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5010
5011         [BZ #6589]
5012         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5013         Define.
5014         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5015
5016 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5017
5018         [BZ #6839]
5019         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5020         macro since it is now available in elf/dynamic-link.h.
5021
5022 2008-08-12  Roland McGrath  <roland@frob.com>
5023
5024         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5025         in case used outside of libc.
5026         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5027
5028 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5029
5030         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5031         directly instead of going through dn_comp.
5032
5033 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5034
5035         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5036         Fix asm constraints.
5037
5038 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5039
5040         [BZ #6790]
5041         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5042         (IPV6_PMTUDISC_PROBE): Likewise.
5043
5044 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5045
5046         [BZ #6791]
5047         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5048
5049 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5050             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5051
5052         [BZ #6817]
5053         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5054         Added the members 'vsx' and 'arch_2_06'.
5055         (_dl_powerpc_platforms): Add the member 'power7'.
5056         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5057         to reflect the changes required by VSX and ISA 2.06.
5058         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5059         'power7'.
5060         Defined PPC_PLATFORM_POWER7.
5061         (_dl_string_platform): Add support for POWER7.
5062         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5063         capability and ISA 2.06.
5064
5065 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5066
5067         [BZ #6824]
5068         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5069         macro to detect use of 128 bit long double.
5070         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5071
5072 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5073
5074         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5075
5076         [BZ #5794]
5077         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5078         parameters.
5079         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5080         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5081
5082 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5083
5084         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5085         guaranteed to be large enough to read inotify event.  Ignore
5086         EAGAIN error.  Better error message.  Add branch predicition.
5087         (main_loop_epoll): Likewise.
5088
5089 2008-08-02  Roland McGrath  <roland@frob.com>
5090
5091         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5092         Add memory clobbers.
5093
5094 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5095
5096         * manual/arith.texi: Avoid @strong{Note:}.
5097         * manual/creature.texi: Likewise.
5098         * manual/filesys.texi: Likewise.
5099         * manual/math.texi: Likewise.
5100         * manual/memory.texi: Likewise.
5101         * manual/resource.texi: Likewise.
5102         * manual/syslog.texi: Likewise.
5103         * manual/time.texi: Likewise.
5104
5105         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5106         to prevent warning.
5107
5108 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5109
5110         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5111         new epoll_create1 interface.
5112         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5113         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5114         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5115
5116         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5117         (NS_GET32): Likewise.
5118
5119         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5120         syscalls, too.
5121
5122         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5123         use the AT_EXECFN value if it is no absolute path.
5124         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5125         __ASSUME_AT_EXECFN.
5126
5127         * Versions.def: Add GLIBC_2.9 to libresolv.
5128         * include/resolv.h: Remove hidden proto declarations for __ns_*
5129         functions.  Add them for __dn_count_labels and __p_secstodate.
5130         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5131         Define ns_msg_getflags macro here.
5132         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5133         and __p_secstodate.
5134         * resolv/Versions: Export functions from <arpa/nameser.h> from
5135         libresolv in version GLIBC_2.9.
5136         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5137         hidden definitions.
5138         * resolv/ns_netint.c: Likewise.
5139         * resolv/ns_parse.c: Likewise.
5140         * resolv/ns_print.c: Likewise.
5141         * resolv/ns_samedomain.c: Likewise.
5142         * resolv/ns_ttl.c: Likewise.
5143         * resolv/arpa/nameser_compat.h: Likewise.
5144         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5145         function calls.
5146         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5147         instead of ns_get16.
5148         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5149         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5150         (gaih_getanswer_slice): Likewise.
5151         * resolv/Makefile (libresolv-routines): Add ns_date.
5152         * resolv/ns_date.c: New file.
5153
5154         * elf/Makefile (check-localplt.out): Also check libresolv and
5155         libcrypt.
5156
5157 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
5158
5159         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5160         __ASSUME_O_CLOEXEC.
5161
5162 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
5163
5164         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5165         buffer passed to NSS functions.
5166
5167         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5168
5169         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5170         Define.
5171
5172         * misc/syslog.c (openlog_internal): Fix compile problem.
5173
5174 2008-07-28  Roland McGrath  <roland@redhat.com>
5175
5176         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5177
5178 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
5179
5180         * io/ftw.c (add_object): Remove inline to avoid warning.
5181
5182         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5183
5184         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5185         Use it instead of locally defined resplen2 variable.
5186         (res_nsend): Adjust for __libc_res_nsend interface change.
5187         (send_vc): Initialize *resplen2 if necessary.  Read length of
5188         package into an appropriately aligned variable.  Store converted length
5189         in new variable and use it appropriately.
5190         Add branch prediction help.
5191         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5192         and pass it on to __libc_res_nsend.  Adjust all callers.
5193         (__libc_res_nsearch): Likewise.
5194         (__libc_res_nqeurydomain): Likewise.
5195         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5196         change.
5197         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5198         Define resplen2 variable and pass it to __libc_res_nsearch and then
5199         to gaih_getanswer.
5200         (getanswer_r): In case of incorrect DNS data don't overread buffer.
5201         Add branch prediction.
5202         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
5203         (gaih_getanswer): Don't decode second slice if first one failed due
5204         to a too small buffer.  Don't let not found status of second
5205         decoder shadow results of the first.
5206         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5207         and __libc_res_nquery interface changes
5208         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5209         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5210         __libc_res_nsearch, and __libc_res_nsend.
5211         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5212         change.
5213         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5214         __libc_res_nsearch interface changes.
5215
5216 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
5217
5218         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5219
5220         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5221         file descriptors with close-on-exec set.
5222         (exec_comm_child): Fix the case where the write end of the pipe is
5223         STDOUT_FILENO already.  In case it is, clear close-on-exec.
5224
5225         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5226         * io/pipe2.c: Likewise.
5227         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5228         instead of __ASSUME_PACCEPT.
5229         * include/unistd.h: Declare __have_pipe2.
5230         * libio/iopopen.c: Implement "e" flag.
5231         * libio/Makefile (tests): Add tst-popen1.
5232         * libio/tst-popen1.c: New file.
5233
5234         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5235         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5236
5237 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5238
5239         [BZ #6771]
5240         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5241         success call of _IO_SEEKOFF or calls which failed because the
5242         descriptor is for a pipe.
5243
5244         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5245         magic number.
5246
5247         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5248
5249         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
5250         F_SETFD use if we know fopen set the flag.
5251
5252         * login/utmp_file.c (setutent_file): Minor optimization in case
5253         O_CLOEXEC is available.
5254
5255 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
5256
5257         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5258         * elf/Makefile: Use pie-ccflag variable.
5259         * nscd/Makefile: Likewise.
5260         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5261
5262 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
5263
5264         [BZ #6724]
5265         * Versions.def: Add GLIBC_2.9 version tag for libutil.
5266         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5267         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
5268         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5269         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
5270         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5271         utmp32, utmpx32 and login32.
5272         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5273         versions of struct utmp functions to libc and libutil.
5274         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5275         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5276         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5277         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5278         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5279         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5280         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5281         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5282         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5283         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5284         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5285         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5286         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5287         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5288         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5289         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5290         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5291         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5292         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5293         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5294         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5295         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5296
5297 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5298
5299         * scripts/gen-as-const.awk: Generate more widely usable code by
5300         using 64-bit arithmetic.
5301
5302         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5303         the same treatment as narrow output code in last patch.
5304
5305         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5306
5307         [BZ #6763]
5308         * elf/dl-load.c (local_strdup): Remove inline.
5309         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5310         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5311         part of the object.
5312
5313         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5314
5315 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
5316
5317         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5318         the new syscalls, too.
5319
5320         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5321         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5322
5323         [BZ #6698]
5324         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5325         parameter for end of buffer.  If temporary copy is too large use
5326         malloc.
5327         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5328         interface change.
5329         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
5330         string rewrite when allocating buffer.
5331
5332         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5333         syscalls, too.
5334
5335         * nscd/connections.c (nscd_init): Clean up fcntl call.
5336
5337         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5338         SOCK_NONBLOCK if possible.
5339
5340         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5341         SOCK_CLOEXEC if available.
5342
5343         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5344         __libc_clntudp_bufcreate_internal.
5345         * include/sys/socket.h: Declare __have_sock_cloexec.
5346         * socket/Makefile (aux): Add have_sock_cloexec.
5347         * socket/have_sock_cloexec.c: New file.
5348         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5349         __libc_clntudp_bufcreate.
5350         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5351         which takes an additional parameter.  Create socket with non-blocking
5352         mode and close-on-exec flag set, if wanted.
5353         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5354         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5355         instead of clntudp_create.  The socket has already the close-on-exec
5356         flag set if SOCK_CLOEXEC is defined.
5357
5358 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5359
5360         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5361         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5362         appropriate.
5363         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5364         non-blocking mode by using socket, paccept, and inotify_init1.
5365
5366         * Versions.def (glibc): Add GLIBC_2.9.
5367         * io/Makefile (routines): Add dup3 and pipe2.
5368         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5369         * io/dup3.c: New file.
5370         * io/pipe2.c: New file.
5371         * posix/unistd.h: Declare dup3 and pipe2.
5372         * socket/Makefile (routines): Add paccept.
5373         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5374         * socket/paccept.c: New file.
5375         * socket/sys/socket.h: Declare paccept.
5376         * sysdeps/unix/syscalls.list: Add entry for dup3.
5377         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5378         epoll_create2 and inotify_init1.
5379         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5380         * sysdeps/unix/sysv/linux/paccept.c: New file.
5381         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5382         possible.
5383         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5384         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5385         inotify_init1, and pipe2 entries.
5386         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5387         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5388         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5389         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5390         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5391         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5392         SOCK_NONBLOCK.
5393         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5394         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5395         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5396         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5397         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5398         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5399         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5400         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5401         EPOLL_NONBLOCK.  Declare epoll_create2.
5402         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5403         EFD_NONBLOCK.
5404         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5405         IN_NONBLOCK.  Declare inotify_init1.
5406         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5407         SFD_NONBLOCK.
5408         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5409         TFD_NONBLOCK.
5410
5411         * elf/elf.h: Define AT_EXECFN.
5412         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5413         LD_ORIGIN_PATH.
5414         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5415         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5416         if __ASSUME_AT_EXECFN is defined.
5417         (_dl_aux_init): Handle AT_EXECFN.
5418         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5419         for 2.6.27 and up.
5420         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5421         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5422         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5423         _dl_execfn if available and avoid compatibility code if
5424         __ASSUME_AT_EXECFN is defined.
5425
5426         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5427         _dl_discover_osversion only for older kernels.
5428
5429 2008-07-22  Roland McGrath  <roland@frob.com>
5430
5431         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5432
5433 2008-07-21  Roland McGrath  <roland@frob.com>
5434
5435         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5436         returned too much data out of line.
5437
5438 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
5439
5440         * locale/setlocale.c (setname): Remove inline to avoid compiler
5441         warning.
5442
5443         [BZ #6712]
5444         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5445
5446 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
5447
5448         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5449         doesn't manage to write anything, fail.
5450
5451         * malloc/hooks.c (__malloc_check_init): Remove printf.
5452
5453 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5454
5455         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5456
5457 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
5458
5459         * nscd/connections.c (main_loop_poll): Fix handling of read errors
5460         from inotify.
5461         (main_loop_epoll): Likewise.
5462
5463 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
5464
5465         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5466
5467         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5468         if DEBUG is defined.
5469
5470         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5471         query.  Adjust buffer size computation for padding.
5472
5473 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
5474
5475         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
5476         * stdio-common/tst-setvbuf1.c: New file.
5477         * stdio-common/tst-setvbuf1.expect: New file.
5478
5479         [BZ #6719]
5480         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
5481         when selecting fully-buffered stream.
5482         Patch by Wang Xin <wxinee@gmail.com>.
5483
5484 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5485
5486         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
5487         (__open_2): New function.
5488         (__open64_2): New alias to __open_2.
5489         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
5490         (__openat_2): New function.
5491         (__openat64_2): New alias to __openat_2.
5492
5493 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
5494
5495         [BZ #6723]
5496         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5497
5498 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5499
5500         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
5501         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
5502         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
5503         __hurd_dfail.
5504         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5505         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5506         * sysdeps/mach/hurd/send.c (__send): Likewise.
5507         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
5508         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
5509
5510 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5511
5512         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
5513         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5514         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5515         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
5516         * hurd/get-host.c (_hurd_get_host_config): Likewise.
5517         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
5518
5519 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
5520
5521         [BZ #6657]
5522         * time/strptime_l.c: Don't clear s.era_cnt after successful match
5523         of %EY.
5524         Patch by Petr Baudis.
5525
5526 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
5527
5528         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
5529         Patch by Peter Jones <pjones@redhat.com>.
5530
5531 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5532
5533         [BZ #6654]
5534         * stdlib/canonicalize.c (__realpath): readlink can write too much
5535         into the buffer on platforms without PATH_MAX.
5536
5537 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
5538
5539         [BZ #6653]
5540         * posix/tst-regex.c (main): Rename to...
5541         (do_test): ... this. Remove cmdline option processing.
5542         (TIMEOUT): Define.
5543         (TEST_FUNCTION): Define.
5544         (CMDLINE_OPTIONS): Define.
5545
5546 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5547
5548         [BZ #5210]
5549         * configure.in: Add -Werror to -fstack-protector test to catch
5550         unsupported architectures.
5551         Patch by Gilles Esponasse <g.esp@free.fr>.
5552
5553 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
5554
5555         * stdlib/tst-setcontext.c: Set back_in_main before exit if
5556         getcontext returns ENOSYS.
5557
5558 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
5559
5560         * nscd/connections.c (main_loop_poll): Fix test for read error.
5561         (main_loop_epoll): Likewise.
5562
5563 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
5564
5565         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
5566         better place so it is not called when nscd is used.
5567
5568         * nscd/connections.c: Also recognize and handle changes to the
5569         resolver configuration file.
5570
5571 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5572
5573         * time/strftime.c: Pass reference to tzset_called around to handle
5574         recursive calls.
5575
5576         [BZ #6612]
5577         * time/strftime.c (__strftime_internal): Call tzset() only
5578         when printing timezone-dependent values.
5579         Based on a patch by Petr Baudis <pasky@suse.cz>.
5580
5581         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
5582         unconditionally use second gaih_getanswer_slice result.
5583
5584         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
5585         (getaddrinfo): RES must always be non-NULL.
5586
5587 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
5588
5589         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
5590         cr[34] registers.
5591         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5592         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5593         Likewise.
5594         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
5595         register.
5596
5597 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5598
5599         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
5600         fields.
5601         * nscd/connections.c (inotify_fd): New variable.
5602         (nscd_init): Try to open an inotify descriptor.
5603         If successful, watch files for databases using inotify instead of
5604         having prune threads stat the files.
5605         (nscd_run_prune): Recognize clear_cache flag being set and call
5606         prune_cache appropriately.
5607         (main_loop_poll): Add inotify descriptor to wait set and handle the
5608         reported changes.
5609         (main_loop_epoll): Likewise.
5610         * nscd/cache.c (prune_cache): Don't stat files for databases if
5611         inotify is used.
5612         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
5613         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
5614
5615         * nscd/grpcache.c (cache_addgr): Correctly compute size of
5616         fixed-size portion of the record.
5617         * nscd/servicescache.c (cache_addserv): Likewise.
5618         * nscd/pwdcache.c (cache_addpw): Likewise.
5619         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5620
5621 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
5622
5623         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
5624         out we don't use uninitialized memory.
5625
5626         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
5627         the client.
5628
5629 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
5630
5631         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
5632         ignore T_DNAME messages.
5633         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
5634
5635 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
5636
5637         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
5638         Avoid segfault if first GETC returns eof/'\0'/'\n'.
5639
5640 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
5641
5642         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
5643         instead of portstr to nscd_getserv_r.  Patch by
5644         Roman Kagan <rkagan@mail.ru>.
5645
5646 2008-05-26  Jim Meyering  <meyering@redhat.com>
5647
5648         Remove more useless "if" tests before "free".
5649         * include/inline-hashtab.h (htab_delete): Likewise.
5650         * libio/freopen.c (freopen): Likewise.
5651         * libio/freopen64.c (freopen64): Likewise.
5652         * locale/programs/ld-collate.c (collate_read): Likewise.
5653         * misc/fstab.c (libc_freeres_fn): Likewise.
5654         * posix/glob.c (globfree): Likewise.
5655
5656 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5657
5658         * string/Makefile (strop-tests): Add memmem.
5659         * string/test-memmem.c: New file.
5660         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
5661         (test_init): Size buf1 according to BUF1PAGES.
5662
5663 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
5664
5665         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
5666         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
5667         (CFLAGS-scanf17.c): New.
5668         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
5669         * stdio-common/scanf15.c (main): Likewise.
5670         * stdio-common/scanf16.c: New file.
5671         * stdio-common/scanf17.c: New file.
5672
5673 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5674
5675         * resolv/res_send.c (send_dg): If we already have one of two
5676         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
5677         use the one answer insted of failing.
5678
5679 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
5680
5681         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
5682         being executed on PowerPC as the expected result exceeds IBM
5683         long double 128 __LDBL_MAX__.
5684
5685 2008-05-21  Roland McGrath  <roland@redhat.com>
5686
5687         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
5688
5689         * Makefile (check-data): Use $(abi-name) before other guesses.
5690         Look in $(add-ons) dirs before scripts/data/.
5691         * elf/Makefile (check-data): Likewise.
5692
5693         * scripts/soversions.awk: Grok ABI line.
5694         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
5695         Emit definition for abi-name variable.
5696
5697 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
5698
5699         * string/endian.h: Define new fixed-size hto* and *toh macros only
5700         if [__USE_BSD].
5701
5702         * iconvdata/Depend: Add localedata.
5703
5704 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5705
5706         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
5707
5708 2008-05-08  David S. Miller  <davem@davemloft.net>
5709
5710         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
5711         HIDDEN_JUMPTARGET.
5712         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5713         (__SYSCALL_CLOBBERS): Remove %g* registers.
5714         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5715         (__SYSCALL_CLOBBERS): Likewise.
5716         * scripts/data/localplt-sparc-linux-gnu.data: New file.
5717         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
5718
5719 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
5720
5721         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5722         (CALL_ERRNO_LOCATION): Define.
5723         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5724         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5725         (CALL_ERRNO_LOCATION): Define.
5726         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5727         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
5728         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
5729
5730 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
5731
5732         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
5733         variable.
5734
5735 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
5736
5737         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
5738         (FIRST_FRAME_POINTER): Define.
5739
5740 2008-05-09  David S. Miller  <davem@davemloft.net>
5741
5742         * sysdeps/sparc/sparc64/backtrace.c: New file.
5743
5744 2008-05-14  David S. Miller  <davem@davemloft.net>
5745
5746         * sysdeps/sparc/machine-gmon.h: New file.
5747         * sysdeps/sparc/sparc-mcount.S: Likewise.
5748         * sysdeps/sparc/Makefile: Add sparc-mcount target to
5749         sysdep_routines in gmon directory.
5750
5751 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
5752
5753         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
5754
5755 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
5756
5757         * resolv/res_query.c (__libc_res_nquery): In case one of two
5758         answer was too short don't try to read that answer's header.
5759
5760         * resolv/res_send.c (send_dg): In case of timeout and there are
5761         two queries and one has been answered, return value indicating
5762         success.
5763
5764 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
5765
5766         * nscd/cache.c (cache_add): Take additional parameter specifying
5767         whether this is in response of a cache refill.  Check alignment
5768         of package data.  Revamp waking of pruning thread.
5769         (prune_cache): Small optimization.
5770         * nscd/nscd.h: Adjust cache_add prototypes.
5771         * nscd/aicache.c: Adjust cache_add calls.
5772         * nscd/grpcache.c: Likewise.
5773         * nscd/hstcache.c: Likewise.
5774         * nscd/initgrcache.c: Likewise.
5775         * nscd/pwdcache.c: Likewise.
5776         * nscd/servicescache.c: Likewise.
5777         * nscd/connections.c (restart): Really disable cache use before
5778         exec attempt.  If it fails, reenable cache.
5779         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
5780         time to max to be able to notice concurrent cache additions.  Unlock
5781         prune_lock while performing gc.  Afterwards compute wakeup time with
5782         current wakeup_time value in mind.
5783
5784 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
5785
5786         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
5787
5788         * nscd/mem.c (gc): Correctly determine highest used array element
5789         in mark.
5790
5791         * nscd/mem.c (markrange): Add assert to check entries are all
5792         aligned.  Small cleanup in bitmap use.
5793
5794         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
5795         blockoff of type nscd_ssize_t.
5796         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
5797         (mempoll_alloc): Record block offset and not address.
5798
5799         * nscd/mem.c (gc): Fix test for stack overuse.
5800
5801         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
5802         more asserts.
5803
5804         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
5805         entry is available, believe it.
5806
5807         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
5808         no answers return NSS_STATUS_NOTFOUND.
5809         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
5810         buffer does not have any content.
5811
5812 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
5813
5814         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
5815
5816         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
5817         lookup, don't assign canon unconditionally.
5818
5819 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5820
5821         * string/Makefile (distribute): Add str-two-way.h.
5822
5823 2008-03-29  Eric Blake  <ebb9@byu.net>
5824
5825         Rewrite string searches to O(n) rather than O(n^2).
5826         * string/str-two-way.h: New file.  For linear fixed-allocation
5827         string searching.
5828         * string/memmem.c: New implementation.
5829         * string/strstr.c: New implementation.
5830         * string/strcasestr.c: New implementation.
5831
5832 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
5833
5834         * posix/regcomp.c (optimize_utf8): Add a note on why we test
5835         opr.ctx_type.
5836         (calc_first): Initialize constraint field.
5837         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5838         Use search_duplicated_node to avoid loops.  Fix grammar.
5839         (duplicate_node): Merge constraint field for all node types.
5840         (calc_eclosure_iter): Look at constraint field for all node types.
5841         * posix/regex_internal.c (create_cd_newstate): Don't look at
5842         create_cd_newstate.
5843
5844 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5845
5846         [BZ #6428]
5847         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
5848
5849         [BZ #6442]
5850         * string/endian.h: Add macros for fixed-size endian conversion.
5851         * bits/byteswap.h: Allow inclusion from <endian.h>.
5852         * sysdeps/i386/bits/byteswap.h: Likewise.
5853         * sysdeps/ia64/bits/byteswap.h: Likewise.
5854         * sysdeps/s390/bits/byteswap.h: Likewise.
5855         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5856         * string/Makefile (tests): Add tst-endian.
5857         * string/tst-endian.c: New file.
5858
5859         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
5860         Patch by Reuben Thomas.
5861
5862 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
5863
5864         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
5865
5866 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5867
5868         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
5869
5870         [BZ #6461]
5871         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
5872         Add missing braces.
5873         (BODY for __gconv_transform_internal_ascii): Likewise.
5874
5875         [BZ #6472]
5876         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
5877         to be treated like link-local addresses.
5878         (match_prefix): Don't treat IPv4 loopback address special when
5879         converting to v4 mapped addressed.
5880
5881         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
5882         if necessary.
5883         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
5884         * posix/tst-rfc3484-2.c: Likewise.
5885         * posix/tst-rfc3484-3.c: Likewise.
5886
5887         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
5888         and SCTP.
5889
5890         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
5891
5892         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
5893
5894         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
5895
5896 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
5897
5898         * po/lt.po: New file.  From Lituanian translation team.
5899
5900 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
5901
5902         Introduce TLS descriptors for i386 and x86_64.
5903         * include/inline-hashtab.h: New file, copied from 2005's
5904         libiberty, with fix for memory leak imported afterwards by
5905         Glauber de Oliveira Costa.
5906         * elf/tlsdeschtab.h: New file.
5907         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
5908         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
5909         (CHECK_STATIC_TLS): Move to...
5910         * elf/dynamic-link.h: ... this file.
5911         (TRY_STATIC_TLS): New macro.
5912         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
5913         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
5914         R_386_TLS_DESC): Define.
5915         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
5916         binutils.
5917         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
5918         R_X86_64_TLSDESC): Define.
5919         (R_386_NUM, R_X86_64_NUM): Adjust.
5920         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
5921         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5922         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5923         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5924         release tlsdesc_table.
5925         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
5926         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
5927         (elf_machine_rel): Handle R_386_TLS_DESC.
5928         (elf_machine_rela): Likewise.
5929         (elf_machine_lazy_rel): Likewise.
5930         (elf_machine_lazy_rela): Likewise.
5931         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
5932         * sysdeps/i386/dl-tlsdesc.S: New file.
5933         * sysdeps/i386/dl-tlsdesc.h: New file.
5934         * sysdeps/i386/tlsdesc.c: New file.
5935         * sysdeps/i386/tlsdesc.sym: New file.
5936         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
5937         tlsdesc_table.
5938         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
5939         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5940         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5941         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5942         release tlsdesc_table.
5943         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
5944         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
5945         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
5946         (elf_machine_rel): Handle R_X86_64_TLSDESC.
5947         (elf_machine_rela): Likewise.
5948         (elf_machine_lazy_rel): Likewise.
5949         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
5950         (__tls_get_addr): Do not declare for non-shared compiles.
5951         * sysdeps/x86_64/dl-tlsdesc.S: New file.
5952         * sysdeps/x86_64/dl-tlsdesc.h: New file.
5953         * sysdeps/x86_64/tlsdesc.c: New file.
5954         * sysdeps/x86_64/tlsdesc.sym: New file.
5955         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
5956         tlsdesc_table for both 32- and 64-bit structs.
5957
5958 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5959
5960         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
5961         its own function.  This reduces the frame setup costs and more.
5962
5963 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
5964
5965         [BZ #3406]
5966         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
5967         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
5968
5969 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5970
5971         * io/openat.c (__openat_2): Also pass fd to __openat.
5972         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
5973         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
5974
5975         * string/tester.c (test_memcmp): Add a few more tests.
5976         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
5977
5978 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
5979
5980         * nscd/cache.c (cache_add): Before returning with failure and this
5981         is the first use of the record, mark it as unusable.
5982         * nscd/aicache.c: Don't touch the dataset after cache_add returns
5983         reporting a failure.
5984         * nscd/grpcache.c: Likewise
5985         * nscd/hstcache.c: Likewise.
5986         * nscd/initgrcache.c: Likewise.
5987         * nscd/pwdcache.c: Likewise.
5988         * nscd/servicescache.c: Likewise.
5989
5990 2008-05-10  Roland McGrath  <roland@redhat.com>
5991
5992         [BZ #6505]
5993         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
5994
5995 2008-05-08  David S. Miller  <davem@davemloft.net>
5996
5997         * misc/truncate64.c (truncate64): Use __truncate not truncate.
5998
5999         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6000         (__ieee754_y0l): Likewise.
6001         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6002         (__ieee754_y1l): Likewise.
6003         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6004         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6005         frexpl and ldexpl.  math_private.h provides them and the latter
6006         is not even used.
6007         (__log1pl): Use __frexpl.
6008
6009 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6010
6011         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6012         prototypes.
6013         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6014         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6015         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6016         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6017         af==AF_UNSPEC.
6018         (_nss_nis_gethostbyname4_r): New function.
6019         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6020         Change to also handle af==AF_UNSPEC.
6021         (get_tablename): New function.  Use it to avoid duplication.
6022         (_nss_nisplus_gethostbyname4_r): New function.
6023         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6024         available.
6025         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6026         * nss/nss.h: Define struct gaih_addrtuple.
6027         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6028         af==AF_UNSPEC.
6029         (_nss_files_gethostbyname4_r): New function.
6030         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6031         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6032         calls.
6033         * resolv/res_query.c (__libc_res_nquery): Take two additional
6034         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6035         look up IPv4 and IPv6.
6036         Change all callers.
6037         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6038         for an additional query and answer buffer.  Pass to send_vc and
6039         send_dg.
6040         (send_vc): Send possibly two requests and receive two answers.
6041         (send_dg): Likewise.
6042         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6043         __libc_res_nquery.
6044         (_nss_dns_gethostbyname4_r): New function.
6045         (gaih_getanswer_slice): Likewise.
6046         (gaih_getanswer): Likewise.
6047         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6048         __libc_res_nquery call.
6049         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6050         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6051         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6052         available.
6053
6054 2008-05-05  David S. Miller  <davem@davemloft.net>
6055
6056         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6057         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6058
6059 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6060
6061         Fix termios bit macros.
6062         Move *DLY definitions where they belong, in termios.h.
6063         Add *[0-3] definitions.
6064         Fixes confusion between VT and FF.
6065         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6066         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6067         are already defined to avoid collision with termios.h.
6068         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6069         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6070         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6071         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6072         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6073         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6074         VTDLY, VT0, VT1): New macros.
6075         [__USE_GNU] (OLCUC): Change value of macro.
6076         [__USE_XOPEN] (OFILL): New macro.
6077         [__USE_BSD] (CRTSCTS): Change value.
6078         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6079         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6080         (B7200, B14400, B28800, B76800): New macros.
6081
6082 2008-05-01  David S. Miller  <davem@davemloft.net>
6083
6084         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6085         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6086         (gen-as-const-headers): Add it.
6087         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6088         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6089         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6090         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6091
6092         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6093         six system call parameters.
6094         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6095
6096 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6097
6098         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6099         RUSAGE_LWP.
6100         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6101         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6102
6103 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6104
6105         * stdlib/tst-setcontext.c: Include unistd.h.
6106
6107 2008-04-25  David S. Miller  <davem@davemloft.net>
6108
6109         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6110         Pass "union semun" properly in to sys_ipc, it must be passed
6111         by value, not by reference.
6112
6113 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6114
6115         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6116         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6117         * nscd/connections.c (mem_in_flight): Likewise.
6118
6119         * nscd/nscd.h (dbs): Make hidden.
6120
6121         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6122         Avoid returning -1, return 0 instead.
6123
6124 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6125
6126         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6127
6128 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6129
6130         [BZ #5209]
6131         * sysdeps/unix/sysv/linux/times.c: New file.
6132
6133         [BZ #5381]
6134         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6135         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6136         prototype.
6137         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6138         appropriate mem_in_flight element.
6139         (gc): Take allocations which have not yet been committed to the
6140         database into account.
6141         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6142         Reset mem_in_flight before returning.
6143         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6144         cue it up in mem_in_flight_list.
6145         * nscd/aicache.c: Adjust mempool_alloc call.
6146         * nscd/grpcache.c: Likewise.
6147         * nscd/hstcache.c: Likewise.
6148         * nscd/initgrcache.c: Likewise.
6149         * nscd/pwdcache.c: Likewise.
6150         * nscd/servicescache.c: Likewise.
6151         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6152         of -fpie.
6153
6154         * nscd/connections.c (handle_request): Provide better error message
6155         in case SELinux forbids the service.
6156
6157         * version.h (VERSION): Bump to 2.8.90.
6158
6159 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
6160
6161         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6162
6163 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6164
6165         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6166         Also use for 32-bit.
6167         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6168         __nextafter instead of nextafter to avoid local PLT.
6169         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6170         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6171
6172         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6173
6174         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6175         __fe_nomask_env.
6176         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
6177         <fenv_libc.h> instead of <fenv.h>.
6178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6180
6181         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6182
6183         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6184         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6185         function from fegetexcept and make old name weak alias.
6186         * include/fenv.h: Declare __fegetexcept.
6187         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6188         fegetexcept.
6189         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6190         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6191         to fetestexcept.
6192         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6193         instead of frexpl to avoid local PLT.
6194         * math/s_significandl.c (__significandl): Use __ilogbl instead of
6195         ilogbl to avoid local PLT.
6196         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6197         instead of ldexpl to avoid local PLT.
6198         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6199         __roundl not roundl to avoid local PLT.
6200         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6201         local PLTs.  Use __sincosl instead of separate sinl and cosl
6202         calls.
6203         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6204
6205         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6206         version for ppc64 to 2.4.21 since without it makecontext will fail.
6207
6208         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6209         to the ABI in use.
6210         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6211         .__tls_get_addr.
6212         [__powerpc64__] (TLS_GD): Likewise.
6213
6214 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
6215
6216         [BZ #4997]
6217         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6218         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6219         mantissa.
6220         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6221         Likewise.  Also account for when x is an odd number between 2^52
6222         and 2^53-1.
6223         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6224         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6225         * math/libm-test.inc (lround_test, llround_test): Added test cases to
6226         detect aforementioned erroneous conditions.
6227
6228 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6229
6230         * configure.in: Check for -fno-section-anchors in addition to
6231         -fno-toplevel-reorder.
6232
6233 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6234
6235         * include/features.h (__GLIBC_MINOR__): Bump to 8.
6236
6237         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6238         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6239         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6240         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6241         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6242         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6243
6244 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6245
6246         [BZ #5443]
6247         * time/era.c: Transform __libc_setlocale_lock into rwlock.
6248         * time/alt_digit.c: Likewise.
6249         * wcsmbs/wcsmbsload.c: Likewise.
6250
6251 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
6252
6253         * version.h (VERSION): Bump to 2.8.
6254
6255         * timzeone/asia: Update from tzdata2008b.
6256         * timezone/backward: Likewise.
6257         * timezone/europe: Likewise.
6258         * timezone/northamerica: Likewise.
6259         * timezone/southamerica: Likewise.
6260         * timezone/iso3166.tab: Likewise.
6261         * timezone/leapseconds: Likewise.
6262         * timezone/zone.tab: Likewise.
6263         * timezone/private.h: Update from tzcode2008a.
6264         * timezone/zdump.c: Likewise.
6265         * timezone/zic.c: Likewise.
6266
6267 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
6268
6269         [BZ #5741]
6270         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6271         Define additonal Data Cache Block instruction macros.
6272         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6273         Replace dcbst with dcbf and sync with sync/isync.
6274
6275 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
6276
6277         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6278         Always set ELF_RTYPE_CLASS_PLT.
6279         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6280
6281 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
6282
6283         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6284         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6285         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6286         For ISA 2.01 and later replace mftb with mfspr 268.
6287
6288 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
6289
6290         [BZ #5768]
6291         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6292         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6293
6294 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
6295
6296         [BZ #5768]
6297         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6298         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6299         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6300         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6301
6302 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
6303
6304         * stdlib/tst-makecontext.c (othervar): New variable.
6305         (cf): Test sign extending the argument to long.
6306
6307 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
6308
6309         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6310         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6311         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6312         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6313         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6314         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6315         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6316
6317 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
6318
6319         * elf/Makefile (tests): Substitute tests-vis-yes here.
6320         (tests-vis-yes): Delete.
6321         (modules-name, modules-vis-yes): Similarly.
6322
6323 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
6324
6325         [BZ #4407]
6326         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6327         Preserve sign in signgamp when x is zero.
6328
6329 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
6330
6331         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6332         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6333         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6334         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6335         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6336         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6337
6338 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6339
6340         [BZ #4314]
6341         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6342         buffers.
6343
6344         [BZ #5209]
6345         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6346         a reserved error value.
6347
6348         * stdlib/tst-makecontext.c: Change parameter to cf to negative
6349         value to check for correct sign extension.
6350
6351         [BZ #5436]
6352         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6353         Copy 64-bit parameter values even though this is not required in
6354         the standard.
6355
6356         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6357         PC save.
6358
6359 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6360
6361         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6362         PC save.
6363
6364 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6365
6366         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6367
6368 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6369
6370         [BZ #5998]
6371         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6372         in line-buffered stream failed.
6373         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6374
6375 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6376
6377         [BZ #6024]
6378         * scripts/abi-versions.awk: If the version specified by
6379         --enable-oldest-abi is older than the first version for this
6380         architecture, use the default version.
6381
6382         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6383         as well when ignoring the whole category.
6384
6385 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6386
6387         [BZ #6042]
6388         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6389         ETHERTYPE_* definitions.
6390         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6391
6392 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6393
6394         * stdlib/mbtowc.c (__no_r_state): Remove.
6395         (mbtowc): New static state variable.  Use it instead of
6396         __no_r_state.
6397         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6398         (__wctomb_state): New hidden variable.
6399         (wctomb): Use __wctomb_state instead of __no_r_state.
6400         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6401         (__wctomb_state): New extern decl.
6402         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6403
6404 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6405
6406         [BZ #5475]
6407         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6408
6409 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6410
6411         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6412
6413 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6414
6415         * po/nl.po: Update from translation team.
6416
6417 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6418
6419         [BZ #6007]
6420         * string/strfry.c: Handle empty strings again.
6421
6422 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6423
6424         [BZ #5443]
6425         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6426         before looking for translation.
6427         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6428         * locale/freelocale.c: Likewise.
6429         * locale/newlocale.c: Likewise.
6430         * locale/setlocale.c: Likewise.
6431         Based partially on a patch by ryo@np.css.fujitsu.com.
6432
6433 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
6434
6435         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6436         acquiring wrlock.  Do conv_tab allocation while holding lock.
6437         * intl/Makefile: Add rules to build and run tst-gettext6.
6438         * intl/tst-gettext6.c: New test.
6439         * intl/tst-gettext6.sh: New file.
6440
6441 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6442
6443         * po/nl.po: Update from translation team.
6444
6445         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6446         provided through st_blksize, try the default size before giving up.
6447
6448 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
6449
6450         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6451
6452         [BZ #5939]
6453         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6454
6455         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6456         error message.  POSIX today does not require the messages to be in
6457         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
6458
6459         [BZ #5979]
6460         * sunrpc/auth_unix.c: Unify printed strings.
6461         * sunrpc/clnt_tcp.c: Likewise.
6462         * sunrpc/clnt_udp.c: Likewise.
6463         * sunrpc/clnt_unix.c: Likewise.
6464         * sunrpc/svc_tcp.c: Likewise.
6465         * sunrpc/svc_udp.c: Likewise.
6466         * sunrpc/svc_unix.c: Likewise.
6467         * sunrpc/xdr.c: Likewise.
6468         * sunrpc/xdr_array.c: Likewise.
6469         * sunrpc/xdr_rec.c: Likewise.
6470         * sunrpc/xdr_ref.c: Likewise.
6471         * locale/programs/ld-time.c (time_finish): Unify messages.
6472         * locale/programs/locfile.c (handle_copy): Fix typo.
6473         * nscd/nscd.c (options): Fix typo.
6474
6475         [BZ #5995]
6476         * stdlib/strtod_l.c: Use correct sign for result in one more
6477         underflow case.
6478         Patch by Eric Blake <ebb9@byu.net>.
6479
6480 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
6481
6482         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
6483         and creat system calls.
6484         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
6485         call.
6486         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
6487         system calls.
6488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
6489         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6490         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6491
6492 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
6493
6494         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
6495         <linux/limits.h> has defined it.
6496         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6497         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
6498         headers.
6499         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
6500         it instead of ARG_MAX.
6501
6502 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
6503
6504         * posix/gai.conf: Fix comment for scope nullbits.
6505         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
6506         default to 128 bits for v4 mapped addresses.
6507
6508 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6509
6510         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
6511         ptrace call to get the ieee_instruction_pointer from the kernel.
6512         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
6513         ptrace call to set the ieee_instructtion_pointer.
6514         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
6515         Add comment that ieee_instruction_pointer is always 0.
6516
6517 2008-03-09  Andreas Jaeger  <aj@suse.de>
6518
6519         [BZ #5857]
6520         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
6521         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
6522         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
6523
6524         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
6525         (rint_test): Likewise.
6526
6527 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
6528
6529         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
6530         call.
6531         (__nisfind_server): Similar for open readColdStartFile call.
6532         Patch partially by Jim Meyering.
6533         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
6534         around internal_setent call.
6535
6536         * po/vi.po: New Vietnamese translation.
6537
6538         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
6539         ADJ_OFFSET_SS_READ.
6540
6541         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
6542         remove CLONE_STOPPED.
6543
6544 2008-02-10  Jim Meyering  <meyering@redhat.com>
6545
6546         Remove useless "if" before "free":
6547         * elf/ldconfig.c (parse_conf_include): Likewise.
6548         * gmon/gmon.c (weak_alias): Likewise.
6549         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
6550         * inet/rcmd.c (__validuser2_sa): Likewise.
6551         * intl/bindtextdom.c (set_binding_values): Likewise.
6552         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
6553         * libio/genops.c (save_for_backup): Likewise.
6554         * libio/wgenops.c (save_for_wbackup): Likewise.
6555         * locale/programs/ld-collate.c (collate_read): Likewise.
6556         * locale/programs/linereader.c (get_string): Likewise.
6557         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
6558         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
6559         * resolv/res_debug.c (do_section): Likewise.
6560         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
6561         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
6562         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
6563         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
6564         * time/tzset.c (tzset_internal): Likewise.
6565
6566 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
6567
6568         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
6569         of ASSEMBLER.
6570
6571 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
6572
6573         [BZ #5903]
6574         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
6575         not stream for output file.  Open output file here.
6576         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
6577         and output file name.
6578         (process_fd): Likewise.
6579         (process_file): Likewise.
6580         (main): Adjust callers of changed functions.
6581         * iconv/iconv_prog.h: Adjust prototype.
6582
6583 2008-03-09  Andreas Jaeger  <aj@suse.de>
6584
6585         [BZ #5753]
6586         * sysdeps/ia64/ieee754.h: Use protected namespace
6587         __BIG_ENDIAN/__LITTLE_ENDIAN.
6588         * sysdeps/ieee754/ieee754.h: Likewise.
6589         Patch by Aurelien Jarno <aurelien@aurel32.net>.
6590
6591 2008-03-08  Roland McGrath  <roland@frob.com>
6592
6593         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
6594         ignore a signal that came from a machine exception, treat it as a
6595         fatal core-dump signal instead.
6596         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6597
6598         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6599         Clear DF bit in thread state's eflags.
6600         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6601
6602 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
6603
6604         [BZ #5774]
6605         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
6606         of NAN(...) sequence.
6607         * stdlib/Makefile (tests): Add tst-strtod6.
6608         * stdlib/tst-strtod6.c: New file.
6609
6610         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
6611
6612         [BZ #5762]
6613         * posix/getopt.c (_getopt_internal_r): Clarify error message by
6614         putting offending option character in quotes.  Clean up error
6615         messages.
6616         * po/be.po: Adjust msgstr in translation file.
6617         * po/bg.po: Likewise.
6618         * po/ca.po: Likewise.
6619         * po/cs.po: Likewise.
6620         * po/da.po: Likewise.
6621         * po/de.po: Likewise.
6622         * po/es.po: Likewise.
6623         * po/fr.po: Likewise.
6624         * po/hr.po: Likewise.
6625         * po/ko.po: Likewise.
6626         * po/nl.po: Likewise.
6627         * po/rw.po: Likewise.
6628         * po/sk.po: Likewise.
6629         * po/sv.po: Likewise.
6630         * po/tr.po: Likewise.
6631         * po/zh_CN.po: Likewise.
6632         * po/zh_TW.po: Likewise.
6633
6634         [BZ #5760]
6635         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
6636         Patch by Roland Bless <roland@bless.de>.
6637
6638         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
6639         .o file.
6640         * elf/Makefile (routines): Add dl-sysdep.
6641         (elide-routines.os): Likewise.
6642
6643 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
6644
6645         [BZ #5786]
6646         * elf/dl-sysdep.c: Undefine ROUND after use.
6647         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
6648         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
6649         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
6650         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
6651         to ...
6652         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
6653         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
6654         if necessary.
6655         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
6656
6657         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
6658         _dl_tls_get_addr_soft element.
6659         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
6660         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
6661         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
6662         GLRO.
6663         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6664         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
6665         of internal_function.
6666
6667         * stdlib/Makefile (aux): Add tens_in_limb.
6668         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
6669         * stdlib/tens_in_limb.c: ...here.  New file.
6670
6671         [BZ #5778]
6672         * sysdeps/unix/sysv/linux/pathconf.h: Declare
6673         __statfs_chown_restricted.
6674         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
6675         for _PC_CHOWN_RESTRICTED.
6676         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
6677         Implement __statfs_chown_restricted.
6678         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
6679         _POSIX_CHOWN_RESTRICTED value to zero.
6680         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
6681         defined to zero.
6682
6683         * sysdeps/x86_64/rtld-memset.c: New file.
6684
6685 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
6686
6687         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
6688
6689         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
6690         Barcelona machine.  Make default fall through branch of
6691         __x86_64_preferred_memory_instruction check as the integer code path.
6692
6693 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6694
6695         * sysdeps/x86_64/cacheinfo.c
6696         (__x86_64_preferred_memory_instruction): New variable.
6697         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6698
6699         * sysdeps/x86_64/memset.S: Rewrite.
6700
6701 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
6702
6703         * include/stdio.h (__asprintf_chk, __dprintf_chk,
6704         __obstack_printf_chk): New prototypes.
6705         (__vasprintf_chk, __vdprintf_chk,
6706         __obstack_vprintf_chk): Likewise.
6707         Add libc_hidden_proto.
6708         * libio/obprintf.c
6709         (_IO_obstack_jumps): No longer static, add attribute_hidden.
6710         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
6711         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6712         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
6713         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
6714         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6715         __obstack_vprintf_chk): New prototypes.
6716         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
6717         obstack_vprintf): New inlines.
6718         * debug/dprintf_chk.c: New file.
6719         * debug/vdprintf_chk.c: New file.
6720         * debug/asprintf_chk.c: New file.
6721         * debug/vasprintf_chk.c: New file.
6722         * debug/obprintf_chk.c: New file.
6723         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
6724         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
6725         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
6726         @@GLIBC_2.8.
6727         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
6728         vdprintf_chk and obprintf_chk, set CFLAGS for them.
6729         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
6730         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
6731         libc_hidden_proto.
6732         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
6733         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
6734         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
6735         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
6736         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
6737         @@GLIBC_2.8.
6738         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
6739         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
6740         obstack_vprintf_chk.
6741         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
6742         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
6743         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
6744         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
6745         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
6746         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
6747
6748 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
6749
6750         [BZ #5779]
6751         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
6752         Patch by Roy Marples <roy@marples.name>.
6753
6754         [BZ #5736]
6755         * malloc/malloc.c: Fix typo in comment.
6756
6757         [BZ #5627]
6758         * locale/iso-639.def: Add Shuswap.
6759
6760 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
6761
6762         [BZ #5790]
6763         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
6764         overwrite *h_errnop/*errnop values from getanswer_r in case of
6765         failure.
6766
6767 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
6768
6769         [BZ #5818]
6770         * nscd/connections.c (dbs): Add initializers for .suggested_module.
6771         (verify_persistent_db): Remove one unnecessary test and add a new one
6772         for bad configuration.
6773         (nscd_init): Improve error reported when persistent database cannot
6774         be reused.
6775         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
6776         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
6777         .suggested_module and .max_db_size and case config file says the
6778         values are zero.
6779         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
6780
6781         [BZ #5854]
6782         * nis/ypclnt.c (yp_order): Fix handling of return value of
6783         do_ypcall_tr call.
6784         Patch by Jeff Moyer <jmoyer@redhat.com>.
6785
6786         * po/fr.po: Update from translation team.
6787
6788 2008-02-22  Andreas Jaeger  <aj@suse.de>,
6789             Carlos O'Donell <carlos@systemhalted.org>
6790
6791         [BZ #5012]
6792         * FAQ.in: Describe why glibc needs to be compiled with
6793         optimization.
6794
6795 2008-02-19  Roland McGrath  <roland@redhat.com>
6796
6797         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
6798
6799 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
6800
6801         [BZ #5737]
6802         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
6803         __USE_MISC is defined.
6804
6805 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
6806
6807         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
6808         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
6809         sys/timerfd.h.
6810         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
6811         timerfd_gettime, timerfd_settime.
6812         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
6813         timerfd_gettime, timerfd_settime for GLIBC_2.8.
6814
6815 2008-02-08  Roland McGrath  <roland@redhat.com>
6816
6817         * elf/elf.h (NT_PPC_SPE): New macro.
6818
6819 2008-02-06  Roland McGrath  <roland@redhat.com>
6820
6821         * Makerules ($(common-objpfx)sysd-rules):
6822         Depend on $(sysdep-makeconfigs).
6823
6824 2008-01-31  Roland McGrath  <roland@redhat.com>
6825
6826         [BZ #5442]
6827         * configure.in: Use -print-file-name if it yields a directory,
6828         for each of include and include-fixed.
6829         * configure: Regenerated.
6830
6831         * Makeconfig (sysd-rules-targets): New variable.
6832         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
6833         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
6834
6835 2008-01-30  Roland McGrath  <roland@redhat.com>
6836
6837         * manual/libc.texinfo: Update back-cover text.
6838
6839         * elf/elf.h (NT_386_TLS): New macro.
6840
6841 2008-01-29  Roland McGrath  <roland@redhat.com>
6842
6843         * Makeconfig (sysd-rules-patterns): New variable.
6844         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
6845         (check-inhibit-asm): New canned sequence, replaces ...
6846         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
6847         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
6848         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
6849         (CFLAGS-rtld): Variable removed.
6850
6851 2008-01-24  Roland McGrath  <roland@redhat.com>
6852
6853         * configure.in: Let configure fragments set base_os.
6854         * configure: Regenerated.
6855
6856 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
6857
6858         * po/ko.po: Update from translation team.
6859
6860 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
6861
6862         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
6863
6864 2008-01-12  Andreas Jaeger  <aj@suse.de>
6865
6866         [BZ #5040]
6867         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
6868         Add EPOLLRDHUP.
6869
6870 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6871
6872         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
6873         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
6874         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
6875
6876 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
6877
6878         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
6879         * elf/dl-close.c (_dl_close): Check for it.
6880         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
6881         (_dl_allocate_static_tls): Likewise.
6882         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
6883         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
6884         to it.
6885         * elf/tst-tls16.c: New file.
6886         * elf/tst-tlsmod16a.c: New file.
6887         * elf/tst-tlsmod16b.c: New file.
6888         * elf/Makefile: Add rules to build and run tst-tls16.
6889
6890 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
6891
6892         [BZ #5628]
6893         * bits/shm.h: Fix comment describing shmid_ds.
6894         * sysdeps/gnu/bits/shm.h: Likewise.
6895         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
6896         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
6897         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6898         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6899         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6900         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6901         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6902         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
6903         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
6904
6905         [BZ #5607]
6906         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
6907         prototypes.
6908         * conform/data/limits.h-data: Adjust limits changed in v6 and add
6909         additional suffixes.
6910         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
6911         Add optional functions mq_timedreceive and mq_timedsend.
6912         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
6913         * conform/data/pthread.h-data: Fix prototype of
6914         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
6915         * conform/data/semaphore.h-data: Allow time.h definitions.
6916         * conform/data/signal.h-data: Likewise.
6917         * conform/data/stdio.h-data: getw and putw are not required in v6.
6918         * conform/data/stdlib.h-data: Change setstate prototype.
6919         * conform/data/string.h-data: Fix strerror_r prototype.
6920         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
6921         * conform/data/unistd.h-data: pthread_atfork not required in v6.
6922         Fix readlink prototype.
6923         * conform/data/netinet/in.h-data: Add const to in6addr_any and
6924         in6addr_loopback.
6925         * inet/netinet/in.h: Cleanup namespace.
6926         * posix/regex.h: Likewise.
6927         * resolv/netdb.h: Likewise.
6928         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
6929         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6930         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6931         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
6932         of names of in in6_addr.
6933         (default_precedence): Likewise.
6934         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
6935         NULL definition.
6936
6937 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
6938
6939         * conform/data/fmtmsg.h-data: Add missing allows.
6940         * conform/data/ftw.h-data: Likewise.
6941         * conform/data/inttypes.h-data: Likewise.
6942         * conform/data/math.h-data: Likewise.
6943         * conform/data/signal.h-data: Likewise.
6944         * conform/data/net/if.h-data: Likewise.
6945         * conform/data/netinet/in.h-data: Likewise.
6946         * conform/data/sys/socket.h-data: Likewise.
6947
6948         [BZ #5614]
6949         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
6950         (__strtok_r): Simplify.
6951         * string/tester.c (test_strtok_r): Add test case for futile search
6952         with single-character seach string.
6953
6954 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
6955
6956         * po/ko.po: Update from translation team.
6957
6958 2008-01-11  Andreas Jaeger  <aj@suse.de>
6959
6960         [BZ #5600]
6961         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
6962         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
6963         kernel header.
6964
6965 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
6966
6967         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
6968         native interface lookup in all the relevant places.
6969
6970 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
6971             Ulrich Drepper  <drepper@redhat.com>
6972
6973         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
6974         field.  Use sockaddr_in6 for source_addr.
6975         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
6976         (match_prefix): Likewise.
6977         (get_label): Likewise.
6978         (get_precedence): Likewise.
6979         (rfc3484_sort): Change to use indirect access to results array.
6980         Adjust to use of sockaddr_in6.  Replace service_order test with
6981         simple index comparison.
6982         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
6983         service_order field.  Adjust qsort_t calls.  Access sorted result
6984         array indirectly through order array.
6985         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
6986         * posix/tst-rfc3484-2.c: Likewise.
6987         * posix/tst-rfc3484-3.c: Likewise.
6988
6989 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
6990
6991         [BZ #5541]
6992         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
6993         pollfd structures.
6994         Patch by André Cruz.
6995
6996         [BZ #5545]
6997         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
6998         (clnt_spcreateerror): Likewise.
6999
7000         [BZ #5553]
7001         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7002         (public_mEMALIGn): Likewise.
7003         Patch mostly by Daniel Jacobowitz.
7004
7005 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7006
7007         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7008         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7009         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7010         * stdlib/tst-makecontext2.c: New test.
7011
7012 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7013
7014         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7015         defined.
7016         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7017         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7018         transliteration hooks and REINIT_PARAMS afterwards.
7019         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7020         status.
7021         (REINIT_PARAMS): Define.
7022         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7023         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7024         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7025         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7026         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7027         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7028         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7029         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7030         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7031         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7032         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7033         * iconvdata/tst-iconv7.c: New test.
7034
7035 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7036
7037         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7038
7039 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7040
7041         [BZ #5112]
7042         * nscd/connections.c (restart): Fix condition.
7043
7044 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7045
7046         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7047         __ctype_toupper_loc): Add __THROW.
7048
7049 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7050
7051         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7052         recognition of interface family.
7053
7054         * posix/getconf.c: Update copyright year.
7055         * nss/getent.c: Likewise.
7056         * iconv/iconvconfig.c: Likewise.
7057         * iconv/iconv_prog.c: Likewise.
7058         * elf/ldconfig.c: Likewise.
7059         * catgets/gencat.c: Likewise.
7060         * csu/version.c: Likewise.
7061         * elf/ldd.bash.in: Likewise.
7062         * elf/sprof.c (print_version): Likewise.
7063         * locale/programs/locale.c: Likewise.
7064         * locale/programs/localedef.c: Likewise.
7065         * nscd/nscd.c (print_version): Likewise.
7066         * debug/xtrace.sh: Likewise.
7067         * malloc/memusage.sh: Likewise.
7068         * malloc/mtrace.pl: Likewise.
7069         * debug/catchsegv.sh: Likewise.
7070
7071 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7072
7073         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7074         second lookup.
7075
7076 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7077
7078         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7079         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7080
7081 2007-12-17  Roland McGrath  <roland@redhat.com>
7082
7083         * inet/ether_line.c (ether_line): Remove unused variable.
7084
7085 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7086
7087         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7088         and winp.
7089         * login/openpty.c (openpty): Likewise.
7090         * login/pty.h (openpty, forkpty): Likewise.
7091         * manual/terminal.texi (openpty, forkpty): Likewise.
7092
7093 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7094
7095         * malloc/malloc.c (public_cALLOc): For arenas other than
7096         main_arena, count all bytes inside the mprotect_size range of the
7097         heap as uninitialized.
7098
7099 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7100
7101         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7102         executable stacks.
7103
7104         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7105         mTRIm for all of them.
7106         (mTRIm): Additionally iterate over all free blocks and use madvise
7107         to free memory for all those blocks which contain at least one
7108         memory page.
7109         * malloc/tst-trim1.c: New file.
7110         * malloc/Makefile (tests): Add tst-trim1.
7111
7112         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7113
7114 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7115
7116         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7117         First cast argument to long
7118         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7119         Return long.
7120         (__vdso_clock_gettime): Likewise.
7121         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7122         return long.
7123
7124 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7125
7126         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7127         * locale/nl_langinfo_l.c: Real implementation, copied from
7128         nl_langinfo.c.
7129         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7130
7131 2007-12-01  Jim Meyering  <meyering@redhat.com>
7132
7133         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7134         that would inhibit utf8-optimization of a regexp containing line-
7135         or buffer-anchors, e.g., `^', `$'.
7136
7137 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7138
7139         * time/bug-getdate1.c (do_test): Don't use century values which
7140         aren't valid on 32-bit systems.
7141
7142 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7143
7144         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7145         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7146         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7147         __strcat_g, __strncat_g): Add __asm__.
7148
7149 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7150
7151         [BZ #5477]
7152         * io/fchmodat.c: Fix typo in stub_warning use.
7153         Patch by Petr Salinger.
7154
7155 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
7156
7157         * iconvdata/hp-thai8.c: New file.
7158         * iconvdata/Makefile: Add rules for hp-thai8.c.
7159         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7160         * iconvdata/gconv-modules: Likewise.
7161
7162         [BZ #5464]
7163         * iconvdata/hp-greek8.c: New file.
7164         * iconvdata/Makefile: Add rules for hp-greek8.c.
7165         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7166         * iconvdata/gconv-modules: Likewise.
7167
7168         [BZ #5463]
7169         * iconvdata/hp-turkish8.c: New file.
7170         * iconvdata/Makefile: Add rules for hp-turkish8.c.
7171         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7172         * iconvdata/gconv-modules: Likewise.
7173
7174         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7175         (shrink_heap): ... this new function.
7176         (heap_trim): Call shrink_heap instead of grow_heap.
7177
7178         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7179         case don't call alloc_perturb.
7180
7181 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
7182
7183         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7184         possible.
7185         * sysdeps/unix/sysv/linux/kernel-features.h
7186         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7187         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7188
7189 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
7190
7191         [BZ #5424]
7192         * stdio-common/vfprintf.c: Do not overflow when adding to done.
7193         * stdio-common/Makefile (tests): Add bug22.
7194         * stdio-common/bug22.c: New file.
7195
7196         [BZ #5451]
7197         * time/getdate.c: Fix filling in default values.
7198         * time/bug-getdate1.c: New file.
7199         * time/Makefile: Add rules to build and run bug-getdate1.
7200
7201         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7202         * iconvdata/ebcdic-es.c: Likewise.
7203         * iconvdata/ebcdic-es-a.c: Likewise.
7204         * iconvdata/ebcdic-uk.c: Likewise.
7205         * iconvdata/iso8859-16.c: Likewise.
7206         * iconvdata/viscii.c: Likewise.
7207         * iconvdata/iso8859-9e.c: Likewise.
7208         * iconvdata/Makefile: Adjust appropriately.
7209
7210         [BZ #5428]
7211         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7212         __need_wint_t.
7213
7214 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7215
7216         [BZ #5427]
7217         * iconvdata/hp-roman9.c: New file.
7218         * iconvdata/Makefile: Add rules for hp-roman9.c.
7219         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7220         * iconvdata/gconv-modules: Likewise.
7221
7222         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7223         * iconvdata/Makefile: Adjust appropriately.
7224
7225         [BZ #5441]
7226         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7227         structure, it's allocated with alloca.
7228         * stdio-common/Makefile (tests): Add bug21.
7229         * stdio-common/bug21.c: New file.
7230
7231 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
7232
7233         [BZ #5452]
7234         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7235         keyword for gcc's braced-groups.
7236
7237 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7238
7239         [BZ #5454]
7240         * inet/ether_line.c: Strip hostname of whitespaces.
7241         * inet/Makefile (tests): Add tst-ether_line.
7242         * inet/tst-ether_line.c: New file.
7243
7244 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
7245
7246         [BZ #5439]
7247         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7248
7249         [BZ #5435]
7250         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7251
7252         * stdlib/tst-setcontext.c: Catch the case where the links gets
7253         messed up and we do not reach main again.
7254
7255         * po/ca.po: Update from translation team.
7256
7257 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
7258
7259         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7260         * posix/regex.h (REG_ENOSYS): Likewise.
7261         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7262
7263 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
7264
7265         * nscd/nscd.h (MAX_STACK_USE): Define.
7266         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7267         (gc): Initialize stack_used based on allocation in prune_cache.
7268         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7269         Clear array before use.
7270
7271         * nscd/aicache.c (addhstaiX): Update statistics counter in case
7272         memory allocation failed.
7273         * nscd/hstcache.c (cache_addhst): Likewise.
7274         * nscd/grpcache.c (cache_addgr): Likewise.
7275         * nscd/servicescache.c (cache_addserv): Likewise.
7276         * nscd/pwdcache.c (cache_addpw): Likewise.
7277         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7278
7279 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
7280
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7282         and creat system calls.
7283
7284         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7285
7286 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7287
7288         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7289         Add netiucv/iucv.h.
7290         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7291         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7292         protocol.
7293         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7294         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7295         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7296
7297 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7298
7299         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7300         strncat): Define as macros to avoid compile errors.
7301
7302         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
7303         creat entries.
7304
7305 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
7306
7307         [BZ #5382]
7308         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7309         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7310         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7311         overflow it.
7312         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7313
7314         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7315         Return zero in case the thread library is not NPTL.
7316
7317         [BZ #5375]
7318         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7319         initializing interface list.
7320
7321         [BZ #5378]
7322         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7323         use result of nss_getgrgid_r if nothing was found.  For other
7324         error return with a failure.
7325         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7326
7327         * locale/programs/ld-collate.c (collate_read): Fix loop to match
7328         macro name.
7329
7330 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7331
7332         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7333         (get_scope): For IPv4 scope, use scopes table.
7334         (fini): Free scopes table if necessary.
7335         (free_scopelist): New function.
7336         (scopecmp): New function.
7337         (gaiconf_init): Also handle scopev4 entries.
7338         * posix/tst-rfc3484.c (do_test): Initialize scopes.
7339         * posix/tst-rfc3484-2.c (do_test): Likewise.
7340         * posix/gai.conf: Document scopev4 defaults.
7341         * posix/Makefile (tests): Add tst-rfc3484-3.
7342         * posix/tst-rfc3484-3.c: New file.
7343
7344         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7345         Teredo tunnels.
7346         * posix/gai.conf: Update for current default tables.
7347
7348 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7349
7350         * po/tr.po: Update from translation team.
7351
7352 2007-11-18  Roland McGrath  <roland@frob.com>
7353
7354         * manual/arith.texi (Remainder Functions): Spelling fix.
7355         From Shaun Silk <genix@mysoul.com.au>.
7356
7357         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7358
7359 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7360
7361         * po/zh_CN.po: Update from translation team.
7362
7363         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7364         Add sys/signalfd.h and sys/eventfd.h.
7365
7366 2007-11-15  Bruno Haible  <bruno@clisp.org>
7367
7368         [BZ #5346]
7369         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7370         union.
7371         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7372         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7373         it needs only fixed stack space. Delay the initialization of
7374         msgid_len until it is needed.
7375
7376 2007-11-15  Andreas Jaeger  <aj@suse.de>
7377
7378         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7379         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7380
7381 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7382
7383         * po/ko.po: Update from translation team.
7384
7385 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7386
7387         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7388         significantly.  The device type is also part of the ifinfomsg data.
7389
7390         * po/sv.po: Update from translation team.
7391         * po/nl.po: Likewise.
7392
7393         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7394         to wake up in 24 hours.
7395
7396         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7397
7398 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7399
7400         * po/cs.po: Update from translation team.
7401         * po/pl.po: Likewise.
7402
7403         * include/ifaddrs.h: Remove in6ai_temporary.
7404         (struct in6addrinfo): Add index element.
7405         Declare __check_native.
7406         * inet/Makefile (aux): Add check_native.
7407         * sysdeps/unix/sysv/linux/check_native.c: New file.
7408         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7409         IFA_F_TEMPORARY.  Pass back ifa_index.
7410         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7411         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7412         call __check_native if necessary.
7413         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7414         to sort addresses.  Pass information about the results.
7415         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7416         of rfc3484_sort interface.
7417         * posix/tst-rfc3484-2.c: Likewise.
7418
7419         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7420         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7421         for _quicksort.
7422         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7423         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7424         on as third parameter to compare function and _quicksort.
7425         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7426         to the compare function.
7427         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7428         * Versions.def: Add GLIBC_2.8 for libc.
7429
7430         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7431         * posix/tst-rfc3484-2.c: Likewise.
7432
7433         * include/kernel-features.h: Moved to...
7434         * sysdeps/mach/hurd/kernel-features.h: ...here.
7435
7436 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
7437
7438         * sysdeps/i386/i586/memcpy_chk.S: New file.
7439         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7440         * sysdeps/i386/i586/memset_chk.S: Likewise.
7441
7442 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
7443
7444         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7445         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7446         list of interfaces.  Also store prefix length.
7447         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7448         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7449         prefix if source and destination address are in the same subnet.
7450         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
7451         Always look for matching record in in6ai list.
7452         Correct source_addr_len value for IPv6->IPv4 converted records.
7453
7454 2007-11-11  Roland McGrath  <roland@frob.com>
7455
7456         * include/kernel-features.h: New file.
7457
7458 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
7459
7460         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7461         complications for 64-bit platforms.
7462
7463         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7464         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
7465         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7466         open64_2.
7467         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7468         entries.
7469         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7470         * sysdeps/wordsize-64/alphasort.c: New file.
7471         * sysdeps/wordsize-64/alphasort64.c: New file.
7472         * sysdeps/wordsize-64/fseeko.c: New file.
7473         * sysdeps/wordsize-64/fseeko64.c: New file.
7474         * sysdeps/wordsize-64/ftello.c: New file.
7475         * sysdeps/wordsize-64/ftello64.c: New file.
7476         * sysdeps/wordsize-64/ftw.c: New file.
7477         * sysdeps/wordsize-64/ftw64.c: New file.
7478         * sysdeps/wordsize-64/iofgetpos.c: New file.
7479         * sysdeps/wordsize-64/iofgetpos64.c: New file.
7480         * sysdeps/wordsize-64/iofopen.c: New file.
7481         * sysdeps/wordsize-64/iofopen64.c: New file.
7482         * sysdeps/wordsize-64/iofsetpos.c: New file.
7483         * sysdeps/wordsize-64/iofsetpos64.c: New file.
7484         * sysdeps/wordsize-64/lockf.c: New file.
7485         * sysdeps/wordsize-64/lockf64.c: New file.
7486         * sysdeps/wordsize-64/mkostemp.c: New file.
7487         * sysdeps/wordsize-64/mkostemp64.c: New file.
7488         * sysdeps/wordsize-64/mkstemp.c: New file.
7489         * sysdeps/wordsize-64/mkstemp64.c: New file.
7490         * sysdeps/wordsize-64/scandir.c: New file.
7491         * sysdeps/wordsize-64/scandir64.c: New file.
7492         * sysdeps/wordsize-64/tmpfile.c: New file.
7493         * sysdeps/wordsize-64/tmpfile64.c: New file.
7494         * sysdeps/wordsize-64/versionsort.c: New file.
7495         * sysdeps/wordsize-64/versionsort64.c: New file.
7496         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
7497         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
7498         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
7499         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
7500         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
7501         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
7502         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
7503         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
7504         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
7505         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
7506         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
7507         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
7508
7509         * crypt/sha256-crypt.c: Fix a comment.
7510         * crypt/sha512-crypt.c: Likewise.
7511
7512 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
7513
7514         * sysdeps/x86_64/memset.S: Add sfence after movnti.
7515
7516 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
7517
7518         [BZ #5277]
7519         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
7520         because output buffer is too small break, don't loop.
7521         * iconvdata/Makefile (tests): Add bug-iconv6.
7522         * iconvdata/bug-iconv6.c: New file.
7523
7524 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
7525
7526         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
7527         with size_t type.
7528         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
7529         size_t.  Add casts where needed.
7530
7531         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
7532         old headers, don't call avc_has_perm if we don't have the
7533         permission information.
7534
7535 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
7536
7537         * elf/rtld.c (dl_main): Use the page size to find the map start.
7538
7539 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
7540
7541         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
7542         Patch by Szymon Siwek <sls@poczta.wp.pl>.
7543
7544         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
7545         when the lookup call failed.
7546
7547         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
7548         Add prune_cond and wakeup_time.
7549         (CACHE_PRUNE_INTERNAL): Define.
7550         Update declarations of prune_cache and setup_thread.
7551         * nscd/connections.c (dbs): Update initializers.
7552         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
7553         (nscd_init): Default number of threads is now 4.
7554         (invalidate_cache): Take lock before calling prune_cache.
7555         (handle_request): If SELinux forbids the request, say so.
7556         (readylist_cond): Use static initializer.
7557         (nscd_run_prune): New function.  Used only by pruning threads.
7558         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
7559         here.
7560         (fd_ready): Update nscd_run reference.
7561         (start_threads): No need to initialize readylist_cond.
7562         Start pruning threads separately.
7563         * nscd/nscd_setup_thread.c: Change return value type to int and always
7564         return 0.
7565         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
7566         to int and return nonzero value if we can use the TID address hack.
7567         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
7568         the database is later than the new entry's timeout, update the
7569         wakeup time and wake the cleanup thread.
7570         (prune_cache): Return seconds the next entry in the database is still
7571         valid.  Remove locking for pruning here.
7572         * nscd/nscd.conf: Document default number of threads.
7573
7574 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
7575
7576         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
7577         stack is properly aligned for the target function.
7578         Correct unwind info.
7579
7580         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
7581         when using auditing libraries.
7582
7583 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
7584
7585         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
7586         _nss_dns_getnetbyaddr2_r.
7587         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
7588         extra parameter to getanswer_r.
7589         (_nss_dns_getnetbyaddr_r): Now a wrapper around
7590         _nss_dns_getnetbyaddr2_r.
7591
7592         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
7593         gethstbynm3_r.
7594         * nscd/gethstbynm2_r.c: Remove.
7595         * nscd/gethstbynm3_r.c: New file.
7596         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
7597         __gethostbyaddr_r.
7598         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
7599         __gethostbyaddr_r compatibility wrapper.
7600         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
7601         determining timeout of entry.
7602         (lookup): Take new parameter and pass it to __gethostbyname3_r and
7603         __gethostbyaddr2_r.
7604         (addhstbyX): Pass reference to variable for TTL to lookup and
7605         cache_addhst.
7606         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
7607         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
7608         and __nss_next2.  Remove __nss_services_lookup.
7609         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
7610         Add compat wrapper.
7611         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
7612         __nss_next2.
7613         * nss/getXXent_r.c: Likewise.
7614         * nss/getnssent_r.c: Likewise.
7615         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
7616         does not exist in module, try the optional second name.
7617         (__nss_next2): New function.
7618         (__nss_next): Now wrapper around __nss_next2.
7619         * nss/nsswitch.h: Adjust __nss_lookup prototype.
7620         Declare __nss_next2.
7621         Adjust definition of db_lookup_function type.
7622         * nss/service-lookup.c: Define NO_COMPAT.
7623         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
7624         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
7625         * inet/ether_ntoh.c: Likewise.
7626         * sunrpc/netname.c: Likewise.
7627         * sunrpc/publickey.c: Likewise.
7628         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
7629         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
7630         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
7631         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
7632         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
7633
7634         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
7635
7636         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
7637
7638 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
7639
7640         [BZ #5204]
7641         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
7642         * crypt/sha512c-test.c: Likewise.
7643
7644         [BZ #5225]
7645         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
7646         to keep track of end of %[ format string element.
7647         * stdio-common/Makefile (tests): Add bug20.
7648         * stdio-common/bug20.c: New file.
7649
7650         [BZ #5222]
7651         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
7652         path elements in counting mode.
7653
7654 2007-10-27  Andreas Jaeger  <aj@suse.de>
7655
7656         [BZ #5040]
7657         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
7658
7659         [BZ #3112]
7660         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
7661         (__cleanup): Free shared library when exiting.
7662         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
7663         (__cleanup): Free shared library when exiting.
7664
7665 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
7666
7667         [BZ #2549]
7668         * math/libm-test.inc (check_float_internal): Support
7669         denormalized return.
7670
7671 2007-10-23  Andreas Jaeger  <aj@suse.de>
7672
7673         [BZ #5208]
7674         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
7675         __LONG_LONG_PAIR to handle little endian byte order.
7676         Suggested by abhishekrai@google.com
7677
7678 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
7679
7680         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
7681
7682 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
7683
7684         * nscd/cache.c (prune_cache): Move test for modified file outside
7685         of locking.
7686
7687 2007-10-21  Andreas Jaeger  <aj@suse.de>
7688
7689         * manual/texinfo.tex: Update to latest version.
7690
7691         * manual/sysinfo.texi (System Parameters): Fix Formatting.
7692
7693         * manual/arith.texi (Status bit operations): Fix formatting.
7694
7695         * manual/errno.texi (Error Messages): Fix formatting.
7696
7697         * manual/sysinfo.texi (System Parameters): Fix formatting.
7698
7699         * manual/libc.texinfo: Update VERSION and UPDATED.
7700
7701 2007-10-19  Roland McGrath  <roland@redhat.com>
7702
7703         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
7704
7705 2007-10-06  David S. Miller  <davem@davemloft.net>
7706
7707         * configure.in: Add sparcv9v2 and sparc64v2.
7708         * scripts/config.sub: Likewise.
7709         * configure: Regenerate.
7710         * elf/elf.h (HWCAP_SPARC_N2): New.
7711         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
7712         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
7713         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
7714         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
7715         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
7716         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
7717         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
7718
7719 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
7720
7721         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
7722         even if the poll result indicates there is data to read.
7723         Patch by Jeff Moyer <jmoyer@redhat.com>.
7724
7725 2007-10-18  Roland McGrath  <roland@redhat.com>
7726
7727         * elf/elf.h (NT_PPC_VMX): New macro.
7728
7729 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7730
7731         * version.h (VERSION): Set to 2.7.90.
7732
7733 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7734
7735         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
7736         weak_alias.
7737
7738 2007-10-17  Roland McGrath  <roland@frob.com>
7739
7740         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
7741         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
7742
7743 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7744
7745         * version.h (VERSION): Bump to 2.7.
7746         * include/features.h (__GLIBC_MINOR__): Bump to 7.
7747
7748         [BZ #5186]
7749         * time/tzset.c (__tz_convert): Don't force testing for a change of
7750         TZ if not called from localtime.  But then also see whether the
7751         file changed, in case __use_tzfile is set.
7752
7753         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
7754         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7755         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7756         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7757         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7758         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7759         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
7760         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7761
7762 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7763
7764         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
7765         and admin selects to be able to replace the gai.conf file, lock
7766         data structures around the qsort call.
7767
7768 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7769
7770         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
7771         new memset.
7772         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
7773         too high for the improvements.  Implement bzero unconditionally for
7774         use in libc.
7775
7776 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7777             Jakub Jelinek  <jakub@redhat.com>
7778
7779         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
7780         even when time_t is 32-bit.
7781         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
7782         timezone data read by __tzfile_default.  Ensure __tzname[0] is
7783         always set after the search.
7784
7785 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7786
7787         * time/tzfile.c (__tzfile_read): Help the compiler recognize
7788         unreachable code on 32-bit machines.
7789
7790 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7791
7792         [BZ #5184]
7793         * time/strftime_l.c: Include stdbool.h.
7794         (my_strftime): New wrapper, old function renamed to...
7795         (__strftime_internal): ... new function.  Add tzset_called
7796         argument, pass it down to recursive calls, don't call tzset ()
7797         if already true, set to true after call to tzset ().
7798
7799 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7800
7801         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
7802         into account when copying TZ string.
7803
7804 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7805
7806         * time/tzfile.c (__tzfile_compute): For use_last case set i to
7807         num_transition rather than num_transitions - 1.
7808
7809 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7810
7811         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
7812         PIC indirect jump.
7813
7814         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
7815         a local label rather than HIDDEN_JUMPTARGET.
7816
7817 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7818
7819         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
7820         (init_cacheinfo): Initialize it.
7821         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
7822         Always define bzero.
7823         Remove non-glibc code.
7824         * sysdeps/x86_64/bzero.S: Make an empty file.
7825
7826 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7827
7828         * sysdeps/x86_64/cacheinfo.c
7829         (__x86_64_preferred_memory_instruction): New.
7830         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7831
7832         * sysdeps/x86_64/memset.S: Rewrite.
7833
7834 2007-10-15  Roland McGrath  <roland@redhat.com>
7835
7836         * po/libc.pot: Regenerated.
7837
7838 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7839
7840         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
7841         pointers.
7842
7843         [BZ #3425]
7844         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
7845         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
7846         address record to T_A/T_AAAA requests.
7847
7848 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
7849
7850         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
7851
7852         * posix/glob.c: Add some branch prediction throughout.
7853
7854         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
7855         read from nscd.
7856
7857         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
7858         service_order.
7859         (rfc3484_sort): Make sure that even if qsort doesn't support
7860         stable sorting out sorting here is stable by comparing service_order.
7861         (getaddrinfo): Initialize service_order.
7862         * posix/tst-rfc3484.c (do_test): Adjust for addition of
7863         service_order field to sorting structure.
7864         * posix/tst-rfc3484-2.c (do_test): Likewise.
7865
7866         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
7867         * time/tzset.c (tzset_internal): Break TZ string parsing out into
7868         __tzset_parse_tz and updating of daylight, timezone, tzname into
7869         update_vars.
7870         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
7871         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
7872         happens in __tz_compute.
7873         * time/tzfile.c (__tzfile_read): Also read TZ string.
7874         (find_transition): Fold into __tzfile_compute.
7875         (__tzfile_compute): For times beyond the last transition try to
7876         use the TZ string.
7877         * timezone/tst-timezone.c: Information in daylight and tzname does
7878         change for Asia/Tokyo timezone with more concrete information.
7879         Remove the test.
7880
7881         * include/stdio.h: Add libc_hidden_proto for ftello.
7882         * libio/ftello.c: Add libc_hidden_def.
7883
7884         [BZ #1140]
7885         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
7886         on the specified time and not the last entries in the file.  Move
7887         code to determine tzname[] to...
7888         (find_transition): ...here.  Add ugly guess for times before the
7889         first transition.
7890
7891 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7892
7893         [BZ #3195]
7894         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
7895         no entry.
7896         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
7897         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7898         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
7899         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7900
7901         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
7902         read mechanism when there are no group members and avoid no-op
7903         read syscall in this case.
7904
7905         [BZ #3242]
7906         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
7907         (__readall): If reading failed due to EAGAIN error wait a bit
7908         and possibly try again.
7909         (__readvall): Likewise.
7910
7911 2007-10-13  Bruno Haible  <bruno@clisp.org>
7912
7913         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
7914         when we cannot recode the message.
7915
7916 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7917
7918         [BZ #4359]
7919         * libio/__freading.c (__freading): Don't return true for
7920         write-only streams.  For read/write streams, check whether we
7921         performed a read operation already.
7922         * libio/Makefile (tests): Add tst-ext2.
7923         * libio/tst-ext2.c: New file.
7924
7925 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7926
7927         * locale/programs/repertoire.c (repertoire_read): Always free
7928         memory for repertoire file name [Coverity CID 270].
7929
7930         * elf/cache.c (save_aux_cache): Free memory allocated for
7931         temporary file name [Coverity CID 267].
7932
7933 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7934
7935         * misc/Makefile (headers): Add bits/error.h.
7936
7937 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7938
7939         * posix/fnmatch_loop.c: Take rule index returned as part of
7940         findidx return value into account when accessing weights.
7941         * posix/regcomp.c: Likewise.
7942         * posix/regexec.c: Likewise.
7943
7944         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
7945         (skip_to): Fix problems with parameter of elifdef/elifndef.
7946
7947 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
7948
7949         * iconv/gconv_simple.c: Add some branch prediction.
7950
7951 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7952
7953         * locale/programs/ld-collate.c (collate_read): If ignore_content
7954         and nowtok is tok_define, eat any tok_eol tokens.
7955
7956 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
7957
7958         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
7959         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
7960
7961         * inet/netinet/in.h: Don't include bits/socket.h.
7962         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
7963         macro.
7964         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7965
7966 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
7967
7968         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
7969         and tok_elifndef.
7970         * locale/programs/locfile-kw.gperf: Likewise.
7971         * locale/programs/ld-collate.c: Implement primitive preprocessor.
7972
7973 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
7974
7975         * stdio-common/printf-parse.h: Include string.h and wchar.h.
7976         (__find_specwc): Change into __extern_always_inline function.
7977         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
7978         (__parse_one_specmb): Remove ps argument.
7979         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
7980         Adjust __find_specmb and __parse_one_specmb callers.
7981         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
7982         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
7983         Removed.
7984         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
7985         caller.
7986
7987 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
7988
7989         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
7990         with some Pentium Ds.
7991
7992 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
7993
7994         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
7995         __read not read.
7996         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
7997         __write not write.
7998
7999 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8000
8001         [BZ #181]
8002         * locale/C-time.c: Set week_1stday data to 19971201.
8003         * locale/programs/ld-time.c (time_finish): Default for
8004         first_workday is Monday.
8005
8006         [BZ #2633]
8007         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8008
8009         [BZ #5103]
8010         * posix/glob.c (glob): Recognize patterns starting \/.
8011         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8012         (main): Add test for pattern starting \/.
8013
8014         * misc/error.h: Use __const instead of const.
8015         * misc/bits/error.h: Likewise.
8016
8017 2007-10-07  Andreas Jaeger  <aj@suse.de>
8018
8019         * include/bits/error.h: New file.
8020
8021         * misc/bits/error.h (error_at_line): Fix prototype.
8022
8023 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8024
8025         [BZ #3924]
8026         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8027         more little bugs in creating the stack frame when pltexit has to
8028         be called.
8029
8030         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8031         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8032
8033         [BZ #4407]
8034         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8035         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8036         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8037         * math/libm-test.inc: Add test for this case.
8038
8039         [BZ #5010]
8040         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8041         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8042         map service succeeded.
8043         (svc_is_mapped): New function.
8044         (svc_unregister): Use it before trying to unmap service.
8045
8046 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8047
8048         * timezone/zic.c: Update from tzcode2007h.
8049
8050         [BZ #5063]
8051         * timezone/africa: Update from tzdata2007h.
8052         * timezone/antarctica: Likewise.
8053         * timezone/asia: Likewise.
8054         * timezone/australasia: Likewise.
8055         * timezone/europe: Likewise.
8056         * timezone/leapseconds: Likewise.
8057         * timezone/northamerica: Likewise.
8058         * timezone/southamerica: Likewise.
8059         * timzeone/zone.tab: Likewise.
8060
8061         [BZ #5104]
8062         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8063
8064         [BZ #5113]
8065         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8066         avoid warning with -Wconversion.
8067         (__strndup): Likewise.
8068         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8069
8070         [BZ #5112]
8071         * nscd/connections.c (restart): Don't resync if database is
8072         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8073
8074         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8075         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8076
8077         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8078         evetnfd_read, eventfd_write.
8079         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8080         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8081         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8082         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8083         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8084         eventfd_write for GLIBC_2.7.
8085
8086         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8087         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8088         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8089         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8090
8091 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8092
8093         * stdlib/msort.c: Include stdint.h.
8094         (struct msort_param): New type.
8095         (msort_with_tmp): Use struct msort_param pointer for unchanging
8096         parameters.  Add optimized handling for several common sizes
8097         and indirect sorting mode.
8098         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8099         sorting.
8100         Suggested by Belazougui Djamel .
8101
8102         * stdlib/Makefile (tests): Add tst-qsort2.
8103         * stdlib/tst-qsort2.c: New test.
8104
8105 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8106
8107         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8108         for dup2 in case another thread races with the current one.  Retry
8109         in this case.
8110
8111         * misc/error.h: Remove support for use outside of libc.  We have to
8112         include <features.h> now.  Include <bits/error.h> if possible.
8113         * misc/bits/error.h: New file.
8114
8115 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8116
8117         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8118         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8119         __extern_always_inline functions unconditionally, drop macros.
8120
8121         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8122         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8123         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8124
8125         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8126         add __artificial__ attribute.
8127
8128 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8129
8130         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8131         backward to forward direction.
8132
8133         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8134
8135         [BZ #645]
8136         * locale/programs/ld-collate.c (collate_finish): Compare against last
8137         used section which is known to have rules defined.
8138         (collate_read): After order_start, correctly record order of sections
8139         and queue sections up.
8140
8141 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8142
8143         [BZ #5071]
8144         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8145         the same number of pages.
8146         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8147
8148         * locale/programs/ld-collate.c (collate_read): After initial copy
8149         statement, continue in state 0.
8150
8151         * include/stdio_ext.h (__fsetlocking): Define as macro.
8152
8153 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
8154
8155         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8156         of section order.
8157
8158         * po/pt_BR.po: Fix typo.
8159
8160 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
8161
8162         * iconvdata/Makefile (modules): Add ISO8859-9E.
8163         (distribute): Add iso8859-9e.c.
8164         (gen-8bit-gap-modules): Add iso8859-9e.
8165         * iconvdata/iso8859-9e.c: New file.
8166         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8167         * iconvdata/TESTS: Likewise.
8168         * iconvdata/tst-tables.sh: Likewise.
8169
8170         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8171
8172         * locale/iso-639.def: Add several new entries.
8173
8174 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8175
8176         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8177         void * pointers instead of struct link_map **.
8178         (_dl_scope_free): Change argument type to void *.
8179         * include/link.h (struct link_map): Change type of l_reldeps
8180         to struct link_map_reldeps, move l_reldepsact into that
8181         struct too.
8182         * elf/dl-deps.c: Include atomic.h.
8183         (_dl_map_object_deps): Only change l->l_initfini when it is
8184         fully populated, use _dl_scope_free for freeing it.  Optimize
8185         removal of libs from reldeps by using l_reserved flag, when
8186         some removal is needed, allocate a new list instead of
8187         reallocating and free the old with _dl_scope_free.  Adjust
8188         for l_reldeps and l_reldepsact changes.
8189         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
8190         searching in l_initfini and l_reldeps without holding dl_load_lock.
8191         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8192         l_reldepsact changes.
8193         * elf/dl-close.c (_dl_close_worker): Likewise.
8194         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8195
8196 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
8197
8198         * iconvdata/Makefile (modules): Add KOI8-RU.
8199         (distribute): Add koi8-ru.c.
8200         (gen-8bit-gap-modules): Add koi8-ru.
8201         * iconvdata/koi8-ru.c: New file.
8202         * iconvdata/gconv-modules: Add entries for KOI8-RU.
8203         * iconvdata/TESTS: Likewise.
8204         * iconvdata/tst-tables.sh: Likewise.
8205
8206         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8207
8208 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
8209
8210         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8211         with __warning__/__error__ attributes.
8212         (__warnattr): Define.
8213         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8214         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8215         __warnattr.
8216         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8217         of __*_chk if compile time detectable overflow is found.
8218         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8219         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8220         with __warnattr.
8221         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8222         instead of __*_chk if compile time detectable overflow is found.
8223         (__gets_alias): Rename to...
8224         (__gets_warn): ... this.  Add __warnattr.
8225         (gets): Call __gets_warn instead of __gets_alias.
8226         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8227         aliases with __warnattr.
8228         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8229         time detectable overflow is found.
8230         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8231         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8232         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8233         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8234         __getdomainname_chk_warn): New aliases with __warnattr.
8235         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8236         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8237         __*_chk_warn instead of __*_chk if compile time detectable overflow
8238         is found.
8239         (__getgroups_chk): Rename argument to __listlen from listlen.
8240         (__getwd_alias): Rename to...
8241         (__getwd_warn): ... this.  Add __warnattr.
8242         (getwd): Call __getwd_warn instead of __getwd_alias.
8243         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8244         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8245         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8246         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8247         __wcsnrtombs_chk_warn): New aliases with __warnattr.
8248         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8249         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8250         compile time detectable overflow is found.
8251         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
8252         to use __*_chk or not.
8253         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8254         in comparisons which function should be called and in __*_chk*
8255         arguments.  Call __*_chk_warn instead of __*_chk if compile time
8256         detectable overflow is found.
8257         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8258         __*_chk argument.
8259         * debug/tst-chk1.c (do_test): Add a few more tests.
8260
8261 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
8262
8263         [BZ #5058]
8264         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8265         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8266         (_nl_unload_domain): Finalize conversions_lock.
8267         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8268         handling table of known conversions.
8269
8270 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8271
8272         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8273         close_not_cancel_no_status instead of close.
8274
8275 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
8276
8277         [BZ #5028]
8278         * posix/regcomp.c (lookup_collation_sequence_value): Check that
8279         nrules != 0 for multibyte chars.
8280
8281 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
8282
8283         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8284         Provide better error message in case the type is unknown.
8285
8286         [BZ #4963]
8287         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8288         * string/stratcliff.c: Make usable to test wide char functions.
8289         * wcsmbs/wcsatcliff.c: New file.
8290         * wcsmbs/Makefiel (tests): Add wcsatcliff.
8291
8292         [BZ #4972]
8293         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8294         (distribute): Add mac-centraleurope.c.
8295         (gen-8bit-gap-modules): Add mac-centraleurope.
8296         * iconvdata/mac-centraleurope.c: New file.
8297         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8298         * iconvdata/TESTS: Likewise.
8299         * iconvdata/tst-tables.sh: Likewise.
8300
8301         [BZ #5043]
8302         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8303
8304 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
8305
8306         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8307         from __x86_64_core_cache_size_half.
8308         (init_cacheinfo): Compute shared cache size for AMD processors with
8309         shared L3 correctly.
8310         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8311         name change.
8312         Patch in large parts by Evandro Menezes.
8313
8314 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
8315
8316         * elf/dl-lookup.c (add_dependency): Handle failing memory
8317         allocation for dependency list.  Remove unnecessary check.
8318
8319         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8320         open/close when determining source addresses.
8321
8322         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8323         sha512-crypt, and sha512.
8324         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8325         (distribute): Add sha256.h and sha512.h.
8326         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8327         and call the appropriate code.
8328         * crypt/sha256-crypt.c: New file.
8329         * crypt/sha256.c: New file.
8330         * crypt/sha256.h: New file.
8331         * crypt/sha256c-test.c: New file.
8332         * crypt/sha256test.c: New file.
8333         * crypt/sha512-crypt.c: New file.
8334         * crypt/sha512.c: New file.
8335         * crypt/sha512.h: New file.
8336         * crypt/sha512c-test.c: New file.
8337         * crypt/sha512test.c: New file.
8338
8339 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
8340
8341         * misc/bits/syslog.h (syslog): Remove extraneous argument from
8342         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8343         __syslog_chk.
8344
8345 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
8346
8347         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8348         %as in fscanf format strings.
8349
8350         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8351         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8352         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8353         Likewise.
8354         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8355         Likewise.
8356
8357         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8358         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8359         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8360         * elf/dl-sym.c (do_sym): Likewise.
8361         * include/link.h (struct link_map): Add l_serial field.
8362         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8363         * elf/dl-lookup.c (add_dependency): Add flags argument.
8364         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8365         flags, use THREAD_GSCOPE_RESET_FLAG before and
8366         THREAD_GSCOPE_SET_FLAG after
8367         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8368         Don't dereference map until it has been found on some list.
8369         If map->l_serial changed, return -1.
8370
8371 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8372
8373         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8374         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8375         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8376         libc_hidden_proto.
8377         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8378         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8379         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8380         add libc_hidden_proto.
8381         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8382         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8383         conformance requested.
8384         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8385         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8386         conformance requested.
8387         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8388         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8389         conformance requested.
8390         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8391         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8392         ISO C99 or POSIX conformance requested.
8393         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8394         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8395         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8396         and __isoc99_vsscanf@@GLIBC_2.7.
8397         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8398         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8399         (tests): Add scanf14.
8400         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8401         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8402         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8403         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8404         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8405         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8406         from using internal headers.
8407         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8408         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8409         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8410         and __isoc99_vswscanf@@GLIBC_2.7.
8411         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8412         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8413         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8414         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8415         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8416         * stdio-common/isoc99_scanf.c: New file.
8417         * stdio-common/isoc99_vsscanf.c: New file.
8418         * stdio-common/isoc99_vscanf.c: New file.
8419         * stdio-common/isoc99_vfscanf.c: New file.
8420         * stdio-common/isoc99_fscanf.c: New file.
8421         * stdio-common/isoc99_sscanf.c: New file.
8422         * wcsmbs/isoc99_fwscanf.c: New file.
8423         * wcsmbs/isoc99_vswscanf.c: New file.
8424         * wcsmbs/isoc99_swscanf.c: New file.
8425         * wcsmbs/isoc99_wscanf.c: New file.
8426         * wcsmbs/isoc99_vwscanf.c: New file.
8427         * wcsmbs/isoc99_vfwscanf.c: New file.
8428         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8429         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8430         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8431         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8432         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8433         * stdio-common/scanf14.c: New test.
8434         * stdio-common/scanf15.c: New test.
8435         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8436         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8437         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8438         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8439         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8440         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8441         __nldbl___isoc99_scanf@@GLIBC_2.7,
8442         __nldbl___isoc99_fscanf@@GLIBC_2.7,
8443         __nldbl___isoc99_sscanf@@GLIBC_2.7,
8444         __nldbl___isoc99_vscanf@@GLIBC_2.7,
8445         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8446         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8447         __nldbl___isoc99_wscanf@@GLIBC_2.7,
8448         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8449         __nldbl___isoc99_swscanf@@GLIBC_2.7,
8450         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8451         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8452         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8453         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8454         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8455         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8456         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8457         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8458         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8459         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8460         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8461         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8462         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8463         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8464         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8465         functions.
8466         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8467         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8468         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8469         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8470         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8471         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8472         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
8473         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
8474         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
8475         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
8476         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
8477         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
8478
8479         * stdio-common/Makefile (tests): Add scanf13.
8480         (scanf13-ENV): New.
8481         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
8482         m modifier followed by l.
8483         (STRING_ARG): Add width argument.
8484         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
8485         <case L_('C')>: Handle %mlc and %mC.
8486         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
8487         arguments.
8488         * stdio-common/scanf13.c: New test.
8489
8490         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
8491         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
8492
8493 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
8494
8495         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
8496         type and __THROW marker of splice, vmsplice, and tee.
8497         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8498         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8499         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8500         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8501         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8502         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8503         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8504         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
8505         as cancellation points.
8506
8507 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
8508
8509         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
8510         parse more than three parts of the version number.
8511
8512 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
8513
8514         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
8515         modifier.  Patch by Jakub Jelinek.
8516
8517 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
8518
8519         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
8520         call_fallocate in misc subdir.
8521         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
8522         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
8523         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
8524         instead of __fallocate64.
8525         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
8526
8527 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
8528
8529         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
8530         * rt/Makefile (headers): Add bits/mqueue2.h.
8531         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
8532         optimizing with GCC and __va_arg_pack_len is defined.
8533         * rt/bits/mqueue2.h: New file.
8534         * rt/mq_open.c (__mq_open): Renamed from mq_open.
8535         (mq_open): New strong_alias.
8536         (__mq_open_2): New function.
8537         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
8538         (mq_open): New strong_alias.
8539         (__mq_open_2): New function.
8540         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
8541         * Versions.def (librt): Add GLIBC_2.7 version.
8542         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
8543         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
8544
8545         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
8546         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
8547         is defined rather than when not C++.
8548         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
8549         __openat64_alias): New redirects.
8550         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
8551         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
8552         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
8553         (open, open64, openat, openat64): Rewrite as __extern_always_inline
8554         functions instead of function-like macros.
8555
8556 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
8557
8558         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
8559         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
8560         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
8561
8562 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
8563
8564         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
8565         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
8566
8567 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
8568
8569         * inet/tst-network.c: Increment ERRORS for failing tests.
8570
8571 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
8572
8573         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8574         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
8575         implement as __extern_always_inline function.
8576         (vsyslog): Define as __extern_always_inline function unconditionally.
8577         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
8578         When __va_arg_pack is defined, implement as __extern_always_inline
8579         functions.
8580         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8581         __extern_always_inline functions unconditionally.
8582         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
8583         bits/stdio2.h will be included.
8584         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
8585         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
8586         implement as __extern_always_inline functions.
8587         (vswprintf, vwprintf, vfwprintf): Define as
8588         __extern_always_inline functions unconditionally.
8589         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
8590
8591 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
8592
8593         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
8594         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
8595         attribute.
8596         * include/features.h (__USE_EXTERN_INLINES): Define only when
8597         __extern_inline is defined.
8598         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
8599         is defined instead of when not __cplusplus.
8600         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
8601         is defined instead of when not __cplusplus.
8602         * socket/sys/socket.h: Include bits/socket2.h when
8603         __extern_always_inline is defined instead of when not __cplusplus.
8604         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
8605         is defined instead of when not __cplusplus.
8606         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
8607         is defined instead of when not __cplusplus.
8608         * string/string.h: Include bits/string3.h when __extern_always_inline
8609         is defined instead of when not __cplusplus.
8610         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
8611         is defined instead of when not __cplusplus.
8612         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
8613         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
8614         is not defined.
8615         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
8616         defined __extern_always_inline instead of !defined __cplusplus.
8617         * libio/bits/stdio-ldbl.h: Likewise.
8618         * wcsmbs/bits/wchar-ldbl.h: Likewise.
8619         * misc/bits/syslog.h (syslog): Don't define for C++.
8620         (vsyslog): Use __extern_always_inline function for C++ instead of
8621         a macro.
8622         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
8623         whenever that macro is defined.
8624         (vprintf): Don't provide the inline for C++.
8625         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
8626         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
8627         define the macros for C++.
8628         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8629         __extern_always_inline functions for C++.
8630         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
8631         stat64, lstat64, fstat64, fstatat64): Don't define if not
8632         __USE_EXTERN_INLINES.
8633         * wcsmbs/bits/wchar2.h: Fix #error message.
8634         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
8635         (vswprintf, vwprintf, vfwprintf): Define using
8636         __extern_always_inline functions for C++.
8637         * string/bits/string3.h: Don't #undef macros if __cplusplus.
8638         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
8639         strncpy, strcat, strncat): Define as __extern_always_inline
8640         functions instead of macros for C++.
8641         * math/bits/cmathcalls.h: Guard __extern_inline routines with
8642         defined __extern_inline.
8643         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
8644         to __extern_inline whenever that macro is defined.
8645         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8646         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8647         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
8648         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
8649         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8650         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8651         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8652         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8653         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
8654         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
8655         prototypes.  Only provide __extern_inline routines if
8656         __USE_EXTERN_INLINES.
8657         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
8658         tests.
8659         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
8660         For now avoid some *printf tests in C++.  Skip all testing
8661         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
8662         is not.
8663         * debug/tst-chk4.cc: New file.
8664         * debug/tst-chk5.cc: New file.
8665         * debug/tst-chk6.cc: New file.
8666         * debug/tst-lfschk4.cc: New file.
8667         * debug/tst-lfschk5.cc: New file.
8668         * debug/tst-lfschk6.cc: New file.
8669         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
8670         prototypes in C++.
8671         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
8672         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
8673         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
8674
8675 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
8676
8677         * po/cs.po: Update from translation team.
8678
8679 2007-09-11  Roland McGrath  <roland@redhat.com>
8680
8681         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
8682         compiling.
8683
8684 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8685
8686         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
8687
8688 2007-09-05  Roland McGrath  <roland@redhat.com>
8689
8690         * manual/signal.texi (Signaling Another Process): Typo fix.
8691         From Karl Berry <karl@freefriends.org>.
8692
8693 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
8694
8695         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
8696         zero if not defined.
8697         (make_request): Recognize optimistic addresses and treat them like
8698         deprecated addresses.
8699         Reported by Neil Horman <nhorman@redhat.com>.
8700
8701 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
8702
8703         * nscd/connections.c (send_ro_fd): Also transfer file size.
8704         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
8705         file size don't call fstat.
8706
8707         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
8708         ahead and map the file.  This should always be correct and we can
8709         catch problems later.
8710
8711 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
8712
8713         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
8714         prototypes.
8715         (__fread_alias, __fread_unlocked_alias): New aliases.
8716         (fread): New extern inline.
8717         (fread_unlocked): Likewise.  Undef macro before definition of
8718         the inline function.
8719         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
8720         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
8721         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
8722         and __fread_unlocked_chk@@GLIBC_2.7.
8723         * debug/fread_chk.c: New file.
8724         * debug/fread_u_chk.c: New file.
8725         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
8726
8727 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
8728
8729         * sysdeps/unix/sysv/linux/syscalls.list
8730         (personality): Change caller to EXTRA.
8731
8732 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
8733
8734         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
8735         to keep gcc quiet.
8736         * iconvdata/iso-2022-cn.c (BODY): Likewise.
8737
8738         * locale/programs/ld-collate.c (collate_output): Avoid warning if
8739         NDEBUG is defined.
8740
8741         * Makerules: Use -p option with mkdir.
8742
8743         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
8744         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
8745         (_xdr_directory_obj): Likewise.
8746         (xdr_entry_obj): Likewise.
8747         (xdr_group_obj): Likewise.
8748         (xdr_link_obj): Likewise.
8749         (xdr_table_obj): Likewise.
8750         (_xdr_nis_result): Likewise.
8751         (_xdr_ns_request): Likewise.
8752         (_xdr_ib_request): Likewise.
8753         (_xdr_nis_taglist): Likewise.
8754         (xdr_cback_data): Likewise.
8755         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
8756         (xdr_ypresp_maplist): Likewise.
8757
8758         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
8759
8760         * posix/regex_internal.h: Prevent some declarations and definitions
8761         to be seen when used in tests.
8762
8763         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
8764         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
8765
8766         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
8767
8768         * config.make.in (datarootdir): Add to shut up configure.
8769
8770         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
8771         associativity for fully-associative caches.
8772
8773         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
8774         requests.  Fill on more associativity values for L2.
8775         Patch mostly by Evandro Menezes.
8776
8777 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
8778
8779         * sysdeps/unix/sysv/linux/x86_64/init-first.c
8780         (_libc_vdso_platform_setup): Avoid using exported variable by using
8781         alias.
8782
8783         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
8784
8785         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
8786         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
8787         defined.
8788
8789 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
8790
8791         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
8792         align stack for call if pltexit is to be used.
8793
8794         [BZ #3924]
8795         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
8796         align for function call in case pltexit has to be called later.
8797
8798         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
8799         implicit atomic operation when storing function pointer.
8800         (_dl_runtime_profile): Likewise.
8801
8802 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8803
8804         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
8805         NIS_NOTFOUND.
8806
8807 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8808
8809         [BZ #4566]
8810         * string/strtok.c: Fix typo in comment.
8811
8812         [BZ #4582]
8813         * debug/segfault.c: Fix typos in comments.
8814
8815         [BZ #4588]
8816         * stdio-common/tempnam.c: Fix comment, it is not checked that
8817         TMPDIR points to a writable directory.
8818
8819         [BZ #4726]
8820         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
8821         memory allocated for the name server address.
8822
8823         [BZ #4946]
8824         * nscd/connections.c (handle_request): Using sendfile always
8825         requires that mmap is used for the database.
8826         Patch by Petr Baudis <pasky@suse.cz>.
8827
8828         [BZ #4905]
8829         * nscd/hstcache.c (cache_addhst): When reloading an entry which
8830         suddenly has two or more addresses, ignore it and remove the old
8831         entry.
8832
8833         [BZ #4814]
8834         * resolv/res_hconf.c: Prepare for compiling outside libc.
8835         * nscd/res_hconf.c: New file.
8836         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
8837         the new file.
8838         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
8839         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
8840
8841         * nscd/hstcache.c (cache_addhst): Minimal optimization.
8842
8843         [BZ #4925]
8844         * debug/pcprofiledump.c: Turn on internationalization by calling
8845         setlocale.  Patch mostly by Benno Schulenberg.
8846
8847         [BZ #4936]
8848         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
8849         the state.
8850         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
8851         * iconvdata/bug-iconv5.c: New file.
8852
8853 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
8854
8855         [BZ #4896]
8856         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
8857         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
8858         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
8859         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
8860         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
8861         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
8862         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
8863         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
8864
8865 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8866
8867         [BZ #4937]
8868         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
8869         lookup loop.  Suggested by John Reiser.
8870
8871 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
8872
8873         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
8874
8875 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
8876
8877         * csu/libc-start.c: Don't handle VDSO_SETUP here.
8878         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
8879         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
8880         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
8881         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
8882         to...
8883         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
8884
8885 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
8886
8887         * po/nl.po: Update from translation team.
8888
8889 2007-08-16  Andreas Jaeger  <aj@suse.de>
8890
8891         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
8892         Reported by Peter Festner <peter.festner@ewetel.net>.
8893
8894 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8895
8896         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
8897
8898 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
8899
8900         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
8901         to check for undefined symbols.
8902
8903         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
8904         If the syscall fails, set errno to the actual returned error number
8905         rather than EINVAL.
8906         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
8907         arguments are incorrect, set errno to EINVAL, if the syscall
8908         fails, set errno to the actual returned error number.
8909
8910         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
8911         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
8912
8913         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
8914         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
8915         file.
8916         (ASI_PNF, ASI_BLK_P): Don't define.
8917         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
8918         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
8919         file.
8920         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
8921         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
8922         file.
8923
8924 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
8925
8926         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
8927         FE_UNDERFLOW on Niagara CPUs.
8928
8929         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
8930         exceptions.
8931
8932 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
8933
8934         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
8935         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
8936         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
8937         flush should be used or not inside of the function.
8938         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
8939
8940         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
8941         __thread_start): Use HIDDEN_JUMPTARGET.
8942         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
8943         __thread_start): Likewise.
8944         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
8945
8946         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
8947         Add libc_hidden_proto.
8948         (STRTOF): Add libc_hidden_proto.
8949         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
8950         (strtold_l, wcstold_l): Use them as second argument for
8951         long_double_symbol.
8952
8953 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8954
8955         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
8956
8957 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8958
8959         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
8960
8961 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8962
8963         * po/bg.po: New file.  From the translation team.
8964
8965 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
8966
8967         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
8968         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
8969         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
8970         when each feature was introduced.
8971
8972         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
8973         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
8974         (CHECK_HASH): New macro.
8975         (PREPARE_VERSION): Use it.
8976
8977         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
8978         prototype if not __ASSUME_PSELECT.
8979         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
8980         prototype if not __ASSUME_PPOLL.
8981
8982         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
8983
8984         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
8985         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
8986         is defined.
8987
8988 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
8989
8990         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
8991         (_libc_vdso_platform_setup): If vDSO is not available point
8992         __vdso_gettimeofday to the vsyscall.
8993         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
8994         __vdso_gettimeofday instead of vsyscall.
8995
8996 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
8997
8998         * nscd/servicescache.c: Include kernel-features.h.
8999         * nscd/gai.c: Likewise.
9000         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9001         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9002         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9003         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9004         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9005         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9006         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9007         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9008         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9009
9010 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9011
9012         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9013         and _dl_get_origin defines anymore.
9014
9015         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9016         Build fix for systems which might lack POSIX timer support.
9017
9018         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9019         (_libc_vdso_platform_setup): Mangle function pointers before storing
9020         them.
9021         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9022         Demangle vdso pointer before use.
9023         (INTERNAL_VSYSCALL): Likewise.
9024
9025         * elf/cache.c (primes): Mark as const.
9026         Noted by Roland McGrath.
9027
9028 2007-08-01  Andreas Jaeger  <aj@suse.de>
9029             Jakub Jelinek  <jakub@redhat.com>
9030
9031         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9032         (options): Add option.
9033         (parse_opt): Handle option.
9034         (manual_link): Adjust process_file caller.  Call implicit_soname.
9035         (search_dir): Formatting.  Use and populate auxiliary cache.
9036         (main): Load and save auxiliary cache.
9037         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9038         stat64 from fstat64 to caller.
9039         (implicit_soname): New function.
9040         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9041         leave *soname as NULL.
9042         * elf/cache.c: Include libgen.h.
9043         (print_entry, print_cache, compare, save_cache, add_to_cache):
9044         Formatting and cleanups.
9045         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9046         aux_cache_file): New structures.
9047         (AUX_CACHEMAGIC): Define.
9048         (primes): New array.
9049         (aux_hash_size, aux_hash): New variables.
9050         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9051         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9052         load_aux_cache, save_aux_cache): New functions.
9053         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9054         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9055         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9056         (process_file): Adjust prototype.
9057
9058 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9059
9060         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9061         with __need_size_t.
9062
9063 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9064
9065         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9066         r_found_version structure as second parameter.
9067         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9068         (_dl_vdso_vsym): Change type of second parameter accordingly.
9069         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9070         (_libc_vdso_platform_setup): Adjust.
9071         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9072         (_libc_vdso_platform_setup): Likewise.
9073
9074         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9075         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9076         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9077         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9078         * csu/libc-start.c: Pretty printing.
9079         Use VDSO_SETUP if defined.
9080         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9081         and let generic code call into _libc_vdso_platform_setup.
9082         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9083         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9084         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9085         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9086         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9087         for GLIBC_PRIVATE.
9088         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9089         (sysdep_rountines): Add dl-vdso.
9090
9091         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9092         of routines.
9093
9094         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9095         attribute_hidden to __vdso_gettimeofday prototype.
9096
9097 2007-08-12  Roland McGrath  <roland@redhat.com>
9098
9099         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9100         From: Karl Berry <karl@freefriends.org>.
9101
9102 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9103
9104         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9105         an atime update for the files we read.
9106
9107 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9108
9109         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9110
9111         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9112         instead of mkstemp.
9113
9114         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9115         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9116         * misc/mkostemp.c: New file.
9117         * misc/mkostemp64.c: New file.
9118         * stdlib/stdlib.h: Declare the new functions.
9119         * sysdeps/posix/tempname.c: Add new parameter which is added to
9120         the flags for open.  Remove __GT_BIGFILE handling.
9121         * stdio-common/tempname.c: Likewise.
9122         * include/stdio.h: Adjust __gen_tempname prototype.
9123         Renumber __GT_* constants.
9124         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9125         * misc/mkdtemp.c: Likewise.
9126         * misc/mkstemp.c: Likewise.
9127         * misc/mkstemp64.c: Likewise.
9128         * misc/mktemp.c: Likewise.
9129         * stdio-common/tempnam.c: Likewise.
9130         * stdio-common/tmpfile.c: Likewise.
9131         * stdio-common/tmpfile64.c: Likewise.
9132         * stdio-common/tmpnam.c: Likewise.
9133         * stdio-common/tmpnam_r.c: Likewise.
9134
9135 2007-08-10  Roland McGrath  <roland@frob.com>
9136
9137         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9138         New macros.
9139         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9140         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9141
9142 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9143
9144         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9145         possible.
9146         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9147         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9148         * nss/nss_files/files-have_o_cloexec.c: New file.
9149
9150         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9151         available.
9152
9153 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
9154
9155         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9156         ___new_wcstold_l): New weak aliases.
9157         (strtold_l, wcstold_l): Use them as second argument for
9158         long_double_symbol.
9159
9160 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
9161
9162         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9163         register in test for error.
9164
9165         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9166         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9167
9168         * po/sv.po: Update from translation team.
9169
9170 2007-08-06  Roland McGrath  <roland@redhat.com>
9171
9172         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9173         Remove __strto*_l inlines.
9174         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9175         * stdlib/strtod.c: Add libc_hidden_def.
9176         * stdlib/strtod_l.c: Likewise.
9177         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9178         for __new_strtold and __new_wcstold.
9179         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9180         __STRTOF, STRTOF.
9181         * stdlib/strtol.c: Add libc_hidden_def.
9182         * stdlib/strtol_l.c: Likewise.
9183         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9184         strtoq.
9185
9186         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9187
9188         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9189         * scripts/data/localplt-generic.data: ... here.
9190         * elf/Makefile (check-data): Get generic file if no other.
9191         ($(objpfx)check-localplt.out): Make target unconditional.
9192
9193         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9194         Use ElfW(Nhdr).
9195
9196 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
9197
9198         * po/zh_CN.po: Updated translation from translation team.
9199
9200 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
9201
9202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9203         Don't use CGOTSETUP and CGOTRESTORE macros.
9204
9205 2007-08-04  Roland McGrath  <roland@redhat.com>
9206
9207         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9208
9209 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
9210
9211         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9212         __extension__ around the whole statement expression.
9213
9214 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
9215
9216         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9217         elements during initialization.
9218
9219         * po/pl.po: Updated translation from translation team.
9220         * po/tr.po: Likewise.
9221         * po/nl.po: Likewise.
9222
9223 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
9224
9225         * rt/aio.h: Add __nonnull attributes.
9226
9227 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9228
9229         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9230         * stdlib/Makefile (tests): Add tst-strtod5.
9231         (tst-strtod5-ENV): New.
9232         * stdlib/tst-strtod5.c: New file.
9233
9234         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9235         failed.
9236         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9237         on failure.
9238
9239         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9240         allocated.
9241
9242 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9243
9244         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9245         numbers.
9246
9247 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
9248
9249         * io/Makefile (aux): Add have_o_cloexec.
9250         * include/fcntl.h: Declare __have_o_cloexec.
9251         * io/have_o_cloexec.c: New file.
9252         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9253         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9254         fcntl call if not necessary.
9255         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9256         of local variable.
9257
9258         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9259         Avoid memset, add explicit initialization.
9260         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9261         to the end and change into zero-sized array.
9262         Move lock member to fill a hole on 64-bit platforms.
9263
9264         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9265         inline functions.
9266         * include/stdlib.h: Add __strto*_internal prototypes here.
9267         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9268         inline functions.
9269         * include/wchar.h: Add __wcsto*_internal prototypes.
9270         * sysdeps/generic/inttypes.h: No need to protect the declaration
9271         of the __strto*_internal and __wcsto*_internal members here.
9272
9273         * rt/mqueue.h: Change const to __const and add nonnull attributes.
9274
9275 2007-08-02  Roland McGrath  <roland@redhat.com>
9276
9277         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9278         $(inst_bindir)/getconf if possible.
9279
9280         * posix/Makefile ($(objpfx)getconf.speclist): New target.
9281         (generated): Add it.
9282         ($(inst_libexecdir)/getconf): Use it.
9283
9284 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
9285
9286         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9287         /proc is faster and sufficient.  /sys is still needed for
9288         __get_nprocs_conf.
9289
9290 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
9291
9292         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9293         syscall as __fallocate64.
9294         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9295         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9296
9297 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
9298
9299         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9300         value.
9301
9302         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9303         if off_t is different rank from size_t.
9304
9305         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9306         uw_frame_state_for): Avoid type punning warnings.
9307         * sysdeps/generic/unwind-dw2-fde-glibc.c
9308         (_Unwind_IteratePhdrCallback): Likewise.
9309         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9310         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9311         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9312         pointers.
9313
9314 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
9315
9316         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9317         total processors using sysfs.
9318         (__get_nprocs): Use sysfs to determine which processors are online.
9319
9320 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
9321
9322         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9323         syscall arguments count.
9324
9325         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9326
9327 2007-07-30  Roland McGrath  <roland@redhat.com>
9328
9329         * manual/libc.texinfo: Update copyrights, formatting magic, and
9330         @dircategory.  From Karl Berry <karl@freefriends.org>.
9331
9332 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
9333
9334         [BZ #4860]
9335         * io/Makefile (headers): Add bits/fcntl2.h.
9336
9337         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9338         using gcc builtin.
9339         (__CPU_EQUAL_S): Likewise.
9340
9341         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9342         (tests): Add tst-cpuset.
9343         * posix/sched_cpualloc.c: New file.
9344         * posix/sched_cpufree.c: New file.
9345         * posix/tst-cpuset.c: New file.
9346         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9347         GLIBC_2.7.
9348         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9349         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9350         macros.  Define CPU_*_S macros.
9351
9352 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9353
9354         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9355         entry.
9356
9357         [BZ #4858]
9358         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9359         #.0g and value rounded to 1.0.
9360         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9361
9362 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9363
9364         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9365         for int_frac_digits and frac_digits.
9366
9367         * login/logout.c (logout): Avoid aliasing violation.
9368         * login/logwtmp.c (logwtmp): Likewise.
9369
9370         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9371
9372         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9373         to avoid warning.
9374         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9375         warning.
9376         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9377         warning.
9378         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9379         to avoid warnings.
9380
9381         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9382         void **.
9383         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9384
9385         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9386         char * to avoid warning.
9387         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9388
9389         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9390
9391         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9392         allocate_arrays): Cast second argument to charmap_find_symbol
9393         to char * to avoid warnings.
9394
9395         * locale/programs/repertoire.c (repertoire_new_char): Change
9396         from_nr, to_nr and cnt to unsigned long, adjust printf format
9397         string.
9398
9399         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9400         Cast second argument to new_element to char * to avoid warnings.
9401
9402         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9403
9404         * intl/gettextP.h (struct loaded_domain): Change plural to const
9405         struct expression *.
9406         * intl/plural-eval.c (plural_eval): Change first argument to
9407         const struct expression *.
9408         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9409         argument to const struct expression **.
9410         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9411         prototypes.
9412         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9413         in call to __gettext_free_exp.
9414
9415         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9416         unitialized wstring/wpattern var warnings.
9417
9418         * posix/runtests.c (struct a_test): Make data field const char *.
9419
9420         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9421         vars if not LDBL_MANT_DIG >= 106.
9422
9423         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9424
9425         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9426         __find_specmb to avoid warning.
9427
9428         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9429
9430         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9431         to avoid warnings.
9432
9433         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9434         initializer.
9435
9436         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9437         tv var when it will be actually used.
9438
9439         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9440         to avoid warnings.
9441
9442         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9443         char array resp. pointer.
9444         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9445         char array.
9446         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9447         to const unsigned char **.
9448         (ucs4_to_cns11643): Change second argument to unsigned char *.
9449         * iconvdata/euc-tw.c (BODY): Change endp type to
9450         const unsigned char *.
9451         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9452         to unsigned char *.
9453         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9454         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9455         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9456         types to unsigned char pointers/arrays instead of char.
9457         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9458         to unsigned char *.
9459         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9460         * iconvdata/jis0212.h: Include assert.h.
9461         (ucs4_to_jisx0212): Change second argument to unsigned char *.
9462         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9463         of trying to handle that.
9464         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9465         shut up a warning.
9466         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9467         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9468         two dimensional const unsigned char arrays.
9469         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9470         Initialize endp to inptr to shut up a warning.
9471
9472 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9473
9474         [BZ #4772]
9475         * time/strptime_l.c (__strptime_internal): Silently ignore
9476         strftime modifiers and field width in recursive calls.
9477
9478         * include/time.h (enum ptime_locale_status): Remove.
9479         (__strptime_internal): Remove decided and era_cnt arguments,
9480         add statep argument.
9481         * time/strptime_l.c (__strptime_internal): Remove decided
9482         and era_cnt arguments, add statep argument.  Don't recompute
9483         any fields in recursive calls, only update caller's tm
9484         and state, if recursive call fails, don't change tm nor
9485         any state.
9486         (get_alt_number): Adjust.
9487         (recursive): Adjust caller.
9488         (strptime): Likewise.
9489         * time/strptime.c (strptime): Likewise.
9490
9491 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
9492
9493         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
9494         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
9495         if from and to charsets are the same.
9496         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
9497         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
9498         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9499
9500 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9501
9502         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
9503         Don't define wint_t when __need_mbstate_t unless it
9504         is necessary.
9505         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
9506         in the typedef if possible.
9507         * wctype/wctype.h (wint_t): Define by including
9508         wchar.h with __need_wint_t instead of including stddef.h
9509         with __need_wint_t and as fallback definining it ourselves.
9510         * iconv/gconv.h (__need_wint_t): Define before including
9511         wchar.h.
9512         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
9513         or _GLIBCPP_USE_WCHAR_T.
9514         (__need_wchar_t): Don't define
9515         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9516         (__need_wint_t): Don't define before including stddef.h,
9517         define before including wchar.h only if _LIBC or
9518         _GLIBCPP_USE_WCHAR_T.
9519         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9520         * sysdeps/mach/hurd/_G_config.h: Likewise.
9521         * sysdeps/generic/_G_config.h: Likewise.
9522         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
9523         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
9524         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
9525         if _LIBC or _GLIBCPP_USE_WCHAR_T.
9526
9527 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9528
9529         * sysdeps/posix/posix_fallocate64.c: Undefine
9530         __posix_fallocate64_l64 before alias handling.
9531         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
9532         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
9533         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
9534         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
9535
9536         * io/tst-posix_fallocate.c: Include <fcntl.h>.
9537
9538 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
9539
9540         * locale/programs/ld-collate.c (atwc): New variable.
9541         (add_to_tablewc): New toplevel function, moved from collate_output.
9542         (collate_output): Remove add_to_tablewc nested function.
9543
9544         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
9545         (name_insert): New function.
9546         (write_output): Remove hash_table and hash_size vars and name_insert
9547         nested function.
9548
9549 2007-07-24  Roland McGrath  <roland@redhat.com>
9550
9551         * Makerules (install-others-programs-nosubdir): New target.
9552         (install-no-libc.a-nosubdir): Depend on it.
9553
9554         * iconv/Makefile (install-others-programs): Set this instead of
9555         install-others.
9556         * login/Makefile (install-others-programs): Likewise.
9557         * posix/Makefile (install-others-programs): Likewise.
9558
9559         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
9560         dependencies.
9561
9562 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
9563
9564         * io/Makefile (tests): Add tst-posix_fallocate.
9565         * io/tst-posix_fallocate.c: New file.
9566
9567         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9568         __ASSUME_FALLOCATE.
9569
9570 2007-07-22  Roland McGrath  <roland@frob.com>
9571
9572         * hurd/getdport.c: Add missing copyright year update.
9573
9574         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
9575         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
9576
9577 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
9578
9579         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
9580
9581         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
9582         O_CLOEXEC is needed.
9583         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
9584         Avoid additional fcntl to set O_CLOEXEC if not needed.
9585         * nis/nss_compat/compat-initgroups.c: Likewise.
9586         * nis/nss_compat/compat-pwd.c: Likewise.
9587         * nis/nss_compat/compat-spwd.c: Likewise.
9588
9589 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9590
9591         [BZ #3665]
9592         * manual/errno.texi: Change ECANCELED value to 119.
9593
9594         [BZ #4610]
9595         * mach/lock-intern.h: Include <sys/cdefs.h>.
9596
9597         [BZ #4178]
9598         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
9599         reading A.
9600
9601         [BZ #4126]
9602         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
9603         to __sigsuspend.
9604
9605         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
9606
9607 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
9608
9609         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
9610         `__ASSEMBLER__'.
9611         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9612
9613 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
9614
9615         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
9616         descriptor received from nscd.
9617
9618         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
9619
9620         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
9621         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9622         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9623         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9624         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9625         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9626
9627 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9628
9629         [BZ #4816]
9630         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
9631
9632         [BZ #4813]
9633         * login/forkpty.c (forkpty): Close master and slave fds on
9634         fork failure.  Patch by
9635         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
9636
9637 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
9638
9639         * include/features.h (__USE_ISOC95): New define.
9640         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
9641         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
9642         for -std=iso9899:199409.
9643         * CONFORMANCE: Remove comments about unsupported AMD1.
9644
9645 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9646
9647         * sysdeps/ia64/sched_cpucount.c: New file.
9648         * sysdeps/powerpc/sched_cpucount.c: New file.
9649
9650         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
9651         __BEGIN_DECLS/__END_DECLS around the prototype.
9652         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
9653         pointer to const cpu_set_t.
9654
9655         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
9656         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
9657         __need_size_t and include stddef.h.
9658         * sysvipc/sys/msg.h: Likewise.
9659         * posix/sched.h: Likewise.
9660         * hurd/hurd/signal.h (__need_size_t): Define.
9661
9662         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
9663         neither does signal.h in pedantic ISO C namespaces.  stdio.h
9664         no longer defines wint_t or wchar_t.
9665
9666         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
9667         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
9668         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
9669         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
9670         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
9671         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
9672         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
9673         * debug/printf_chk.c (__printf_chk): Likewise.
9674         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
9675         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
9676
9677         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
9678         Define.
9679
9680         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
9681         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
9682
9683 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
9684
9685         [BZ #4792]
9686         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
9687         * malloc/malloc.h (realloc): Likewise.
9688
9689         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
9690         if one of proc_file_chain streams has that fileno.
9691         * stdio-common/Makefile (tests): Add tst-popen2.
9692         * stdio-common/tst-popen2.c: New test.
9693
9694 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
9695
9696         * elf/ldconfig.c: Allow GPLv2 or any later version.
9697         * elf/readlib.c: Likewise.
9698         * elf/chroot_canon.c: Likewise.
9699         * elf/cache.c: Likewise.
9700         * nscd/mem.c: Likewise.
9701         * nscd/getpwuid_r.c: Likewise.
9702         * nscd/grpcache.c: Likewise.
9703         * nscd/aicache.c: Likewise.
9704         * nscd/getsrvbynm_r.c: Likewise.
9705         * nscd/nscd.c: Likewise.
9706         * nscd/servicescache.c: Likewise.
9707         * nscd/getsrvbypt_r.c: Likewise.
9708         * nscd/initgrcache.c: Likewise.
9709         * nscd/gethstbyad_r.c: Likewise.
9710         * nscd/gethstbynm2_r.c: Likewise.
9711         * nscd/getgrnam_r.c: Likewise.
9712         * nscd/nscd_setup_thread.c: Likewise.
9713         * nscd/getpwnam_r.c: Likewise.
9714         * nscd/gai.c: Likewise.
9715         * nscd/connections.c: Likewise.
9716         * nscd/dbg_log.c: Likewise.
9717         * nscd/cache.c: Likewise.
9718         * nscd/hstcache.c: Likewise.
9719         * nscd/nscd_conf.c: Likewise.
9720         * nscd/getgrgid_r.c: Likewise.
9721         * nscd/pwdcache.c: Likewise.
9722         * catgets/gencat.c: Likewise.
9723         * locale/programs/linereader.h: Likewise.
9724         * locale/programs/locarchive.c: Likewise.
9725         * locale/programs/ld-paper.c: Likewise.
9726         * locale/programs/locfile-kw.h: Likewise.
9727         * locale/programs/ld-address.c: Likewise.
9728         * locale/programs/xmalloc.c: Likewise.
9729         * locale/programs/ld-time.c: Likewise.
9730         * locale/programs/localedef.c: Likewise.
9731         * locale/programs/simple-hash.c: Likewise.
9732         * locale/programs/xstrdup.c: Likewise.
9733         * locale/programs/ld-numeric.c: Likewise.
9734         * locale/programs/locfile-kw.gperf: Likewise.
9735         * locale/programs/ld-collate.c: Likewise.
9736         * locale/programs/charmap-kw.gperf: Likewise.
9737         * locale/programs/charmap.h: Likewise.
9738         * locale/programs/charmap-kw.h: Likewise.
9739         * locale/programs/config.h: Likewise.
9740         * locale/programs/locfile.c: Likewise.
9741         * locale/programs/ld-ctype.c: Likewise.
9742         * locale/programs/charmap.c: Likewise.
9743         * locale/programs/ld-messages.c: Likewise.
9744         * locale/programs/repertoire.h: Likewise.
9745         * locale/programs/locale.c: Likewise.
9746         * locale/programs/ld-name.c: Likewise.
9747         * locale/programs/linereader.c: Likewise.
9748         * locale/programs/locfile.h: Likewise.
9749         * locale/programs/3level.h: Likewise.
9750         * locale/programs/ld-monetary.c: Likewise.
9751         * locale/programs/ld-measurement.c: Likewise.
9752         * locale/programs/charmap-dir.c: Likewise.
9753         * locale/programs/ld-identification.c: Likewise.
9754         * locale/programs/localedef.h: Likewise.
9755         * locale/programs/charmap-dir.h: Likewise.
9756         * locale/programs/repertoire.c: Likewise.
9757         * locale/programs/simple-hash.h: Likewise.
9758         * locale/programs/ld-telephone.c: Likewise.
9759         * locale/programs/locale-spec.c: Likewise.
9760         * locale/programs/locfile-token.h: Likewise.
9761         * posix/getconf.c: Likewise.
9762         * iconv/dummy-repertoire.c: Likewise.
9763         * iconv/iconv_charmap.c: Likewise.
9764         * iconv/iconvconfig.c: Likewise.
9765         * iconv/iconv_prog.c: Likewise.
9766         * malloc/memusagestat.c: Likewise.
9767         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
9768
9769 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9770
9771         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
9772         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
9773         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
9774         check for the first argument.
9775
9776 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
9777
9778         [BZ #4775]
9779         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
9780         (__tgmath_real_type): Fix if expr is const int or other const
9781         qualified integral type.
9782         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
9783         expressions and handle const qualified arguments.
9784         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
9785         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
9786         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
9787         statement expressions.
9788         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
9789         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
9790         (__TGMATH_UNARY_IMAG): Define.
9791         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
9792         * math/Makefile (tests): Add test-tgmath2.
9793         (CFLAGS-test-tgmath2.c): Add.
9794         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
9795         count_cfloat, count_cldouble): New variables.
9796         (NCCALLS): Define.
9797         (main): Check number of complex calls as well.
9798         (F(compile_test)): Add complex tests and tests with const qualified
9799         arguments.
9800         (y, z, ccount): Define.
9801         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
9802         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
9803         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
9804         F(cproj)): New functions.
9805         * math/test-tgmath2.c: New test.
9806
9807 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
9808
9809         [BZ #4776]
9810         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
9811         RPATH etc. as "/" rather than "", don't segfault on empty paths,
9812         instead output ".".
9813         * dlfcn/Makefile (distribute): Add glreflib3.c.
9814         (module-names): Add glreflib3.
9815         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
9816         glreflib1.so.
9817         (LDFLAGS_glreflib3.so): New.
9818         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
9819         glreflib1.so.
9820         * dlfcn/glreflib3.c: New file.
9821
9822         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
9823         returned -1, return NULL.
9824         * intl/explodename.c (_nl_explode_name): Return -1 if
9825         _nl_normalize_codeset failed.
9826
9827 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
9828
9829         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
9830         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
9831         and avoid branch misspredicts for > 31 bytes memset case.
9832         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9833         Remove toc ref to __cache_line_size.
9834
9835         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
9836         to get ISA-V2.0 branch hints.
9837         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
9838         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
9839         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
9840         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
9841         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
9842         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
9843         Remove toc ref to __cache_line_size.
9844
9845         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
9846         Include math_ldbl_opt.h.
9847
9848 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
9849
9850         [BZ #4773]
9851         * time/strptime_l.c (__strptime_internal): Implement greedy
9852         matching of weekday and month names.
9853
9854 2007-07-09  Roland McGrath  <roland@redhat.com>
9855
9856         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
9857         (ELF_NOTE_ABI): Use it.
9858         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
9859
9860 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
9861
9862         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
9863         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
9864
9865 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
9866
9867         [BZ #4745]
9868         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
9869         in loop to look for conversion specifier to avoid testing of
9870         wrong errno value.
9871         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
9872         * stdio-common/bug18.c: New file.
9873         * stdio-common/bug18a.c: New file.
9874         * stdio-common/bug19.c: New file.
9875         * stdio-common/bug19a.c: New file.
9876
9877 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
9878
9879         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
9880         running awk script.
9881
9882 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
9883
9884         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
9885         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
9886         Return NULL if mmap failed instead of asserting it does not.
9887         (calloc): Check for integer overflow.
9888
9889         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
9890         than LONG_MAX / 10.
9891
9892 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
9893
9894         [BZ #4702]
9895         * nis/nss-default.c: Include errno.h.
9896         (init): Preserve errno.
9897
9898 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
9899
9900         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
9901
9902 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
9903
9904         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
9905
9906 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9907
9908         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
9909
9910 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9911
9912         * sysdeps/s390/dl-procinfo.c: New file.
9913         * sysdeps/s390/dl-procinfo.h: New file.
9914         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
9915
9916 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
9917
9918         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
9919         in PT_NOTE segments with multiple notes.
9920         * elf/readelflib.c (process_elf_file): Likewise.
9921
9922 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
9923
9924         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
9925         ISO C compliant.
9926
9927 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9928
9929         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
9930
9931 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
9932
9933         * include/link.h: Don't include rtld-lowlevel.h.
9934         (struct link_map): Remove l_scope_lock.
9935         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
9936         (_dl_scope_free_list): New field (variable) in _rtld_global.
9937         (DL_LOOKUP_SCOPE_LOCK): Remove.
9938         (_dl_scope_free): New prototype.
9939         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
9940         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
9941         (_dl_profile_fixup): Likewise.
9942         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
9943         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
9944         THREAD_GSCOPE_RESET_FLAG around it.
9945         * elf/dl-close.c (_dl_close_worker): Don't use
9946         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
9947         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
9948         scopes were queued or if l_scope_mem has been abandoned.
9949         * elf/dl-open.c (_dl_scope_free): New function.
9950         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
9951         * elf/dl-support.c (_dl_scope_free_list): New variable.
9952         * elf/dl-lookup.c (add_dependency): Remove flags argument.
9953         Remove DL_LOOKUP_SCOPE_LOCK handling.
9954         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
9955         handling.
9956         * elf/dl-object.c (_dl_new_object): Don't use
9957         __rtld_mrlock_initialize.
9958
9959 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9960
9961         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
9962         to fill in holes
9963         (rtld_global_ro): Likewise.
9964
9965 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9966
9967         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
9968         Move PT_LOAD checking to...
9969         (_dl_addr_inside_object): ... here, new function.
9970         * elf/dl-sym.c (do_sym): If not l_contiguous,
9971         call _dl_addr_inside_object.
9972         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
9973         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9974         * elf/dl-open.c (dl_open_worker): Likewise.
9975         (_dl_addr_inside_object): New function if IS_IN_rtld.
9976         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
9977         holes are present or are PROT_NONE protected.
9978         * include/link.h (struct link_map): Add l_contiguous field.
9979         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
9980
9981 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9982             Tomas Janousek  <tjanouse@redhat.com>
9983             Ulrich Drepper  <drepper@redhat.com>
9984
9985         [BZ #4647]
9986         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
9987         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
9988         socket.
9989         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
9990         unused member a bitmap.
9991         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
9992         servers are configured.
9993
9994 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9995
9996         * elf/rtld.c (dl_main): Don't call init_tls more than once.
9997
9998 2007-06-17  Andreas Schwab  <schwab@suse.de>
9999
10000         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10001
10002 2007-06-16  Andreas Jaeger  <aj@suse.de>
10003
10004         [BZ #4125]
10005         * sysdeps/unix/sysv/linux/sys/ptrace.h
10006         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10007         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10008         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10009         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10010         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10011         Define.
10012         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10013         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10014         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10015         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10016
10017 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10018
10019         [BZ #4599]
10020         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10021         determining whether there are IPv4/IPv6 addresses, ignore loopback
10022         addresses.
10023
10024 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10025
10026         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10027         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10028         as the return type.  Change type of "r" variable to CMPtype.
10029         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10030         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10031         * soft-fp/gedf2.c (__gedf2): Likewise.
10032         * soft-fp/gesf2.c (__gesf2): Likewise.
10033         * soft-fp/getf2.c (__getf2): Likewise.
10034         * soft-fp/ledf2.c (__ledf2): Likewise.
10035         * soft-fp/lesf2.c (__lesf2): Likewise.
10036         * soft-fp/letf2.c (__letf2): Likewise.
10037         * soft-fp/unorddf2 (__unorddf2): Likewise.
10038         * soft-fp/unordsf2 (__unordsf2): Likewise.
10039         * soft-fp/unordtf2 (__unordtf2): Likewise.
10040
10041 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10042
10043         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10044         make sure gcc doesn't mess around with this.
10045
10046 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10047
10048         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10049
10050 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10051
10052         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10053         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10054         at most once per _dl_close_worker.
10055
10056 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10057
10058         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10059         __sched_cpucount as const.
10060         * posix/sched_cpucount.c: Adjust.
10061
10062         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10063         instruction for counting bits.
10064         * sysdeps/x86_64/sched_cpucount.c: New file.
10065
10066 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10067
10068         * configure.in: Avoid variable named BASH.
10069         * config.make.in: Likewise.
10070         Patch in part by Mike Frysinger.
10071
10072 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10073
10074         [BZ #4586]
10075         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10076         pseudo-zeros as zero.
10077         * sysdeps/x86_64/ldbl2mpn.c: New file.
10078         * sysdeps/ia64/ldbl2mpn.c: New file.
10079
10080 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10081
10082         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10083         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10084         Remove unreachable code at the end.
10085
10086 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10087
10088         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10089         ldbl-128ibm in comment.
10090         (fpclassifyl): Correct classification of denormals.
10091         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10092         return value for MIN denormal. Rewrite using long double math too
10093         correctly handle denormals and canonicalize the results.
10094
10095 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10096
10097         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10098         (__mpn_construct_long_double): Fix conversion where result ought
10099         to be smaller than __LDBL_MIN__, or the low double should be
10100         denormal.  Fix decision where to negate low double - honor round
10101         to even rules.
10102         * stdio-common/tst-sprintf2.c: Include string.h.
10103         (COMPARE_LDBL): Define.
10104         (TEST): Also test whether a string hexadecimal float representation
10105         can be parsed back to the number.
10106         (main): Add a couple of further tests.
10107
10108 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10109
10110         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10111         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10112         is non-zero, but smaller than 2 * __DBL_MIN__.
10113         * stdio-common/tst-sprintf2.c: New test.
10114         * stdio-common/Makefile (tests): Add tst-sprintf2.
10115
10116         * math/test-misc.c (main): Don't run last batch of tests with
10117         IBM long double format.
10118
10119 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10120
10121         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10122         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10123         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10124         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10125         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10126         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10127         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10128         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10129         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10130         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10133         New file.
10134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10135         New file.
10136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10137         New file.
10138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10139         New file.
10140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10141         New file.
10142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10144         New file.
10145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10146         New file.
10147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10148         New file.
10149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10150         New file.
10151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10152         New file.
10153
10154 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10155
10156         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10157         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10158         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10159         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10160         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10161         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10162         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10163         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10164
10165 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
10166
10167         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10168         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10169         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10170         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10171         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10172         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10173         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10174         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10175
10176 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10177
10178         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10179         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10180         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10181         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10182
10183 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
10184
10185         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10186         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10187
10188 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
10189
10190         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10191         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10192         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10193         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10194
10195 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
10196
10197         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10198         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10199
10200 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10201
10202         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10203         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10204
10205         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10206         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10207         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10208         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10209
10210 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
10211
10212         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10213         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10214         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10215         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10216
10217 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
10218
10219         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10220         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10221         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10222         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10223         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10224         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10225
10226 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10227
10228         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10229         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10230         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10231         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10232
10233 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
10234
10235         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10236         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10237         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10238         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10239         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10240         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10241         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10242         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10243         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10244         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10245         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10246         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10247         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10248         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10249         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10250         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10251
10252 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10253
10254         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10255         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10256
10257 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10258
10259         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10260         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10261
10262 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10263
10264         * sysdeps/powerpc/powerpc32/970/Implies: New file.
10265         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10266         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10267         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10268         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10269         * sysdeps/powerpc/powerpc64/970/Implies: New file.
10270         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10271         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10272         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10273         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10274
10275 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10276
10277         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10278
10279 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
10280
10281         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10282         branch miss-predicts. Ensure that cache line crossing does not impact
10283         dispatch grouping.
10284
10285 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
10286
10287         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10288         "../../powerpc32/power4/memcopy.h".
10289         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10290         "../../powerpc32/power4/wordcopy.c".
10291
10292 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10293
10294         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10295         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10296         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10297         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10298         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10299         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10300
10301 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
10302
10303         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10304
10305 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10306
10307         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10308         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10309         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10310         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10311         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10312         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10313         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10314         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10315
10316 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
10317
10318         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10319
10320 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10321
10322         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10323         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10324         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10325         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10326         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10327         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10328         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10329
10330 2007-05-29  Roland McGrath  <roland@redhat.com>
10331
10332         * po/Makefile (po-sed-cmd): New variable.
10333         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10334
10335 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
10336
10337         * crypt/md5-crypt.c: Fix comment.
10338
10339         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10340         of crashing.  When this is the case or if the reply is malformed,
10341         don't try to close the new file descriptor since it does not
10342         exist.
10343         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10344
10345 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
10346
10347         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10348         if __NR_utimensat is not defined.
10349
10350 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
10351
10352         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10353
10354 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
10355
10356         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10357         (open): Fix comment typos.  Don't call __open_2 if flags
10358         is a compile time constant without O_CREAT.
10359         (__open64_2): Add nonnull attribute.
10360         (open64): Fix comment typos.  Don't call __open64_2 if flags
10361         is a compile time constant without O_CREAT.
10362         (__openat_2): Add nonnull attribute, fix nonnull attribute
10363         on redirect.
10364         (openat): Fix comment typos.  Don't call __openat_2 if flags
10365         is a compile time constant without O_CREAT.
10366         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10367         on redirect.
10368         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10369         is a compile time constant without O_CREAT.
10370
10371 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10372
10373         * Makerules (sysd-rules): Define PTW for ptw-* files.
10374         * Versions: Define GLIBC_2.7 for libc.
10375         * include/stdio.h: Declare __fortify_fail.
10376         * debug/fortify_fail.c: New file.
10377         * debug/Makefile (routines): Add fortify_fail.
10378         * debug/chk_fail.c: Use __fortify_fail.
10379         * debug/stack_chk_fail.c: Likewise.
10380         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10381         __openat64_2 for GLIBC_2.7.
10382         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10383         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10384         and fails if necessary.
10385         * io/open64.c: Likewise.
10386         * io/openat.c: Likewise.
10387         * io/openat64.c: Likewise.
10388         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10389         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10390         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10391         * io/bits/fcntl2.h: New file.
10392         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10393         __openat64_2.
10394         * include/bits/fcntl2.h: New file.
10395         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10396         Add open_2.
10397         * sysdeps/unix/sysv/linux/open_2.c: New file.
10398
10399 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10400
10401         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10402         as second parameter to handle_intel.
10403
10404         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10405         the entry.
10406
10407         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10408         handling to ...
10409         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10410         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10411         cacheinfo.
10412         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10413         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10414         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10415
10416         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10417
10418 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10419
10420         [BZ #4525]
10421         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10422         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10423         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10424
10425         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10426
10427         [BZ #4514]
10428         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10429         reinitialize workend at the start of each do_positional format spec
10430         loop, free workstart before do_positional loops.
10431         (printf_unknown): Fix size of work_buffer.
10432         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10433
10434         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10435         (public_sET_STATe): If ms->version < 3, put all chunks into
10436         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10437         chunks.
10438
10439         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10440         * malloc/hooks.c: Likewise.
10441         * malloc/arena.c: Likewise.
10442         * malloc/malloc.c (do_check_malloc_state): Don't assert
10443         n_mmaps is not greater than n_mmaps_max.  This removes the need
10444         for the previous change.
10445
10446         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10447         2007-05-07 commit.
10448
10449 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
10450
10451         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10452         Define for kernel >= 2.6.22.
10453
10454 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
10455
10456         * elf/dl-close.c (_dl_close_worker): When removing object from
10457         global scope, wait for all lookups to finish afterwards.
10458         * elf/dl-open.c (add_to_global): When global scope array must
10459         grow, allocate a new one and free old array only after all
10460         lookups finish.
10461         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10462         (_dl_lookup_symbol_x): Likewise.
10463         * elf/dl-support.c: Define _dl_wait_lookup_done.
10464         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10465         _dl_wait_lookup_done.
10466
10467         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10468         not overlapping with arena.
10469
10470         * malloc/mcheck.c (reallochook): If size==0, free the block.
10471
10472         * rt/tst-shm.c: Use fstat64 instead of fstat.
10473
10474         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
10475         __NR_sync_file_range is not defined.
10476
10477 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
10478
10479         Dummy files to prevent stub versions from being used.
10480         * sysdeps/x86_64/fpu/k_cosl.c: New file.
10481         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
10482         * sysdeps/x86_64/fpu/k_sinl.c: New file.
10483         * sysdeps/x86_64/fpu/k_tanl.c: New file.
10484
10485         * version.h (VERSION): Set to 2.6.90.
10486
10487 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
10488
10489         * version.h (VERSION): Define to 2.6.
10490         * include/features.h (__GLIBC_MINOR__): Define to 6.
10491
10492         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
10493
10494         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
10495         sizes.
10496
10497 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
10498
10499         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
10500         number of mmaps.  n_mmaps_max is the target.
10501         * malloc/hooks.c: Likewise.
10502         * malloc/arena.c: Likewise.
10503
10504 2007-05-12  Andreas Jaeger  <aj@suse.de>
10505
10506         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
10507         getpid.
10508
10509 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
10510
10511         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
10512         adding new variables.
10513
10514         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
10515         optimize.  Completely extend global scope array before making the
10516         new entries visible.
10517
10518 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
10519
10520         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
10521         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
10522         tst-getcpu.
10523
10524         * include/link.h: Move l_version and l_nversion members around to
10525         fill gaps.
10526
10527         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
10528
10529         * sysdeps/unix/sysv/linux/sched_setaffinity.c
10530         (__sched_setaffinity_new): If syscall was successful and
10531         RESET_VGETCPU_CACHE is defined, use it before returning.
10532         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
10533
10534         * io/sys/stat.h: Make sure struct timespec is defined for
10535         __USE_ATFILE.
10536
10537         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
10538         UTIME_OMIT.
10539         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
10540         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
10541         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10542         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
10543         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10544         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
10545         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
10546         * io/sys/stat.h: Declare utimensat, futimens.
10547         * io/utimensat.c: New file.
10548         * io/futimens.c: New file.
10549         * sysdeps/unix/sysv/linux/utimensat.c: New file.
10550         * sysdeps/unix/sysv/linux/futimens.c: New file.
10551         * io/Makefile (routines): Add utimensat, futimens.
10552         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
10553         * sysdeps/unix/sysv/linux/lutimes.c: New file.
10554         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
10555         available.
10556
10557         * include/sys/cdefs.h: Redefine __nonnull so that test for
10558         incorrect parameters in the libc code itself are not omitted.
10559
10560 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
10561
10562         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
10563         exception in addition to inexact when asked to raise only FE_INEXACT.
10564
10565         [BZ #3427]
10566         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
10567         in *envp.
10568
10569 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10570
10571         [BZ #4403]
10572         * string/strfry.c (strfry): Make result more random.
10573
10574 2007-05-07  Richard Henderson  <rth@redhat.com>
10575
10576         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
10577         if __NO_LONG_DOUBLE_MATH.
10578         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
10579         available in the compiler, add .arch directive to the assembly.
10580
10581 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
10582
10583         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
10584         compat_symbol to GLIBC_2_1.
10585         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
10586         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
10587         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
10588         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
10589         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
10590         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
10591         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
10592         libc, not libm.
10593         (__isnanl): New compat_symbol.
10594
10595 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10596             Jakub Jelinek  <jakub@redhat.com>
10597
10598         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
10599         (new_heap): Initialize mprotect_size.
10600         (grow_heap): When growing, only mprotect from mprotect_size till
10601         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
10602         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
10603
10604 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
10605             Peter Bergner  <bergner@us.ibm.com>
10606
10607         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
10608         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
10609         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
10610         * sysdeps/powerpc/fpu/fe_mask.c: New file.
10611         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
10612         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
10613         Call __fe_mask_env() if all FP exceptions disabled.
10614         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
10615         from old FPSCR to new fenv to propagate DFP rounding modes.
10616         Call __fe_mask_env() if FP exceptions previously enabled.
10617         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
10618         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
10619         transitioning from all exceptions disabled to any exception enabled
10620         or visa versa.
10621         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
10622         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
10623         when transitioning from all exceptions disabled to any exception
10624         enabled or visa versa.
10625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
10626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
10627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
10628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
10629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
10630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
10631
10632 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10633
10634         [BZ #4465]
10635         * posix/unistd.h: Remove __THROW from fdatasync.
10636
10637 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
10638
10639         [BZ #4465]
10640         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
10641
10642 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10643
10644         * stdio-common/vfprintf.c (process_string_arg): Optimize
10645         ridiculous precision in wide char code printing multi-byte string.
10646         Reported by Jim Meyering <jim@meyering.net>.
10647
10648         [BZ #4131]
10649         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
10650         boundaries to work around systems with overlapping binary loading.
10651         Based on a patch by Suzuki <suzuki@in.ibm.com>.
10652
10653 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
10654
10655         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
10656         __mbsnrtowcs after last change.
10657
10658         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
10659         (get_ident): Likewise.
10660
10661 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10662
10663         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
10664         with setting the sticky bit.
10665         * math/test-misc.c (main): Add more truncation tests.
10666
10667 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
10668
10669         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
10670         double in the function declaration.
10671         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
10672         double in the function declaration.
10673         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10674         float in the function declaration.
10675         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10676         float in the function declaration.
10677
10678         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
10679         denormal operands.  Do not generate FP_EX_DENORM exception.
10680         (FP_UNPACK_RAW_EP): Ditto.
10681         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
10682         undefined _FP_UNPACK_RAW_E.
10683         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
10684         undefined _FP_UNPACK_RAW_EP.
10685         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
10686         undefined _FP_PACK_RAW_E.
10687         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
10688         undefined _FP_PACK_RAW_EP.
10689
10690         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
10691         _FP_FRAC_COPY_2.
10692         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
10693         _FP_FRAC_COPY_4.
10694
10695 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
10696             Jakub Jelinek  <jakub@redhat.com>
10697
10698         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
10699         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
10700         this case.
10701         * soft-fp/op-common.h (FP_TRUNC): Ditto.
10702
10703 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10704
10705         * math/test-misc.c (main): Add tests for rounding long double
10706         values close to smallest double denormalized value to double.
10707
10708 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
10709
10710         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
10711         condition for truncating to 0.  Set sticky bit for such
10712         truncation.
10713
10714 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
10715
10716         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
10717         fixed length array for ignore.
10718
10719 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10720
10721         [BZ #4438]
10722         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
10723         stack for large precisions.
10724         * stdio-common/test-vfprintf.c (main): Add test for large
10725         precision.
10726
10727 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
10728
10729         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
10730         for exponent 0.
10731         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
10732
10733         [BZ #4439]
10734         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
10735         account in the size check.
10736         * resolv/tst-inet_ntop.c: New test.
10737         * resolv/Makefile (tests): Add tst-inet_ntop.
10738
10739 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10740             Jakub Jelinek  <jakub@redhat.com>
10741
10742         [BZ #4349]
10743         * malloc/malloc.c: Keep separate list for first blocks on the bin
10744         lists with a given size.  This helps skipping over list elements
10745         we know won't fit in two places.
10746         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
10747
10748 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
10749
10750         [BZ #4102]
10751         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
10752         label to Teredo tunnel addresses 2001://32.
10753
10754 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
10755
10756         * locale/programs/ld-collate.c (collate_read): Allow order_start
10757         after copy.
10758
10759         * locale/programs/ld-collate.c (collate_read): Fix printing of
10760         error message.
10761
10762         [BZ #3213]
10763         * locale/C-translit.h.in: Add entry for U2044.
10764
10765         [BZ #4342]
10766         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
10767         hexa-decimal floats without exponent.
10768         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
10769
10770 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10771
10772         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
10773         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
10774         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
10775         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
10776         GLIBC_2.6.
10777         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
10778         Add sched_getcpu.
10779
10780 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10781
10782         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
10783         of 0 after the out_fail label.
10784
10785 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10786
10787         [BZ #4406]
10788         * iconv/gconv_charset.h (strip): Allow ':'.
10789         * iconv/iconv_open.c (iconv_open): Adjust comment.
10790
10791 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10792
10793         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
10794         version.
10795
10796 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10797
10798         [BZ #4381]
10799         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
10800         alignment of buffer and tmp_buffer.
10801         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
10802         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
10803         alignment of buffer.
10804         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
10805         bigger than INT_MAX.
10806         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
10807         h_errnop arguments.  Fail if buflen is too small.
10808         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
10809
10810 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10811
10812         [BZ #4405]
10813         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
10814         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
10815
10816 2007-04-22  Roland McGrath  <roland@redhat.com>
10817
10818         * elf/elf.h (NT_PRXFPREG): New macro.
10819
10820 2007-04-19  Andreas Jaeger  <aj@suse.de>
10821
10822         [BZ #3905]
10823         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
10824         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
10825         Added.
10826
10827 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
10828
10829         * include/sys/mman.h: Mark madvise hidden.
10830         * misc/madvise.c: Add libc_hidden_def.
10831
10832 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
10833
10834         * nis/nis_domain_of.c (__nis_domain_of): New function.
10835         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
10836         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
10837         * nis/nis_call.c (rec_dirsearch): Likewise.
10838         (first_shoot): Likewise.  Remove search_parent_first argument.
10839         (struct nis_server_cache): Rename search_parent_first field
10840         to search_parent.
10841         (nis_server_cache_search, nis_server_cache_add): Rename
10842         search_parent_first argument to search_parent.
10843         (__nisfind_server): Likewise.  If search_parent, call
10844         __nis_domain_of.
10845
10846 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
10847
10848         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
10849
10850 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
10851
10852         [BZ #4368]
10853         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
10854
10855 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
10856
10857         [BZ #4364]
10858         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
10859
10860 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
10861
10862         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
10863         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
10864         current number of locales in SUPPORTED.
10865         (create_archive): Initialize serial.
10866         (enlarge_archive): Preserve aliases rather than duplicating
10867         their locrecs.
10868
10869 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
10870
10871         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
10872         after _IO_un_link, not before it.
10873
10874         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
10875         special case handling when wcp == wstartp + 1.  Fix a comment typo.
10876         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
10877
10878 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
10879
10880         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
10881         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
10882         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
10883         Remove __THROW.
10884         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
10885         _IO_file_xsgetn_maybe_mmap): Likewise.
10886         * libio/oldfileops.c (old_do_write): Likewise.
10887         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
10888         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
10889         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
10890         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
10891         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
10892         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
10893         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
10894         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
10895         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
10896         _IO_file_underflow, _IO_file_underflow_mmap,
10897         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
10898         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
10899         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
10900         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
10901         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
10902         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
10903         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
10904         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
10905         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
10906         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
10907         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
10908         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
10909         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
10910         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
10911         _IO_adjust_column_internal, _IO_default_uflow_internal,
10912         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
10913         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
10914         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
10915         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
10916         _IO_file_close_it_internal, _IO_file_underflow_internal,
10917         _IO_file_overflow_internal, _IO_file_attach_internal,
10918         _IO_file_fopen_internal, _IO_file_sync_internal,
10919         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
10920         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
10921         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
10922         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
10923         _IO_seekpos_unlocked): Likewise.
10924         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
10925         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
10926
10927 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
10928
10929         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
10930         argument in xmalloc size computation.
10931
10932 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
10933
10934         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
10935         math_opt_barrier and math_force_eval macros.
10936
10937 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
10938
10939         [BZ #3306]
10940         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
10941         * sysdeps/i386/fpu/math_private.h: New file.
10942         * sysdeps/x86_64/fpu/math_private.h: New file.
10943         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
10944         math_force_eval macros.  Use "+m" constraint on asm rather than
10945         "=m" and "m".
10946         * math/s_nextafter.c (__nextafter): Likewise.
10947         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
10948         Likewise.
10949         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
10950         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
10951         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
10952         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
10953         math_opt_barrier and math_force_eval macros.
10954         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
10955         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
10956         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
10957         (__nexttoward): Use math_opt_barrier and
10958         math_force_eval macros.  Use "+m" constraint on asm rather than
10959         "=m" and "m".  Only use asm to force double result if
10960         FLT_EVAL_METHOD is 2.
10961         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
10962         (__nexttowardf): Use math_opt_barrier and
10963         math_force_eval macros.  Use "+m" constraint on asm rather than
10964         "=m" and "m".  Only use asm to force double result if
10965         FLT_EVAL_METHOD is not 0.
10966         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
10967         (__nexttowardf): Use math_opt_barrier and
10968         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10969         x to float using asm.
10970         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
10971         (__nldbl_nexttowardf): Use math_opt_barrier and
10972         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10973         x to float using asm.
10974         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
10975         (__nexttowardf): Use math_opt_barrier and math_force_eval
10976         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
10977         * math/bug-nextafter.c (zero, inf): New variables.
10978         (main): Add new tests.
10979         * math/bug-nexttoward.c (zero, inf): New variables.
10980         (main): Add new tests.
10981
10982 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
10983
10984         [BZ #3427]
10985         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
10986         exceptions both in SW and MXCSR.
10987         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
10988         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
10989         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10990         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
10991         in MXCSR if SSE is available.
10992         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
10993         and ldsodefs.h.
10994         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
10995         Fix comment typo.
10996         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
10997         Return 0 rather than 1.
10998         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
10999         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11000         * math/test-fenv.c (feholdexcept_tests): New function.
11001         (main): Call it.
11002
11003 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11004
11005         [BZ #3427]
11006         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11007         in SW.
11008
11009 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11010
11011         [BZ #4344]
11012         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11013         Reported by David Anderson <davea42@earthlink.net>.
11014
11015 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11016
11017         * posix/sys/wait.h: Remove unnecessary forward declaration.
11018
11019 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11020
11021         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11022         with obj->do_servers after first_shoot.
11023
11024 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11025
11026         * posix/Makefile (routines): Add sched_cpucount.
11027         (tests): Add tst-cpucount.
11028         * posix/sched_cpucount.c: New file.
11029         * posix/tst-cpucount.c: New file.
11030         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11031         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11032         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11033         * posix/sched.h: Define CPU_COUNT.
11034
11035 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11036
11037         * posix/fnmatch.c (STRUCT): Define.
11038         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11039         * posix/fnmatch_loop.c (struct STRUCT): New type.
11040         (FCT): Add ends argument.  If ends != NULL and normal * is
11041         seen in the pattern, store current pattern and string pointers
11042         and return.  Adjust recursive calls.
11043         (EXT): Adjust FCT callers.
11044         (STRUCT): Undef at the end of the file.
11045         * posix/Makefile (tests): Add tst-fnmatch2.
11046         * posix/tst-fnmatch2.c: New test.
11047
11048 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11049
11050         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11051         and 1 on failure.
11052
11053         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11054         Change last argument to unsigned int.
11055
11056 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11057
11058         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11059
11060 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11061
11062         * config.h.in (HAVE_LIBCAP): Add.
11063         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11064         sys/capabilities.h.
11065         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11066         free_caps.  Cast away const from 4th cap_set_flag argument.
11067
11068 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11069
11070         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11071         GLIBC_2.6.
11072         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11073         Add sync_file_range.
11074         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11075
11076 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11077
11078         * sysdeps/powerpc/bits/atomic.h
11079         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11080         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11081         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11082         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11083         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11084         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11085         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11086         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11087         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11088         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11089         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11090         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11091         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11092         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11093         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11094         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11095         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11096         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11097         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11098         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11099
11100 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11101
11102         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11103         (__cache_line_size): Define the variable here.  Add
11104         attribute_hidden, remove weak_extern.
11105         (__libc_start_main): Set __cache_line_size
11106         unconditionally.
11107         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11108         (__cache_line_size): Define the variable here.  Add
11109         attribute_hidden, remove weak_extern.
11110         (DL_PLATFORM_AUXV): Set __cache_line_size
11111         unconditionally.
11112         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11113         weak_extern, add attribute_hidden.
11114         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11115         defined in ld.so.
11116         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11117         definition.
11118         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11119
11120 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11121
11122         [BZ #4276]
11123         * timezone/africa: Update from tzdata2007d.
11124         * timezone/asia: Likewise.
11125         * timezone/australasia: Likewise.
11126         * timezone/backward: Likewise.
11127         * timezone/europe: Likewise.
11128         * timezone/iso3166.tab: Likewise.
11129         * timezone/leapseconds: Likewise.
11130         * timezone/northamerica: Likewise.
11131         * timezone/southamerica: Likewise.
11132         * timezone/zone.tab: Likewise.
11133
11134         * timezone/private.h: Update from tzcode2007d.
11135         * timezone/zdump.c: Likewise.
11136         * timezone/zic.c: Likewise.
11137
11138 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11139
11140         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11141         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11142         variables.
11143         (nis_server_cache_search, nis_server_cache_add): New functions.
11144         (__nisfind_server): Use them.  Add dbp and flags argument, if
11145         call __nisbind_create.
11146         (__nisbind_create): Add server_used and current_ep arguments,
11147         only call __nis_findfastest if server_used is ~0.
11148         (__do_niscall2, __prepare_niscall): Adjust callers.
11149         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11150         ckey_cache_euid, ckey_cache_lock): New variables.
11151         (get_ckey): New function.
11152         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11153         __pmap_getnisport.  Save __pmap_getnisport result in
11154         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
11155         key.
11156         * nis/nis_lookup.c (nis_lookup): Likewise.
11157         * nis/nis_table.c (nis_list): Likewise.
11158         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11159         prototypes.
11160
11161         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11162         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11163         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11164         _nss_nisplus_getservbyport_r): Likewise.
11165         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11166         _nss_nisplus_getnetbyaddr_r): Likewise.
11167         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11168         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11169         _nss_nisplus_getntohost_r): Likewise.
11170         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11171         _nss_nisplus_getrpcbynumber_r): Likewise.
11172
11173 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11174
11175         * configure.in (libc_cv_gnu89_inline): Only do compile test.
11176         * configure: Rebuilt.
11177
11178         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11179         bit-fields.
11180         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11181
11182 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
11183
11184         [BZ #2831]
11185         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11186         bit-fields.
11187
11188 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
11189
11190         * nscd/gai.c: Include alloca.h.
11191         (__libc_use_alloca): Define.
11192
11193 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
11194
11195         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11196         smaller scopes.
11197         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11198         (DL_DST_REQUIRED): Adjust user.
11199
11200         * include/dlfcn.h (struct link_map): New forward decl.
11201
11202         * inet/getnameinfo.c: Include stddef.h.
11203         (getnameinfo): Use offsetof.
11204
11205         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11206
11207         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11208
11209         * string/strerror_l.c: Include stdlib.h.
11210
11211         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11212         * config.make.in (gnu89-inline-CFLAGS): New variable.
11213         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11214         -std=gnu99.
11215         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11216         * argp/argp.h: Use it.
11217         * bits/mathinline.h: Likewise.
11218         * bits/sigset.h: Likewise.
11219         * bits/string.h: Likewise.
11220         * ctype/ctype.h: Likewise.
11221         * hurd/hurd.h: Likewise.
11222         * hurd/hurd/fd.h: Likewise.
11223         * hurd/hurd/port.h: Likewise.
11224         * hurd/hurd/signal.h: Likewise.
11225         * hurd/hurd/threadvar.h: Likewise.
11226         * hurd/hurd/userlink.h: Likewise.
11227         * io/sys/stat.h: Likewise.
11228         * libio/bits/stdio.h: Likewise.
11229         * libio/bits/stdio2.h: Likewise.
11230         * mach/lock-intern.h: Likewise.
11231         * mach/mach/mig_support.h: Likewise.
11232         * math/bits/cmathcalls.h: Likewise.
11233         * posix/bits/unistd.h: Likewise.
11234         * socket/bits/socket2.h: Likewise.
11235         * stdlib/bits/stdlib.h: Likewise.
11236         * stdlib/stdlib.h: Likewise.
11237         * string/argz.h: Likewise.
11238         * string/bits/string2.h: Likewise.
11239         * string/bits/string3.h: Likewise.
11240         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11241         * sysdeps/generic/inttypes.h: Likewise.
11242         * sysdeps/generic/machine-lock.h: Likewise.
11243         * sysdeps/generic/machine-sp.h: Likewise.
11244         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11245         * sysdeps/i386/i486/bits/string.h: Likewise.
11246         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11247         * sysdeps/mach/alpha/machine-lock.h: Likewise.
11248         * sysdeps/mach/alpha/machine-sp.h: Likewise.
11249         * sysdeps/mach/i386/machine-lock.h: Likewise.
11250         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11251         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11252         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11253         * sysdeps/s390/bits/string.h: Likewise.
11254         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11255         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11256         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11257         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11258         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11259         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11260         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11261         * wcsmbs/bits/wchar2.h: Likewise.
11262         * wcsmbs/wchar.h: Likewise.
11263         * stdlib/gmp.h: Likewise.  Include <features.h> to get
11264         __extern_inline definition.
11265
11266 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
11267
11268         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11269         NULL.
11270
11271         [BZ #3919]
11272         * math/libm-test.inc (log_test): Test -Inf and NaN.
11273         (log10_test, log1p_test, log2_test): Test -Inf.
11274         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11275         FE_INVALID when argument is qNaN.
11276         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11277         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11278         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11279         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11280         andb $1, %ah with testb $1, %ah, don't test for parity, instead
11281         testb $4, %ah and jump if non-zero.
11282         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11283         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11284
11285         [BZ #4101]
11286         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11287         ancestors with the same depths.
11288         Patch by Niels Moeller <nisse@lysator.liu.se>.
11289         (filter_doc): Don't crash if argp is NULL.
11290         * argp/Makefile (tests): Add tst-argp2.
11291         * argp/tst-argp2.c: New test.
11292
11293         [BZ #4130]
11294         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11295         open_not_cancel_2.
11296         (updwtmp_file): Likewise.
11297
11298         [BZ #4181]
11299         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11300         (inet6_opt_append): Don't check extlen is big enough if extbuf
11301         is NULL.
11302         (inet6_opt_finish): Likewise.
11303         * inet/Makefile (tests): Add test-inet6_opt.
11304         * inet/test-inet6_opt.c: New test.
11305
11306         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11307         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11308         NLMSG_ERR.  Instead use a page sized buffer.
11309         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11310         buffer.
11311
11312 2007-03-14  Richard Henderson  <rth@redhat.com>
11313
11314         * sysdeps/alpha/fpu/s_llround.c: New file.
11315         * sysdeps/alpha/fpu/s_llroundf.c: New file.
11316         * sysdeps/alpha/fpu/s_lround.c: New file.
11317         * sysdeps/alpha/fpu/s_lroundf.c: New file.
11318         * sysdeps/alpha/fpu/s_round.c: New file.
11319         * sysdeps/alpha/fpu/s_roundf.c: New file.
11320         * sysdeps/alpha/fpu/s_trunc.c: New file.
11321         * sysdeps/alpha/fpu/s_truncf.c: New file.
11322
11323         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11324         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11325         * sysdeps/alpha/fpu/s_floor.c: Likewise.
11326         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11327         * sysdeps/alpha/fpu/s_rint.c: Likewise.
11328         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11329
11330         * sysdeps/alpha/fpu/s_fmax.S: New file.
11331         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11332         * sysdeps/alpha/fpu/s_fmin.S: New file.
11333         * sysdeps/alpha/fpu/s_fminf.S: New file.
11334         * sysdeps/alpha/fpu/s_isnan.c: New file.
11335         * sysdeps/alpha/fpu/s_isnanf.c: New file.
11336         * sysdeps/alpha/fpu/s_llrint.c: New file.
11337         * sysdeps/alpha/fpu/s_llrintf.c: New file.
11338         * sysdeps/alpha/fpu/s_lrint.c: New file.
11339         * sysdeps/alpha/fpu/s_lrintf.c: New file.
11340         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11341         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11342
11343         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11344         (__fdimf, fdimf, __fdim, fdim): Remove.
11345         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11346         (__isnanf, __isnan, __isnanl): New.
11347
11348 2007-03-13  Richard Henderson  <rth@redhat.com>
11349
11350         * sysdeps/ieee754/ldbl-128/Makefile: New file.
11351
11352 2007-03-13  Richard Henderson  <rth@redhat.com>
11353
11354         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11355         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11356         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11357         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11358         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11359         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11360
11361 2007-03-13  Richard Henderson  <rth@redhat.com>
11362
11363         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11364         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11365         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11366         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11367         Move to dl-auxv.h; initialize instead of extern weak.
11368         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11369         weak symbol.
11370         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11371         Extern instead of initialized.
11372
11373 2007-03-13  Richard Henderson  <rth@redhat.com>
11374
11375         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11376         __sigsuspend_nocancel.
11377
11378 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11379
11380         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11381         172.16/12 address range.
11382
11383 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11384
11385         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11386         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11387         message.
11388
11389 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11390
11391         [BZ #4069]
11392         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11393         earlier.
11394         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11395
11396         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11397         for x qNaN and y either +-inf or non-integer value.
11398         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11399         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11400         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11401
11402 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11403
11404         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11405         from sysdep_headers.
11406
11407 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11408
11409         * time/tzfile.c (find_transition): Instead of a linear search try to
11410         guess the transition index, use a linear search if the result is at
11411         most 10 transitions away from the guess or binary search otherwise.
11412
11413 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11414
11415         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11416         memory reallocation.
11417
11418 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11419
11420         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11421         and fix some typos.
11422         Optimize use of TOLOWER.
11423
11424         [BZ #3325]
11425         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11426         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11427         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11428
11429         [BZ #3458]
11430         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11431         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11432
11433         [BZ #4076]
11434         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11435         (open_dir_stream): Likewise.
11436         * io/Makefile (tests): Add bug-ftw5.
11437         * io/bug-ftw5.c: New file.
11438
11439         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11440         * nscd/servicescache.c (cache_addserv): Likewise.
11441
11442         * nscd/grpcache.c (cache_addgr): In case a record changed on
11443         refresh, adjust key_copy.
11444
11445         [BZ #4074]
11446         * nscd/pwdcache.c (cache_addpw): In case a record changed on
11447         refresh, adjust key_copy.
11448
11449         [BZ #4070]
11450         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11451         special cases.
11452         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11453
11454 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
11455
11456         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11457         optimization.
11458
11459         * stdio-common/vfscanf.c: Small cleanups throughout.
11460
11461 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
11462
11463         [BZ #3325]
11464         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11465         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11466         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11467         Patch by Jared Casper <jaredcasper@gmail.com>.
11468
11469         * sysdeps/unix/closedir.c: Outside libc don't use locking.
11470         * sysdeps/unix/opendir.c: Likewise.
11471         * sysdeps/unix/readdir.c: Likewise.
11472
11473         [BZ #2211]
11474         * stdio-common/vfscanf.c: Handle localized digits etc for floating
11475         point numbers.
11476         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
11477
11478         * stdio-common/vfscanf.c: Fix problems in width accounting.
11479         * stdio-common/tst-sscanf.c (double_tests): New tests.
11480         (main): Hook them up.
11481
11482         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
11483         More simplifications of floating-point reader.
11484
11485         * stdio-common/Makefile (tests): Add tst-swscanf.
11486         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
11487         testing.
11488         * stdio-common/tst-swscanf.c: New file.
11489
11490 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
11491
11492         [BZ #2633]
11493         * libio/stdio.h: Define struct _IO_FILE in global namespace.
11494         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
11495         Remove using for __jmp_buf_tag.
11496         * locale/locale.h (struct lconv): Also define in std namespace.
11497         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
11498
11499         [BZ #3842]
11500         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
11501         using __libc_enable_secure.
11502
11503         [BZ #3818]
11504         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
11505
11506         [BZ #3745]
11507         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
11508         of names for ellipsises.
11509
11510         [BZ #3348]
11511         * malloc/memusage.sh: Cleanups.
11512         * debug/xtrace.sh: Quoting and trap changes.
11513
11514 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
11515
11516         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
11517
11518         * locale/iso-3166.def: Update entry for Serbia.
11519         * locale/iso-4217.def: Define RSD, remove CSD.
11520
11521         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
11522         and 64-bit operations.
11523
11524         [BZ #4040]
11525         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
11526         16-bit operations.
11527
11528         * nscd/nscd.c (parse_opt): One more conversion to use send instead
11529         of writev.
11530
11531 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
11532
11533         [BZ #3991]
11534         * assert/assert.h (assert): Simplify.
11535         (assert_perror): Likewise.
11536         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
11537
11538         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
11539         reqdata.
11540
11541         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
11542         change: don't pass NULL in place of an integer.
11543
11544 2007-02-02  Bruno Haible  <bruno@clisp.org>
11545
11546         [BZ #3954]
11547         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
11548         Add mapping for U+327E.
11549         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
11550         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11551         mapping of 0xD9 0xE8.
11552         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
11553         mapping of U+327E.
11554         Reported by Jungshik Shin <jungshik@google.com>.
11555
11556         [BZ #3955]
11557         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11558         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
11559         Reported by Jungshik Shin <jungshik@google.com>.
11560
11561 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
11562
11563         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
11564         byte variants.
11565
11566         [BZ #4040]
11567         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
11568         byte variants.  Patch mostly be tom@tommay.net.
11569
11570 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11571
11572         [BZ #3996]
11573         * posix/glob.c (attribute_hidden): Define if not defined.
11574         (glob): Unescape dirname, filename or username when needed and not
11575         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11576         is NULL.  Handle unescaped [ in pattern without closing ].
11577         Don't pass GLOB_CHECK down to recursive glob for directories.
11578         (__glob_pattern_type): New function.
11579         (__glob_pattern_p): Implement using __glob_pattern_type.
11580         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11581         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11582         Remove unreachable code.
11583         * posix/globtest.sh: Add a couple of new tests.
11584
11585 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
11586
11587         * po/ru.po: Update from translation team.
11588
11589 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
11590
11591         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
11592         to the list of i486+ CPUs.
11593         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11594
11595 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
11596
11597         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
11598         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
11599         references.
11600
11601 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
11602
11603         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
11604
11605         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
11606         * resolv/res_mkquery.c: Define __res_nopt.
11607         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
11608         try adding EDNS0 record.
11609         * resolv/res_send.c (send_dg): If request failed with FORMERR and
11610         EDNS0 record was send make sure we don't try it again.
11611         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
11612         * include/resolv.h: Declare __res_nopt.
11613
11614 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
11615
11616         [BZ #3944]
11617         * time/strptime_l.c (__strptime_internal): Set have_mon for
11618         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
11619         have been computed from tm_yday and tm_year.  Don't crash
11620         in day_of_the_week or day_of_the_year if not have_mon
11621         and tm_mon contains bogus value.
11622         * time/Makefile (tests): Add tst-strptime3.
11623         * time/tst-strptime3.c: New test.
11624
11625 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
11626
11627         [BZ #3957]
11628         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
11629         bit for RE_HAT_LISTS_NOT_NEWLINE.
11630         (build_charclass_op): Remove bogus comment.
11631         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
11632         * posix/bug-regex27.c: New test.
11633         * posix/bug-regex28.c: New test.
11634
11635 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
11636
11637         * po/sv.po: Update from translation team.
11638
11639 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
11640
11641         * nscd/nscd_helper.c (open_socket): Minor size optimization.
11642
11643 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
11644
11645         * include/locale.h (__uselocale): Add libc_hidden_proto.
11646         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
11647
11648         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
11649         gettimeofday.
11650
11651 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
11652
11653         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
11654         returning.
11655         (PTR_DEMANGLE): Real definition now that it's not the same as
11656         PRT_MANGLE anymore.
11657         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11658
11659         * string/strerror_l.c: New file.
11660         * string/Makefile (routines): Add strerror_l.
11661         * string/string.h: Declare strerror_l.
11662         * string/Versions: Export strerror_l for GLIBC_2.6.
11663
11664 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
11665
11666         * nscd/nscd_helper.c (open_socket): Now takes request type and key
11667         as parameter.  Construct request record.  Try sending request
11668         before the first poll use, it usually succeeds.  Adjust all
11669         callers.
11670         * nscd/nscd-client.h: Define MAXKEYLEN.
11671         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
11672
11673 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
11674
11675         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
11676         from return value.
11677         * nscd/nscd_helper.c: Include string.h.
11678         (__nscd_cache_search): Remove const qualifier from return value.
11679         On strict alignment architectures check hash entry and data head
11680         alignment.
11681         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
11682         mmapped data during GC cycle contains garbage.  If
11683         __nscd_drop_map_ref fails, decrement mapped->counter when returning
11684         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
11685         dropped to 0.
11686         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11687         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11688         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
11689         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11690         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11691
11692 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
11693
11694         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
11695
11696 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
11697
11698         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
11699         names not numbers in cfi_*.
11700
11701 2007-01-26  Andreas Jaeger  <aj@suse.de>
11702
11703         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
11704         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
11705         Correct values of PER_HPUX and PER_OSF4.
11706
11707 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
11708
11709         * elf/dl-minimal.c: Undefine _itoa first.
11710         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
11711         * malloc/mtrace.c: Revert last change.
11712         * posix/wordexp.c: Likewise.
11713
11714 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
11715
11716         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
11717         and __geode__ to the list of i486+ CPUs.
11718         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11719
11720 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
11721
11722         * stdio-common/_itoa.c: Include <limits.h>.
11723         * stdio-common/_itowa.c: Likewise.
11724
11725 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
11726
11727         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
11728         platforms.
11729         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
11730         64-bit platforms.
11731         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
11732         possible.
11733         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
11734         if possible.
11735
11736         [BZ #3902]
11737         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
11738         * stdio-common/Makefile (tests): Add bug17.
11739         * stdio-common/bug17.c: New file.
11740
11741 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
11742
11743         * iconvdata/brf.c: New file.
11744         * iconvdata/testdata/BRF: New file.
11745         * iconvdata/testdata/BRF..UTF8: New file.
11746         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
11747         * iconvdata/Makefile: Add rules to build BRF.
11748         * iconvdata/TESTS: Add BRF entry.
11749         * iconvdata/gconv-modules: Likewise.
11750         * iconvdata/tst-tables.sh: Likewise.
11751
11752 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
11753
11754         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
11755         type `long long int', not `long int'.
11756         (wcstoq): Likewise.
11757
11758 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
11759
11760         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
11761         of values on 64-bit platforms which are too large.
11762
11763 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
11764             Joe Kerian  <jkerian@us.us.ibm.com>
11765
11766         [BZ #2749]
11767         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
11768         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
11769         (__copysignl): Use signbit() for comparison.
11770         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
11771         SET_LDOUBLE_WORDS64.
11772
11773         [BZ #2423, #2749]
11774         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
11775         (__ceill): Remove calls to fegetround(), fesetround().
11776         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
11777         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11778         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11779
11780 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
11781
11782         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
11783
11784         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
11785
11786 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
11787
11788         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
11789         demangle pointer.
11790         * csu/libc-start.c: Likewise.
11791
11792 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
11793
11794         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
11795         really work anyway.
11796
11797 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11798
11799         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
11800         users.
11801         (handle_request): Remove unnecessary tests.
11802
11803         * nscd/cache.c (cache_add): Record the failure to add to the cache.
11804
11805 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
11806
11807         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
11808         workbits in semi-raw fraction.
11809
11810         * math/test-misc.c: Add new tests.
11811
11812 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
11813
11814         * math/basic-test.c: Include test-skeleton.c.
11815         (TEST_TRUNC): Define.
11816         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
11817         (main): Rename to ...
11818         (do_test): ...this.  Run new tests.
11819         (TEST_FUNCTION): Define.
11820
11821 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
11822             Joe Kerian  <jkerian@us.us.ibm.com>
11823
11824         [BZ #2749]
11825         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
11826         handling for high words.
11827         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
11828         and overflow for infinity.
11829
11830 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11831
11832         * nscd/connections.c (handle_request): Add a __builtin_expect.
11833
11834         * nscd/connections.c (serv2db): Change type into structure which
11835         also says whether this is a request for data.  Renamed to
11836         servinfo.  All users changed.
11837         (handle_request): Much simpler test whether we should search the cache.
11838
11839         * nscd/connections.c (handle_request): Fix thinko in selinux test
11840         invocation.
11841
11842         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
11843         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
11844         it before getting dl_load_lock and then relock.
11845         (_dl_lookup_symbol_x): Pass flags to add_dependency.
11846         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
11847         case we unlocked the scope.
11848         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
11849         _dl_lookup_symbol_x in case we locked the scope.
11850         (_dl_profile_fixup): Likewise.
11851         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
11852         set DL_LOOKUP_SCOPE_LOCK.
11853
11854 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
11855
11856         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
11857         CFLAGS-getsrvbynpt_r.c.
11858         * nscd/getsrvbynm_r.c: New file.
11859         * nscd/getsrvbypt_r.c: New file.
11860         * nscd/nscd_getserv_r.c: New file.
11861         * nscd/servicescache.c: New file.
11862         * nscd/Makefile (routines): Add nscd_getserv_r.
11863         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
11864         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
11865         CFLAGS-getsrvbypt_r.c.
11866         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
11867         table.  Add entries for services database.
11868         * nscd/connections.c (serv2str): Mark as const.  Add entries for
11869         services database.
11870         (dbs): Add .reset_res and servdb initialization.
11871         (serv2db): Add entries for services database.
11872         (verify_persistent_db): Accept dbnr == servdb.
11873         (invalidate_cache): Rewrite database name recognition to use a table.
11874         Call res_init() if .reset_res is set for database.
11875         (handle_request): Add code to handle services database.
11876         * nscd/gai.c: Don't define __getservbyname_r.
11877         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
11878         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
11879         (serv_response_header): Define.
11880         (struct datahead): Add serv_response_header member.
11881         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
11882         using table.
11883         * nscd/nscd.conf: Add entries for services database.
11884         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
11885         Declare serv_iov_disabled.
11886         Declare addservbyname, readdservbyname, addservbyport, and
11887         readdservbyport.
11888         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
11889         (find_db): Fix error message.
11890         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
11891         __nscd_getservbyname_r, and __nscd_getservbyport_r.
11892         * nscd/selinux.c (perms): Add entries for services database.
11893         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
11894         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
11895
11896         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
11897         * nscd/hstcache.c: Likewise.
11898         * nscd/pwdcache.c: Likewise.
11899
11900         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
11901         computation of keylen.
11902
11903         * include/string.h: Only redefine strndupa if this is really for
11904         libc code.
11905
11906 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
11907
11908         * nscd/nscd_gethst_r.c: Minor cleanups.
11909
11910         * nscd/connections.c (handle_request): Check selinux permissions
11911         for all non-admin commands.
11912
11913         * sysdeps/i386/i486/bits/atomic.h: Define
11914         atomic_compare_and_exchange_val_acq,
11915         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
11916         using __sync_* built-ins for gcc >= 4.1.
11917         * sysdeps/x86_64/bits/atomic.h: Likewise.
11918
11919         [BZ #3840]
11920         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
11921         and .oS.d files.
11922
11923 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
11924
11925         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
11926         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
11927         (do_test): Check errno and exit(0) if ENOSYS.
11928
11929 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11930
11931         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
11932         thousands separators.
11933         * stdlib/Makefile: Add rules to build and run tst-strtod4.
11934         * stdlib/tst-strtod4.c: New test.
11935
11936         [BZ #3855]
11937         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
11938         hexadecimal digit should accept just the initial 0.
11939         * stdlib/tst-strtod2.c (tests): New variable.
11940         (do_test): Run several tests rather than just one.
11941
11942 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11943
11944         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
11945         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
11946
11947 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
11948
11949         * io/fts.c: Make sure fts_cur is always valid after return from
11950         fts_read.
11951         Patch by Miloslav Trmac <mitr@redhat.com>.
11952
11953 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
11954
11955         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
11956         (R_MIPS_NUM): Bump by 1.
11957
11958 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
11959
11960         * posix/execvp.c: Include alloca.h.
11961         (allocate_scripts_argv): Renamed to...
11962         (scripts_argv): ... this.  Don't allocate buffer here nor count
11963         arguments.
11964         (execvp): Use alloca if possible.
11965         * posix/Makefile: Add rules to build and run tst-vfork3 test.
11966         * posix/tst-vfork3.c: New test.
11967
11968 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
11969
11970         * string/Makefile (tst-strxfrm2-ENV): Define.
11971         * stdlib/Makefile (tst-strtod3-ENV): Define.
11972
11973 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
11974
11975         * posix/getconf.c: Update copyright year.
11976         * nss/getent.c: Likewise.
11977         * iconv/iconvconfig.c: Likewise.
11978         * iconv/iconv_prog.c: Likewise.
11979         * elf/ldconfig.c: Likewise.
11980         * catgets/gencat.c: Likewise.
11981         * csu/version.c: Likewise.
11982         * elf/ldd.bash.in: Likewise.
11983         * elf/sprof.c (print_version): Likewise.
11984         * locale/programs/locale.c: Likewise.
11985         * locale/programs/localedef.c: Likewise.
11986         * nscd/nscd.c (print_version): Likewise.
11987         * debug/xtrace.sh: Likewise.
11988         * malloc/memusage.sh: Likewise.
11989         * malloc/mtrace.pl: Likewise.
11990         * debug/catchsegv.sh: Likewise.
11991
11992 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
11993
11994         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
11995         attempts.
11996
11997 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
11998
11999         * posix/wordexp.c: Remove some unnecessary tests.
12000
12001 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12002
12003         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12004         blacklist the group till after we look it up.
12005
12006 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12007
12008         * include/atomic.h (atomic_forced_read): New macro.
12009
12010 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12011
12012         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12013
12014 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12015
12016         * nss/getXXbyYY_r.c: Include atomic.h.
12017         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12018         add atomic_write_barrier () in between.
12019
12020         * stdlib/Makefile (tests): Add tst-makecontext.
12021         * stdlib/tst-makecontext.c: New test.
12022
12023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12024         (__makecontext): Don't realign uc_mcontext.uc_regs.
12025
12026 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12027
12028         * elf/dl-support.c: Include dl-procinfo.h.
12029         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12030         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12031         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12032         Define.
12033         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12034         hardcoded constants.
12035         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12036         PPC_PLATFORM_* macros for array designators.
12037
12038 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12039
12040         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12041         names to the beginning.
12042         (_dl_powerpc_platforms): Add "power6x".
12043         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12044         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12045         (_DL_PLATFORMS_COUNT): Increase.
12046         (_dl_string_platform): Handle power6x case.
12047         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12048         PPC_FEATURE_POWER6_EXT): Define.
12049         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12050
12051 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12052
12053         [BZ #3747]
12054         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12055         [-2^31 .. 2^31) range.
12056         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12057         targets.
12058         * stdlib/tst-rand48-2.c: New test.
12059         * stdlib/Makefile (tests): Add tst-rand48-2.
12060
12061 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12062
12063         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12064
12065 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12066
12067         * misc/tst-pselect.c (do_test): Make sure the helper process is
12068         terminating when the test is aborted.
12069
12070 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12071
12072         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12073         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12074         Handle relatime mount option.
12075
12076         [BZ #2337]
12077         * libio/Makefile (tests): Add tst-setvbuf1.
12078         * libio/tst-setvbuf1.c: New file.
12079
12080 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12081
12082         [BZ #2337]
12083         * libio/genops.c (__uflow): Fix a typo.
12084         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12085         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12086         the narrow buffer size.
12087
12088 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12089
12090         [BZ #2337]
12091         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12092         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12093         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12094         in _flags.
12095         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12096         _IO_wstr_finish): Likewise.
12097         * libio/wmemstream.c (open_wmemstream): Likewise.
12098         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12099         even for wide streams.
12100
12101 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12102
12103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12104         kernel-features.h.
12105
12106 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12107
12108         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12109         separators also if no non-zero digits found.
12110         * stdlib/Makefile (tests): Add tst-strtod3.
12111
12112 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12113
12114         [BZ #3632]
12115         * include/features.h: Fix comment about default value for
12116         _POSIX_C_SOURCE.
12117
12118         [BZ #3664]
12119         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12120         empty parsed strings.
12121         * stdlib/Makefile (tests): Add tst-strtod2.
12122         * stdlib/tst-strtod2.c: New file.
12123
12124         [BZ #3673]
12125         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12126         computation.
12127         * stdlib/Makefile (tests): Add tst-atof2.
12128         * stdlib/tst-atof2.c: New file.
12129
12130         [BZ #3674]
12131         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12132         correctly if removing trailing zero of hex-float.
12133         * stdlib/Makefile (tests): Add tst-atof1.
12134         * stdlib/tst-atof1.c: New file.
12135
12136 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12137
12138         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12139         Start searching for next comma at p rather than rest.
12140         * misc/Makefile (tests): Add tst-mntent2.
12141         * misc/tst-mntent2.c: New test.
12142
12143         * misc/getusershell.c (initshells): Check for integer overflows.
12144         Make strings buffer one bigger as fgets always succeeds when second
12145         argument is 1.  Don't use calloc for shells array.  Disallow
12146         / as shell.
12147
12148 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12149
12150         * malloc/memusage.c: Handle realloc with new size of zero and
12151         non-NULL pointer correctly.
12152         (me): Really write first record twice.
12153         (struct entry): Make format bi-arch safe.
12154         (dest): Write out more realloc statistics.
12155         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12156
12157 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
12158
12159         * nis/nis_subr.c (nis_getnames): Revert last change.
12160
12161 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
12162
12163         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12164         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12165         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12166         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12167         ENOTTY.
12168         * io/Makefile: Add rules to build and run tst-ttyname_r test.
12169         * io/tst-ttyname_r.c: New test.
12170
12171 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12172
12173         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12174
12175 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
12176
12177         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12178         jump table entries.
12179
12180 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12181
12182         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12183         `clone' function to ensure proper unwinding stop of gdb.
12184         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12185
12186 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
12187
12188         * nscd/nscd.init: Remove obsolete and commented-out -S option
12189         handling.
12190
12191 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
12192
12193         [BZ #3514]
12194         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12195
12196         [BZ #3515]
12197         * manual/string.texi (strtok): Remove duplicate paragraph.
12198
12199 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12200
12201         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12202         libgcc not supporting `rflags' unwinding (register # >= 17).
12203
12204 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
12205
12206         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12207         succeeded.
12208
12209 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
12210             Jakub Jelinek  <jakub@redhat.com>
12211             Jan Kratochvil  <jan.kratochvil@redhat.com>
12212
12213         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12214         unwind information.
12215         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12216         'restore_rt' even in the 'signal' directory.
12217         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12218
12219 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
12220
12221         [BZ #3559]
12222         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12223         malloc crashed.  Don't allocate memory unnecessarily in each
12224         loop.
12225
12226 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
12227
12228         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12229
12230 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
12231
12232         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12233
12234 2006-11-18  Bruno Haible  <bruno@clisp.org>
12235
12236         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12237         __sysconf only after having tried to call getgroups32.
12238
12239 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
12240
12241         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12242         addresses for IPv4 queries if they can be mapped.
12243
12244 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
12245
12246         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12247         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12248         (signmask): Add .size directive.
12249         (othermask): Add .type directive.
12250
12251 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
12252
12253         * po/nl.po: Update from translation team.
12254
12255         * timezone/zdump.c: Redo fix for BZ #3137.
12256
12257 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
12258
12259         * nss/nss_files/files-alias.c (get_next_alias): Set line back
12260         to first_unused after parsing :include: file.
12261
12262 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12263
12264         * timezone/africa: Update from tzdata2006o.
12265         * timezone/antarctica: Likewise.
12266         * timezone/asia: Likewise.
12267         * timezone/australasia: Likewise.
12268         * timezone/backward: Likewise.
12269         * timezone/europe: Likewise.
12270         * timezone/iso3166.tab: Likewise.
12271         * timezone/northamerica: Likewise.
12272         * timezone/southamerica: Likewise.
12273         * timezone/zone.tab: Likewise.
12274
12275         * time/tzfile.c (__tzfile_read): Extend to handle new file format
12276         on machines with 64-bit time_t.
12277
12278         * timezone/checktab.awk: Update from tzcode2006o.
12279         * timezone/ialloc.c: Likewise.
12280         * timezone/private.h: Likewise.
12281         * timezone/scheck.c: Likewise.
12282         * timezone/tzfile.h: Likewise.
12283         * timezone/tzselect.ksh: Likewise.
12284         * timezone/zdump.c: Likewise.
12285         * timezone/zic.c: Likewise.
12286
12287         [BZ #3483]
12288         * elf/ldconfig.c (main): Call setlocale and textdomain.
12289         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12290
12291         [BZ #3480]
12292         * manual/argp.texi: Fix typos.
12293         * manual/charset.texi: Likewise.
12294         * manual/errno.texi: Likewise.
12295         * manual/filesys.texi: Likewise.
12296         * manual/lang.texi: Likewise.
12297         * manual/maint.texi: Likewise.
12298         * manual/memory.texi: Likewise.
12299         * manual/message.texi: Likewise.
12300         * manual/resource.texi: Likewise.
12301         * manual/search.texi: Likewise.
12302         * manual/signal.texi: Likewise.
12303         * manual/startup.texi: Likewise.
12304         * manual/stdio.texi: Likewise.
12305         * manual/sysinfo.texi: Likewise.
12306         * manual/syslog.texi: Likewise.
12307         * manual/time.texi: Likewise.
12308         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12309
12310         [BZ #3465]
12311         * sunrpc/clnt_raw.c: Minimal message improvements.
12312         * sunrpc/pm_getmaps.c: Likewise.
12313         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12314         * nis/nis_print_group_entry.c: Likewise.
12315         * locale/programs/repertoire.c: Likewise.
12316         * locale/programs/charmap.c: Likewise.
12317         * malloc/memusage.sh: Likewise.
12318         * elf/dl-deps.c: Likewise.
12319         * locale/programs/ld-collate.c: Likewise.
12320         * libio/vswprintf.c: Likewise.
12321         * malloc/memusagestat.c: Likewise.
12322         * sunrpc/auth_unix.c: Likewise.
12323         * sunrpc/rpc_main.c: Likewise.
12324         * nscd/cache.c: Likewise.
12325         * locale/programs/repertoire.c: Unify output messages.
12326         * locale/programs/charmap.c: Likewise.
12327         * locale/programs/ld-ctype.c: Likewise.
12328         * locale/programs/ld-monetary.c: Likewise.
12329         * locale/programs/ld-numeric.c: Likewise.
12330         * locale/programs/ld-time.c: Likewise.
12331         * elf/ldconfig.c: Likewise.
12332         * nscd/selinux.c: Likewise.
12333         * elf/cache.c: Likewise.
12334         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12335
12336         [BZ #3451]
12337         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12338         change atomic.
12339         (ceil): Likewise.
12340
12341 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12342
12343         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12344         if N is one bigger than return value.
12345         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12346         and l1 last arguments, if buf is defined, verify the return value
12347         equals to strlen (buf) and verify no byte beyond passed length
12348         is modified.
12349
12350 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12351
12352         * po/sv.po: Update from translation team.
12353
12354 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12355
12356         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12357         noinline attribute.
12358
12359 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12360
12361         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12362         noinline attribute.
12363
12364         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12365         Use __new_sys_siglist instead of _sys_siglist_internal as
12366         second macro argument.
12367         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12368         strong_alias.
12369
12370 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12371
12372         [BZ #3493]
12373         * posix/unistd.h (sysconf): Remove const attribute.
12374
12375         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12376         temporary or deprecated addresses.
12377         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12378
12379         * string/Makefile (tests): Add tst-strxfrm2.
12380         * string/tst-strxfrm2.c: New file.
12381
12382 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12383
12384         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12385         rather than r->r_brk.
12386
12387 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12388
12389         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12390         optimization even if needed > n.
12391
12392         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12393         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12394         return false, otherwise return true.
12395         (cache_rpath): Return decompose_rpath return value.
12396
12397 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12398
12399         * include/libc-symbols.h (declare_symbol): Rename to...
12400         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12401         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12402         .size directive.
12403         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12404         changes.
12405         * sysdeps/gnu/siglist.c: Likewise.
12406
12407 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12408
12409         * sysdeps/powerpc/fpu/bits/mathinline.h
12410         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12411         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12412
12413 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12414
12415         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12416         Update handling of cache descriptor 0x49 for new models.
12417         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12418         Likewise.
12419
12420 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12421
12422         * malloc/memusage.c (dest): Reset not_me back to false after
12423         printing statistics.
12424
12425 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12426
12427         * configure.in: Work around ld --help change and avoid -z relro
12428         test completely if the architecture doesn't care about security.
12429
12430 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
12431
12432         * po/sv.po: Update from translation team.
12433
12434 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
12435
12436         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12437         generate compatibility version.
12438
12439 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
12440
12441         * configure.in: Relax -z relro requirement a bit.
12442
12443         * po/sv.po: Update from translation team.
12444
12445 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
12446
12447         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12448         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12449         * elf/dl-close.c (_dl_close_worker): Likewise.
12450         * elf/dl-open.c (_dl_open_worker): Likewise.
12451         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12452
12453 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
12454
12455         * configure.in: Require assembler support for visibility, compiler
12456         support for visibility and aliases, linker support for various -z
12457         options.
12458         * Makeconfig: Remove conditional code which now is unnecessary.
12459         * config.h.in: Likewise.
12460         * config.make.in: Likewise.
12461         * dlfcn/Makefile: Likewise.
12462         * elf/Makefile: Likewise.
12463         * elf/dl-load.c: Likewise.
12464         * elf/rtld.c: Likewise.
12465         * include/libc-symbols.h: Likewise.
12466         * include/stdio.h: Likewise.
12467         * io/Makefile: Likewise.
12468         * io/fstat.c: Likewise.
12469         * io/fstat64.c: Likewise.
12470         * io/fstatat.c: Likewise.
12471         * io/fstatat64.c: Likewise.
12472         * io/lstat.c: Likewise.
12473         * io/lstat64.c: Likewise.
12474         * io/mknod.c: Likewise.
12475         * io/mknodat.c: Likewise.
12476         * io/stat.c: Likewise.
12477         * io/stat64.c: Likewise.
12478         * libio/stdio.c: Likewise.
12479         * nscd/Makefile: Likewise.
12480         * stdlib/Makefile: Likewise.
12481         * stdlib/atexit.c: Likewise.
12482         * sysdeps/generic/ldsodefs.h: Likewise.
12483         * sysdeps/i386/dl-machine.h: Likewise.
12484         * sysdeps/i386/sysdep.h: Likewise.
12485         * sysdeps/i386/i686/memcmp.S: Likewise.
12486         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12487         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12488         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12489
12490         * Makerules: USE_TLS support is now default.
12491         * tls.make.c: Likewise.
12492         * csu/Versions: Likewise.
12493         * csu/libc-start.c: Likewise.
12494         * csu/libc-tls.c: Likewise.
12495         * csu/version.c: Likewise.
12496         * dlfcn/dlinfo.c: Likewise.
12497         * elf/dl-addr.c: Likewise.
12498         * elf/dl-cache.c: Likewise.
12499         * elf/dl-close.c: Likewise.
12500         * elf/dl-iteratephdr.c: Likewise.
12501         * elf/dl-load.c: Likewise.
12502         * elf/dl-lookup.c: Likewise.
12503         * elf/dl-object.c: Likewise.
12504         * elf/dl-open.c: Likewise.
12505         * elf/dl-reloc.c: Likewise.
12506         * elf/dl-support.c: Likewise.
12507         * elf/dl-sym.c: Likewise.
12508         * elf/dl-sysdep.c: Likewise.
12509         * elf/dl-tls.c: Likewise.
12510         * elf/ldconfig.c: Likewise.
12511         * elf/rtld.c: Likewise.
12512         * elf/tst-tls-dlinfo.c: Likewise.
12513         * elf/tst-tls1.c: Likewise.
12514         * elf/tst-tls10.h: Likewise.
12515         * elf/tst-tls14.c: Likewise.
12516         * elf/tst-tls2.c: Likewise.
12517         * elf/tst-tls3.c: Likewise.
12518         * elf/tst-tls4.c: Likewise.
12519         * elf/tst-tls5.c: Likewise.
12520         * elf/tst-tls6.c: Likewise.
12521         * elf/tst-tls7.c: Likewise.
12522         * elf/tst-tls8.c: Likewise.
12523         * elf/tst-tls9.c: Likewise.
12524         * elf/tst-tlsmod1.c: Likewise.
12525         * elf/tst-tlsmod13.c: Likewise.
12526         * elf/tst-tlsmod13a.c: Likewise.
12527         * elf/tst-tlsmod14a.c: Likewise.
12528         * elf/tst-tlsmod2.c: Likewise.
12529         * elf/tst-tlsmod3.c: Likewise.
12530         * elf/tst-tlsmod4.c: Likewise.
12531         * elf/tst-tlsmod5.c: Likewise.
12532         * elf/tst-tlsmod6.c: Likewise.
12533         * include/errno.h: Likewise.
12534         * include/link.h: Likewise.
12535         * include/tls.h: Likewise.
12536         * locale/global-locale.c: Likewise.
12537         * locale/localeinfo.h: Likewise.
12538         * malloc/arena.c: Likewise.
12539         * malloc/hooks.c: Likewise.
12540         * malloc/malloc.c: Likewise.
12541         * resolv/Versions: Likewise.
12542         * sysdeps/alpha/dl-machine.h: Likewise.
12543         * sysdeps/alpha/libc-tls.c: Likewise.
12544         * sysdeps/generic/ldsodefs.h: Likewise.
12545         * sysdeps/generic/tls.h: Likewise.
12546         * sysdeps/i386/dl-machine.h: Likewise.
12547         * sysdeps/ia64/dl-machine.h: Likewise.
12548         * sysdeps/ia64/libc-tls.c: Likewise.
12549         * sysdeps/mach/hurd/fork.c: Likewise.
12550         * sysdeps/mach/hurd/i386/tls.h: Likewise.
12551         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
12552         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12553         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12554         * sysdeps/s390/libc-tls.c: Likewise.
12555         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12556         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12557         * sysdeps/sh/dl-machine.h: Likewise.
12558         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12559         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12560         * sysdeps/x86_64/dl-machine.h: Likewise.
12561
12562         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
12563         split out locking and parameter checking.
12564         (_dl_close): Call _dl_close_worker after locking and checking.
12565         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
12566         _dl_close.
12567         * elf/Makefile: Add rules to build and run tst-thrlock.
12568         * elf/tst-thrlock.c:  New file.
12569
12570         [BZ #3426]
12571         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
12572         reality.
12573
12574         [BZ #3429]
12575         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
12576         we are sure we do not need it anymore for _dl_close.  Also move
12577         the asserts inside the lock region.
12578         Patch mostly by Suzuki <suzuki@in.ibm.com>.
12579
12580 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
12581
12582         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
12583         argument.
12584         (_dl_lookup_symbol_x): Adjust caller.
12585
12586         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
12587         _ns_global_scope.
12588         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
12589
12590         * elf/dl-libc.c: Revert l_scope name changes.
12591         * elf/dl-load.c: Likewise.
12592         * elf/dl-object.c: Likewise.
12593         * elf/rtld.c: Likewise.
12594         * elf/dl-close.c (_dl_close): Likewise.
12595         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
12596         always use __rtld_mrlock_{change,done}.  Always free old scope list
12597         here if not l_scope_mem.
12598         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
12599         change.  Never free scope list here.  Just __rtld_mrlock_lock before
12600         the lookup and __rtld_mrlock_unlock it after the lookup.
12601         * elf/dl-sym.c: Likewise.
12602         * include/link.h (struct r_scoperec): Remove.
12603         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
12604         with l_scope_mem and l_scoperec_lock with l_scope_lock.
12605
12606 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
12607
12608         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
12609
12610 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12611
12612         * configure.in: Disable building profile libraries by default.
12613
12614 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12615
12616         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
12617         as signed longs, check for x_base + pos overflow.
12618         * sunrpc/Makefile (tests): Add tst-xdrmem2.
12619         * sunrpc/tst-xdrmem2.c: New test.
12620
12621 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12622
12623         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
12624         _dl_lookup_symbol_x code.
12625
12626 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12627
12628         * elf/dl-runtime.c: Include sysdep-cancel.h.
12629         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
12630         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
12631         instead of catomic_* macros.
12632         * elf/dl-sym.c: Include sysdep-cancel.h.
12633         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
12634         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12635         * elf/dl-close.c: Include sysdep-cancel.h.
12636         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
12637         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12638         * elf/dl-open.c: Include sysdep-cancel.h.
12639         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
12640         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12641
12642 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12643
12644         [BZ #3313]
12645         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
12646         fastbin rather than end of fastbin array.
12647
12648 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12649
12650         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
12651         body macro.
12652         * sysdeps/x86_64/bits/atomic.h
12653         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
12654         (catomic_decrement): Use correct body macro.
12655
12656 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12657
12658         * include/atomic.h: Add a unique prefix to all local variables
12659         in macros.
12660         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
12661
12662 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
12663
12664         [BZ #3369]
12665         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
12666         and 7.
12667
12668 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
12669
12670         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
12671
12672 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
12673
12674         [BZ #3313]
12675         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
12676         determine highest fast bin to consolidate, always look into all of
12677         them.
12678         (do_check_malloc_state): Only require for empty bins for large
12679         sizes in main arena.
12680
12681         * libio/stdio.h: Add more __wur attributes.
12682
12683         * elf/dl-minimal.c (realloc): Optimize last patch.
12684
12685 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
12686
12687         [BZ #3352]
12688         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
12689         and use memcpy() if it does.
12690
12691 2006-11-12  Andreas Jaeger  <aj@suse.de>
12692
12693         [BZ #2510]
12694         * manual/search.texi (Hash Search Function): Clarify.
12695         (Array Search Function): Clarify.
12696
12697 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
12698
12699         [BZ #2830]
12700         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
12701         shifting.
12702         * math/atest-exp2.c (read_mpn_hex): Likewise.
12703         * math/atest-sincos.c (main): Likewise.
12704
12705 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12706
12707         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
12708         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
12709         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
12710         version GLIBC_2.6.
12711         * Versions.def: Add GLIBC_2.6 for libc.
12712
12713         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
12714
12715         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
12716
12717 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
12718
12719         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
12720
12721         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
12722
12723         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
12724         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
12725
12726 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12727
12728         * include/atomic.c: Define catomic_* operations.
12729         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
12730         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
12731         * malloc/memusage.c: Likewise.
12732         * gmon/mcount.c: Likewise.
12733         * elf/dl-close.c: Likewise.
12734         * elf/dl-open.c: Likewise.
12735         * elf/dl-profile.c: Likewise.
12736         * elf/dl-sym.c: Likewise.
12737         * elf/dl-runtime.c: Likewise.
12738         * elf/dl-fptr.c: Likewise.
12739         * resolv/res_libc.c: Likewise.
12740
12741 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
12742
12743         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
12744         components which lack them.
12745
12746         * nis/nis_subr.c (nis_getnames): Make sure that we always return
12747         at least one entry consisting of the parameter concatenated with
12748         the domain.
12749
12750 2006-10-10  Roland McGrath  <roland@frob.com>
12751
12752         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
12753         * sysdeps/mach/hurd/futimes.c: Likewise.
12754         * sysdeps/mach/hurd/lutimes.c: Likewise.
12755
12756 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
12757             Jakub Jelinek  <jakub@redhat.com>
12758
12759         Implement reference counting of scope records.
12760         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
12761         from the list in objects which remain.  Always allocate new scope
12762         record.
12763         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
12764         don't resize, allocate a new one.
12765         * elf/dl-runtime.c: Update reference counters before using a scope
12766         array.
12767         * elf/dl-sym.c: Likewise.
12768         * elf/dl-libc.c: Adjust for l_scope name change.
12769         * elf/dl-load.c: Likewise.
12770         * elf/dl-object.c: Likewise.
12771         * elf/rtld.c: Likewise.
12772         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
12773         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
12774         Add l_scoperec_lock.
12775         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
12776         * sysdeps/generic/rtld-lowlevel.h: New file.
12777
12778         * include/atomic.h: Rename atomic_and to atomic_and_val and
12779         atomic_or to atomic_or_val.  Define new macros atomic_and and
12780         atomic_or which do not return values.
12781         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
12782         Various cleanups.
12783         * sysdeps/i386/i486/bits/atomic.h: Likewise.
12784
12785         * po/sv.po: Update from translation team.
12786
12787 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
12788
12789         * Versions.def: Add GLIBC_2.6 to libpthread.
12790
12791         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
12792         (versioned_symbol): Likewise.
12793         (compat_symbol): Likewise.
12794
12795         * po/tr.po: Update from translation team.
12796
12797 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12798
12799         * nis/Banner: Removed.  It's been integral part forever and the
12800         author info is incomplete anyway.
12801         * libio/Banner: Likewise.
12802
12803         * nis/nis_table.c (nis_list): If __follow_path fails in the new
12804         code, make sure the nis_freeresult call doesn't crash and that the
12805         result is reported correctly.
12806
12807 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
12808
12809         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
12810         when callback is NULL.
12811
12812         * nis/Versions (libnss_nisplus): Add
12813         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
12814         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
12815         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
12816         _nss_create_tablename): Rename to...
12817         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
12818         ... these.  No longer static.
12819         (internal_setgrent): Adjust users.
12820         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12821         Don't use locking around _nss_grp_create_tablename call.
12822         * nis/nss_nisplus/nisplus-initgroups.c: New file.
12823
12824 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12825
12826         * version.h (VERSION): Bump to 2.5.90 for new development tree.
12827
12828 2006-10-06  Andreas Jaeger  <aj@suse.de>
12829
12830         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
12831
12832 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12833
12834         * po/pl.po: Update from translation team.
12835
12836         * nscd/nscd.c (main): Fix typo in message.
12837         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
12838
12839 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12840
12841         [BZ #3291]
12842         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
12843         errno.h, signal.h, unistd.h and sysdep-cancel.h.
12844         (__sigprocmask): Define.
12845
12846 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
12847
12848         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
12849         used.
12850
12851 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12852
12853         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
12854         in oldtotal and newtotal calculation.
12855         * nscd/nscd-client.h (struct mapped_database): Add datasize
12856         field.
12857         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
12858         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
12859         increased.
12860         (__nscd_cache_search): Add checks to make sure we never reference
12861         data beyond the current mapping.
12862
12863 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12864
12865         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
12866         variables const to avoid compiler warnings.
12867
12868         * io/fts.c (fts_close): Remove redundant checks.
12869         (fts_build): Likewise.
12870         (fts_palloc): Likewise.
12871
12872         * manual/message.texi (Advanced gettext functions,
12873         Using gettextized software): Fix typos.
12874
12875 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
12876
12877         * posix/glob.c (glob_in_dir): Add some comments and asserts to
12878         explain why there are no leaks.
12879
12880 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
12881
12882         * libio/wmemstream.c: Include <wchar.h>.
12883         * libio/bug-wmemstream1.c: Likewise.
12884         * libio/tst-wmemstream1.c: Likewise.
12885         * libio/tst-wmemstream2.c: Likewise.
12886
12887         * version.h (RELEASE): Bump to 2.5.
12888         * README: Regenerated.
12889
12890         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
12891
12892         [BZ #3273]
12893         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
12894         found no group members.
12895         Patch by Petr Baudis.
12896
12897 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
12898
12899         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
12900         assert bootstrap_map.l_tls_modid is zero.
12901         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
12902         if USE___THREAD.
12903
12904 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
12905
12906         * libio/stdio.h: Move open_wmemstream prototype to ...
12907         * wcsmbs/wchar.h: ... here.
12908
12909 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
12910
12911         [BZ #3252]
12912         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
12913         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
12914         __{,l}chown to handle the rest.
12915         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
12916         fchownat syscall and __ASSUME_32BITUIDS case inline, call
12917         __{,l}chown to handle the rest.
12918         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
12919         i386/fchownat.c.
12920         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
12921         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
12922
12923         [BZ #3253]
12924         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12925         time, rather allocate increasingly bigger arrays of pointers, if
12926         possible with alloca, if too large with malloc.
12927
12928 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
12929
12930         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
12931
12932         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
12933
12934 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
12935
12936         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
12937         home addresses.
12938         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
12939         IFA_F_HOMEADDRESS flag for interfaces.
12940         * include/ifaddrs.h (struct in6addrinfo): Define
12941         in6ai_homeaddress.
12942
12943 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
12944
12945         [BZ #3225]
12946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
12947         PTR_DEMANGLE3): Define.
12948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
12949         PTR_DEMANGLE3): Likewise.
12950         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
12951         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
12952         Likewise.
12953         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
12954
12955 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
12956
12957         * po/libc.pot: Regenerated.
12958         * po/be.po: Updated.
12959         * po/ca.po: Likewise.
12960         * po/cs.po: Likewise.
12961         * po/da.po: Likewise.
12962         * po/de.po: Likewise.
12963         * po/el.po: Likewise.
12964         * po/en_GB.po: Likewise.
12965         * po/es.po: Likewise.
12966         * po/fi.po: Likewise.
12967         * po/fr.po: Likewise.
12968         * po/gl.po: Likewise.
12969         * po/hr.po: Likewise.
12970         * po/hu.po: Likewise.
12971         * po/ja.po: Likewise.
12972         * po/ko.po: Likewise.
12973         * po/nb.po: Likewise.
12974         * po/nl.po: Likewise.
12975         * po/pl.po: Likewise.
12976         * po/pt_BR.po: Likewise.
12977         * po/ru.po: Likewise.
12978         * po/rw.po: Likewise.
12979         * po/sk.po: Likewise.
12980         * po/sv.po: Likewise.
12981         * po/tr.po: Likewise.
12982         * po/zh_CN.po: Likewise.
12983         * po/zh_TW.po: Likewise.
12984
12985         [BZ #3137]
12986         * iconv/iconv_prog.c (main): Fix spelling in error message.
12987         * iconv/iconvconfig.c (main): Likewise.
12988         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
12989         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
12990         * locale/programs/localedef.c (main): Likewise.
12991         * locale/programs/repertoire.c (repertoire_read): Likewise.
12992         * timezone/zdump.c (main): Likewise.
12993         * nscd/connections.c (handle_request): Fix spelling in log message.
12994         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
12995
12996 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
12997
12998         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
12999         interfaces.
13000
13001 2006-09-20  Andreas Jaeger  <aj@suse.de>
13002
13003         * math/libm-test.inc (lrint_test_upward): Fix typo.
13004
13005 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13006
13007         [BZ #2592]
13008         * math/libm-test.inc (lrint_test_tonearest): New function.
13009         (lrint_test_towardzero): New function.
13010         (lrint_test_downward): New function.
13011         (lrint_test_upward): New function.
13012         (main): Run these new tests.
13013         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13014         of values near to 0.
13015         (two52): Use double not long double.
13016         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13017         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13018         (two23): Use float not double.
13019         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13020         (two23): Use float not double.
13021         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13022         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13023         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13024         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13025
13026 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13027
13028         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13029         Cast sp to unsigned long to avoid compiler warning.
13030         Use __makecontext_ret function instead of a trampoline on the stack.
13031         (__makecontext_ret): New function.
13032         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13033
13034 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13035
13036         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13037         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13038         bits.
13039
13040 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13041
13042         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13043         sure no reference to the unloaded map's search list remains in the
13044         dependency's scope.
13045
13046 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13047
13048         * elf/Makefile: Add rules to build and run unload7 test.
13049         * elf/unload7.c: New test.
13050         * elf/unload7mod1.c: New file.
13051         * elf/unload7mod2.c: New file.
13052
13053 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13054
13055         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13056         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13057         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13058         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13059         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13060         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13061         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13062         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13063         PTRACE_GETEVENTMSG): Likewise.
13064         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13065         values.
13066
13067 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13068
13069         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13070         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13071         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13072         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13073
13074 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13075
13076         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13077         write '\0' to the fd.
13078         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13079         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13080         Change regs to unsigned long pointer from unsigned int, fix fscr
13081         offset.
13082
13083 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13084
13085         * io/Makefile (CFLAGS-fstatat.c): Set.
13086         (CFLAGS-fstatat64.c): Likewise.
13087         (CFLAGS-mknodat.c): Likewise.
13088
13089         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13090         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13091         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13092         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13093
13094 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13095             Steven Munroe  <sjmunroe@us.ibm.com>
13096
13097         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13098         names to the beginning.  Rename "cell" to "cellbe".
13099         (_dl_powerpc_platforms): New.
13100         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13101         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13102         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13103         (_DL_HWCAP_PLATFORM): Define to new mask.
13104         (_dl_platform_string, _dl_string_platform): New functions.
13105         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13106         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13107
13108 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13109
13110         [BZ #2526]
13111         * README.libm: Fix a thinko in sqrt algorithm description.
13112
13113         [BZ #3143]
13114         * manual/string.texi (argz_delete): Fix prototype.
13115         Patch by <alpt@freaknet.org>.
13116
13117 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13118
13119         [BZ #3138]
13120         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13121         * io/tst-fcntl.c (do_prepare): Likewise.
13122         * posix/tst-exec.c (do_prepare): Likewise.
13123         * posix/tst-preadwrite.c (do_prepare): Likewise.
13124         * posix/tst-spawn.c (do_prepare): Likewise.
13125         * posix/tst-truncate.c (do_prepare): Likewise.
13126         * rt/tst-aio.c (do_prepare): Likewise.
13127         * rt/tst-aio64.c (do_prepare): Likewise.
13128         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13129         size_t.
13130
13131 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13132
13133         [BZ #2821]
13134         * time/mktime.c (guess_time_tm): Fix overflow detection.
13135         * time/Makefile (tests): Add bug-mktime1.
13136         * time/bug-mktime1.c: New file.
13137
13138         [BZ #3189, #3188]
13139         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13140         (mremap): Likewise.
13141
13142 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13143
13144         [BZ #1006]
13145         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13146         Ensure relocation doesn't clobber any bits outside of the
13147         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13148         R_SPARC_HI22 and R_SPARC_H44.
13149
13150         [BZ #2775]
13151         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13152         (long) (MINSIZE + nb - old_size) is positive.
13153
13154         * malloc/arena.c (grow_heap): When growing bail even if new_size
13155         is negative.
13156
13157         [BZ #3155]
13158         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13159         stack below r1.
13160
13161 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13162
13163         * posix/regex_internal.c (re_string_reconstruct): Handle
13164         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13165         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13166         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13167         re_string_context_at.
13168         * posix/Makefile: Add rules to build and run bug-regex26 test.
13169         * posix/bug-regex26.c: New test.
13170
13171         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13172         rather than col_sym_free.  Move seqp declaration earlier.
13173
13174         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13175
13176 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
13177
13178         * nscd/initgrcache.c (addinitgroupsX): Move any_success
13179         decl before first goto out.
13180
13181 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13182
13183         * Makerules (shlib.lds): If have-hash-style, put .hash section
13184         at the end of the RO segment.
13185
13186 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
13187
13188         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13189         style hash table format is used.
13190
13191 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13192
13193         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13194         randomization rather than before.
13195         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13196
13197 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
13198
13199         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13200
13201         * malloc/malloc.c (_int_malloc): Use full list insert and not
13202         shortcut which assumes the list is empty for large requests
13203         too.
13204
13205         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13206
13207 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
13208
13209         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13210         and offout arguments to the prototype.
13211         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13212         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13213         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13214         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13215         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13216         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13217         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13218         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13219
13220 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
13221
13222         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13223
13224         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13225         dlopen parameters.
13226
13227 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
13228
13229         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13230         only if herrno is NETDB_INTERNAL.  Handle errors other than
13231         ERANGE outside of the loops, handle TRY_AGAIN.
13232
13233         * locale/programs/ld-ctype.c (translit_flatten): Issue error
13234         if other's ctype category was missing.
13235         * locale/programs/ld-collate.c (collate_read): Return if
13236         copy_locale's collate category is missing.
13237
13238 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
13239
13240         [BZ #2684]
13241         * malloc/malloc.c (public_rEALLOc): Try harder by using other
13242         arenas if allocation failed.
13243         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13244
13245 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
13246
13247         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13248         waste bins[0..1].
13249         (malloc_state): Reduce bins size by 2.
13250         (_int_malloc): Fix test for large enough buffer for early termination.
13251         When no unsorted block matches perfectly and an exiting block has
13252         to be split, use full list insert and not shortcut which assumes
13253         the list is empty.
13254
13255         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13256         failure.
13257
13258 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13259
13260         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13261         do anything.
13262
13263         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13264         symbol require exact match (these are PLTs).
13265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13266         (_dl_ppc64_addr_sym_match): Likewise.
13267
13268         [BZ #2683]
13269         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13270         If symbol has a value use it.
13271         * elf/tst-dladdr1.c: New file.
13272         * elf/Makefile: Add rules to build and run tst-addr1.
13273
13274 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
13275
13276         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13277         keeps failing and heap growth or new heap creation isn't
13278         successful either.
13279         * malloc/tst-malloc.c (main): Add new tests.
13280
13281 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13282
13283         [BZ #2734]
13284         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13285         as in the x86-64 code to use bswap.
13286
13287 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
13288
13289         [BZ #2680]
13290         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13291         __USE_UNIX98.
13292         * posix/bits/unistd.h: Likewise.
13293
13294 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
13295
13296         [BZ #2751]
13297         * string/strchr.c: Add cast to avoid warning.
13298
13299 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13300
13301         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13302         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
13303         limit is needed to avoid the exploding of the address space
13304         requirement for secondary heaps.
13305         * malloc/arena.c (HEAP_MAX_SIZE): Define using
13306         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13307
13308 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
13309
13310         [BZ #3018]
13311         * Makerules (depfiles): Handle extra-test-objs the same as
13312         extra-objs.
13313         (common-mostlyclean): Likewise.
13314         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13315         instead.
13316         * elf/Makefile (extra-objs): Likewise.
13317         * stdlib/Makefile (extra-objs): Likewise.
13318
13319 2006-08-14  Eric Blake  <ebb9@byu.net>
13320
13321         [BZ #3044]
13322         * misc/error.h: Assume C89 or better.
13323         * misc/error.c: Likewise.
13324
13325 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13326
13327         [BZ #3040]
13328         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13329         __ASSUME_ATFCTS is defined.
13330
13331 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
13332
13333         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13334         to sort in each call.
13335
13336         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13337         is empty simply return and use next service.
13338         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13339
13340         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
13341         tells us when not finding a charmap file is an error.
13342         * locale/programs/charmap.h: Adjust charmap_read prototype.
13343         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13344         cannot find a charmap.
13345         * locale/programs/localedef.c (main): Adjust charmap_read call.
13346
13347 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
13348
13349         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13350         sysdeps/posix/pause.c implementation instead.
13351
13352 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
13353
13354         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13355         to EPERM.
13356
13357 2006-08-13  Andreas Schwab  <schwab@suse.de>
13358
13359         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13360         Don't clobber caller's LRSAVE.
13361         (_dl_prof_resolve): Likewise.
13362
13363 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13364
13365         [BZ #1996]
13366         * libio/memstream.c (open_memstream): Allocate initial buffer with
13367         calloc.
13368         * libio/wmemstream.c (open_wmemstream): Likewise.
13369         * libio/strops.c: Pretty printing.
13370         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13371         (enlarge_userbuf): New function.
13372         (_IO_str_seekoff): Call it if seek position is larger than current
13373         buffer.
13374         * libio/wstrops.c: Likewise.
13375         * libio/vasprintf.c: Add comment as to why we do not have to use
13376         calloc instead of malloc to allocate initial buffer.
13377         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13378         * libio/bug-memstream1.c: New file.
13379         * libio/bug-wmemstream1.c: New file.
13380
13381 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13382
13383         * libio/wstrops.c: Remove dead macro definitions and comments.
13384         * libio/strops.c: Likewise.
13385
13386         [BZ #2764]
13387         * login/utmpname.c (__utmpname): Remove unnecessary test.
13388
13389 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13390
13391         [BZ #2832]
13392         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13393         0s from integers.
13394
13395 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13396
13397         [BZ #2987]
13398         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13399         for CPU clocks.
13400         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13401         setting of CPU clocks.
13402
13403 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13404
13405         [BZ #2841]
13406         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13407         since C99 requires the result to promote to 'int' when uint_least8_t
13408         and uint_least16_t promote to 'int'.
13409
13410 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13411
13412         [BZ #3013]
13413         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13414         lenght of one output field, correct bitmask creation.
13415         * locale/programs/ld-time.c: Add alignment.
13416
13417         [BZ #2997]
13418         * misc/error.c: Add space between program name and message if file
13419         name is missing.
13420
13421 2006-08-03  Eric Blake  <ebb9@byu.net>
13422
13423         [BZ #2998]
13424         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13425
13426 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13427
13428         * malloc/memusagestat.c: Silence warnings.
13429
13430         * malloc/malloc.c: Dynamically size mmap treshold if the program
13431         frees mmaped blocks.
13432         Patch by Valerie Henson and Arjan van de Ven.
13433
13434 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
13435
13436         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13437         __USE_GNU.
13438
13439         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13440         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13441         (DEF): Don't put the var into .gnu.linkonce.r.* section.
13442         Only provide var definitions in strtol_l (or for *ull*
13443         in strtoll_l).
13444
13445         * stdio-common/bug16.c (tests): New array.
13446         (do_tests): Allow the first hexadecimal digit
13447         to be 1, 2, 4 or 8.  Do 3 additional tests.
13448
13449         * sysdeps/s390/fpu/libm-test-ulps: Update.
13450
13451         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13452         fchownat syscall if available.
13453         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13454         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13455         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13456
13457 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13458
13459         * nis/nis_xdr.c: Avoid some function calls.
13460
13461 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
13462             Ulrich Drepper  <drepper@redhat.com>
13463
13464         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13465         short cut if only one name component is stripped away.
13466
13467 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13468
13469         * nis/nis_call.c: Minor cleanups throughout.
13470         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13471         (first_shoot): Add search_parent_first parameter.  Only if it is set
13472         search parent server first.
13473         If directory for table found through cold start cache is not the same
13474         as referenced in the cache, don't use it.
13475         (__nisfind_server): Take additional parameter.  Pass it on to
13476         first_shoot.
13477         (__prepare_niscall): Adjust __nisfind_server call.
13478         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
13479         * nis/nis_table.c: Adjust __nisfind_server call.
13480         * nis/nis_lookup.c: Likewise.
13481         (nis_lookup): Don't loop endlessly if name is reduced to ".".
13482
13483 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
13484
13485         [BZ #2182]
13486         * math/s_cacosh.c: Return values from positive branch.
13487         * math/s_cacoshf.c: Likewise.
13488         * math/s_cacoshl.c: Likewise.
13489
13490         [BZ #2883]
13491         * sysvipc/sys/msg.h: Change return value to ssize_t.
13492         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13493         * sysvipc/msgrcv.c: Likewise.
13494         * include/sys/msg.h: Likewise.
13495
13496         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
13497         test introduced in patch for bz #661.
13498         (getgrouplist): Simplify code a bit.  Don't allocate one additional
13499         element for NEWGROUPS.
13500
13501         [BZ #2908]
13502         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
13503         'f', use '1' as leading digit not '\1'.
13504         * stdio-common/Makefile (tests): Add bug16.
13505         * stdio-common/bug16.c: New file.
13506
13507         [BZ #2914]
13508         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
13509         and don't try to open it.  The patch introducing the macro
13510         contained a bug and used the same file name as the new file
13511         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
13512         this out completely.
13513
13514         [BZ #2926]
13515         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
13516         Patch by Jerry James <Jerry.James@usu.edu>.
13517
13518         * rt/Makefile (tests): Add tst-clock2.
13519         * rt/tst-clock2.c: New file.
13520
13521         [BZ #2978]
13522         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
13523         function and its parameters and pass it to new thread.
13524         (__gai_notify): Add support for alternative waiting for completion.
13525         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
13526         waiting for completion.
13527         * resolv/getaddrinfo_a.c: Likewise.
13528         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
13529         waiting for completion is used.
13530         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
13531         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
13532         * resolv/gai_error.c: Likewise.
13533         * resolv/gai_sigqueue.c: Likewise.
13534
13535 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
13536
13537         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
13538         errno to EBADF and return MACH_PORT_NULL.
13539
13540 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
13541
13542         [BZ #2980]
13543         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
13544
13545 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
13546
13547         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
13548         walk them instead of the symbol table.
13549
13550 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
13551
13552         [BZ #2098]
13553         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
13554         status of NSS calls, not the number of returned entries.
13555
13556         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
13557         request_key, keyctl.
13558
13559 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13560
13561         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
13562
13563 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
13564
13565         * elf/tst-auditmod1.c: Fix typo in #error.
13566
13567 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13568
13569         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
13570
13571         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
13572
13573 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
13574
13575         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
13576         that the directory is empty even on non-POSIX filesystems.
13577
13578 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13579
13580         * elf/dl-open.c (dl_open_worker): Add branch prediction.
13581
13582         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
13583         the backend NSS module.  If backend setgrent call failed, don't have
13584         internal_setgrent fail.  Just remember this until it is needed.
13585         * nis/nss_compat/compat-pwd.c: Likewise.
13586         * nis/nss_compat/compat-spwd.c: Likewise.
13587
13588 2006-07-30  Roland McGrath  <roland@redhat.com>
13589
13590         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
13591         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
13592         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
13593         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
13594
13595         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
13596         (nanosleep_not_cancel): New macro.
13597         (sigsuspend_not_cancel): new macro.
13598         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
13599         (do_sigsuspend): Define as inline.
13600         (__sigsuspend): Always use do_sigsuspend.
13601         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
13602         * include/signal.h: Declare __sigsuspend_nocancel.
13603         * sysdeps/posix/pause.c
13604         [! NO_CANCELLATION] (__pause_nocancel): New function.
13605
13606         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
13607         * include/time.h (__nanosleep_nocancel): Likewise.
13608
13609 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
13610
13611         * locale/programs/localedef.c (add_to_readlist): Rename local
13612         variables to avoid confusion.
13613
13614         * locale/programs/charmap.c (charmap_read): Emit error message if
13615         charmap couldn't be found or read.
13616
13617 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
13618
13619         * sysdeps/unix/sysv/linux/kernel-features.h: Define
13620         __ASSUME_FUTEX_LOCK_PI.
13621         * include/time.h: Declare __nanosleep_nocancel.
13622         * include/unistd.h: Declare __pause_nocancel.
13623
13624         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
13625         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
13626         get the __stack_chk_fail_local definition when it's needed.
13627
13628 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
13629
13630         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
13631         * dlfcn/bug-atexit3.c: New file.
13632         * dlfcn/bug-atexit3-lib.cc: New file.
13633
13634         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
13635         used when the namespace is not the base namespace.
13636
13637 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
13638
13639         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
13640         (__new_exitfn): Bump it in every successful call.
13641         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
13642         more exit handlers, call them right away.
13643         * stdlib/exit.h: Declare __new_exitfn_called.
13644
13645 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
13646
13647         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
13648         calling registered handler.
13649
13650         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
13651         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13652         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13653         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13654         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13655         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13656         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13657         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13658
13659 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
13660
13661         * elf/dl-lookup.c (dl_new_hash): New functions.
13662         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
13663         value here.  Compute new-style hash value.  Pass new hash value
13664         and reference to variable with the old value to do_lookup_x.
13665         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
13666         old-style hash table.
13667         (_dl_debug_bindings): Pass new hash value and reference to variable
13668         with the old value to do_lookup_x.
13669         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
13670         new-style hash value and change old-style hash value parameter to
13671         be a reference.  Reoganize functions to determine whether
13672         new-style hash table is available.  Only fall back on old-style
13673         table.  If old-style hash value is needed, compute it here.
13674         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
13675         entry.
13676         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
13677         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
13678         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
13679         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
13680         * Makeconfig: If linker supports --hash-style option add it to all
13681         linker command lines to build DSOs.
13682         * config.make.in: Define have-hash-style.
13683         * configure.in: Test whether linker supports --hash-style option.
13684
13685         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
13686         * sysdeps/generic/ldsodefs.h: Adjust prototype.
13687
13688 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
13689
13690         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
13691         auditing.
13692
13693         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
13694         RPATH of main map twice.
13695
13696 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
13697
13698         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
13699         look further, return original strings.
13700         (_nl_find_msg): Do not return found translation if the conversion
13701         failed.  Either signal the string is unusable or that something went
13702         wrong and the original should be used.
13703
13704 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
13705
13706         * string/_strerror.c (__strerror_r): Add __builtin_expect.
13707
13708 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
13709
13710         [BZ #2766]
13711         * misc/insremque.c (insque): Handle prev == NULL.
13712         * misc/Makefile (tests): Add tst-insremque.
13713         * misc/tst-insremque.c: New test.
13714
13715 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
13716
13717         [BZ #2792]
13718         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
13719         conflict with DL_DST_REQUIRED.
13720
13721 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
13722
13723         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
13724         match what Solaris does.
13725
13726 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
13727
13728         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
13729         local_setegid instead of seteuid and setegid.
13730         * sysdeps/generic/local-setxid.h: New file.
13731         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
13732
13733         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
13734
13735         * string/Makefile (tests): Add bug-envz1.
13736         * string/bug-envz1.c: New file.
13737
13738 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13739
13740         * posix/regex_internal.c (re_string_skip_chars): If no character has
13741         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
13742         to the byte which couldn't be converted.
13743         (re_string_reconstruct): Don't clear valid_raw_len before calling
13744         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13745         tip_context using re_string_context_at.
13746         * posix/Makefile: Add rules to build and run bug-regex25 test.
13747         * posix/bug-regex25.c: New test.
13748
13749 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
13750
13751         [BZ #2703]
13752         * string/envz.c (envz_strip): Correct erroneously reversed src
13753         and dest parameters to memmove() invocation.
13754
13755 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
13756
13757         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
13758         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
13759         to make sure the database has been already invalidated.
13760         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
13761         after the cache has been invalidated.  Use pthread_mutex_lock rather
13762         than pthread_mutex_trylock if fd != -1.
13763         * nscd/connections.c (invalidate_cache): Add fd argument, write
13764         response to fd if not calling prune_cache, pass fd to prune_cache.
13765         (handle_request): Adjust invalidate_cache caller.
13766         (nscd_run): Pass -1 as fd to prune_cache.
13767
13768 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
13769
13770         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
13771         the correct place.
13772
13773 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
13774
13775         * nscd/nscd.h (struct database_dyn): Add prunelock field.
13776         * nscd/cache.c (prune_cache): Take prunelock before starting the
13777         work.  Just return in case it is already taken.
13778         * nscd/connections.c (dbs): Initialize .prunelock.
13779
13780 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
13781
13782         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
13783         copying.  No need to allocate new array for group members.  Just
13784         move the pointers and update the size.
13785
13786         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
13787         Avoid memory leak in case realloc fails.  Simplification for
13788         better code generation.
13789
13790         Avoid deprecation warning because of libc_hidden_proto for
13791         inet6_option_alloc.
13792         * inet/inet6_option.c (option_alloc): Renamed from
13793         inet6_option_alloc.  Made static.
13794         (inet6_option_alloc): Now a simple wrapper around option_alloc.
13795         (inet6_option_append): Call option_alloc.
13796         * include/netinet/in.h: Remove libc_hidden_proto for
13797         inet6_option_alloc.
13798
13799         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
13800         for cleanup when cb!=NULL [Coverity CID 233].
13801
13802 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
13803
13804         [BZ #2693]
13805         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
13806         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
13807         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
13808         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
13809         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
13810         and inet6_rth_getaddr.
13811         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
13812         array.
13813         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
13814         Mark inet6_option_* interfaces as deprecated.
13815         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
13816         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
13817         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
13818         inet6_rth_segments, and inet6_rth_getaddr.
13819         * inet/inet6_opt.c: New file.
13820         * inet/inet6_rth.c: New file.
13821
13822         * inet/netinet/icmp6.h: Pretty printing.
13823
13824         [BZ #2683]
13825         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
13826
13827 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
13828
13829         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
13830         doing it all here.  When server does not know the answer do not
13831         fail immediate, try parent first.
13832
13833         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
13834         overflow test.
13835
13836 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
13837
13838         * nis/nis_call.c (__prepare_niscall): New function.  Split out
13839         from __do_niscall.
13840         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
13841         and exported.
13842         (__follow_path): New function.  Split out from nis_list.
13843         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
13844         _xdr_nis_result.
13845         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
13846         _xdr_nis_result.
13847         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
13848         and __follow_path.
13849         * nis/Versions: Export __prepare_niscall, __create_ib_request,
13850         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
13851         from libnsl for version GLIBC_PRIVATE.
13852         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
13853         Remove entry parameter from _nss_nisplus_parse_pwent and
13854         _nss_nisplus_parse_grent.
13855         * nis/nss_nisplus/nisplus-parser.c: Likewise.
13856         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
13857         again.  Rewrite getpwent handling to not use nis_first_entry and
13858         nis_next_entry.  Roll out own niscall handling.
13859         * nis/nss_nisplus/nisplus-grp.c: Likewise.
13860
13861         * sunrpc/xdr_rec.c: Fix typo in comment.
13862
13863 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
13864
13865         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
13866         handling.
13867
13868         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
13869         to allocate memory for my_pollfd.  Better initialization of
13870         cb_is_running.  Use TEMP_FAILURE_RETRY.
13871
13872         * malloc/memusage.sh (memusageso): Add quotes.
13873         (memusagestat): Likewise.
13874         * debug/xtrace.sh (pcprofileso): Likewise.
13875         (pcprofiledump): Likewise.
13876         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
13877         replacement.
13878         * malloc/Makefile ($(objpfx)memusage): Likewise.
13879
13880         * nis/nis_callback.c (__nis_create_callback): Calls to
13881         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
13882         asprintf call fails.
13883
13884         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
13885         no uninitialized memory is passed to sendto.
13886
13887 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13888
13889         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
13890         of snprintf+strdup.  Handle OOM.
13891         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
13892         cb->serv together.  Remove now obsolete free calls.
13893         (__nis_destroy_callback): Remove now obsolete free call.
13894
13895 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
13896
13897         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
13898         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
13899         and ULA respectively). Set precedence for IPv4 address to 10 as
13900         defined in RFC3484 for preferring IPv6.
13901         * posix/gai.conf: Update to match the new default tables.
13902
13903 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
13904
13905         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
13906         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
13907         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
13908         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
13909
13910         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
13911         Removed.
13912         (init_nss_interface): Remove initialization of these variables.
13913
13914 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13915
13916         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
13917         nis_free_directory forward to avoid duplication.
13918
13919 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
13920
13921         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
13922         rec_dirsearch returning NULL.
13923         (first_shoot): Handle __nis_finddirectory returning NULL.
13924         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
13925
13926         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
13927         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
13928
13929 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
13930
13931         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
13932         pid changed.
13933
13934 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
13935
13936         * include/rpc/pmap_prot.h: Mark all functions as hidden.
13937
13938         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
13939         * nscd/nscd_getgr_r.c: Likewise.
13940
13941         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
13942
13943         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
13944         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
13945
13946         * stdlib/longlong.h (__clz_tab): Mark as hidden.
13947
13948         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
13949
13950         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
13951
13952         * include/rpc/auth.h: Mark xdr_des_block_internal and
13953         xdr_opaque_auth_internal as hidden.
13954
13955         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
13956         hidden.
13957
13958         * include/rpc/xdr.h: Mark all _internal functions as hidden.
13959
13960         * misc/getusershell.c (okshells): Don't use static initializers,
13961         do it dynamically.
13962
13963         * stdlib/fmtmsg.c (keywords): Change type of len element to
13964         uint32_t to not waste space on 64bit machines.
13965
13966         * locale/setlocale.c: Change _nl_category_names into a string.
13967         Add new _nl_category_name_idxs.  Change all users.
13968         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
13969         Declare _nl_category_name_idxs.
13970         * locale/findlocale.c: Adjust for _nl_category_names change.
13971         * locale/loadlocale.c: Likewise.
13972         * locale/newlocale.c: Likewise.
13973         * intl/dcigettext.c: Likewise.
13974
13975         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
13976         (add_alias2): ...here.  New function.
13977         (__gconv_read_conf): Simplify builtin alias handling.
13978         (builtin_aliases): Convert to string to avoid relocations.
13979         * iconv/gconv_builtin.h: Add comment about correct formatting.
13980
13981 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
13982
13983         * resolv/res_debug.c (loc_ntoa): Make error const.
13984
13985 2006-05-14  Andreas Schwab  <schwab@suse.de>
13986
13987         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
13988
13989 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
13990
13991         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
13992         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
13993         sizeof (cpu_set_t).
13994
13995 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
13996
13997         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
13998
13999         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14000
14001         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14002         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14003
14004         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14005         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14006
14007         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14008         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14009         xdr_cback_data.
14010
14011         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14012         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14013         xdr_ypupdate_args.
14014
14015         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14016         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14017
14018         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14019         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14020
14021         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14022         * include/rpcsvc/nis_callback.h: New file.
14023
14024         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14025         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14026
14027         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14028         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14029
14030         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14031         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14032
14033         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14034         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14035
14036         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14037         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14038         xdr_ypdelete_args.
14039
14040         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14041         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14042
14043         * nis/nis_error.c: Remove table of strings.  Use position
14044         independent mechanism.
14045         * nis/nis_error.h: New file.
14046
14047 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14048
14049         * locale/programs/ld-time.c (time_finish): If wide era name or
14050         format aren't provided, set both wname and wformat to L"".
14051
14052 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14053
14054         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14055         results if the call was succesful.
14056
14057         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14058
14059         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14060         as hidden.
14061
14062 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14063
14064         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14065
14066 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14067
14068         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14069         caller makes sure this is not the case.
14070         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14071
14072 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14073
14074         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14075         calls.
14076
14077         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14078         [Coverity CID 229, 230]
14079
14080         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14081         DGETTEXT calls.
14082         (hol_help): Likewise.  [Coverity CID 226, 227]
14083
14084         * string/argz-replace.c (__argz_replace): Unconditionally call
14085         free on SRC.  [Coverity CID 225]
14086
14087         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14088         the return value of __nis_default_owner and __nis_default_group,
14089         it has been especially allocated.  [Coverity CID 224]
14090
14091         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14092         searchgroup and searchowner.  Significantly simplified.
14093         (__nis_default_owner): Remove duplication.  Do not locally copy the
14094         string before duplicating it.
14095         (__nis_default_group): Likewise.
14096
14097         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14098         we must clear the variable before calling __nisfind_server.
14099
14100         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14101         nis_getnames.  [Coverity CID 223]
14102
14103         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14104         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14105
14106         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14107         allocate memory for the input to add_bytes.  [Coverity CID 221]
14108
14109         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14110         was allocated here.  [Coverity CID 219, 220]
14111
14112         * posix/getconf.c (print_all): Free confstr data after printing.
14113         [Coverity CID 218]
14114
14115         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14116         list allocation fails.  [Coverity CID 215]
14117
14118         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14119         [Coverity CID 213]
14120
14121         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14122         string is NULL.  [Coverity CID 212]
14123         * argp/Makefile: Add rules to build and run bug-argp1.
14124         * argp/bug-argp1.c: New file.
14125
14126         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14127         end of string.
14128         * stdlib/canonicalize.c (__realpath): Likewise.
14129
14130         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14131         pointer.  [Coverity CID 206]
14132
14133         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14134         in statically linked code.
14135         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14136         statically built code, be prepared to have no link map.
14137         [Coverity CID 205]
14138
14139         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14140         dgettext calls. [Coverity CID 204]
14141
14142         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14143         the one user.
14144         (uparam_names): Reduce size.  Avoid relative relocations.
14145         Moved to read-only segment.
14146         (fill_in_uparams): Update for new layout.
14147
14148         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14149         assumed to always be != NULL. [Coverity CID 202]
14150
14151         * argp/argp-help.c (hol_entry_help): Remove some dead code
14152         [Coverity CID 200].
14153
14154         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14155         away a few more unconditional yperr2nss calls.
14156         (_nss_nis_getservbyname_r): Likewise.
14157
14158 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
14159
14160         * sysdeps/generic/ldsodefs.h: Remove support for non-core
14161         architectures.
14162
14163         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14164         that unused memory passed to sendto is nevertheless initialized.
14165
14166         [BZ #2499]
14167         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14168         possibly unaligned memory accesses.
14169
14170         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14171         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14172         and __putlong respectively.  Correct buffer overflow check for
14173         NS_NOTIFY_OP.
14174
14175         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14176
14177         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14178         (send_dg): Rewrite error handling to be more compact and avoid
14179         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
14180
14181         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14182
14183         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14184         instead of ns_get16.
14185         (res_queriesmatch): Likewise.  Minor optimization.
14186
14187         [BZ #2499]
14188         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14189         __libc_res_nsend might reallocate the buffer for the answer.  In
14190         this case we have to reload the HP pointer.
14191
14192 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14193
14194         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
14195         some branch prediction hints.
14196
14197         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14198         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14199         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14200         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14201         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14202         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14203         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14204         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14205
14206 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14207
14208         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14209         by a GOT relocation to make Scrt1.o position independent.
14210         * sysdeps/s390/s390-64/elf/start.S: Likewise.
14211
14212         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14213         six system call parameters.
14214         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14215
14216 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14217
14218         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14219         malloc&bzero.
14220
14221         * sunrpc/svc_udp.c (BZERO): Remove definition.
14222         (CALLOC): Define.
14223         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14224
14225         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
14226         (des_SPtrans): Use uint32_t type.
14227         (des_skb): Likewise.
14228
14229         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14230
14231 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
14232
14233         [BZ #2509]
14234         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14235         on 32-bit arches.
14236
14237 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14238
14239         * locale/programs/ld-address.c (address_finish): Fix one more
14240         place where the iso639 array might be accessed beyond the limits.
14241
14242 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
14243
14244         * nis/nis_table.c (nis_list): Avoid clearing res twice before
14245         filling it for the first time.
14246
14247         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14248         Adjust all callers.
14249         Free res object content before returning.
14250
14251         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14252
14253         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14254         client->cl_auth.
14255
14256         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14257         cleanup for initial thread, just the free call on TVP.
14258
14259         * nscd/gai.c (__getline): Define.
14260
14261
14262 See ChangeLog.16 for earlier changes.