Fix glob.h for XPG7.
[platform/upstream/glibc.git] / ChangeLog
1 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
2
3         * string/strings.h: Don't declare obsolete functions for XPG7.
4         Declare ffs only for XSI.
5         * conform/data/strings.h-data: Update for XPG7.
6
7 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
8
9         [BZ #11125]
10         * libio/stdio.h: Define va_list, off_t, and ssize_t.
11
12         * posix/glob.h: Define size_t.
13
14 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
15
16         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
17         be self-contained.
18
19         * conform/data/stdio.h-data: Expect off_t and ssize_t.
20
21 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
22
23         * libio/stdio.h: Define va_list also for XPG7.
24
25         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
26         * conform/data/ctype.h-data: Likewise.
27         * conform/data/dirent.h-data: Likewise.
28         * conform/data/errno.h-data: Likewise.
29         * conform/data/fcntl.h-data: Likewise.
30         * conform/data/fmtmsg.h-data: Likewise.
31         * conform/data/fnmatch.h-data: Likewise.
32         * conform/data/ftw.h-data: Likewise.
33         * conform/data/glob.h-data: Likewise.
34         * conform/data/grp.h-data: Likewise.
35         * conform/data/iconv.h-data: Likewise.
36         * conform/data/langinfo.h-data: Likewise.
37         * conform/data/libgen.h-data: Likewise.
38         * conform/data/limits.h-data: Likewise.
39         * conform/data/locale.h-data: Likewise.
40         * conform/data/math.h-data: Likewise.
41         * conform/data/monetary.h-data: Likewise.
42         * conform/data/mqueue.h-data: Likewise.
43         * conform/data/ndbm.h-data: Likewise.
44         * conform/data/netdb.h-data: Likewise.
45         * conform/data/pthread.h-data: Likewise.
46         * conform/data/pwd.h-data: Likewise.
47         * conform/data/regex.h-data: Likewise.
48         * conform/data/sched.h-data: Likewise.
49         * conform/data/search.h-data: Likewise.
50         * conform/data/semaphore.h-data: Likewise.
51         * conform/data/setjmp.h-data: Likewise.
52         * conform/data/signal.h-data: Likewise.
53         * conform/data/spawn.h-data: Likewise.
54         * conform/data/stdio.h-data: Likewise.
55         * conform/data/stdlib.h-data: Likewise.
56         * conform/data/string.h-data: Likewise.
57         * conform/data/strings.h-data: Likewise.
58         * conform/data/sys/ipc.h-data: Likewise.
59         * conform/data/sys/msg.h-data: Likewise.
60         * conform/data/sys/resource.h-data: Likewise.
61         * conform/data/sys/sem.h-data: Likewise.
62         * conform/data/sys/shm.h-data: Likewise.
63         * conform/data/sys/socket.h-data: Likewise.
64         * conform/data/sys/stat.h-data: Likewise.
65         * conform/data/sys/time.h-data: Likewise.
66         * conform/data/sys/types.h-data: Likewise.
67         * conform/data/sys/uio.h-data: Likewise.
68         * conform/data/sys/wait.h-data: Likewise.
69         * conform/data/syslog.h-data: Likewise.
70         * conform/data/tar.h-data: Likewise.
71         * conform/data/termios.h-data: Likewise.
72         * conform/data/time.h-data: Likewise.
73         * conform/data/ulimit.h-data: Likewise.
74         * conform/data/unistd.h-data: Likewise.
75         * conform/data/utmpx.h-data: Likewise.
76         * conform/data/wchar.h-data: Likewise.
77         * conform/data/wctype.h-data: Likewise.
78         * conform/data/wordexp.h-data: Likewise.
79
80         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
81         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
82         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
83         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
84         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
85         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
86         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
87         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
88         * sysdeps/unix/sysv/bits/stat.h: Likewise.
89         * sysdeps/mach/hurd/bits/stat.h: Likewise.
90
91         * stdlib/stdlib.h: Define wait-related bits for XPG7.
92         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
93         Declare mkstemp and getsubopt for XPG7.
94         Declare posix_openpt for XPG6 XSI.
95
96         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
97         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
98
99         * string/string.h: Declare strdup for XPG7.
100
101 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
102
103         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
104         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
105
106         * dirent/dirent.h: Really fix feature selection.
107
108         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
109         Fix all users.
110         * locale/C-address.c: Fix all users.
111         * locale/C-collate.c: Likewise.
112         * locale/C-ctype.c: Likewise.
113         * locale/C-identification.c: Likewise.
114         * locale/C-measurement.c: Likewise.
115         * locale/C-messages.c: Likewise.
116         * locale/C-monetary.c: Likewise.
117         * locale/C-name.c: Likewise.
118         * locale/C-numeric.c: Likewise.
119         * locale/C-paper.c: Likewise.
120         * locale/C-telephone.c: Likewise.
121         * locale/C-time.c: Likewise.
122         * locale/findlocale.c: Likewise.
123         * locale/global-locale.c: Likewise.
124         * locale/loadarchive.c: Likewise.
125         * locale/loadlocale.c: Likewise.
126         * locale/nl_langinfo_l.c: Likewise.
127         * locale/setlocale.c: Likewise.
128         * locale/xlocale.c: Likewise.
129         * locale/xlocale.h: Likewise.
130         * stdio-common/vfscanf.c: Likewise.
131         * stdlib/strfmon_l.c: Likewise.
132         * stdlib/strtod_l.c: Likewise.
133         * stdlib/strtol_l.c: Likewise.
134         * string/strcoll_l.c: Likewise.
135         * string/strxfrm_l.c: Likewise.
136         * time/alt_digit.c: Likewise.
137         * time/asctime.c: Likewise.
138         * time/era.c: Likewise.
139         * time/lc-time-cleanup.c: Likewise.
140         * time/strftime_l.c: Likewise.
141         * time/strptime_l.c: Likewise.
142         * wcsmbs/wcsmbsload.c: Likewise.
143         * wcsmbs/wcsmbsload.h: Likewise.
144
145         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
146         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
147         for XPG7.
148         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
149         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
150         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
151         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
152         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
153         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
154
155 2010-01-07  Roland McGrath  <roland@redhat.com>
156
157         * elf/elf.h (PN_XNUM): New macro.
158
159         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
160         literal 2.
161
162 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
163
164         * dirent/dirent.h: Fix typo in feature selection macro use.
165
166 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
167
168         [BZ #11115]
169         * stdlib/tst-makecontext3.c: New file.
170         * stdlib/Makefile (tests): Add new test.
171
172         * stdlib/tst-setcontext.c (check_called): Fix a typo.
173
174 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
175
176         * configure.in: Enable multi-arch by default if the assembler
177         supports gnu_indirect_function symbol type and the architecture
178         supports it.
179
180 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
181
182         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
183         is defined.
184
185 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
186
187         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
188         MACH_PORT_NULL when id != cttyid.
189
190 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
191
192         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
193         __mach_port_deallocate on rootdevid.
194
195 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
196
197         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
198         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
199         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
200         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
201
202 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
203
204         [BZ #10992]
205         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
206         Patch by Eric Blake <ebb9@byu.net>.
207
208 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
209
210         [BZ #11093]
211         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
212         POLLWRBAND also for POSIX 2008.
213         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
214         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
215
216         * include/link.h (struct link_map): Move l_used into its own word.
217         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
218         still zero.
219         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
220         never really used.
221
222 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
223
224         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
225         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
226         check processor feature.
227         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
228         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
229         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
230         (index_SSE2): Likewise.
231
232 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
233
234         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
235         if __ASSEMBLER__ is defined.
236         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
237         (bit_SSE4_2): Likewise.
238         (index_SSSE3): Likewise.
239         (index_SSE4_2): Likewise.
240         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
241         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
242         check processor feature.
243         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
244         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
245         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
246         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
247         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
248         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
249         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
250
251 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
252
253         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
254
255 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
256
257         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
258
259 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
260
261         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
262         O_DSYNC to match 2.6.33+ kernels.
263         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
264         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
265         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
266         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
267         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
268         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
269
270 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
271
272         [BZ #11000]
273         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
274         *herrnop before returning.
275         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
276         Likewise.
277         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
278         TRYAGAIN errors separately.
279         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
280         *name4_r after functions.
281
282 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
283
284         [BZ #11046]
285         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
286         version check.
287
288 2009-11-05  Bruno Haible  <bruno@clisp.org>
289
290         [BZ #11056]
291         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
292         argv argument as non-NULL.
293         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
294
295 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
296
297         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
298         recvmmsg.
299         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
300         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
301
302 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
303
304         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
305         registers.
306         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
307         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
308         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
309
310 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
311
312         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
313         SCHED_RESET_ON_FORK.
314
315 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
316
317         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
318         only used on truly ancient kernel if configuration requires a more
319         recent kernel.
320
321 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
322
323         [BZ #3662]
324         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
325         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
326
327         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
328         pass it on to __ptsname_internal.
329         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
330         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
331         All the code from __ptsname_r but take additional parameter.  Use that
332         instead of pointer to local stat64 variable.
333         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
334         variable.
335         * include/stdlib.h: Declare __ptsname_internal.
336
337         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
338         before the exec.
339         * sysdeps/unix/sysv/linux/grantpt.c: New file.
340         * login/programs/pt_chown.c (main): Don't print message on errors
341         when doing real work.
342
343         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
344         once.
345
346         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
347         irel relocations split out from...
348         (__libc_csu_init): ...here.
349         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
350
351 2009-11-23  Andreas Schwab  <schwab@redhat.com>
352
353         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
354         for timestamps also if __USE_XOPEN2K8.
355         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
356         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
357         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
358         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
359
360 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
361
362         * nscd/connections.c (restart): Try harder to re-exec.
363
364         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
365
366         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
367         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
368         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
369         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
370         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
371         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
372
373         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
374         Define.
375         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
376
377 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
378
379         [BZ #10162]
380         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
381         than software pipeline.  Properly recover from shorter read.
382
383 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
384
385         [BZ #10958]
386         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
387         initialized before using it.
388         (_IO_putwc_unlocked): Likewise.
389
390         [BZ #10918]
391         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
392         in cast to not throw away const-ness of parameters.
393         (__CPU_EQUAL_S): Likewise.
394         (__CPU_OP_S): Likewise.
395
396         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
397         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
398         this gratuitous change and we have to keep compatibility.
399         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
400         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
401         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
402         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
403         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
404         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
405
406 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
407
408         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
409         of parameters of sync_file_range.
410         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
411         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
412         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
413         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
414         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
415         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
416
417 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
418
419         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
420         Implement using sync_file_range2 syscall if __NR_sync_file_range2
421         is defined.
422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
423         file.
424
425 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
426
427         * posix/bug-regex30.c: New file.
428         * posix/Makefile: Add rules to build and run bug-regex30.
429         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
430         character lead bytes when there is a range in a COMPLEX_BRACKET.
431         Reported by Oleg Bylatov.
432
433 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
434
435         [BZ #10969]
436         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
437         * locale/tst-duplocale.c: New file.
438         * locale/Makefile (tests): Add tst-duplocale.
439
440         [BZ #10968]
441         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
442         Patch by Bruno Haible <bruno@clisp.org>.
443         * locale/tst-locname.c: New file.
444         * locale/Makefile (tests): Add tst-locname.
445
446         [BZ #10972]
447         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
448         constants from recent kernels.
449         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
450         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
451         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
452         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
453         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
454         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
455
456 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
457
458         [BZ #10162]
459         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
460         software pipeline.
461
462 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
463
464         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
465         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
466         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
467
468 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
469
470         * posix/bug-regex29.c: Include stdio.h.
471
472 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
473
474         [BZ #10939]
475         * Versions.def: Define GLIBC_2.12 for libc.
476         * manual/errno.texi: Add ERFKILL entry.
477         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
478         for 2.12.
479         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
480         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
481
482         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
483         F_GETOWN_EX definitions according to corrected kernel definitions.
484         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
485         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
486         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
487         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
488         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
489         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
490
491 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
492
493         * version.h: Bump for 2.12 development.
494
495 2009-11-10  Andreas Schwab  <schwab@redhat.com>
496
497         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
498         out of buffer space.
499         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
500         map_v4v6_hostent running out of space.
501
502 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
503
504         * string/bits/string3.h (memset): If the second parameter is constant
505         and zero there is likely no transposition.
506         Patch by Caolan McNamara <caolanm@redhat.com.
507
508 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
509
510         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
511         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
512
513 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
514
515         * malloc/memusagestat.c (main): Fix spelling in an error message.
516
517 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
518
519         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
520         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
521
522 2009-11-03  Andreas Schwab  <schwab@redhat.com>
523
524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
525         readahead.
526
527 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
528
529         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
530         relocate opd entry when resolving prelink conflicts.
531
532 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
533
534         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
535         when -D_FILE_OFFSET_BITS=64.
536
537         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
538         of last two arguments when -D_FILE_OFFSET_BITS=64.
539         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
540         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
541         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
542         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
543         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
544         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
545
546 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
547
548         [BZ #4457]
549         * sysdeps/generic/libgcc_s.h: New file.
550         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
551
552 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
553
554         * malloc/hooks.c (free_check): Restore locking and call _int_free
555         appropriately.
556
557 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
558
559         * version.h (VERSION): Bump for 2.11 release.
560         * include/features.h (__GLIBC_MINOR__): Bump to 11.
561
562         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
563
564         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
565
566         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
567         to avoid warning.
568         * stdlib/tst-strtoll.c (tests): Likewise.
569
570         [BZ #9986]
571         * time/strftime_l.c (__strftime_internal): Allow %OC.
572
573         * misc/mkostemps.c: New file.
574         * misc/mkostemps64.c: New file.
575
576 2009-10-30  Andreas Schwab  <schwab@redhat.com>
577
578         * locale/programs/locale-spec.c: Include <error.h> and
579         <libintl.h>.
580
581         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
582
583 2009-10-28  Roland McGrath  <roland@redhat.com>
584
585         * Makefile (dist-prepare): New target.
586         (tag-for-dist): Target removed.
587         (glibc-%.tar): Pattern rule removed.
588         (%.tar): New pattern rule, does simple use of git archive.
589         (dist-version): Remove variable definition.
590         (dist): Just depend on that.  Add .tar.xz dependency.
591         If dist-version variable not set on command line, depend on
592         dist-prepare, re-invoke with dist-version set via git describe.
593
594         * Makerules (%.xz): New pattern rule.
595
596 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
597
598         * elf/ifuncdep2.c: Include ifunc-sel.h.
599         (global): Delete.
600         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
601         * elf/ifuncmain1.c (global): Delete.
602         * elf/ifuncmain1vis.c: Likewise.
603         * elf/ifuncmain2.c: Likewise.
604         * elf/ifuncmain5.c: Likewise.
605         * elf/ifuncmod3.c: Likewise.
606         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
607         (foo_ifunc): Use ifunc_one.
608         * elf/ifuncmain7.c: Likewise.
609         * elf/ifuncmod1.c: Include ifunc-sel.h.
610         (global): Define protected var.
611         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
612         * elf/ifuncmod5.c: Likewise.
613         * sysdeps/generic/elf/ifunc-sel.h: New file.
614         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
615
616 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
617
618         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
619         (R_PPC_REL16*): Correct comments.
620         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
621         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
622          R_PPC64_REL16_HA): Define.
623         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
624         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
625         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
626         Delete unused "reloc" param.
627         (__process_machine_rela): Handle R_PPC_IRELATIVE.
628         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
629         Delete "reloc" param.
630         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
631         R_PPC_IRELATIVE.
632         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
633         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
634         relocations.
635
636 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
637
638         [BZ #10315]
639         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
640         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
641         UDP_ENCAP_L2TPINUDP.
642
643         [BZ #10349]
644         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
645         parameter, specifying length of prefix.
646         * stdio-common/tempname.c: Likewise.
647         * include/stdio.h: Adjust prototypes.
648         * libio/oldtmpfile.c: Adjust caller.
649         * misc/mkdtemp.c: Likewise.
650         * misc/mkostemp.c: Likewise.
651         * misc/mkostemp64.c: Likewise.
652         * misc/mkstemp.c:  Likewise.
653         * misc/mkstemp64.c: Likewise.
654         * misc/mktemp.c: Likewise.
655         * stdio-common/tempnam.c: Likewise.
656         * stdio-common/tmpfile.c: Likewise.
657         * stdio-common/tmpnam.c: Likewise.
658         * stdio-common/tmpnam_r.c: Likewise.
659         * misc/mkstemps.c: New file.
660         * misc/mkstemps64.c: New file.
661         * stdlib/stdlib.h: Add prototypes.
662         * misc/Makefile (routines): Add mkstemps and mkstemps64.
663         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
664
665 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
666
667         * locale/iso-639.def: Add sml entry.
668
669         [BZ #10391]
670         * resolv/res_send.c (send_dg): Initialize resplen.
671
672         [BZ #10446]
673         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
674         definition to the kernel's.
675         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
676
677 2009-08-18  Anders Johansson  <ajohansson@novell.com>
678
679         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
680         offsets and record sizes in assert()s and response sending.
681         * nscd/grpcache.c: Likewise.
682         * nscd/hstcache.c: Likewise.
683         * nscd/initgrcache.c: Likewise.
684         * nscd/pwdcache.c: Likewise.
685
686 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
687
688         [BZ #10540]
689         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
690         /etc/hosts does not exist set errnop and herrnop appropriately.
691         Patch by Steve Langasek <vorlon@debian.org>.
692
693         [BZ #10553]
694         * malloc/malloc.c (malloc_info): Fix typos in format strings.
695         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
696
697         [BZ #10564]
698         * login/utmp_file.c (TIMEOUT): Increase to 10.
699
700         [BZ #10609]
701         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
702         for file names in case the syscall is not available.
703         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
704         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
705         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
706         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
707         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
708         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
709         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
710         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
711         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
712         * sysdeps/unix/sysv/linux/openat.c: Likewise.
713         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
714         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
715         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
716         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
717         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
718         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
719         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
720
721         [BZ #10643]
722         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
723         creation filed, remove the request from the 'requests' list and signal
724         the caller that the request is finished.
725
726         [BZ #10692]
727         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
728         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
729
730         [BZ #10713]
731         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
732         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
733
734         [BZ #10780]
735         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
736         overflows the int return type.
737
738         [BZ #10717]
739         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
740         have to compute maxsize_total, we have to update the variables, and
741         the also_total handling must happen after the repair.
742
743         [BZ #10742]
744         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
745         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
746
747 2009-10-27  Andreas Schwab  <schwab@redhat.com>
748
749         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
750         errno is always set when returning unsuccessfully.
751
752 2009-10-29  Andreas Schwab  <schwab@redhat.com>
753
754         * malloc/memusage.c (update_data): Fix index wraparound handling
755         so that buffer_cnt is actually reset.
756
757 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
758
759         [BZ #10784]
760         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
761         of the directory we look at into the static buffer if there is one
762         at the start of the loop.
763
764         [BZ #10789]
765         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
766         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
767
768         [BZ #10840]
769         * sysdeps/unix/sysv/linux/kernel-features.h: Define
770         __ASSUME_F_GETOWN_EX.
771         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
772         if possible.
773         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
774
775         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
776         and f_owner_ex.
777         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
778         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
779         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
780         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
781         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
782         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
783
784         [BZ #10847]
785         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
786         getutmpx symbol.
787
788         [BZ #10823]
789         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
790         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
791
792 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
793
794         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
795
796 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
797
798         [BZ #10817]
799         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
800         Reported by Ray Chason.
801
802 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
803
804         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
805         strend-sse4.
806         * sysdeps/x86_64/multiarch/strchr.S: New file.
807         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
808         * sysdeps/x86_64/multiarch/strrchr.S: New file.
809
810 2009-10-21  Andreas Schwab  <schwab@redhat.com>
811
812         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
813
814 2009-10-19  Andreas Schwab  <schwab@redhat.com>
815
816         * include/math.h: Add hidden protos for __exp/__expf/__expl.
817         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
818         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
819         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
820         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
821         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
822         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
823         __ieee751_expl to handle overflow.
824
825 2009-10-14  David S. Miller  <davem@davemloft.net>
826
827         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
828         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
829
830 2009-10-13  Andreas Schwab  <schwab@redhat.com>
831
832         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
833         !USE_MULTIARCH.
834
835 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
836
837         [BZ #10730]
838         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
839         Patch in part by Steve Ward <planet36@gmail.com>.
840
841         [BZ #10731]
842         * stdlib/rand_r.c: Fix typo.
843
844         * po/cs.po: Update from translation team.
845
846 2009-10-06  Andreas Schwab  <schwab@redhat.com>
847
848         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
849         returning if RTLD_NOLOAD.
850
851 2009-10-06  Roland McGrath  <roland@redhat.com>
852
853         * sysdeps/x86_64/multiarch/strstr-c.c
854         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
855
856         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
857         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
858
859         * sysdeps/x86_64/multiarch/init-arch.h
860         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
861         (HAS_CPU_FEATURE): New macro.
862         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
863         * sysdeps/x86_64/multiarch/init-arch.c
864         (__get_cpu_features): #undef it before definition.
865
866 2009-10-05  Andreas Schwab  <schwab@redhat.com>
867
868         * locale/C-time.c: Revert week-1stday back to 19971130 and set
869         first_weekday to 1 and first_workday to 2.
870
871 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
872
873         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
874         F_GETOWN_EX.
875         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
876         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
877         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
878         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
879         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
880         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
881
882 2009-09-28  Andreas Schwab  <schwab@redhat.com>
883
884         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
885         * stdio-common/vfprintf.c: Likewise.
886
887 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
888
889         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
890         (mkdirat): Call __directory_name_split_at instead of
891         __directory_name_split.
892
893 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
894
895         * locale/programs/locale-spec.c (locale_special): If nothing matches
896         fail with an appropriate message.
897
898 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
899
900         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
901         and XX.
902
903 2009-09-25  Andreas Schwab  <schwab@redhat.com>
904
905         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
906         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
907
908 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
909
910         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
911
912 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
913
914         * iconvdata/iso646.c (gconv_init): Correctly initialize the
915         character size elements in step data.
916
917 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
918
919         * po/hu.po: Update from translation team.
920         * po/vi.po: Likewise.
921
922 2009-09-19  Roland McGrath  <roland@redhat.com>
923
924         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
925
926 2009-09-15  Roland McGrath  <roland@redhat.com>
927
928         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
929         * nptl/sysdeps/pthread/configure: Regenerated.
930         * nptl/sysdeps/x86_64/configure: Regenerated.
931         * sysdeps/unix/sysv/linux/configure: Regenerated.
932         * sysdeps/x86_64/elf/configure: Regenerated.
933
934         * Makefile (autoconf-it): Set execute bit only on top-level configure.
935
936         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
937         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
938         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
939         * configure: Regenerated.
940
941 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
942
943         * posix/getconf.c (main): Handle -- on command line.
944
945 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
946
947         * configure.in: Support binutils 2.100 and 3.0.
948
949 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
950
951         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
952         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
953         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
954         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
955
956 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
957
958         * locale/programs/ld-collate.c (struct locale_collate_t): Add
959         unnamed_section_defined field.
960         (collate_read): Test and set unnamed_section_defined.
961
962         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
963         _POSIX2_LINE_MAX.
964
965 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
966
967         * configure.in: Support binutils 2.20.
968
969 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
970
971         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
972         __strstr_ia32): Add attribute_hidden.
973
974 2009-09-01  Andreas Schwab  <schwab@redhat.com>
975
976         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
977         parsing of group entry.
978
979 2009-09-02  Andreas Schwab  <schwab@redhat.com>
980
981         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
982         external buffer.  Always discard readahead in internal buffer.
983         * libio/Makefile (tests): Add bug-wsetpos.
984         * libio/bug-wsetpos.c: New file.
985
986 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
987
988         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
989         Add attribute_hidden.
990         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
991         __strcasestr_sse2): Likewise.
992         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
993         (__fma_fma): Make static.
994         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
995         (__fmaf_fma): Make static.
996
997 2009-08-31  Andreas Schwab  <schwab@redhat.com>
998
999         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1000         reformulate in-buffer optimisation check to match code in
1001         _IO_new_file_seekoff.
1002
1003 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1004
1005         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1006         to srwi in 32-bit memcpy for power6.
1007
1008 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1009
1010         * include/stdio.h: Declare hidden proto for fflush.
1011         * libio/iofflush.c: Add hidden weak alias for fflush.
1012
1013 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1014
1015         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1016         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1017
1018 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1019
1020         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1021
1022 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1023
1024         [BZ #10560]
1025         * malloc/malloc.c: Add local assert definition to avoid problems with
1026         memory allocation in the real one.
1027
1028 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1029
1030         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1031         Removed.
1032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1033         turn off SSSE3 on Atom.
1034
1035 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1036
1037         * stdlib/tst-strtol.c (tests): More tests.
1038         * stdlib/tst-strtoll.c (tests): Likewise.
1039
1040 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1041
1042         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1043
1044         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1045
1046 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1047
1048         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1049         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1050
1051         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1052
1053         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1054
1055         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1056
1057 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1058
1059         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1060
1061 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1062
1063         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1064         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1065
1066         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1067
1068         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1069         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1070
1071         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1072         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1073
1074         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1075         leftover YMM_SIZE definition.
1076
1077 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1078
1079         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1080         union.
1081         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1082         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1083         Redefine.
1084         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1085
1086         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1087         and SET_FLOAT_WORD definitions.
1088
1089 2009-08-24  Roland McGrath  <roland@redhat.com>
1090
1091         * sysdeps/unix/syscall-template.S: New file.
1092         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1093         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1094         (compile-syscall): Pass mkdep and -g options as normal.
1095         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1096         (common-generated): Don't add them here.
1097
1098 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1099
1100         * math/s_fdim.c: In case of overflows set errno.
1101         * math/s_fdimf.c: Likewise.
1102         * math/s_fdiml.c: Likewise.
1103
1104         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1105         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1106         are using the inline optimizations.
1107
1108         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1109         (__signbitf): Likewise.
1110
1111 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
1112
1113         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1114         terminated.
1115         * posix/Makefile (tests): Add bug-regex29.
1116         * posix/bug-regex29.c: New file.
1117
1118         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
1119         older POSIX versions are selected.
1120
1121         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
1122         as well.
1123         * stdio-common/printf_fphex.c: Likewise.
1124         * stdio-common/tstdiomisc.c: Add more tests.
1125
1126         * locale/locale.h: Include xlocale.h and the thread-local locale
1127         declarations for XPG7, not XPG6.
1128
1129 2009-08-21  Andreas Schwab  <schwab@redhat.com>
1130
1131         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
1132         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
1133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
1134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
1135         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
1136         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1137
1138 2009-08-20  Roland McGrath  <roland@redhat.com>
1139
1140         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1141         Use l_addr instead of l_map_start (dli_fbase).
1142         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
1143         address when there is no proximate symbol.
1144         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
1145         Likewise.
1146
1147 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
1148
1149         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
1150
1151 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
1152
1153         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
1154         Also handle SIGINT.  In that case only do the cleanup and then
1155         re-raise the signal.
1156         (main): Install handler for SIGINT.
1157
1158 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1159
1160         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
1161         clobber list.
1162
1163 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1164
1165         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
1166         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
1167         tst-auditmod7b.c.
1168         (tests): Add tst-audit6 tst-audit7.
1169         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
1170         tst-auditmod7a tst-auditmod7b.
1171         ($(objpfx)tst-audit6): New.
1172         ($(objpfx)tst-audit6.out): Likewise.
1173         ($(objpfx)tst-audit7): Likewise.
1174         ($(objpfx)tst-audit7.out): Likewise.
1175         (tst-audit6-ENV): Likewise.
1176         (tst-audit7-ENV): Likewise.
1177         (CFLAGS-tst-auditmod6b.c): Likewise.
1178         (CFLAGS-tst-auditmod6c.c): Likewise.
1179         (CFLAGS-tst-auditmod7b.c): Likewise.
1180         * elf/tst-audit6.c: New file.
1181         * elf/tst-audit7.c: New file.
1182         * elf/tst-auditmod6a.c: New file.
1183         * elf/tst-auditmod6b.c: New file.
1184         * elf/tst-auditmod6c.c: New file.
1185         * elf/tst-auditmod7a.c: New file.
1186         * elf/tst-auditmod7b.c: New file.
1187         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1188         saving and restoring SSE/AVX registers to ...
1189         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1190
1191 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1192
1193         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
1194         only if SHARED is defined.
1195         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
1196
1197 2009-08-03  Jim Meyering  <meyering@redhat.com>
1198
1199         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
1200
1201 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
1202
1203         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
1204         section as the other functions for this architecture.
1205         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1206
1207 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
1208
1209         * sysdeps/x86_64/strcmp.S: Add support to compile with
1210         USE_SSSE3.  In this case palignr is used.
1211         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
1212         available but SSSE3 is, pick __str{,n}cmp_ssse3.
1213         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1214         Add strcmp-ssse3 and strncmp-ssse3.
1215         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
1216         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
1217
1218         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
1219         warning through fake initialization.
1220
1221 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1222
1223         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
1224
1225 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1226
1227         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
1228         unique symbols.
1229
1230 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1231
1232         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
1233         EBX from EAX = 1.  Handle EAX = 11.
1234
1235 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1236
1237         * Makefile (TAGS): Use separate sed -e expressions to avoid \
1238         inside ''.
1239
1240 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
1241
1242         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
1243         hidden IFUNC functions.
1244         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1245
1246         * sysdeps/i386/i686/multiarch/strlen.S: New file.
1247
1248         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
1249         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
1250         strcasestr-c.
1251         (CFLAGS-strcspn-c.c): Define.
1252         (CFLAGS-strpbrk-c.c): Define.
1253         (CFLAGS-strspn-c.c): Define.
1254         (CFLAGS-strstr.c): Define.
1255         (CFLAGS-strcasestr.c): Define.
1256         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
1257         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
1258         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
1259         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
1260         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
1261         * sysdeps/i386/i686/multiarch/strspn.S: New file.
1262         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
1263         * sysdeps/i386/i686/multiarch/strstr.c: New file.
1264         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
1265         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
1266         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
1267         -16L instead of 0xfffffffffffffff0L.
1268         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
1269
1270 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
1271
1272         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
1273
1274 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
1275
1276         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
1277         another rewrite.  Much smaller and faster.
1278         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
1279
1280         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
1281         ss_flags from the correct location.
1282
1283 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
1284
1285         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
1286         * sysdeps/i386/i686/cacheinfo.c: New file.
1287         * sysdeps/i386/i686/multiarch/Makefile: New file.
1288         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
1289         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
1290         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
1291         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
1292         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
1293         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
1294         (__cpuid_count): New. Provide the default.
1295         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
1296         (__x86_64_preferred_memory_instruction): Define only if
1297         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
1298         (intel_check_word): Use __cpuid.
1299         (handle_intel): Likewise.
1300         (handle_amd): Likewise.
1301         (__cache_sysconf): Likewise.
1302         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1303         (__cache_sysconf): Likewise.
1304         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1305         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
1306         (get_common_indeces): Use __cpuid.
1307         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
1308         if ENABLE_SSSE3_ON_ATOM is not defined.
1309         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
1310         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
1311         popcnt instead of popcntq.
1312
1313 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
1314
1315         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
1316
1317 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
1318
1319         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
1320         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
1321         which always causes a compile error.
1322
1323         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
1324
1325         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
1326         comes from...
1327         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
1328         which always causes a compile error.
1329
1330         * debug/Makefile (tests): Add tst-longjmp_chk2.
1331         * debug/tst-longjmp_chk2.c: New file.
1332
1333         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
1334         Remove incorrect use of BP_SYM.
1335         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
1336         here now since it is more complex than just a simple check.
1337
1338         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
1339         we make no more progress.
1340
1341 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1342
1343         * math/s_fma.c: Don't define alias if __fma is a macro.
1344         * math/s_fmaf.c: Likewise.
1345         * sysdeps/x86_64/multiarch/s_fma.c: New file.
1346         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
1347         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
1348
1349         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
1350         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
1351         New macro HAS_FMA.
1352         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
1353         function.
1354         * include/libc-symbols.h (libm_ifunc): Define.
1355         * sysdeps/x86_64/multiarch/Versions: New file.
1356
1357         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
1358
1359 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
1360
1361         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
1362
1363 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1364
1365         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
1366         call that registers used in calling conventions need to be preserved.
1367         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
1368         to preserve register content if necessary.
1369         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
1370         (_dl_x86_64_restore_sse): New function.
1371         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
1372         is allowed to modify xmm/ymm registers.
1373
1374         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
1375         application's perspective.
1376         * stdio-common/scanf17.c: Likewise.
1377
1378 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
1379
1380         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
1381         size to memsz.
1382         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
1383         here.
1384         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
1385         two steps to catch bugs.
1386
1387 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
1388
1389         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
1390         determines which files are used in runtime lookups and only checks
1391         those for SSE use.
1392         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
1393         testing.
1394         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
1395         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
1396         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
1397         take a while.
1398
1399         * elf/dl-open.c: Move _dl_scope_free to...
1400         * elf/dl-scope.c: ...here.  New file.
1401         * elf/Makefile (dl-routines): Add scope.
1402
1403         * resolv/resolv.h (RES_USE_DNSSEC): Define.
1404         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
1405         RES_USE_DNSSEC.
1406         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
1407         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
1408         all the places we handled RES_USE_EDNS0 only before.
1409         Patch by Adam Tkac <atkac@redhat.com>.
1410
1411 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
1412
1413         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
1414         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
1415         Update size when reallocating.
1416
1417 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1418
1419         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
1420         functions used in ld.so modify xmm/ymm registers.
1421         * sysdeps/x86_64/Makefile:  Hook new test up.
1422         * sysdeps/x86_64/rtld-memchr.c: New file.
1423         * sysdeps/x86_64/rtld-memcmp.c: New file.
1424         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
1425         * sysdeps/x86_64/rtld-strchr.S: New file.
1426         * sysdeps/x86_64/rtld-strlen.S: New file.
1427         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
1428         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
1429
1430 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1431
1432         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
1433         strncmp-c.
1434         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
1435         (exit): Likewise.
1436         (Byte1): Likewise.
1437         (Byte2): Likewise.
1438         (Byte3): Likewise.
1439         (Byte4): Likewise.
1440         (Byte5): Likewise.
1441         (Byte6): Likewise.
1442         (next_8_bytes): Likewise.
1443         (Byte0): Remove commented out codes.
1444         (unaligned_table): Align jump table at 8 bytes.
1445         Add _sse4_2 to all labels.  Always include "../strcmp.S".
1446         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
1447         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
1448         * sysdeps/x86_64/strncmp.S: New file.
1449
1450 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1451
1452         [BZ #10422]
1453         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
1454         kernels, dropped when eventfd2 support was added.
1455         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
1456         kernels, dropped when signalfd4 support was added.
1457         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
1458         added, name them.
1459
1460         [BZ #10452]
1461         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
1462         replies up.
1463
1464         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
1465
1466 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
1467
1468         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
1469         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
1470
1471         [BZ #10448]
1472         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
1473         callback we must touch the status to avoid using stale value.
1474
1475         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
1476         compiled in.
1477
1478 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
1479
1480         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
1481         /lib/modules/* headers anymore.  We have sane headers in the standard
1482         place now.
1483
1484 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1485
1486         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
1487         "etf3enh" and "highgprs" added.
1488         (_dl_s390_platforms): "z10" added.
1489         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
1490         Increased for the new entries.
1491         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
1492         HWCAP_S390_HIGH_GPRS added.
1493
1494         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
1495         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
1496         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
1497         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
1498         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
1499
1500 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
1501
1502         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
1503         avoid additional cpuid instructions.  Most of the information is
1504         stored somewhere.
1505
1506         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
1507         cache descriptors.
1508         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
1509
1510         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
1511         SSSE3 bit for Atoms.
1512         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
1513         here anymore.
1514
1515         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
1516         structure before copying it to avoid warning.
1517         * posix/tst-rfc3484-2.c (do_test): Likewise.
1518         * posix/tst-rfc3484-3.c (do_test): Likewise.
1519
1520         [BZ #10416]
1521         * include/unistd.h: Make header file suitable for C++ test cases.
1522         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
1523
1524         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
1525         stack alignment in the exit code.
1526
1527         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
1528         potentially be zero.
1529
1530         * elf/tst-unique1.c: Extend test to check for unloading DSO with
1531         unique symbol definition.
1532         Patch by Jakub Jelinek.
1533         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
1534         make sure the object with the definition cannot be unloaded.  Adjust
1535         a few types.
1536         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
1537         the unique symbol hash table should not be const.
1538
1539 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
1540
1541         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
1542         unnecesary variables.  Comment fixes.
1543
1544 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1545
1546         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
1547         Use NONASCII_CASE information provided by the locale to determine
1548         whether optimized string load function can be used.  Minor cleanups.
1549
1550 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1551
1552         * string/strcasestr.c (STRCASESTR): New macro.
1553         (__strcasestr): Renamed to ..
1554         (STRCASESTR): ...this.
1555         * string/strstr.c (STRSTR): New macro.
1556         (strstr): Renamed to ..
1557         (STRSTR): ...this.
1558         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1559         strstr-c strcasestr-c
1560         (CFLAGS-strstr.c): New.
1561         (CFLAGS-strcasestr.c): Likewise.
1562         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
1563         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
1564         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
1565         * sysdeps/x86_64/multiarch/strstr.c: New file.
1566
1567 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1568
1569         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
1570         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
1571         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
1572         _NL_CTYPE_NONASCII_CASE.
1573         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
1574         field.
1575         (ctype_finish): Check whether there are any 8-bit characters outside
1576         the range ASCII has or whether the mapping isn't the same as for
1577         ASCII (±0x20).  Set nonascii_case appropriately.
1578         (ctype_output): Add output handler for nonascii_case.
1579
1580 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
1581
1582         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
1583         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
1584
1585 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1586
1587         [BZ #10360]
1588         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
1589         0xffff in the EDNS0 record.
1590
1591 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1592
1593         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
1594         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
1595         is written before the list head update.
1596         Patch by Andreas Schwab <aschwab@redhat.com>.
1597
1598 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1599             Jakub Jelinek  <jakub@redhat.com>
1600
1601         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
1602         corruption thread-safe.
1603
1604 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
1605
1606         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
1607         overrides atomic_compare_and_exchange_val_rel, define to
1608         atomic_compare_and_exchange_val_rel by default, otherwise default
1609         to catomic_compare_and_exchange_val_acq.
1610         (catomic_compare_and_exchange_bool_rel): If arch overrides
1611         atomic_compare_and_exchange_bool_rel, define to
1612         atomic_compare_and_exchange_bool_rel by default.
1613         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
1614         Use catomic_compare_and_exchange_val_rel instead of
1615         catomic_compare_and_exchange_val_acq.
1616
1617 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1618
1619         * sysdeps/generic/ldsodefs.h: Add prototype for
1620         _dl_higher_prime_number.
1621         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
1622
1623         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
1624         restoring of ymm registers a bit.
1625
1626 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
1627
1628         * sysdeps/x86_64/memcmp.S: New file.
1629
1630 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
1631
1632         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
1633         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
1634         pointers in writable memory.
1635
1636 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
1637
1638         * config.h.in: Add HAVE_AVX_SUPPORT entry.
1639         * config.make.in: Add config-cflags-avx entry.
1640         * configure.in: Substitute libc_cv_cc_avx.
1641         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
1642         * elf/tst-audit4.c: New file.
1643         * elf/tst-audit5.c: New file.
1644         * elf/tst-auditmod4a.c: New file.
1645         * elf/tst-auditmod4b.c: New file.
1646         * elf/tst-auditmod5a.c: New file.
1647         * elf/tst-auditmod5b.c: New file.
1648         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
1649         link-defines.sym.
1650         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
1651         (La_x86_64_vector): Likewise.
1652         (La_x86_64_regs): Append lr_vector.
1653         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
1654         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1655         saving and restoring SSE registers to ...
1656         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1657         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
1658         <link-defines.h>.
1659         (_dl_runtime_profile): Use LR_SIZE to allocate space for
1660         La_x86_64_regs.  Allocate extra space and jump to memory at
1661         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
1662         (save_and_restore_vector_sse): New.
1663         (save_and_restore_vector_avx): Likewise.
1664         (check_avx): Likewise.
1665         (save_and_restore_vector): Likewise.
1666         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
1667         HAVE_AVX_SUPPORT.
1668         * sysdeps/x86_64/link-defines.sym: New file.
1669
1670 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
1671
1672         * elf/do-lookup.h: Removed after folding content into...
1673         * elf/dl-lookup.c: ...here.
1674
1675         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
1676
1677 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
1678
1679         * configure.in: Check for gnu_unique_symbol symbol type.
1680         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
1681         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
1682         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
1683         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
1684         change.
1685         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
1686         unique symbol table.
1687         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
1688         for first namespace.
1689         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
1690         unique symbol hash table.
1691         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
1692         * elf/tst-unique1.c: New file.
1693         * elf/tst-unique1mod1.c: New file.
1694         * elf/tst-unique1mod2.c: New file.
1695         * elf/tst-unique2.c: New file.
1696         * elf/tst-unique2mod1.c: New file.
1697         * elf/tst-unique2mod2.c: New file.
1698
1699 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
1700
1701         * elf/elf.h (STB_GNU_UNIQUE): Define.
1702
1703         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
1704         from...
1705         * include/inline-hashtab.h: ...here.
1706         (htab_expand): Adjust for renamed function.  Correct memory handling.
1707
1708 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
1709
1710         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
1711
1712 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
1713
1714         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
1715         (PPC_FEATURE_HAS_VSX): Likewise.
1716
1717 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
1718
1719         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
1720         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1721
1722         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
1723         aligned to 16 byte boundaries.
1724         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1725         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1726         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1727
1728 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1729
1730         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
1731         * config.make.in (config-cflags-sse4): New variable.
1732         * configure.in: Substitute libc_cv_cc_sse4.
1733         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
1734         HAVE_SSE4_SUPPORT.
1735         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1736         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
1737         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
1738         * sysdeps/x86_64/multiarch/strcspn.S: New file.
1739         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
1740         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
1741         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
1742         * sysdeps/x86_64/multiarch/strspn.S: New file.
1743
1744 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1745
1746         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
1747         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
1748         (tests): Add tst-audit3 for x86_64.
1749         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
1750         ($(objpfx)tst-audit3): Define.
1751         ($(objpfx)tst-audit3.out): Define.
1752         (tst-audit3-ENV): Define.
1753         * elf/tst-audit3.c: New file.
1754         * elf/tst-auditmod3a.c: New file.
1755         * elf/tst-auditmod3b.c: New file.
1756         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
1757         and restore xmm6.
1758
1759         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
1760         (__stpncpy): Renamed to ...
1761         (STPNCPY): This.
1762         (stpncpy): Create alias only if STPNCPY is not defined.
1763         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
1764         defined.
1765         (strncpy): Renamed to ...
1766         (STRNCPY): This.
1767         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1768          stpncpy-c strncpy-c for string.
1769         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
1770         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
1771         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
1772         * sysdeps/x86_64/multiarch/strcpy.S: New file.
1773         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
1774         * sysdeps/x86_64/multiarch/strncpy.S: New file.
1775
1776 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
1777
1778         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
1779         adding to fast bin list.
1780
1781 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
1782
1783         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
1784         inet_makeaddr.  This worked only with class-based networks.
1785         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
1786         Likewise.
1787
1788         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
1789         recognize all types.
1790         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
1791         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
1792         be in host byte order.
1793
1794 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
1795
1796         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
1797         (MODEL_OFFSET): Define.
1798         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
1799         family and model.
1800         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
1801         out common code into new function get_common_indeces. Determine
1802         extended family and model for Intel processors.
1803
1804 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
1805
1806         * resolv/resolv.h: Define RES_SNGLKUPREOP.
1807         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
1808         option.
1809         * resolv/res_send.c (reopen): New function.  Broken out of...
1810         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
1811         fallback mechanism.  If single-request fails switch to
1812         single-request-reopen mode which opens a new socket for the second
1813         request.
1814
1815 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
1816
1817         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
1818         (CHECK_SP): Use it.
1819
1820 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
1821
1822         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
1823         for saved registers.
1824         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1825         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1826         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1827
1828 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
1829
1830         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
1831
1832 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
1833
1834         * po/id.po: Update from translation team.
1835
1836         * po/bg.po: Update from translation team.
1837
1838 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1839
1840         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
1841         defined.
1842         (strncmp): Renamed to STRNCMP.
1843         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1844         strncmp-c for string.
1845         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
1846         * sysdeps/x86_64/multiarch/strcmp.S: New file.
1847         * sysdeps/x86_64/multiarch/strncmp.S: New file.
1848         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
1849
1850 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1851
1852         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
1853         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
1854         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
1855         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
1856         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
1857         ifuncmain7static.c.
1858         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
1859         ifuncmain7static, and ifuncmain7picstatic.
1860         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
1861         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
1862         $(objpfx)ifuncmain7pie.out.
1863         (modules-names): Add ifuncmod5 ifuncmod6
1864         (ifuncmod5.so-no-z-defs): Define.
1865         (ifuncmod6.so-no-z-defs): Define.
1866         (CFLAGS-ifuncmain5pic.c): Define.
1867         (CFLAGS-ifuncmain5picstatic.c): Define.
1868         (CFLAGS-ifuncmain5staticpic.c): Define.
1869         (CFLAGS-ifuncdep5pic.c): Define.
1870         (CFLAGS-ifuncmain7pic.c): Define.
1871         (CFLAGS-ifuncmain7picstatic.c): Define.
1872         (CFLAGS-ifuncmain1staticpie.c): Define.
1873         (CFLAGS-ifuncmain5pie.c): Define.
1874         (CFLAGS-ifuncmain6pie.c): Define.
1875         (CFLAGS-ifuncmain7pie.c): Define.
1876         ($(objpfx)ifuncmain1staticpie.out): Define.
1877         ($(objpfx)ifuncmain1staticpie): Define.
1878         ($(objpfx)ifuncmain5pie.out): Define.
1879         ($(objpfx)ifuncmain5pie): Define.
1880         ($(objpfx)ifuncmain6pie.out): Define.
1881         ($(objpfx)ifuncmain6pie): Define.
1882         ($(objpfx)ifuncmain5): Define.
1883         ($(objpfx)ifuncmain5pic): Define.
1884         ($(objpfx)ifuncmain5static): Define.
1885         ($(objpfx)ifuncmain5staticpic): Define.
1886         ($(objpfx)ifuncmain5picstatic): Define.
1887         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
1888         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
1889         ifuncmain6pie.out.
1890         * elf/b/elf/ifuncmain1staticpie.c: New file.
1891         * elf/ifuncdep5.c: New file.
1892         * elf/ifuncdep5pic.c: New file.
1893         * elf/ifuncmain5.c: New file.
1894         * elf/ifuncmain5pic.c: New file.
1895         * elf/ifuncmain5picstatic.c: New file.
1896         * elf/ifuncmain5pie.c: New file.
1897         * elf/ifuncmain5static.c: New file.
1898         * elf/ifuncmain5staticpic.c: New file.
1899         * elf/ifuncmain6pie.c: New file.
1900         * elf/ifuncmain7.c: New file.
1901         * elf/ifuncmain7pic.c: New file.
1902         * elf/ifuncmain7picstatic.c: New file.
1903         * elf/ifuncmain7pie.c: New file.
1904         * elf/ifuncmain7static.c: New file.
1905         * elf/ifuncmod5.c: New file.
1906         * elf/ifuncmod6.c: New file.
1907
1908 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
1909
1910         [BZ #10085]
1911         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
1912         (nss_endgrent): New variable.
1913         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
1914         fields. Change type of files to bool and adjust all users.
1915         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
1916         (internal_endgrent): Call nss_endgrent if necessary.
1917         (add_group): New function.  Broken out of...
1918         (check_and_add_group): ...here.
1919         (getgrent_next_nss): Remove test that any callback is available.
1920         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
1921         callback.  If there is no blacklist we can trust the results returned
1922         by the initgroups_dyn callback.  In case there is a callback and we
1923         find a group entry for the group ID but it doesn't contain the
1924         correct member, switch to the slow mode and use getgrent_r.
1925         (internal_getgrent_r): When we see a +: entry, determine whether
1926         there is any callback and which we can use the initgroups_dyn
1927         callback.
1928
1929 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
1930
1931         * malloc/malloc.c (_int_malloc): Add some consistency checks.
1932         (_int_free): Likewise.
1933
1934         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
1935         AF_IEEE802154.
1936         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1937         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
1938         and ARPHRD_IEEE802154_PHY.
1939
1940         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
1941         relative to generic Linux version.
1942
1943 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1944
1945         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
1946         ($(objpfx)ifuncmain1vispie): Likewise.
1947
1948 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1949
1950         * login/Makefile: Build pt_chown as PIE.
1951
1952 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
1953
1954         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
1955         a format string.
1956         * elf/sln.c (usage): Likewise.
1957         * malloc/memusage.sh (do_help): Likewise.
1958         * nss/getent.c (more_help): Likewise.
1959         * posix/getconf.c (main): Likewise.
1960         * sunrpc/rpcinfo.c (usage): Likewise.
1961         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1962
1963 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1964
1965         * login/programs/pt_chown.c: Use libcap to drop privileges other than
1966         those needed.
1967         * login/Makefile: If necessary link pt_chown with -lcap.
1968         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
1969         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
1970
1971 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
1972
1973         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
1974         comparisons.
1975         * string/test-memchr.c (do_random_tests): Test very large lengths
1976         as well.
1977
1978 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1979
1980         * Makeconfig (+link-pie): Define.
1981         (+prectorS): Define.
1982         (+postctorS): Define.
1983         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
1984         * nscd/Makefile ($(objpfx)nscd): Likewise.
1985
1986 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
1987
1988         [BZ #10107]
1989         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
1990         with cmplwi.
1991         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
1992
1993 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1994
1995         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
1996         into ...
1997         * sysdeps/unix/grantpt.c: ...here.
1998
1999 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2000
2001         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2002         chmod if it is necessary.
2003
2004         [BZ #10166]
2005         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2006         when the slave device is in devpts or devfs.
2007
2008         [BZ #10183]
2009         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2010
2011         [BZ #10195]
2012         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2013         of nd_opt_home_agent_info_preference to uint16_t.
2014         Patch by Arnaud Ebalard <arno@natisbad.org>.
2015
2016         [BZ #10207]
2017         * nss/getent.c: Add support for printing gshadow data.
2018
2019         [BZ #10203]
2020         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2021         not just the currently used one and those which follow.
2022         Patch by Joe Landers <jlanders@vmware.com>.
2023
2024         [BZ #10196]
2025         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2026         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2027         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2028
2029         [BZ #10217]
2030         * stdlib/abort.c: Define variable __abort_msg.
2031         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2032         * include/stdlib.h: Declare __abort_msg.
2033         * assert/assert-perr.c: Don't free buffer for message immediately.
2034         Store atomically in __abort_msg and free old buffer if necessary.
2035         * assert/assert.c: Likewise.
2036         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2037         store pointer in __abort_msg, and possibly free old string.
2038         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2039
2040         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2041
2042         [BZ #10211]
2043         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2044         handle leap seconds if they are available.
2045         Patch by Akinori Hattori <hattya@gentoo.org>.
2046
2047         * timezone/tzselect.ksh: Update from tzcode2009i.
2048         * timezone/zdump.c: Likewise.
2049         * timezone/zic.c: Likewise.
2050
2051         * timezone/africa: Update from tzdata2009i.
2052         * timezone/antarctica: Likewise.
2053         * timezone/asia: Likewise.
2054         * timezone/australasia: Likewise.
2055         * timezone/backward: Likewise.
2056         * timezone/etcetera: Likewise.
2057         * timezone/europe: Likewise.
2058         * timezone/factory: Likewise.
2059         * timezone/iso3166.tab: Likewise.
2060         * timezone/leapseconds: Likewise.
2061         * timezone/northamerica: Likewise.
2062         * timezone/pacificnew: Likewise.
2063         * timezone/solar87: Likewise.
2064         * timezone/solar88: Likewise.
2065         * timezone/solar89: Likewise.
2066         * timezone/southamerica: Likewise.
2067         * timezone/systemv: Likewise.
2068         * timezone/yearistype: Likewise.
2069         * timezone/zone.tab: Likewise.
2070
2071 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
2072
2073         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2074         STT_GNU_IFUNC symbol or in 8 into type_class.
2075
2076         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2077         instead of Elf64_Addr.
2078
2079 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
2080
2081         * po/sv.po: Update from translation team.
2082
2083         [BZ #10229]
2084         * misc/sys/select.h (__NFDBITS): Expression should have type int.
2085         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2086         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
2087         the C version.
2088
2089 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
2090
2091         * Versions.def: Add GLIBC_2.11 for libpthread.
2092
2093 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
2094
2095         * resolv/res_send.c (send_dg): Remember we switched to
2096         single-request mode.
2097
2098 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2099
2100         * dlfcn/dlfcn.h: Remove comma at end of enum.
2101         Patch by J.H.M. Dassen <rdassen@redhat.com>.
2102
2103         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2104         parsing mode string.
2105
2106 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
2107
2108         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2109
2110         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2111
2112         * sysdeps/x86_64/multiarch/strlen.S: New file.
2113         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2114         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
2115         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
2116         content.
2117
2118         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
2119         is defined.
2120
2121 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
2122
2123         * sysdeps/x86_64/strlen.S: Minor optimizations.
2124
2125 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2126
2127         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
2128         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
2129         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
2130         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
2131         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
2132         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
2133         ifuncmain3.c, ifuncmod3.c,.
2134         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
2135         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
2136         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
2137         ifuncmain4picstatic.
2138         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
2139         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
2140         ifuncmain3, ifuncmain4.
2141         (tests): Depend on $(objpfx)ifuncmain1pie.out and
2142         $(objpfx)ifuncmain1vispie.out.
2143         (modules-names): Add ifuncmod1 ifuncmod3.
2144         (generated): Add ifuncmain1pie ifuncmain1pie.out
2145         ifuncmain1vispie ifuncmain1vispie.out.
2146         Define rules to build and run the tests.
2147         * elf/ifuncdep1.c: New file.
2148         * elf/ifuncdep1pic.c: New file.
2149         * elf/ifuncdep2.c: New file.
2150         * elf/ifuncdep2pic.c: New file.
2151         * elf/ifuncmain1.c: New file.
2152         * elf/ifuncmain1pic.c: New file.
2153         * elf/ifuncmain1picstatic.c: New file.
2154         * elf/ifuncmain1pie.c: New file.
2155         * elf/ifuncmain1static.c: New file.
2156         * elf/ifuncmain1staticpic.c: New file.
2157         * elf/ifuncmain1vis.c: New file..
2158         * elf/ifuncmain1vispic.c: New file..
2159         * elf/ifuncmain1vispie.c: New file.
2160         * elf/ifuncmain2.c: New file.
2161         * elf/ifuncmain2pic.c: New file.
2162         * elf/ifuncmain2picstatic.c: New file.
2163         * elf/ifuncmain2static.c: New file.
2164         * elf/ifuncmain3.c: New file.
2165         * elf/ifuncmain4.c: New file.
2166         * elf/ifuncmain4picstatic.c: New file.
2167         * elf/ifuncmain4static.c: New file.
2168         * elf/ifuncmod1.c: New file.
2169         * elf/ifuncmod3.c: New file.
2170
2171 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
2172
2173         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
2174
2175 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
2176
2177         [BZ #10221]
2178         * posix/Makefile (routines): Add execvpe.
2179         * posix/Versions: Export execvpe for GLIBC_2.11.
2180         * posix/execvp.c: Now only a wrapper.  Move code to...
2181         * posix/execvpe.c: ...here.  New file.
2182         * posix/unistd.h: Declare execvpe.
2183
2184 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
2185
2186         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
2187         for STT_GNU_IFUNC handling for efficiency.
2188         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2189
2190         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
2191         _exit.
2192         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
2193
2194 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2195
2196         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
2197         for !SHARED.
2198
2199 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
2200
2201         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
2202         is not defined.
2203         (__rela_iplt_start): New declaration.
2204         (__rela_iplt_end): Likewise.
2205         (__rel_iplt_start): Likewise.
2206         (__rel_iplt_end): Likewise.
2207         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
2208         * elf/elf.h (R_386_IRELATIVE): New macro.
2209         (R_X86_64_IRELATIVE): New macro.
2210         (R_386_NUM): Updated.
2211         (R_X86_64_NUM): Likewise.
2212         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
2213         (libc_ifunc_hidden_def): New macro.
2214         * sysdeps/generic/dl-irel.h: New file.
2215         * sysdeps/i386/dl-irel.h: New file.
2216         * sysdeps/x86_64/dl-irel.h: New file.
2217         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
2218         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
2219         Handle R_386_IRELATIVE.
2220         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
2221         (elf_machine_lazy_rela): Likewise.
2222         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2223         R_X86_64_IRELATIVE.
2224         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
2225
2226 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2227
2228         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
2229         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
2230         are no differences.  If an architecture has bits in CPUID index 1
2231         meaning different things the values for the COMMON_CPUID_INDEX_1
2232         index must not be set.
2233         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
2234         (HAS_POPCOUNT): ...this.  New macro.
2235         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
2236         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
2237         to set the value for Intel and AMD architectures.
2238         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
2239         INTEL_CPUID_INDEX_1.
2240         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
2241         change.
2242
2243 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
2244
2245         * configure.in: Move AC_CANONICAL_HOST before first use of $host
2246         and $build.
2247
2248 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
2249
2250         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
2251         (__expm1l): Set errno to ERANGE on overflow.
2252         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
2253         (__tanl): Set errno to EDOM for Â±Inf.
2254         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
2255         (__cosl): Set errno to EDOM for Â±Inf.
2256         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
2257         (__sinl): Set errno to EDOM for Â±Inf.
2258
2259         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
2260         defined, use it.
2261         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
2262         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
2263         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
2264
2265 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
2266
2267         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
2268         code accessing it.
2269         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
2270
2271 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
2272
2273         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
2274         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
2275         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
2276         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
2277
2278         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
2279         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
2280         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
2281         defined.
2282         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2283         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2284
2285 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
2286
2287         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
2288         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
2289         is, either do nothing at all if __ASSUME_ACCEPT4, or
2290         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
2291         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
2292         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
2293         define.
2294         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
2295         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
2296         internal_accept4 in socket directory.
2297
2298 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
2299
2300         * sysdeps/ia64/configure.in: New file.
2301
2302 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2303
2304         [BZ #10162]
2305         * sysdeps/ia64/memchr.S: Use speculative load.
2306
2307         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
2308         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
2309         use it.
2310
2311         * sysdeps/i386/__longjmp.S: Add .text.
2312         * sysdeps/x86_64/__longjmp.S: Likewise.
2313
2314 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
2315
2316         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
2317         __ASSUME_ACCEPT4 for IA-64.
2318
2319 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
2320
2321         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
2322
2323         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
2324         (SOCKOP_accept4): Define.
2325
2326 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
2327
2328         Sun approved the change of the license.
2329         * sunrpc/auth_des.c: Replace license text.
2330         * sunrpc/auth_none.c: Likewise.
2331         * sunrpc/auth_unix.c: Likewise.
2332         * sunrpc/authdes_prot.c: Likewise.
2333         * sunrpc/authuxprot.c: Likewise.
2334         * sunrpc/bindrsvprt.c: Likewise.
2335         * sunrpc/clnt_gen.c: Likewise.
2336         * sunrpc/clnt_perr.c: Likewise.
2337         * sunrpc/clnt_raw.c: Likewise.
2338         * sunrpc/clnt_simp.c: Likewise.
2339         * sunrpc/clnt_tcp.c: Likewise.
2340         * sunrpc/clnt_udp.c: Likewise.
2341         * sunrpc/clnt_unix.c: Likewise.
2342         * sunrpc/des_crypt.c: Likewise.
2343         * sunrpc/des_soft.c: Likewise.
2344         * sunrpc/get_myaddr.c: Likewise.
2345         * sunrpc/getrpcport.c: Likewise.
2346         * sunrpc/key_call.c: Likewise.
2347         * sunrpc/key_prot.c: Likewise.
2348         * sunrpc/openchild.c: Likewise.
2349         * sunrpc/pm_getmaps.c: Likewise.
2350         * sunrpc/pm_getport.c: Likewise.
2351         * sunrpc/pmap_clnt.c: Likewise.
2352         * sunrpc/pmap_prot.c: Likewise.
2353         * sunrpc/pmap_prot2.c: Likewise.
2354         * sunrpc/pmap_rmt.c: Likewise.
2355         * sunrpc/rpc/auth.h: Likewise.
2356         * sunrpc/rpc/auth_unix.h: Likewise.
2357         * sunrpc/rpc/clnt.h: Likewise.
2358         * sunrpc/rpc/des_crypt.h: Likewise.
2359         * sunrpc/rpc/key_prot.h: Likewise.
2360         * sunrpc/rpc/netdb.h: Likewise.
2361         * sunrpc/rpc/pmap_clnt.h: Likewise.
2362         * sunrpc/rpc/pmap_prot.h: Likewise.
2363         * sunrpc/rpc/pmap_rmt.h: Likewise.
2364         * sunrpc/rpc/rpc.h: Likewise.
2365         * sunrpc/rpc/rpc_des.h: Likewise.
2366         * sunrpc/rpc/rpc_msg.h: Likewise.
2367         * sunrpc/rpc/svc.h: Likewise.
2368         * sunrpc/rpc/svc_auth.h: Likewise.
2369         * sunrpc/rpc/types.h: Likewise.
2370         * sunrpc/rpc/xdr.h: Likewise.
2371         * sunrpc/rpc_clntout.c: Likewise.
2372         * sunrpc/rpc_cmsg.c: Likewise.
2373         * sunrpc/rpc_common.c: Likewise.
2374         * sunrpc/rpc_cout.c: Likewise.
2375         * sunrpc/rpc_dtable.c: Likewise.
2376         * sunrpc/rpc_hout.c: Likewise.
2377         * sunrpc/rpc_main.c: Likewise.
2378         * sunrpc/rpc_parse.c: Likewise.
2379         * sunrpc/rpc_parse.h: Likewise.
2380         * sunrpc/rpc_prot.c: Likewise.
2381         * sunrpc/rpc_sample.c: Likewise.
2382         * sunrpc/rpc_scan.c: Likewise.
2383         * sunrpc/rpc_scan.h: Likewise.
2384         * sunrpc/rpc_svcout.c: Likewise.
2385         * sunrpc/rpc_tblout.c: Likewise.
2386         * sunrpc/rpc_util.c: Likewise.
2387         * sunrpc/rpc_util.h: Likewise.
2388         * sunrpc/rpcinfo.c: Likewise.
2389         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
2390         * sunrpc/rpcsvc/key_prot.x: Likewise.
2391         * sunrpc/rpcsvc/klm_prot.x: Likewise.
2392         * sunrpc/rpcsvc/mount.x: Likewise.
2393         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
2394         * sunrpc/rpcsvc/rex.x: Likewise.
2395         * sunrpc/rpcsvc/rstat.x: Likewise.
2396         * sunrpc/rpcsvc/rusers.x: Likewise.
2397         * sunrpc/rpcsvc/sm_inter.x: Likewise.
2398         * sunrpc/rpcsvc/spray.x: Likewise.
2399         * sunrpc/rpcsvc/yppasswd.x: Likewise.
2400         * sunrpc/rtime.c: Likewise.
2401         * sunrpc/svc.c: Likewise.
2402         * sunrpc/svc_auth.c: Likewise.
2403         * sunrpc/svc_authux.c: Likewise.
2404         * sunrpc/svc_raw.c: Likewise.
2405         * sunrpc/svc_run.c: Likewise.
2406         * sunrpc/svc_simple.c: Likewise.
2407         * sunrpc/svc_tcp.c: Likewise.
2408         * sunrpc/svc_udp.c: Likewise.
2409         * sunrpc/svc_unix.c: Likewise.
2410         * sunrpc/svcauth_des.c: Likewise.
2411         * sunrpc/xcrypt.c: Likewise.
2412         * sunrpc/xdr.c: Likewise.
2413         * sunrpc/xdr_array.c: Likewise.
2414         * sunrpc/xdr_float.c: Likewise.
2415         * sunrpc/xdr_mem.c: Likewise.
2416         * sunrpc/xdr_rec.c: Likewise.
2417         * sunrpc/xdr_ref.c: Likewise.
2418         * sunrpc/xdr_sizeof.c: Likewise.
2419         * sunrpc/xdr_stdio.c: Likewise.
2420
2421         * po/da.po: Update from translation team.
2422
2423 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2424
2425         * sysdeps/sh/____longjmp_chk.S: New file.
2426         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
2427         * sysdeps/sh/sh4/__longjmp.S: Likewise.
2428
2429 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
2430             Ulrich Drepper  <drepper@redhat.com>
2431
2432         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
2433         (__nscd_cache_search): Assume each entry in the
2434         hash chain needs one hashentry and half of datahead.  Use
2435         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
2436
2437 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
2438
2439         * posix/sys/wait.h: Fix typos.  Pretty printing.
2440         * stdlib/stdlib.h: Likewise.  Correct comments.
2441
2442         [BZ #10159]
2443         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
2444
2445         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
2446         patch.
2447
2448 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2449
2450         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
2451         Use it if we absolutely cannot reach any more correct list elements
2452         because that many do not fit into the currently mapped database.
2453
2454 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
2455
2456         * nscd/nscd_helper.c: Include stddef.h.
2457         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
2458         in a couple of places.  Return NULL if trail is not less than
2459         datasize, don't consider dataheads with length smaller than
2460         offsetof (struct datahead, data) + datalen.
2461         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
2462         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
2463         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
2464         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2465         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2466         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2467         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2468
2469         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
2470         Rename ...
2471         (fallocate64): ... to this.
2472         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
2473         Rename ...
2474         (fallocate64): ... to this.
2475         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
2476         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
2477         fallocate64@@GLIBC_2.10.
2478         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
2479         fallocate64@@GLIBC_2.11.
2480         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
2481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
2482         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
2483         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
2484
2485         * nscd/selinux.c (nscd_avc_destroy): Removed.
2486         * nscd/selinux.h (nscd_avc_destroy): Likewise.
2487         * nscd/nscd.c (termination_handler): Don't call
2488         nscd_avc_destroy.
2489
2490 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
2491
2492         * include/atomic.h: Formatting.
2493         (catomic_compare_and_exchange_val_acq): Don't define if already
2494         defined by bits/atomic.h.
2495
2496 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2497
2498         * math/libm-test.inc (expm1_test): Add test for range error.
2499
2500         * Versions.def: Add GLIBC_2.11 for libc.
2501         * debug/Makefile (routines): Add longjmp_chk.
2502         Add rules to build and run tst-longjmp_chk.
2503         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
2504         * debug/longjmp_chk.c: New file.
2505         * debug/tst-longjmp_chk.c: New file.
2506         * include/bits/setjmp2.: New file.
2507         * include/stdio.h: Mark __fortify_fail as internal_function.
2508         * setjmp/Makefile (headers): Add bits/setjmp2.h.
2509         * setjmp/bits/setjmp2.h: New file.
2510         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
2511         of the aliases.
2512         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
2513         defined.
2514         * sysdeps/i386/____longjmp_chk.S: New file.
2515         * sysdeps/x86_64/____longjmp_chk.S: New file.
2516         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
2517         * sysdeps/x86_64/__longjmp.S: Likewise.
2518
2519         * version.h: Bump for 2.11 development.
2520
2521         * elf/check-execstack.c: New file.
2522         * elf/Makefile: Add rules to build and run check-execstack.
2523
2524 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
2525
2526         * version.h (VERSION): Bump to 2.10.1.
2527
2528         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
2529         compatibility functions.
2530         * nss/getXXent_r.c: Likewise.
2531         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
2532         * gshadow/getsgnam_r.c: Likewise.
2533         * gshadow/Version: Remove duplicate entries.
2534
2535         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
2536         for recent processor.
2537         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
2538         Likewise.
2539
2540 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
2541
2542         * version.h (VERSION): Bump for 2.10 release.
2543         * include/features.h (__GLIBC_MINOR__): Bump to 10.
2544
2545         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
2546         same place we add ASFLAGS-config.
2547
2548 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
2549
2550         [BZ #10128]
2551         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
2552         or FORMERR and the other NOERROR, don't raise an error.
2553
2554 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
2555
2556         [BZ #10118]
2557         * Makeconfig (+asflags): New variable based upon ASFLAG or
2558         asflags-cpu.
2559         (ASFLAGS): Add override to set ASFLAGS to +asflags.
2560         * config.make.in (asflags-cpu): Add variable based upon
2561         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
2562         the assembler.
2563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
2564         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
2565         recognizes power6 instruction set due to passing -mcpu=power6 from
2566         --with-cpu=power6 when compiling .S files.
2567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
2568         Likewise.
2569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
2570         Likewise.
2571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
2572         Likewise.
2573
2574 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
2575
2576         * string/stratcliff.c (do_test): Test for zero length
2577         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
2578         at the end of the page.
2579
2580 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
2581
2582         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
2583
2584         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
2585         count is zero.
2586
2587         * po/da.po: Update from translation team.
2588
2589 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
2590
2591         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
2592         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
2593
2594 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
2595
2596         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
2597         and READ_IMPLIES_EXEC.
2598
2599 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2600
2601         * po/da.po: Update from translation team.
2602
2603 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
2604
2605         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
2606         comment change.
2607
2608 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
2609
2610         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
2611         to MAP_ANON in PROT_NONE mmap64 call.
2612         (open_archive): Likewise.
2613         (file_data_available_p): Use mmap64 instead of mremap.
2614         (enlarge_archive): Likewise.  Update head if ah->addr changed.
2615         Attempt to reserve address space after mmap64 region.
2616
2617 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
2618
2619         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
2620         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
2621         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
2622
2623         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
2624         atanh should set ERANGE.
2625
2626         [BZ #10087]
2627         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
2628         result of lookup to make call to implement STT_GNU_IFUNC.
2629         (_dl_profile_fixup): Likewise.
2630         Patch by H.J. Lu <hjl.tools@gmail.com>.
2631
2632         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
2633         warning.
2634
2635         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
2636         from definition.
2637
2638         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
2639         label if it is not used.
2640
2641         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
2642         of gmon_hist_hdr and gmon_hdr structures and use them.
2643         * elf/sprof.c: Likewise.
2644
2645         * elf/dl-load.c (open_verify): Add temporary variable to avoid
2646         warning.
2647
2648         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
2649
2650         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
2651         to avoid cast.
2652
2653         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
2654         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
2655         to avoid warnings.
2656         (iruserok_af): Use ss_family instead of casts.
2657
2658         * gmon/gmon.c (write_hist): Define real-type variant of
2659         gmon_hist_hdr structure and use it.
2660         (write_gmon): Likewise for gmon_hdr.
2661
2662         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
2663         function if we are not going to define it.
2664         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2665
2666         * inet/inet6_option.c (option_alloc): Add temporary variable to
2667         avoid warning.
2668
2669         * libio/strfile.h (struct _IO_streambuf): Use correct type and
2670         name of VTable element.
2671         * libio/iovsprintf.c: Avoid casts to avoid warnings.
2672         * libio/iovsscanf.c: Likewise.
2673         * libio/vasprintf.c: Likewise.
2674         * libio/vsnprintf.c: Likewise.
2675         * stdio-common/isoc99_vsscanf.c: Likewise.
2676         * stdlib/strfmon_l.c: Likewise.
2677         * debug/vasprintf_chk.c: Likewise.
2678         * debug/vsnprintf_chk.c: Likewise.
2679         * debug/vsprintf_chk.c: Likewise.
2680
2681         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
2682         function pointers.
2683
2684 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
2685
2686         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
2687
2688 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
2689
2690         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
2691
2692         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
2693         * sysdeps/i386/fpu/s_tanf.S: Likewise.
2694         * sysdeps/i386/fpu/s_tanl.S: Likewise.
2695         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2696         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
2697         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
2698         * math/libm-test.inc: Add tests for errno after tan calls with
2699         Â±Inf.
2700
2701         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
2702         errno value vor pow(+-0,neg).
2703         * math/libm-test.inc (pow_test): Add tests for errno value for
2704         pole errors.
2705
2706         * math/w_fmod.c: Also handle x=±Inf as error.
2707         * math/w_fmodf.c: Likewise.
2708         * math/w_fmodl.c: Likewise.
2709         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
2710         x=±Inf or y=0.
2711
2712         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
2713         * sysdeps/i386/fpu/s_cosf.S: Likewise.
2714         * sysdeps/i386/fpu/s_cosl.S: Likewise.
2715         * sysdeps/i386/fpu/s_sin.S: Likewise.
2716         * sysdeps/i386/fpu/s_sinf.S: Likewise.
2717         * sysdeps/i386/fpu/s_sinl.S: Likewise.
2718         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2719         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
2720         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
2721         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
2722         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
2723         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
2724         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
2725         * math/libm-test.inc: Add tests for errno after sin/cos calls with
2726         Â±Inf.
2727
2728         * stdlib/strtod_l.c (round_and_return): We have to set errno to
2729         ERANGE for underflows.
2730         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
2731
2732         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
2733         the 2001 revision.
2734
2735         * libio/tst-widetext.input: Remove surrogates.
2736
2737         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
2738
2739         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
2740         for lgamma should set errno to ERANGE, not EDOM.
2741         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
2742
2743 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
2744
2745         [BZ #10093]
2746         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
2747         UTF-16 surrogates.
2748
2749         * locale/programs/locarchive.c (enlarge_archive): Conserve address
2750         space when temporarily mapping the whole content of the old file.
2751
2752         [BZ #10100]
2753         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
2754         not zero.
2755
2756 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
2757
2758         * iconvdata/sjis.c (BODY): Don't advance inptr before
2759         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
2760         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
2761         two byte chars.
2762
2763 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
2764
2765         * locale/locarchive.h (struct locarhandle): Rename len field to
2766         mmaped and add new reserved field.
2767         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
2768         (create_archive): Reserve address space and then map file into it.
2769         (open_archive): Likewise.
2770         (file_data_available_p): New function.
2771         (compare_from_file): New function.
2772         (close_archive): Adjust to member name changes.
2773         (add_locale): Before comparing locale data, check it is mapped.
2774         Otherwise fall back to reading from the file.
2775
2776 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
2777
2778         * stdio-common/psiginfo.c: Include <errno.h>.
2779
2780 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2781
2782         [BZ #9920]
2783         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
2784         to get consistency between 32 and 64 bit architectures.
2785
2786         [BZ #10052]
2787         * sysdeps/unix/make-syscalls.sh: Add rule to create target
2788         directory for dummy syscall rules.
2789         Patch by Chris Steinbroner <hesh@pobox.com>.
2790
2791 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
2792
2793         [BZ #10092]
2794         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
2795         MNT_EXPIRE.
2796
2797 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2798
2799         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
2800         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2801
2802 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
2803
2804         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
2805         data from vector to temporary buffer and call PWRITEV after it
2806         instead of vice versa.
2807         * sysdeps/posix/preadv.c: Fix up comment.
2808         * misc/preadv.c: Likewise.
2809         * misc/preadv64.c: Likewise.
2810         * misc/pwritev.c: Likewise.
2811         * misc/pwritev64.c: Likewise.
2812         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
2813
2814 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2815
2816         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
2817
2818         * shadow/Makefile (tests): Add tst-shadow.
2819         * shadow/tst-shadow.c: New file.
2820
2821         [BZ #9955]
2822         * gshadow/Makefile: New file.
2823         * gshadow/Versions: New file.
2824         * gshadow/fgetsgent.c: New file.
2825         * gshadow/fgetsgent_r.c: New file.
2826         * gshadow/getsgent.c: New file.
2827         * gshadow/getsgent_r.c: New file.
2828         * gshadow/getsgnam.c: New file.
2829         * gshadow/getsgnam_r.c: New file.
2830         * gshadow/gshadow.h: New file.
2831         * gshadow/putsgent.c: New file.
2832         * gshadow/sgetsgent.c: New file.
2833         * gshadow/sgetsgent_r.c: New file.
2834         * gshadow/tst-gshadow.c: New file.
2835         * include/gshadow.h: New file.
2836         * Makeconfig (all-subdirs): Add gshadow.
2837         * Makefile (installed-headers): Add gshadow/gshadow.h.
2838         * nss/Makefile (databases): Add sgrp.
2839         * nss/Versions: Add gshadow functions as private exports.
2840         * nss/nsswitch.conf: Add gshadow entry.
2841         * nss/sgrp-lookup.c: New file.
2842         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
2843         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
2844         * nss/nss_files/files-sgrp.c: New file.
2845         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
2846         * sysdeps/unix/sysv/linux/paths.h: Likewise.
2847
2848 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2849
2850         * stdio-common/printf.h: Add missing const to register_printf_modifier.
2851         * stdio-common/reg-modifier.c: Likewise.
2852
2853 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
2854
2855         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
2856         is no FPU.
2857
2858 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
2859
2860         [BZ #10086]
2861         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
2862         headers up to 2.6.30.
2863
2864         * po/ca.po: Update from translation team.
2865
2866 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
2867
2868         [BZ #10069]
2869         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
2870         an object that uses static TLS if the TLS modid is higher than the
2871         reserve we always allocate.  At least for multi-threaded code.
2872
2873 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2874
2875         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
2876         Numerically stable check for valid width.
2877
2878         * locale/programs/locarchive.c (open_archive): Map the entire file
2879         and not just the administrative data.
2880         (add_locale): When we find a hash sum match compare the content
2881         to be sure.
2882
2883         * malloc/malloc.c (malloc_info): Output address space information.
2884
2885 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
2886
2887         * malloc/malloc.c (malloc_info): Also output system memory information.
2888
2889         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
2890         architectures have preadv/pwritev in 2.6.30.
2891
2892         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
2893         * sysdeps/posix/readv.c: Likewise.
2894         Reported by Markus Armbruster <armbru@redhat.com>.
2895
2896         * malloc/hooks.c (top_check): Force hook value into register.
2897
2898 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2899
2900         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
2901         calls to _dl_relocate_object.
2902
2903 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2904
2905         [BZ #9957]
2906         * malloc/malloc.c (force_reg): Define.
2907         (sYSMALLOc): Load hook variable into variable
2908         before test and force into register.
2909         (sYSTRIm): Likewise.
2910         (public_mALLOc): Force hook value into register.
2911         (public_fREe): Likewise.
2912         (public_rEALLOc): Likewise.
2913         (public_mEMALIGn): Likewise.
2914         (public_vALLOc): Likewise.
2915         (public_pVALLOc): Likewise.
2916         (public_cALLOc): Likewise.
2917         (__posix_memalign): Likewise.
2918         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
2919         before test and force into register.
2920         * malloc/hooks.c (top_check): Likewise.
2921         (public_sET_STATe): Pretty printing.
2922
2923         * resolv/res_send.c (send_dg): Don't just ignore the result we got
2924         in case we only receive one reply in single-request mode.
2925
2926 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
2927
2928         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
2929         are dlopened in statically linked program even for __LM_ID_CALLER.
2930
2931 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2932
2933         * resolv/res_send.c (send_dg): Don't switch into single-request
2934         mode if we already are in it.
2935
2936 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
2937
2938         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
2939         are always at least 4 bytes in the returned line.
2940
2941 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
2942
2943         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
2944         __libc_use_alloca (8192), if the stack is too small use 512 bytes
2945         instead of 8K.  Stop searching in /proc/stat after hitting first
2946         line not starting with cpu.
2947         (next_line): Truncate too long
2948         lines at buffer size * 3/4 instead of pretending there were line
2949         breaks inside of large lines.
2950
2951 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2952
2953         * sysdeps/x86_64/mp_clz_tab.c: New file.
2954
2955 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
2956             Ulrich Drepper  <drepper@redhat.com>
2957
2958         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
2959         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2960         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2961
2962 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
2963
2964         * sysdeps/sh/libc-tls.c: New file.
2965
2966         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
2967
2968 2009-04-14  Roland McGrath  <roland@redhat.com>
2969
2970         * elf/elf.h: Add various missing ARM constants, to match binutils.
2971
2972 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2973
2974         Optimizations from GMP.
2975         * sysdeps/x86_64/add_n.S: New file.
2976         * sysdeps/x86_64/addmul_1.S: New file.
2977         * sysdeps/x86_64/lshift.S: New file.
2978         * sysdeps/x86_64/mul_1.S: New file.
2979         * sysdeps/x86_64/rshift.S: New file.
2980         * sysdeps/x86_64/sub_n.S: New file.
2981         * sysdeps/x86_64/submul_1.S: New file.
2982
2983 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2984
2985         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
2986         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
2987         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2988         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2989
2990 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2991
2992         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
2993         preadv/pwritev.
2994
2995 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
2996
2997         * sysdeps/x86-64/strrchr.S: New file.
2998
2999 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3000
3001         * stdio-common/printf.h (struct printf_info): Add user element.
3002         New types printf_arginfo_size_function, printf_va_arg_function.
3003         Declare register_printf_specifier, register_printf_modifier,
3004         register_printf_type.
3005         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3006         (union printf_arg): Add pa_user element.
3007         Adjust __printf_arginfo_table type.
3008         Add __printf_va_arg_table, __printf_modifier_table,
3009         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3010         declarations.
3011         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3012         If registered arginfo call failed try normal specifier.
3013         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3014         function.
3015         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3016         * stdio-common/Versions: Export register_printf_modifier,
3017         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3018         * stdio-common/reg-modifier.c: New file.
3019         * stdio-common/reg-type.c: New file.
3020         * stdio-common/reg-printf.c (__register_printf_specifier): New
3021         function.  Mostly the old __register_printf_function function but
3022         uses locking and type of third parameter changed.
3023         (__register_printf_function): Implement using
3024         __register_printf_specifier.
3025         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3026         calls to arginfo functions.  Allocate enough memory for user-defined
3027         types.  Call new va_arg functions to get user-defined types.
3028         Try installed handlers even for existing format specifiers first.
3029
3030 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3031
3032         * sysdeps/x86_64/rawmemchr.S: New file.
3033
3034         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3035         Simplified code and possible copy problem fixed.
3036
3037         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3038         function if it is not defined.  Add some necessary casts.
3039         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3040
3041         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3042         have preadv/pwritev in 2.6.30.
3043
3044 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3045
3046         * malloc/malloc.c (malloc_info): New function.
3047         * malloc/malloc.h: Declare it.
3048         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3049
3050         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3051         to avoid PLT slot.
3052
3053         * malloc/malloc.c (_int_realloc): Add parameter with old block
3054         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3055         Adjust all callers.
3056         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3057
3058 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3059
3060         * sysdeps/x86_64/strchrnul.S: New file.
3061
3062         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3063         depending libcrypt on -lfreebl3.
3064
3065         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3066         preadv/pwritev in 2.6.30.
3067
3068         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3069         instead of __strcasecmp.
3070
3071         * string/stratcliff.c (do_test): Add memchr tests..
3072         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3073         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3074         first read quad word.
3075
3076 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
3077
3078         * string/strverscmp.c (__strverscmp): Fix last cleanups.
3079         * string/tst-svc.input: Add new test case.
3080         * string/tst-svc.expect: Adjust.
3081         * string/Makefile: Don't ignore tst-svc error.
3082
3083         * sysdeps/x86_64/memchr.S: New file.
3084
3085         * resolv/resolv.h (RES_SNGLKUP): Define.
3086         * resolv/res_init.c (res_setoptions): Recognize single-request option.
3087         * resolv/res_send.c (send_dg): If we sent two requests at once and
3088         only get one reply before timeout switch to mode where we send the
3089         second request only after the first answer has been received.
3090
3091 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
3092
3093         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3094         * sysdeps/x86_64/strchr.S: Likewise.
3095
3096 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
3097
3098         * configure.in: We need to test for the compiler earlier.
3099
3100         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3101         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3102         GLIBC_2.10.
3103         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3104         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3105         and pwritev.
3106         * misc/preadv.c: New file.
3107         * misc/preadv64.c: New file.
3108         * misc/pwritev.c: New file.
3109         * misc/pwritev64.c: New file.
3110         * sysdeps/posx/preadv.c: New file.
3111         * sysdeps/posx/preadv64.c: New file.
3112         * sysdeps/posx/pwritev.c: New file.
3113         * sysdeps/posx/pwritev64.c: New file.
3114         * sysdeps/unix/sysv/linux/preadv.c: New file.
3115         * sysdeps/unix/sysv/linux/preadv64.c: New file.
3116         * sysdeps/unix/sysv/linux/pwritev.c: New file.
3117         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
3118         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
3119         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
3120
3121         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
3122         compatibility code.
3123         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3124
3125         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3126         __ASSUME_COMPLETE_READV_WRITEV.
3127         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
3128         with modern kernels.
3129         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3130
3131         * sysdeps/posix/readv.c: Since read is a cancellation point we have
3132         to free a possible malloced buffer in case of cancellation.
3133         * sysdeps/posix/writev.c: Likewise for write.
3134
3135 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
3136
3137         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
3138
3139         * configure.in: Recognize --enable-nss-crypt.
3140         * config.make.in: Add nss-crypt entry.
3141         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
3142         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
3143         and include path for NSS directory to compiler for md5-crypt,
3144         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
3145         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
3146         function implementation, use NSS.  Introduce wrappers around the
3147         hash function calls.  Little code size optimization.
3148         * crypt/sha256-crypt.c: Likewise.
3149         * crypt/sha512-crypt.c: Likewise.
3150         * scripts/check-local-headers.sh: Ignore nss3 directory.
3151
3152         * configure.in: Rename pic_default to libc_cv_pic_default.
3153         * config.make.in: Likewise.
3154
3155 2009-04-01  Roland McGrath  <roland@redhat.com>
3156
3157         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
3158         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
3159         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
3160         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
3161         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
3162         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
3163         (R_SPARC_NUM): Update.
3164         From Dave Miller <davem@davemloft.net>.
3165
3166 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
3167
3168         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
3169
3170 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
3171
3172         * elf/dl-open.c: Keep track of used name spaces and only iterate over
3173         those which are used.
3174         * elf/dl-addr.c: Likewise.
3175         * elf/dl-caller.c: Likewise.
3176         * elf/dl-fini.c: Likewise.
3177         * elf/dl-iteratephdr.c: Likewise.
3178         * elf/dl-libc.c: Likewise.
3179         * elf/dl-load.c: Likewise.
3180         * elf/dl-support.c: Likewise.
3181         * elf/dl-sym.c: Likewise.
3182         * elf/rtld.c: Likewise.
3183         * sysdeps/generic/ldsodefs.h: Likewise.
3184
3185         * elf/dl-load.c: Remove support for systems without MAP_ANON.
3186         * elf/dl-minimal.c: Likewise.
3187         * elf/dl-misc.c: Likewise.
3188         * elf/rtld.c: Likewise.
3189         * sysdeps/generic/ldsodefs.h: Likewise.
3190
3191 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
3192
3193         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
3194         Avoid reuse of complex expression.
3195
3196         * po/fr.po: Update from translation team.
3197
3198 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3199
3200         * include/dirent.h: Yet more changes to match sort function type
3201         change.
3202         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
3203         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3204         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3205
3206 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
3207
3208         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
3209
3210 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3211
3212         * nscd/connections.c (restart): Try to preserve the process name
3213         by reading the /proc/self/exe symlink and using the return name.
3214         Patch by Jeff Bastian <jbastian@redhat.com>.
3215
3216 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
3217
3218         [BZ #9733]
3219         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
3220         if we are not loading a new audit library.
3221         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
3222         Only use profiling trampoline for auditing if we are not relocating
3223         an audit library.
3224         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
3225         * elf/rtld.c: Likewise.
3226         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
3227
3228         * elf/rtld.c (dl_main): Extend help message for --audit option.
3229
3230         [BZ #9759]
3231         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
3232         alphasort64, versionsort, and versionsort64 to POSIX 2008.
3233         * dirent/alphasort.c: Adjust implementation to type change.
3234         * dirent/alphasort64.c: Likewise.
3235         * dirent/scandir.c: Likewise.
3236         * dirent/versionsort.c: Likewise.
3237         * dirent/versionsort64.c: Likewise.
3238         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
3239         declaration.
3240         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
3241         declaration.
3242
3243         [BZ #9880]
3244         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
3245         correctly.  Set segleft member in output as required.
3246         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3247         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
3248
3249         [BZ #9881]
3250         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
3251         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3252         * inet/Makefile (tests): Add tst-inet6_rth.
3253         * inet/tst-inet6_rth.c: New file.
3254
3255         [BZ #5807]
3256         * string/strlen.c (strlen): Fix omission in the expression to test
3257         for NUL bytes.
3258
3259 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3260
3261         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
3262
3263         * elf/dl-runtime.c (reloc_offset): Define.
3264         (reloc_index): Define.
3265         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
3266         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
3267         computing index from reloc_offset.
3268         (_dl_call_pltexit): Likewise.
3269         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
3270         the relocation index to _dl_fixup.
3271         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
3272         _dl_call_pltexit.
3273         * sysdeps/x86_64/dl-runtime.c: New file.
3274
3275         [BZ #9893]
3276         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
3277         alignment of La_x86_64_regs.  Store xmm parameters.
3278         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
3279
3280         [BZ #9913]
3281         * string/strverscmp.c (__strverscmp): Fix case of different digits
3282         in fractional part of string.
3283         Patch by Jingyu Liu <jyliu@fortinet.com>.
3284         * string/Makefile (tests): Add tst-svc2.
3285         * string/tst-svc2.c: New file.
3286
3287         * string/strverscmp.c (__strverscmp): Optimize size of tables.
3288
3289         * locale/iso-639.def: Add Min Nan.
3290
3291 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3292
3293         [BZ #9948]
3294         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
3295
3296 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3297
3298         * elf/dl-sysdep.c (auxvars): Compress data structure.
3299
3300         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
3301         STT_GNU_IFUNC handling.
3302         (elf_machine_rela): Likewise.
3303
3304 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
3305
3306         * config.h.in (USE_MULTIARCH): Define.
3307         * configure.in: Handle --enable-multi-arch.
3308         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
3309         (_dl_fixup_profile): Likewise.
3310         * elf/do-lookup.c (dl_lookup_x): Likewise.
3311         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
3312         * elf/elf.h (STT_GNU_IFUNC): Define.
3313         * include/libc-symbols.h (libc_ifunc): Define.
3314         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
3315         framework in init-arch.h to get CPUID values.
3316         * sysdeps/x86_64/multiarch/Makefile: New file.
3317         * sysdeps/x86_64/multiarch/init-arch.c: New file.
3318         * sysdeps/x86_64/multiarch/init-arch.h: New file.
3319         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
3320
3321         * config.make.in (experimental-malloc): Define.
3322         * configure.in: Handle --enable-experimental-malloc.
3323         * malloc/Makefile: Handle experimental-malloc flag.
3324         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
3325         * malloc/arena.c: Likewise.
3326         * malloc/hooks.c: Likewise.
3327         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
3328
3329 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
3330
3331         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
3332         prediction.  A few size optimizations.
3333
3334 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3335
3336         * time/tzset.c: Optimize a bit for size.
3337
3338 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3339
3340         * include/stdio.h (fmemopen): Add libc_hidden_proto.
3341         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
3342
3343         * elf/sprof.c: Avoid warning about multi-line comment.
3344
3345 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3346
3347         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
3348         DST name.
3349         * time/tst-posixtz.c: Add tests for quoted timezone names.
3350
3351 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3352
3353         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
3354         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
3355         200809L instead of 200112L.
3356         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
3357         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
3358
3359         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
3360         instead of __quick_exit_funcs to __run_exit_handlers.
3361         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
3362         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
3363         (__cxa_at_quick_exit): Remove attribute_hidden.
3364         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
3365         to __run_exit_handlers.
3366         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
3367         attribute_hidden.
3368
3369 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3370
3371         * po/id.po: Update from translation team.
3372
3373 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
3374
3375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
3376         .machine push; .machine "power6" and .machine pop around mtfsf
3377         insns outside of _ARCH_PWR6 define.
3378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
3380         Likewise.
3381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3382         Likewise.
3383         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
3384         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
3385         relax_fenv_state): Likewise.
3386
3387 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
3388
3389         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
3390         cxa_at_quick_exit.
3391         (static-only-routines): Add at_quick_exit.
3392         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
3393         GLIBC_2.10.
3394         * stdlib/quick_exit.c: New file.
3395         * stdlib/at_quick_exit.c: New file.
3396         * stdlib/cxa_at_quick_exit.c: New file.
3397         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
3398         it appropriately.
3399         (__internal_atexit): New function.
3400         (__new_exitfn): Now takes parameter to point to the list to use.
3401         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
3402         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
3403         (exit): ...here.  Just call __run_exit_handlers appropriately.
3404         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
3405         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
3406         * stdlib/on_exit.c: Adjust call to __new_exitfn.
3407         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
3408
3409         * po/id.po: Update from translation team.
3410
3411 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
3412
3413         * po/ru.po: Update from translation team.
3414
3415 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
3416
3417         * po/nl.po: Update from translation team.
3418
3419 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
3420
3421         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
3422         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3423         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3424         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3425         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3426         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3427         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3428
3429         * po/pl.po: Update from translation team.
3430
3431 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3432
3433         [BZ #7083]
3434         * sysdeps/unix/sysv/linux/fallocate.c: New file.
3435         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
3436         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
3437         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
3438         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
3439         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
3440         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
3441         for GLIBC_2.10.
3442         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3443         Add fallocate and fallocate64.
3444
3445         * io/fcntl.h: Pretty printing.
3446
3447 2009-03-02  Richard Guenther  <rguenther@suse.de>
3448
3449         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
3450         attribute also for non-C99 inline semantics variant.
3451
3452 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3453
3454         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
3455         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
3456         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
3457         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
3459         Likewise.
3460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
3461         Likewise.
3462
3463 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3464
3465         * po/cs.po: Update from translation team.
3466
3467 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
3468
3469         * po/bg.po: Update from translation team.
3470         * po/sv.po: Likewise.
3471         * po/fi.po: Likewise.
3472         * po/vi.po: Likewise.
3473
3474 2009-02-27  Roland McGrath  <roland@redhat.com>
3475
3476         * Makeconfig (%.v.i): Depend on Makeconfig.
3477         Exclude % lines from initial #-comment removal.
3478
3479 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
3480
3481         * po/ko.po: Update from translation team.
3482
3483 2009-02-26  Roland McGrath  <roland@redhat.com>
3484
3485         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
3486         avoids unused warning.
3487
3488 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
3489             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3490
3491         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
3492         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
3493         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
3494         and asm/user.h.  Include asm/ptrace.h.
3495         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
3496         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
3497         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
3498         Undefine.
3499         (start_thread): Don't undefine.
3500         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
3501         Define.
3502
3503 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
3504
3505         * wctype/wctype.h: The *_l functions are in POSIX 2008.
3506         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
3507         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
3508         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
3509         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
3510         200112L to 200809L.
3511         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
3512         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3513         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
3514         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3515         _SC_THREAD_ROBUST_PRIO_PROTECT.
3516         * posix/unistd.h: fexecve is in POSIX 2008.
3517         * time/time.h: strftime_l is in POSIX 2008.
3518         * io/sys/stat.h: futimens is in POSIX 2008.
3519         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
3520         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
3521         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
3522         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
3523         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
3524         open_memstream, and vdprintf are in POSIX 2008.
3525
3526 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
3527
3528         * include/features.h: Define macros for XPG7/POSIX 2008.
3529         * ctype/ctype.h: The *_l functions are in POSIX 2008.
3530         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
3531         POSIX 2008.
3532         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
3533         * locale/xlocale.h: Define locale_t type.
3534         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
3535         in POSIX 2008.  Don't define locale_t here.
3536         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
3537         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
3538         UTIME_OMIT only with __USE_ATFILE.
3539         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
3540         * stdio-common/psiginfo.c: New file.
3541         * stdio-common/psiginfo-data.h: New file.
3542         * stdio-common/psiginfo-define.h: New file.
3543         * stdio-common/Makefile (routines): Add psiginfo.
3544         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
3545         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3546         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3547         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3548         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3549         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3550         * io/sys/stat.h: Move mknodat definition into same conditional as
3551         mknod.
3552         * time/sys/time.h: futimesat is not among the functions accepted
3553         into the POSIX standard.
3554
3555         * include/features.h: If no feature selection given and we select
3556         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
3557         * posix/Versions: Export __posix_getopt.
3558         * posix/getopt.c (_getopt_initialize): Take additional parameter.
3559         Use it to alternatively initialize __posixly_correct.
3560         (_getopt_internal_r): Take addition parameter.  Pass on to
3561         _getopt_initialize.
3562         (_getopt_internal): Take addition parameter.  Pass on to
3563         _getopt_internal_r.
3564         (getopt): Pass additional zero to _getopt_internal.
3565         (__posix_getopt): New function.
3566         * posix/getopt.h: Add redirection for getopt.
3567         * posix/getopt1.c (getopt_long): Pass additional zero to
3568         _getopt_internal.
3569         (getopt_long_only): Likewise.
3570         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
3571         (_getopt_long_only_r): Likewise.
3572         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
3573         _getopt_internal_r.
3574
3575 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3576
3577         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
3578         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3579         * sysdeps/posix/sysconf.c (__sysconf): Handle
3580         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
3581         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3582
3583 2009-02-24  Roland McGrath  <roland@redhat.com>
3584
3585         [BZ #9895]
3586         * README.template: Reworded not to use substituted version number.
3587         Renamed to ...
3588         * README: ... here (no longer generated).
3589         * Makefile (README): Target removed.
3590
3591 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3592
3593         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
3594         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
3595         instead.
3596
3597         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
3598
3599         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
3600
3601 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
3602
3603         * po/bg.po: Update from translation team.
3604
3605 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
3606
3607         * stdlib/monetary.h: Uglify function parameter names.
3608         * sunrpc/rpc/pmap_clnt.h: Likewise.
3609         * sunrpc/rpc/svc.h: Likewise.
3610         * sunrpc/rpc/xdr.h: Likewise.
3611         * sunrpc/rpc/clnt.h: Likewise.
3612         * resolv/netdb.h: Likewise.
3613         * resolv/arpa/nameser.h: Likewise.
3614         * resolv/resolv.h: Likewise.
3615         * argp/argp.h: Likewise.
3616         * locale/langinfo.h: Likewise.
3617         * io/sys/stat.h: Likewise.
3618         * posix/spawn.h: Likewise.
3619         * nis/rpcsvc/nislib.h: Likewise.
3620         * malloc/obstack.h: Likewise.
3621         * sysdeps/ia64/bits/link.h: Likewise.
3622         * sysdeps/i386/bits/link.h: Likewise.
3623         * sysdeps/s390/bits/link.h: Likewise.
3624         * sysdeps/powerpc/bits/link.h: Likewise.
3625         * sysdeps/x86_64/bits/link.h: Likewise.
3626         * sysdeps/sparc/bits/link.h: Likewise.
3627         * sysdeps/sh/bits/link.h: Likewise.
3628         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
3629         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
3630         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
3631         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3632
3633 2008-12-01  Fredrik Unger  <fred@tree.se>
3634
3635         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
3636         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
3637         _FP_UNPACK_RAW_2, fix up first argument.
3638
3639 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
3640
3641         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
3642         (GET_NPROCS_PARSER): Change parameters and use next_line.
3643         (__get_nprocs): Rewrite to not use stdio routines.
3644         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
3645         Change parameters and use next_line.
3646
3647 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
3648
3649         [BZ #5381]
3650         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
3651         Change mempool_alloc prototype.
3652         * nscd/mem.c (gc): Don't handle mem_in_flight.
3653         (mempool_alloc): Third parameter now only indicates whether this is the
3654         first call (to allocate data) or not.  If it is, get db rdlock.
3655         Release it on error.  Don't handle mem_in_flight.
3656         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
3657         Adjust third parameter of mempool_alloc calls.
3658         Nothing to do here in case mempool_alloc fails.
3659         Avoid local variable shadowing parameter.  No need to get db rdlock
3660         before calling cache_add.
3661         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
3662         no mem_in_flight array anymore.
3663         * nscd/connections.c: Remove definition and handling of mem_in_flight.
3664         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
3665         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
3666         in case mempool_alloc fails. No need to get db rdlock before calling
3667         cache_add.
3668         * nscd/hstcache.c (cache_addhst): Likewise.
3669         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3670         * nscd/servicescache.c (cache_addserv): Likewise.
3671         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
3672
3673 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
3674
3675         * po/lt.po: Update from translation team.
3676
3677 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
3678
3679         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
3680         defined, allow additional data to be added using the optional
3681         MORE_ELF_HEADER_DATA macro.
3682         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
3683         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
3684
3685 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
3686
3687         * include/atomic.h: Define catomic_and if not already defined.
3688         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
3689         * sysdeps/i386/i486/bits/atomic.h: Likewise.
3690
3691 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
3692
3693         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
3694         Change all callers.
3695         (_int_realloc): Likewise.  Third argument is now padded size
3696         All _int_* functions are now static.
3697
3698         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
3699         * malloc/arena.c: Likewise.
3700         * include/malloc.h: Remove now unnecessary declarations of the _int_*
3701         functions.
3702
3703         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
3704         easily.
3705
3706         * malloc/malloc.c: Add branch prediction for use of the hooks.
3707
3708         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
3709
3710 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3711
3712         [BZ #7095]
3713         * bits/confname.h: Add SUSv7 macros for getconf environments.
3714         * bits/environments.h: Likewise.
3715         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
3716         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
3717         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
3718         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
3719         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
3720         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
3721         * posix/getconf.c: Likewise.
3722         * posix/sysconf.c: Likewise.
3723         * sysdeps/posix/sysconf.c: Likewise.
3724         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
3725         environments.
3726
3727 2009-01-16  Petr Baudis  <pasky@suse.cz>
3728
3729         [BZ #9753]
3730         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
3731         even if we currently have zero nscount.
3732
3733 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3734
3735         [BZ #9781]
3736         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
3737         the input line is too long.
3738
3739         * po/Makefile (libc.pot): Add f_print as function taking c-format
3740         parameter.
3741
3742         * debug/xtrace.sh: Unify translatable messages.
3743         * elf/ldd.bash.in: Likewise.
3744         * elf/sprof.c: Likewise.
3745         * locale/programs/locale.c: Likewise.
3746         * malloc/memusage.sh: Likewise.
3747         * nss/getent.c: Likewise.
3748
3749 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
3750
3751         * debug/pcprofiledump.c (print_version,
3752         argp_program_version_hook): New function.
3753         * elf/ldconfig.c (more_help): New function.
3754         (argp): Use it.
3755         * elf/sln.c (usage): New function.
3756         (main): Support --help and --version.
3757         * malloc/memusagestat.c (print_version): New function.
3758         (argp_program_version_hook): New variable.
3759         * nscd/nscd.c (more_help): New function.
3760         (argp): Use it.
3761         * posix/getconf.c (main): Send --version output to stdout.
3762         Support --help.
3763         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
3764         arguments.  All callers changed.
3765         (print_version): New function.
3766         (parseargs): Support --help and --version.
3767         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
3768         changed.
3769         (print_version): New function.
3770         (main): Use getopt_long.  Support --help and --version.
3771         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
3772         --version.
3773
3774 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3775
3776         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
3777         (update_data): Fix handling of wrapping back
3778         to the beginning of the buffer.
3779
3780         [BZ #9823]
3781         * stdio-common/psignal.c (psignal): Fix test for empty string.
3782
3783 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
3784
3785         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
3786         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
3787         move _null_auth to .rodata.
3788
3789         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
3790         value of 24.
3791
3792         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
3793
3794         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
3795         today than when the original code was written.  Use larger
3796         buffers.  This also makes it unnecessary to have stat information,
3797         if this causes extra efforts.
3798         (__opendir): In case O_DIRECTORY works, don't call fstat just for
3799         __alloc_dir.
3800
3801 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
3802
3803         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
3804         is set.
3805         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
3806         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3807         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
3808         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
3809         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
3810         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
3811
3812 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3813
3814         * po/ru.po: Update from translation team.
3815
3816 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3817
3818         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
3819         Add _tid slot to maintain consistency with kernel.
3820
3821 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3822
3823         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
3824         incomplete characters at end of input buffer.
3825         * libio/Makefile (tests): Add tst-fgetwc.
3826         * libio/tst-fgetwc.c: New file.
3827         * libio/tst-fgetwc.input: New file.
3828
3829 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
3830
3831         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
3832
3833 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
3834
3835         [BZ #9793]
3836         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
3837         *OUTBUFSTART unless the whole output fit into the buffer.
3838         * iconv/Makefile (tests): Add tst-iconv4.
3839         * iconv/tst-iconv4.c: New file.
3840
3841 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
3842
3843         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
3844         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3845
3846 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
3847
3848         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
3849         newer linker scripts.
3850
3851 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3852
3853         [BZ #7040]
3854         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
3855         inotify_rm_watch should have type int.
3856
3857 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
3858
3859         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3860         Make aligned_restore_vmx a local symbol.
3861         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
3862         Likewise.
3863
3864 2009-01-30  Andreas Jaeger  <aj@suse.de>
3865
3866         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
3867         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
3868         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
3869         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
3870         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
3871         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
3872         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
3873
3874 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
3875
3876         [BZ #9726]
3877         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
3878         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
3879
3880 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
3881
3882         [BZ #9726]
3883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3884         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3886         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3887
3888 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
3889
3890         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
3891         memcpy instead of memcmp.
3892         (_dl_setup_pointer_guard): Likewise.
3893
3894 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3895
3896         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
3897         manipulated brk, use malloc_printerr.
3898         * misc/sbrk.c (__sbrk): Better error handling for nonsense
3899         requests.
3900
3901 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3902
3903         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
3904         rindex): For C++ add inlines so that they can be recognized as
3905         builtins.
3906         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
3907
3908 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3909             Jakub Jelinek  <jakub@redhat.com>
3910
3911         * string/string.h: Define correct C++ prototypes for gcc 4.4.
3912         * wcsmbs/wchar.h: Likewise.
3913
3914 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3915
3916         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
3917         (stackinfo_sub_sp): Define.
3918
3919 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3920
3921         [BZ #9750]
3922         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
3923         * include/alloca.h (alloca_account): Define.
3924         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
3925         (stackinfo_sub_sp): Define.
3926
3927         * nscd/connections.c (nscd_init): If database file access fails
3928         check whether this is due to permission problems and bail in that
3929         case.
3930
3931         [BZ #9741]
3932         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
3933         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
3934
3935 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3936
3937         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
3938         Add "t" to clobber list.
3939         (INTERNAL_SYSCALL_NCS): Likewise.
3940
3941 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3942
3943         * nss/getent.c (print_networks): Don't print comma between aliases.
3944
3945 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
3946
3947         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
3948
3949         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
3950         the hash table.
3951         * misc/Makefile (tests): Add bug-hsearch1.
3952         * misc/bug-hsearch1.c: New file.
3953
3954 2009-01-22  Roland McGrath  <roland@redhat.com>
3955
3956         * Makeconfig (%.v.i): Strip trailing # comments,
3957         not only whole-line comments.
3958
3959 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
3960
3961         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
3962         one parameter.  If non-NULL use it to initialize return value.
3963         (_dl_setup_pointer_guard): New function.
3964         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3965         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
3966         * elf/rtld.c (security_init): Pass _dl_random to
3967         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
3968         pointer_chk_guard.
3969         * elf/dl-sysdep.c (_dl_random): New variable.
3970         (_dl_sysdep_start): Handle AT_RANDOM.
3971         (_dl_show_auxv): Likewise.
3972         * elf/dl-support.c (_dl_random): New variable.
3973         (_dl_aux_init): Handle AT_RANDOM.
3974         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
3975         to _dl_setup_stack_chk_guard.
3976
3977         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
3978
3979 2009-01-10  Roland McGrath  <roland@redhat.com>
3980
3981         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
3982
3983 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
3984
3985         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
3986
3987         [BZ #9706]
3988         * nss/nss_files/files-parse.c (strtou32): New function.
3989         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
3990         across 32-bit and 64-bit platforms.
3991         (INT_FIELD_MAYBE_NULL): Likewise.
3992
3993 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
3994
3995         [BZ #9720]
3996         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
3997         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
3998         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
3999         Likewise.
4000
4001 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4002
4003         [BZ #697]
4004         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4005         being NULL also if there are no backreferences.
4006         * posix/rxspencer/tests: Add testcases.
4007
4008 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4009
4010         [BZ #9697]
4011         * posix/bug-regex17.c: Add testcases.
4012         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4013         handling.
4014
4015 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4016
4017         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4018         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4019         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4020         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4021         for elf subdir.
4022         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4023         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4024         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4025         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4026         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4027         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4028
4029 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4030
4031         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4032         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4033         re_string_skip_chars, re_string_reconstruct): Likewise.
4034         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4035
4036 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4037
4038         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4039         adjust the buffer alignment.
4040
4041 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4042
4043         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4044         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4045         net/route.h.
4046
4047         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4048         flavor to description only when flavor is not NULL.
4049
4050         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4051         mutex after SIGIO/SIGURG lookup loop.
4052
4053 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4054
4055         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4056
4057 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4058
4059         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4060         handling.
4061
4062 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4063
4064         * sysdeps/unix/sysv/linux/kernel-features.h
4065         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4066
4067         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4068         if no output is written.
4069
4070         * version.h: Bump to 2.10 development.
4071
4072         * posix/getconf.c: Update copyright year.
4073         * nss/getent.c: Likewise.
4074         * iconv/iconvconfig.c: Likewise.
4075         * iconv/iconv_prog.c: Likewise.
4076         * elf/ldconfig.c: Likewise.
4077         * catgets/gencat.c: Likewise.
4078         * csu/version.c: Likewise.
4079         * elf/ldd.bash.in: Likewise.
4080         * elf/sprof.c (print_version): Likewise.
4081         * locale/programs/locale.c: Likewise.
4082         * locale/programs/localedef.c: Likewise.
4083         * nscd/nscd.c (print_version): Likewise.
4084         * debug/xtrace.sh: Likewise.
4085         * malloc/memusage.sh: Likewise.
4086         * malloc/mtrace.pl: Likewise.
4087         * debug/catchsegv.sh: Likewise.
4088
4089 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
4090
4091         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4092         script.
4093
4094 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
4095
4096         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4097         gethostbyname4_r function call succeeded, just leave the loop.
4098
4099         [BZ #9694]
4100         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4101         very end.
4102         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4103         * wctype/Makefile (tests): Add bug-wctypeh.
4104         * wctype/bug-wctypeh.c: New file.
4105
4106         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4107         LOCALDOMAIN is defined.
4108         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4109
4110         * sysdeps/x86_64/bits/select.h: New file.
4111
4112         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4113
4114 2008-12-21  Bruno Haible  <bruno@clisp.org>
4115
4116         [BZ #9677]
4117         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
4118         if no output is written.
4119
4120 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
4121
4122         * login/utmp_file.c (pututline_file): Replace call to dup2 with
4123         libc internal symbol __dup2 to avoid access through the PLT.
4124
4125 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
4126
4127         [BZ #6545]
4128         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
4129         available only for __USE_GNU.
4130
4131         * inet/Makefile (tests): Add tst-getni2.
4132         * inet/tst-getni2.c: New file.
4133
4134         [BZ #7080]
4135         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
4136         NULL when NI_NAMEREQD is set.
4137         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4138         * inet/Makefile (tests): Add tst-getni1.
4139         * inet/tst-getni1.c: New file.
4140
4141 2008-12-03  Petr Baudis  <pasky@suse.cz>
4142
4143         [BZ #7067]
4144         * nscd/connections.c (invalidate_cache): Use prune_run_lock
4145         instead of prune_lock.
4146         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
4147         * nscd/nscd.h (database_dyn): Add prune_run_cache.
4148
4149 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
4150
4151         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4152         use.
4153
4154         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
4155         handling.
4156
4157         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
4158         after reading name server list.
4159
4160         [BZ #7058]
4161         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
4162         handling for host name aliases.
4163
4164 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
4165
4166         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
4167         instead of doing things manually.
4168
4169 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
4170
4171         * posix/regex_internal.h (build_wcs_upper_buffer):
4172         Return type is reg_error_t.
4173
4174 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
4175
4176         * posix/globtest.sh: Use mktemp to create temporary file and
4177         directory.
4178
4179         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
4180         sets correctly.
4181         (__CPU_CLR_S): Likewise.
4182         (__CPU_ISSET_S): Likewise.
4183
4184 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
4185             Ulrich Drepper  <drepper@redhat.com>
4186
4187         * scripts/firstversion.awk: Use custom comparison function to compare
4188         version numbers.
4189         * scripts/versions.awk: Use sort invocation which can handle
4190         multi-digit sub-version numbers.
4191
4192 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
4193
4194         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
4195         * locale/iso-639.def: Add Chhattisgarhi entry.
4196
4197 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
4198
4199         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
4200         ESRCH return value.
4201         (_nss_dns_gethostbyname4_r): Likewise.
4202         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
4203         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
4204         gethostbyname4_r, we don't have a separate IPv6 status, so copy
4205         the no_data variable.
4206
4207         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
4208         information at the correct index.
4209
4210         * socket/sys/socket.h: Declare accept4.
4211         * socket/accept4.c: New file.
4212         * sysdeps/unix/sysv/linux/accept4.c: New file.
4213         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
4214         * socket/Makefile (routines): Add accept4.
4215         * socket/Versions: Export accept4 with version GLIBC_2.10.
4216         * socket/paccept.c: Removed.
4217         * sysdeps/unix/sysv/linux/paccept.c: Removed.
4218         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
4219         * Versions.def: Define GLIBC_2.10 for libc.
4220         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
4221
4222         * nscd/connections.c: Use accept4.
4223
4224         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
4225
4226 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
4227
4228         * resolv/res_send.c (send_dg): Create sockets with non-blocking
4229         flag already set.
4230
4231         * stdlib/setenv.c (unsetenv): Don't search environment if it does
4232         not exist.
4233         * stdlib/Makefile (tests): Add tst-unsetenv1.
4234         * stdlib/tst-unsetenv1.c: New file.
4235
4236 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
4237
4238         * login/utmp_file.c (file_writable): New variable.
4239         (setutent_file): Don't try to open file for writing.
4240         (pututline_file): Before writing, make descriptor writable if
4241         necessary.
4242
4243 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
4244
4245         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
4246         to IPv4 or IPv6 if an interface has been found.
4247
4248 2008-11-26  Roland McGrath  <roland@redhat.com>
4249
4250         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
4251         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
4252
4253         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
4254         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
4255         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
4256
4257         * elf/elf.h (NT_386_IOPERM): New macro.
4258         (NT_PPC_VSX): New macro.
4259
4260 2008-11-25  Roland McGrath  <roland@redhat.com>
4261
4262         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
4263         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
4264         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
4265         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
4266         Subdirectories moved to ports repository.
4267         * configure.in (base_machine): Remove alpha case.
4268
4269 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
4270
4271         * sysdeps/mach/strerror_l.c: New file.
4272
4273 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
4274
4275         [BZ #6411]
4276         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
4277         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
4278         magic numbers.
4279         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
4280         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
4281         (relax_fenv_state): Same as above.
4282         (FPSCR_29): Reserve bit in ISA 2.05.
4283         (FPSCR_NI): Provide define for compat.
4284         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
4285         magic numbers.
4286         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
4287         magic numbers.
4288         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
4289         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
4290         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
4291         access to hwcap to account for hwcap size increase to uint64_t.
4292         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
4293         Likewise.
4294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
4295         (*setcontext): Likewise.
4296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
4297         New file.
4298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
4299         New file.
4300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4301         (*setcontext): dynamically select mtfsf insn based on
4302         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
4303         increase to uint64_t.
4304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4305         (*swapcontext): dynamically select mtfsf insn based on
4306         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
4307         increase to uint64_t.
4308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
4309         New file.
4310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
4311         New file.
4312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4313         (*setcontext): dynamically select mtfsf insn based on
4314         PPC_FEATURE_HAS_DFP.
4315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4316         (*swapcontext): dynamically select mtfsf insn based on
4317         PPC_FEATURE_HAS_DFP.
4318
4319 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
4320
4321         * version.h: Bump for 2.9 release.
4322         * include/features.h (__GLIBC_MINOR__): Bump to 9.
4323
4324         [BZ #7029]
4325         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
4326         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
4327         all the rounding.
4328
4329 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
4330
4331         [BZ #7009]
4332         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
4333         unknown request types for now.
4334
4335 2008-11-11  Roland McGrath  <roland@redhat.com>
4336
4337         * sysdeps/x86_64/configure: New file.
4338
4339         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
4340         * configure: Regenerated.
4341
4342 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4343
4344         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
4345         correct instruction to remove the stack frame.
4346
4347 2008-11-03  Michael Matz  <matz@suse.de>
4348
4349         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
4350         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
4351
4352 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
4353
4354         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
4355         Remove.
4356
4357         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
4358         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
4359         of the thread variable instead of void *.
4360         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
4361         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
4362         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4363         __libc_tsd_define arguments.
4364         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
4365         __libc_tsd_address arguments.  Remove union hack.
4366         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
4367         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
4368         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
4369         Adjust __libc_tsd_{set,get} arguments.
4370         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4371         __libc_tsd_define arguments.
4372         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
4373         arguments.
4374         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4375         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
4376         (LOCALE): Adjust __libc_tsd_define arguments.
4377         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
4378         arguments.
4379         (LOCALE): Adjust __libc_tsd_define arguments.
4380         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
4381         arguments.
4382         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
4383         arguments.
4384
4385 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
4386
4387         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
4388         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4389
4390 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
4391
4392         [BZ #6966]
4393         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
4394
4395 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
4396             Ulrich Drepper  <drepper@redhat.com>
4397
4398         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
4399         definition for GCC 3.1 and later.
4400
4401 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
4402
4403         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
4404         refetch dtv, as it might have changed.
4405         * elf/Makefile: Add rules to build and run tst-tls18.
4406         * elf/tst-tls18.c: New test.
4407         * elf/tst-tlsmod18a.c: New file.
4408
4409 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
4410
4411         [BZ #6875]
4412         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
4413
4414 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4415
4416         [BZ #6867]
4417         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
4418
4419         [BZ #6919]
4420         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
4421         Fix length of copy operation.
4422
4423 2008-10-02  Pierre Habouzit <madcoder@debian.org>
4424
4425         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
4426         and fix its calling convention.
4427
4428 2008-10-07  Andreas Schwab  <schwab@suse.de>
4429
4430         [BZ #6942]
4431         * resolv/res_send.c (send_vc): Fix last change.
4432         (send_dg): Align here as well.
4433
4434 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4435
4436         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
4437         return value in case rlimit is RLIM_INFINITY.
4438
4439         [BZ #6947]
4440         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
4441         for UL_SETFSIZE.
4442         * resource/Makefile (tests): Add bug-ulimit1.
4443         * resource/bug-ulimit1.c: New file.
4444
4445         [BZ #6974]
4446         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
4447         without dot.  Properly terminate the string with a null byte.
4448         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
4449
4450         [BZ #6980]
4451         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
4452         negative sizees.
4453         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
4454         negative __size.
4455
4456         [BZ #6995]
4457         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
4458
4459 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
4460
4461         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
4462         abort if there is no initgroups_dyn function.
4463
4464         * resolv/res_send.c (send_dg): On timeout, only return nonzero
4465         result if any of the queries really provided an answer.
4466
4467 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
4468
4469         * po/lt.po: Update from translation team.
4470
4471 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
4472
4473         * po/id.po: Update from translation team.
4474
4475 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
4476
4477         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
4478         Fix tests for existence of second reply.
4479
4480 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
4481
4482         * po/id.po: New file.
4483         Contributed by the Indonesian translation team.
4484
4485 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
4486
4487         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
4488         initialization.
4489
4490 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
4491
4492         * elf/Makefile: Add rules to build and run tst-tls17.
4493         * elf/tst-tls17.c: New test.
4494         * elf/tst-tlsmod17a.c: New file.
4495         * elf/tst-tlsmod17b.c: Likewise.
4496
4497 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
4498
4499         * stdlib/divmod_1.c: Use correct type for dummy variable.
4500         * stdlib/mod_1.c: Likewise.
4501
4502 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
4503
4504         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
4505
4506 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
4507
4508         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
4509         __nonnull order for C++.
4510         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
4511         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
4512
4513 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
4514
4515         * stdlib/longlong.h: Update from GCC.
4516
4517 2008-10-09  Jakub Jelinek <jakub@redhat.com>
4518             David S. Miller  <davem@davemloft.net>
4519
4520         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
4521         make sure any registers used with 64-bit 'branch-on-register'
4522         instructions have their top 32-bits clear.
4523         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
4524         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
4525
4526 2008-09-18  Andreas Schwab  <schwab@suse.de>
4527
4528         [BZ #6942]
4529         * resolv/res_send.c (send_vc): Fix use of unaligned address.
4530         Properly handle partial reads.
4531
4532 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
4533
4534         * elf/elf.h (STO_MIPS_PLT): New.
4535         (R_MIPS_COPY): New.
4536         (R_MIPS_JUMP_SLOT): New.
4537         (R_MIPS_NUM): Redefine to 128.
4538         (DT_MIPS_PLTGOT): New.
4539         (DT_MIPS_RWPLT): New.
4540         (DT_MIPS_NUM): Redefine to 0x35.
4541
4542 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
4543
4544         * timezone/africa: Update from tzdata2008f.
4545         * timezone/asia: Likewise.
4546         * timezone/australasia: Likewise.
4547         * timezone/europe: Likewise.
4548         * timezone/leapseconds: Likewise.
4549         * timezone/northamerica: Likewise.
4550         * timezone/southamerica: Likewise.
4551         * timezone/zone.tab: Likewise.
4552
4553 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
4554
4555         * nscd/connections.c: Disable use of paccept for now.
4556
4557 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
4558
4559         * socket/Versions: Remove paccept export for GLIBC_2.9.
4560         * socket/Makefile (routines): Remove paccept.
4561         * socket/sys/socket.h: Remove paccept declaration.
4562
4563         * po/sv.po: Update from translation team.
4564
4565 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
4566
4567         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
4568         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4569
4570 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
4571
4572         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
4573         Patch by Olivier Fourdan <ofourdan@redhat.com>.
4574
4575 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
4576
4577         * sunrpc/rpc/svc.h: Declare svcfd_create.
4578         Patch by Michael Solberg <msolberg@redhat.com>.
4579
4580 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
4581             Ulrich Drepper  <drepper@redhat.com>
4582
4583         * malloc/malloc.c (public_vALLOc): Try other arenas in case
4584         _int_valloc fails.
4585         (public_pVALLOc): Likewise.
4586
4587 2008-09-02  Andreas Jaeger  <aj@suse.de>
4588
4589         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
4590         commit.
4591
4592 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
4593
4594         [BZ #6860]
4595         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
4596
4597 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
4598
4599         * Makefile (check-data): Check data directory in add-ons.
4600         * elf/Makefile (check-data): Likewise.
4601
4602 2008-08-18  Roland McGrath  <roland@redhat.com>
4603
4604         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
4605         * configure: Regenerated.
4606         * config.make.in (cflags-cpu): New substituted variable.
4607         (with-cpu): Variable removed.
4608         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
4609
4610 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
4611
4612         [BZ #6845]
4613         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
4614         __signbitl definition and __LONG_DOUBLE_128__ guard from:
4615         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
4616         redundant.  Functions which call floating point assembler operations
4617         should go into a sysdeps powerpc/fpu directory.
4618
4619 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
4620
4621         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
4622         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
4623
4624 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
4625
4626         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
4627
4628         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
4629         change related to AT_EXECFN.  We cannot use that string.
4630         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
4631         _dl_execfn member.
4632         * elf/dl-support.c: Remove _dl_execfn variable.
4633         (_dl_aux_init): Remove handling of AT_EXECFN.
4634         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
4635         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
4636
4637 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
4638
4639         [BZ #6544]
4640         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
4641         byte gets added to writes and seeks from the end use the length of
4642         the buffer and not the currently terminating NUL byte.
4643
4644         [BZ #6634]
4645         * login/utmp_file.c (getutent_r_file): Take additional parameter.
4646         Set to true if locking failed.
4647         (getutid_r_file): Adjust caller.
4648         (pututline_file): Likewise.  Return NULL in this case.
4649         Patch mostly by halesh.s@gmail.com.
4650
4651 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
4652
4653         [BZ #6589]
4654         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
4655         Define.
4656         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
4657
4658 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
4659
4660         [BZ #6839]
4661         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
4662         macro since it is now available in elf/dynamic-link.h.
4663
4664 2008-08-12  Roland McGrath  <roland@frob.com>
4665
4666         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
4667         in case used outside of libc.
4668         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
4669
4670 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
4671
4672         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
4673         directly instead of going through dn_comp.
4674
4675 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
4676
4677         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4678         Fix asm constraints.
4679
4680 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
4681
4682         [BZ #6790]
4683         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
4684         (IPV6_PMTUDISC_PROBE): Likewise.
4685
4686 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
4687
4688         [BZ #6791]
4689         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
4690
4691 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
4692             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4693
4694         [BZ #6817]
4695         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
4696         Added the members 'vsx' and 'arch_2_06'.
4697         (_dl_powerpc_platforms): Add the member 'power7'.
4698         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
4699         to reflect the changes required by VSX and ISA 2.06.
4700         Modify _DL_PLATFORMS_COUNT to reflect the addition of
4701         'power7'.
4702         Defined PPC_PLATFORM_POWER7.
4703         (_dl_string_platform): Add support for POWER7.
4704         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
4705         capability and ISA 2.06.
4706
4707 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
4708
4709         [BZ #6824]
4710         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
4711         macro to detect use of 128 bit long double.
4712         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
4713
4714 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
4715
4716         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
4717
4718         [BZ #5794]
4719         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
4720         parameters.
4721         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
4722         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4723
4724 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
4725
4726         * nscd/connections.c (main_loop_poll): Pass a buffer which is
4727         guaranteed to be large enough to read inotify event.  Ignore
4728         EAGAIN error.  Better error message.  Add branch predicition.
4729         (main_loop_epoll): Likewise.
4730
4731 2008-08-02  Roland McGrath  <roland@frob.com>
4732
4733         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4734         Add memory clobbers.
4735
4736 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
4737
4738         * manual/arith.texi: Avoid @strong{Note:}.
4739         * manual/creature.texi: Likewise.
4740         * manual/filesys.texi: Likewise.
4741         * manual/math.texi: Likewise.
4742         * manual/memory.texi: Likewise.
4743         * manual/resource.texi: Likewise.
4744         * manual/syslog.texi: Likewise.
4745         * manual/time.texi: Likewise.
4746
4747         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
4748         to prevent warning.
4749
4750 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
4751
4752         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
4753         new epoll_create1 interface.
4754         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4755         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
4756         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
4757
4758         * include/arpa/nameser.h (NS_GET16): Use const pointer.
4759         (NS_GET32): Likewise.
4760
4761         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
4762         syscalls, too.
4763
4764         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
4765         use the AT_EXECFN value if it is no absolute path.
4766         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
4767         __ASSUME_AT_EXECFN.
4768
4769         * Versions.def: Add GLIBC_2.9 to libresolv.
4770         * include/resolv.h: Remove hidden proto declarations for __ns_*
4771         functions.  Add them for __dn_count_labels and __p_secstodate.
4772         * include/arpa/nameser.h: Add a number of hidden proto declarations.
4773         Define ns_msg_getflags macro here.
4774         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
4775         and __p_secstodate.
4776         * resolv/Versions: Export functions from <arpa/nameser.h> from
4777         libresolv in version GLIBC_2.9.
4778         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
4779         hidden definitions.
4780         * resolv/ns_netint.c: Likewise.
4781         * resolv/ns_parse.c: Likewise.
4782         * resolv/ns_print.c: Likewise.
4783         * resolv/ns_samedomain.c: Likewise.
4784         * resolv/ns_ttl.c: Likewise.
4785         * resolv/arpa/nameser_compat.h: Likewise.
4786         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
4787         function calls.
4788         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
4789         instead of ns_get16.
4790         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
4791         __ns_get32 instead of ns_get16 and ns_get32 respectively.
4792         (gaih_getanswer_slice): Likewise.
4793         * resolv/Makefile (libresolv-routines): Add ns_date.
4794         * resolv/ns_date.c: New file.
4795
4796         * elf/Makefile (check-localplt.out): Also check libresolv and
4797         libcrypt.
4798
4799 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
4800
4801         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4802         __ASSUME_O_CLOEXEC.
4803
4804 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
4805
4806         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
4807         buffer passed to NSS functions.
4808
4809         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
4810
4811         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
4812         Define.
4813
4814         * misc/syslog.c (openlog_internal): Fix compile problem.
4815
4816 2008-07-28  Roland McGrath  <roland@redhat.com>
4817
4818         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
4819
4820 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
4821
4822         * io/ftw.c (add_object): Remove inline to avoid warning.
4823
4824         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
4825
4826         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
4827         Use it instead of locally defined resplen2 variable.
4828         (res_nsend): Adjust for __libc_res_nsend interface change.
4829         (send_vc): Initialize *resplen2 if necessary.  Read length of
4830         package into an appropriately aligned variable.  Store converted length
4831         in new variable and use it appropriately.
4832         Add branch prediction help.
4833         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
4834         and pass it on to __libc_res_nsend.  Adjust all callers.
4835         (__libc_res_nsearch): Likewise.
4836         (__libc_res_nqeurydomain): Likewise.
4837         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
4838         change.
4839         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
4840         Define resplen2 variable and pass it to __libc_res_nsearch and then
4841         to gaih_getanswer.
4842         (getanswer_r): In case of incorrect DNS data don't overread buffer.
4843         Add branch prediction.
4844         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
4845         (gaih_getanswer): Don't decode second slice if first one failed due
4846         to a too small buffer.  Don't let not found status of second
4847         decoder shadow results of the first.
4848         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
4849         and __libc_res_nquery interface changes
4850         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
4851         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
4852         __libc_res_nsearch, and __libc_res_nsend.
4853         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
4854         change.
4855         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
4856         __libc_res_nsearch interface changes.
4857
4858 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
4859
4860         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
4861
4862         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
4863         file descriptors with close-on-exec set.
4864         (exec_comm_child): Fix the case where the write end of the pipe is
4865         STDOUT_FILENO already.  In case it is, clear close-on-exec.
4866
4867         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
4868         * io/pipe2.c: Likewise.
4869         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
4870         instead of __ASSUME_PACCEPT.
4871         * include/unistd.h: Declare __have_pipe2.
4872         * libio/iopopen.c: Implement "e" flag.
4873         * libio/Makefile (tests): Add tst-popen1.
4874         * libio/tst-popen1.c: New file.
4875
4876         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
4877         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4878
4879 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4880
4881         [BZ #6771]
4882         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
4883         success call of _IO_SEEKOFF or calls which failed because the
4884         descriptor is for a pipe.
4885
4886         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
4887         magic number.
4888
4889         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
4890
4891         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
4892         F_SETFD use if we know fopen set the flag.
4893
4894         * login/utmp_file.c (setutent_file): Minor optimization in case
4895         O_CLOEXEC is available.
4896
4897 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
4898
4899         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
4900         * elf/Makefile: Use pie-ccflag variable.
4901         * nscd/Makefile: Likewise.
4902         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
4903
4904 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
4905
4906         [BZ #6724]
4907         * Versions.def: Add GLIBC_2.9 version tag for libutil.
4908         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
4909         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
4910         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
4911         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
4912         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
4913         utmp32, utmpx32 and login32.
4914         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
4915         versions of struct utmp functions to libc and libutil.
4916         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
4917         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
4918         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
4919         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
4920         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
4921         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
4922         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
4923         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
4924         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
4925         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
4926         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
4927         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
4928         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
4929         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
4930         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
4931         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
4932         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
4933         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
4934         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
4935         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
4936         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
4937         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
4938
4939 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4940
4941         * scripts/gen-as-const.awk: Generate more widely usable code by
4942         using 64-bit arithmetic.
4943
4944         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
4945         the same treatment as narrow output code in last patch.
4946
4947         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
4948
4949         [BZ #6763]
4950         * elf/dl-load.c (local_strdup): Remove inline.
4951         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
4952         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
4953         part of the object.
4954
4955         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
4956
4957 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
4958
4959         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
4960         the new syscalls, too.
4961
4962         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
4963         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
4964
4965         [BZ #6698]
4966         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
4967         parameter for end of buffer.  If temporary copy is too large use
4968         malloc.
4969         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
4970         interface change.
4971         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
4972         string rewrite when allocating buffer.
4973
4974         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
4975         syscalls, too.
4976
4977         * nscd/connections.c (nscd_init): Clean up fcntl call.
4978
4979         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
4980         SOCK_NONBLOCK if possible.
4981
4982         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
4983         SOCK_CLOEXEC if available.
4984
4985         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
4986         __libc_clntudp_bufcreate_internal.
4987         * include/sys/socket.h: Declare __have_sock_cloexec.
4988         * socket/Makefile (aux): Add have_sock_cloexec.
4989         * socket/have_sock_cloexec.c: New file.
4990         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
4991         __libc_clntudp_bufcreate.
4992         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
4993         which takes an additional parameter.  Create socket with non-blocking
4994         mode and close-on-exec flag set, if wanted.
4995         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
4996         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
4997         instead of clntudp_create.  The socket has already the close-on-exec
4998         flag set if SOCK_CLOEXEC is defined.
4999
5000 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5001
5002         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5003         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5004         appropriate.
5005         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5006         non-blocking mode by using socket, paccept, and inotify_init1.
5007
5008         * Versions.def (glibc): Add GLIBC_2.9.
5009         * io/Makefile (routines): Add dup3 and pipe2.
5010         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5011         * io/dup3.c: New file.
5012         * io/pipe2.c: New file.
5013         * posix/unistd.h: Declare dup3 and pipe2.
5014         * socket/Makefile (routines): Add paccept.
5015         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5016         * socket/paccept.c: New file.
5017         * socket/sys/socket.h: Declare paccept.
5018         * sysdeps/unix/syscalls.list: Add entry for dup3.
5019         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5020         epoll_create2 and inotify_init1.
5021         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5022         * sysdeps/unix/sysv/linux/paccept.c: New file.
5023         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5024         possible.
5025         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5026         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5027         inotify_init1, and pipe2 entries.
5028         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5029         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5030         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5031         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5032         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5033         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5034         SOCK_NONBLOCK.
5035         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5036         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5037         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5038         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5039         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5040         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5041         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5042         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5043         EPOLL_NONBLOCK.  Declare epoll_create2.
5044         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5045         EFD_NONBLOCK.
5046         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5047         IN_NONBLOCK.  Declare inotify_init1.
5048         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5049         SFD_NONBLOCK.
5050         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5051         TFD_NONBLOCK.
5052
5053         * elf/elf.h: Define AT_EXECFN.
5054         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5055         LD_ORIGIN_PATH.
5056         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5057         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5058         if __ASSUME_AT_EXECFN is defined.
5059         (_dl_aux_init): Handle AT_EXECFN.
5060         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5061         for 2.6.27 and up.
5062         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5063         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5064         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5065         _dl_execfn if available and avoid compatibility code if
5066         __ASSUME_AT_EXECFN is defined.
5067
5068         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5069         _dl_discover_osversion only for older kernels.
5070
5071 2008-07-22  Roland McGrath  <roland@frob.com>
5072
5073         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5074
5075 2008-07-21  Roland McGrath  <roland@frob.com>
5076
5077         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5078         returned too much data out of line.
5079
5080 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
5081
5082         * locale/setlocale.c (setname): Remove inline to avoid compiler
5083         warning.
5084
5085         [BZ #6712]
5086         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5087
5088 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
5089
5090         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5091         doesn't manage to write anything, fail.
5092
5093         * malloc/hooks.c (__malloc_check_init): Remove printf.
5094
5095 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5096
5097         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5098
5099 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
5100
5101         * nscd/connections.c (main_loop_poll): Fix handling of read errors
5102         from inotify.
5103         (main_loop_epoll): Likewise.
5104
5105 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
5106
5107         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5108
5109         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5110         if DEBUG is defined.
5111
5112         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5113         query.  Adjust buffer size computation for padding.
5114
5115 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
5116
5117         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
5118         * stdio-common/tst-setvbuf1.c: New file.
5119         * stdio-common/tst-setvbuf1.expect: New file.
5120
5121         [BZ #6719]
5122         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
5123         when selecting fully-buffered stream.
5124         Patch by Wang Xin <wxinee@gmail.com>.
5125
5126 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5127
5128         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
5129         (__open_2): New function.
5130         (__open64_2): New alias to __open_2.
5131         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
5132         (__openat_2): New function.
5133         (__openat64_2): New alias to __openat_2.
5134
5135 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
5136
5137         [BZ #6723]
5138         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5139
5140 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5141
5142         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
5143         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
5144         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
5145         __hurd_dfail.
5146         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5147         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5148         * sysdeps/mach/hurd/send.c (__send): Likewise.
5149         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
5150         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
5151
5152 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5153
5154         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
5155         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5156         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5157         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
5158         * hurd/get-host.c (_hurd_get_host_config): Likewise.
5159         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
5160
5161 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
5162
5163         [BZ #6657]
5164         * time/strptime_l.c: Don't clear s.era_cnt after successful match
5165         of %EY.
5166         Patch by Petr Baudis.
5167
5168 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
5169
5170         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
5171         Patch by Peter Jones <pjones@redhat.com>.
5172
5173 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5174
5175         [BZ #6654]
5176         * stdlib/canonicalize.c (__realpath): readlink can write too much
5177         into the buffer on platforms without PATH_MAX.
5178
5179 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
5180
5181         [BZ #6653]
5182         * posix/tst-regex.c (main): Rename to...
5183         (do_test): ... this. Remove cmdline option processing.
5184         (TIMEOUT): Define.
5185         (TEST_FUNCTION): Define.
5186         (CMDLINE_OPTIONS): Define.
5187
5188 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5189
5190         [BZ #5210]
5191         * configure.in: Add -Werror to -fstack-protector test to catch
5192         unsupported architectures.
5193         Patch by Gilles Esponasse <g.esp@free.fr>.
5194
5195 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
5196
5197         * stdlib/tst-setcontext.c: Set back_in_main before exit if
5198         getcontext returns ENOSYS.
5199
5200 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
5201
5202         * nscd/connections.c (main_loop_poll): Fix test for read error.
5203         (main_loop_epoll): Likewise.
5204
5205 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
5206
5207         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
5208         better place so it is not called when nscd is used.
5209
5210         * nscd/connections.c: Also recognize and handle changes to the
5211         resolver configuration file.
5212
5213 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5214
5215         * time/strftime.c: Pass reference to tzset_called around to handle
5216         recursive calls.
5217
5218         [BZ #6612]
5219         * time/strftime.c (__strftime_internal): Call tzset() only
5220         when printing timezone-dependent values.
5221         Based on a patch by Petr Baudis <pasky@suse.cz>.
5222
5223         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
5224         unconditionally use second gaih_getanswer_slice result.
5225
5226         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
5227         (getaddrinfo): RES must always be non-NULL.
5228
5229 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
5230
5231         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
5232         cr[34] registers.
5233         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5234         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5235         Likewise.
5236         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
5237         register.
5238
5239 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5240
5241         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
5242         fields.
5243         * nscd/connections.c (inotify_fd): New variable.
5244         (nscd_init): Try to open an inotify descriptor.
5245         If successful, watch files for databases using inotify instead of
5246         having prune threads stat the files.
5247         (nscd_run_prune): Recognize clear_cache flag being set and call
5248         prune_cache appropriately.
5249         (main_loop_poll): Add inotify descriptor to wait set and handle the
5250         reported changes.
5251         (main_loop_epoll): Likewise.
5252         * nscd/cache.c (prune_cache): Don't stat files for databases if
5253         inotify is used.
5254         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
5255         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
5256
5257         * nscd/grpcache.c (cache_addgr): Correctly compute size of
5258         fixed-size portion of the record.
5259         * nscd/servicescache.c (cache_addserv): Likewise.
5260         * nscd/pwdcache.c (cache_addpw): Likewise.
5261         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5262
5263 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
5264
5265         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
5266         out we don't use uninitialized memory.
5267
5268         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
5269         the client.
5270
5271 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
5272
5273         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
5274         ignore T_DNAME messages.
5275         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
5276
5277 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
5278
5279         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
5280         Avoid segfault if first GETC returns eof/'\0'/'\n'.
5281
5282 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
5283
5284         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
5285         instead of portstr to nscd_getserv_r.  Patch by
5286         Roman Kagan <rkagan@mail.ru>.
5287
5288 2008-05-26  Jim Meyering  <meyering@redhat.com>
5289
5290         Remove more useless "if" tests before "free".
5291         * include/inline-hashtab.h (htab_delete): Likewise.
5292         * libio/freopen.c (freopen): Likewise.
5293         * libio/freopen64.c (freopen64): Likewise.
5294         * locale/programs/ld-collate.c (collate_read): Likewise.
5295         * misc/fstab.c (libc_freeres_fn): Likewise.
5296         * posix/glob.c (globfree): Likewise.
5297
5298 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5299
5300         * string/Makefile (strop-tests): Add memmem.
5301         * string/test-memmem.c: New file.
5302         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
5303         (test_init): Size buf1 according to BUF1PAGES.
5304
5305 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
5306
5307         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
5308         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
5309         (CFLAGS-scanf17.c): New.
5310         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
5311         * stdio-common/scanf15.c (main): Likewise.
5312         * stdio-common/scanf16.c: New file.
5313         * stdio-common/scanf17.c: New file.
5314
5315 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5316
5317         * resolv/res_send.c (send_dg): If we already have one of two
5318         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
5319         use the one answer insted of failing.
5320
5321 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
5322
5323         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
5324         being executed on PowerPC as the expected result exceeds IBM
5325         long double 128 __LDBL_MAX__.
5326
5327 2008-05-21  Roland McGrath  <roland@redhat.com>
5328
5329         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
5330
5331         * Makefile (check-data): Use $(abi-name) before other guesses.
5332         Look in $(add-ons) dirs before scripts/data/.
5333         * elf/Makefile (check-data): Likewise.
5334
5335         * scripts/soversions.awk: Grok ABI line.
5336         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
5337         Emit definition for abi-name variable.
5338
5339 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
5340
5341         * string/endian.h: Define new fixed-size hto* and *toh macros only
5342         if [__USE_BSD].
5343
5344         * iconvdata/Depend: Add localedata.
5345
5346 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5347
5348         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
5349
5350 2008-05-08  David S. Miller  <davem@davemloft.net>
5351
5352         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
5353         HIDDEN_JUMPTARGET.
5354         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5355         (__SYSCALL_CLOBBERS): Remove %g* registers.
5356         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5357         (__SYSCALL_CLOBBERS): Likewise.
5358         * scripts/data/localplt-sparc-linux-gnu.data: New file.
5359         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
5360
5361 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
5362
5363         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5364         (CALL_ERRNO_LOCATION): Define.
5365         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5366         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5367         (CALL_ERRNO_LOCATION): Define.
5368         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5369         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
5370         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
5371
5372 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
5373
5374         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
5375         variable.
5376
5377 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
5378
5379         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
5380         (FIRST_FRAME_POINTER): Define.
5381
5382 2008-05-09  David S. Miller  <davem@davemloft.net>
5383
5384         * sysdeps/sparc/sparc64/backtrace.c: New file.
5385
5386 2008-05-14  David S. Miller  <davem@davemloft.net>
5387
5388         * sysdeps/sparc/machine-gmon.h: New file.
5389         * sysdeps/sparc/sparc-mcount.S: Likewise.
5390         * sysdeps/sparc/Makefile: Add sparc-mcount target to
5391         sysdep_routines in gmon directory.
5392
5393 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
5394
5395         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
5396
5397 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
5398
5399         * resolv/res_query.c (__libc_res_nquery): In case one of two
5400         answer was too short don't try to read that answer's header.
5401
5402         * resolv/res_send.c (send_dg): In case of timeout and there are
5403         two queries and one has been answered, return value indicating
5404         success.
5405
5406 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
5407
5408         * nscd/cache.c (cache_add): Take additional parameter specifying
5409         whether this is in response of a cache refill.  Check alignment
5410         of package data.  Revamp waking of pruning thread.
5411         (prune_cache): Small optimization.
5412         * nscd/nscd.h: Adjust cache_add prototypes.
5413         * nscd/aicache.c: Adjust cache_add calls.
5414         * nscd/grpcache.c: Likewise.
5415         * nscd/hstcache.c: Likewise.
5416         * nscd/initgrcache.c: Likewise.
5417         * nscd/pwdcache.c: Likewise.
5418         * nscd/servicescache.c: Likewise.
5419         * nscd/connections.c (restart): Really disable cache use before
5420         exec attempt.  If it fails, reenable cache.
5421         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
5422         time to max to be able to notice concurrent cache additions.  Unlock
5423         prune_lock while performing gc.  Afterwards compute wakeup time with
5424         current wakeup_time value in mind.
5425
5426 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
5427
5428         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
5429
5430         * nscd/mem.c (gc): Correctly determine highest used array element
5431         in mark.
5432
5433         * nscd/mem.c (markrange): Add assert to check entries are all
5434         aligned.  Small cleanup in bitmap use.
5435
5436         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
5437         blockoff of type nscd_ssize_t.
5438         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
5439         (mempoll_alloc): Record block offset and not address.
5440
5441         * nscd/mem.c (gc): Fix test for stack overuse.
5442
5443         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
5444         more asserts.
5445
5446         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
5447         entry is available, believe it.
5448
5449         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
5450         no answers return NSS_STATUS_NOTFOUND.
5451         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
5452         buffer does not have any content.
5453
5454 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
5455
5456         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
5457
5458         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
5459         lookup, don't assign canon unconditionally.
5460
5461 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5462
5463         * string/Makefile (distribute): Add str-two-way.h.
5464
5465 2008-03-29  Eric Blake  <ebb9@byu.net>
5466
5467         Rewrite string searches to O(n) rather than O(n^2).
5468         * string/str-two-way.h: New file.  For linear fixed-allocation
5469         string searching.
5470         * string/memmem.c: New implementation.
5471         * string/strstr.c: New implementation.
5472         * string/strcasestr.c: New implementation.
5473
5474 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
5475
5476         * posix/regcomp.c (optimize_utf8): Add a note on why we test
5477         opr.ctx_type.
5478         (calc_first): Initialize constraint field.
5479         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5480         Use search_duplicated_node to avoid loops.  Fix grammar.
5481         (duplicate_node): Merge constraint field for all node types.
5482         (calc_eclosure_iter): Look at constraint field for all node types.
5483         * posix/regex_internal.c (create_cd_newstate): Don't look at
5484         create_cd_newstate.
5485
5486 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5487
5488         [BZ #6428]
5489         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
5490
5491         [BZ #6442]
5492         * string/endian.h: Add macros for fixed-size endian conversion.
5493         * bits/byteswap.h: Allow inclusion from <endian.h>.
5494         * sysdeps/i386/bits/byteswap.h: Likewise.
5495         * sysdeps/ia64/bits/byteswap.h: Likewise.
5496         * sysdeps/s390/bits/byteswap.h: Likewise.
5497         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5498         * string/Makefile (tests): Add tst-endian.
5499         * string/tst-endian.c: New file.
5500
5501         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
5502         Patch by Reuben Thomas.
5503
5504 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
5505
5506         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
5507
5508 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5509
5510         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
5511
5512         [BZ #6461]
5513         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
5514         Add missing braces.
5515         (BODY for __gconv_transform_internal_ascii): Likewise.
5516
5517         [BZ #6472]
5518         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
5519         to be treated like link-local addresses.
5520         (match_prefix): Don't treat IPv4 loopback address special when
5521         converting to v4 mapped addressed.
5522
5523         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
5524         if necessary.
5525         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
5526         * posix/tst-rfc3484-2.c: Likewise.
5527         * posix/tst-rfc3484-3.c: Likewise.
5528
5529         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
5530         and SCTP.
5531
5532         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
5533
5534         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
5535
5536         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
5537
5538 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
5539
5540         * po/lt.po: New file.  From Lituanian translation team.
5541
5542 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
5543
5544         Introduce TLS descriptors for i386 and x86_64.
5545         * include/inline-hashtab.h: New file, copied from 2005's
5546         libiberty, with fix for memory leak imported afterwards by
5547         Glauber de Oliveira Costa.
5548         * elf/tlsdeschtab.h: New file.
5549         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
5550         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
5551         (CHECK_STATIC_TLS): Move to...
5552         * elf/dynamic-link.h: ... this file.
5553         (TRY_STATIC_TLS): New macro.
5554         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
5555         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
5556         R_386_TLS_DESC): Define.
5557         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
5558         binutils.
5559         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
5560         R_X86_64_TLSDESC): Define.
5561         (R_386_NUM, R_X86_64_NUM): Adjust.
5562         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
5563         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5564         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5565         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5566         release tlsdesc_table.
5567         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
5568         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
5569         (elf_machine_rel): Handle R_386_TLS_DESC.
5570         (elf_machine_rela): Likewise.
5571         (elf_machine_lazy_rel): Likewise.
5572         (elf_machine_lazy_rela): Likewise.
5573         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
5574         * sysdeps/i386/dl-tlsdesc.S: New file.
5575         * sysdeps/i386/dl-tlsdesc.h: New file.
5576         * sysdeps/i386/tlsdesc.c: New file.
5577         * sysdeps/i386/tlsdesc.sym: New file.
5578         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
5579         tlsdesc_table.
5580         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
5581         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5582         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5583         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5584         release tlsdesc_table.
5585         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
5586         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
5587         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
5588         (elf_machine_rel): Handle R_X86_64_TLSDESC.
5589         (elf_machine_rela): Likewise.
5590         (elf_machine_lazy_rel): Likewise.
5591         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
5592         (__tls_get_addr): Do not declare for non-shared compiles.
5593         * sysdeps/x86_64/dl-tlsdesc.S: New file.
5594         * sysdeps/x86_64/dl-tlsdesc.h: New file.
5595         * sysdeps/x86_64/tlsdesc.c: New file.
5596         * sysdeps/x86_64/tlsdesc.sym: New file.
5597         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
5598         tlsdesc_table for both 32- and 64-bit structs.
5599
5600 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5601
5602         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
5603         its own function.  This reduces the frame setup costs and more.
5604
5605 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
5606
5607         [BZ #3406]
5608         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
5609         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
5610
5611 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5612
5613         * io/openat.c (__openat_2): Also pass fd to __openat.
5614         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
5615         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
5616
5617         * string/tester.c (test_memcmp): Add a few more tests.
5618         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
5619
5620 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
5621
5622         * nscd/cache.c (cache_add): Before returning with failure and this
5623         is the first use of the record, mark it as unusable.
5624         * nscd/aicache.c: Don't touch the dataset after cache_add returns
5625         reporting a failure.
5626         * nscd/grpcache.c: Likewise
5627         * nscd/hstcache.c: Likewise.
5628         * nscd/initgrcache.c: Likewise.
5629         * nscd/pwdcache.c: Likewise.
5630         * nscd/servicescache.c: Likewise.
5631
5632 2008-05-10  Roland McGrath  <roland@redhat.com>
5633
5634         [BZ #6505]
5635         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
5636
5637 2008-05-08  David S. Miller  <davem@davemloft.net>
5638
5639         * misc/truncate64.c (truncate64): Use __truncate not truncate.
5640
5641         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
5642         (__ieee754_y0l): Likewise.
5643         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
5644         (__ieee754_y1l): Likewise.
5645         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
5646         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
5647         frexpl and ldexpl.  math_private.h provides them and the latter
5648         is not even used.
5649         (__log1pl): Use __frexpl.
5650
5651 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
5652
5653         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
5654         prototypes.
5655         * include/arpa/nameser_compat.h: Define T_UNSPEC.
5656         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
5657         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
5658         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
5659         af==AF_UNSPEC.
5660         (_nss_nis_gethostbyname4_r): New function.
5661         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
5662         Change to also handle af==AF_UNSPEC.
5663         (get_tablename): New function.  Use it to avoid duplication.
5664         (_nss_nisplus_gethostbyname4_r): New function.
5665         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
5666         available.
5667         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
5668         * nss/nss.h: Define struct gaih_addrtuple.
5669         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
5670         af==AF_UNSPEC.
5671         (_nss_files_gethostbyname4_r): New function.
5672         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
5673         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
5674         calls.
5675         * resolv/res_query.c (__libc_res_nquery): Take two additional
5676         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
5677         look up IPv4 and IPv6.
5678         Change all callers.
5679         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
5680         for an additional query and answer buffer.  Pass to send_vc and
5681         send_dg.
5682         (send_vc): Send possibly two requests and receive two answers.
5683         (send_dg): Likewise.
5684         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
5685         __libc_res_nquery.
5686         (_nss_dns_gethostbyname4_r): New function.
5687         (gaih_getanswer_slice): Likewise.
5688         (gaih_getanswer): Likewise.
5689         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
5690         __libc_res_nquery call.
5691         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
5692         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
5693         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
5694         available.
5695
5696 2008-05-05  David S. Miller  <davem@davemloft.net>
5697
5698         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
5699         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
5700
5701 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5702
5703         Fix termios bit macros.
5704         Move *DLY definitions where they belong, in termios.h.
5705         Add *[0-3] definitions.
5706         Fixes confusion between VT and FF.
5707         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
5708         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
5709         are already defined to avoid collision with termios.h.
5710         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
5711         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
5712         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
5713         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
5714         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
5715         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
5716         VTDLY, VT0, VT1): New macros.
5717         [__USE_GNU] (OLCUC): Change value of macro.
5718         [__USE_XOPEN] (OFILL): New macro.
5719         [__USE_BSD] (CRTSCTS): Change value.
5720         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
5721         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
5722         (B7200, B14400, B28800, B76800): New macros.
5723
5724 2008-05-01  David S. Miller  <davem@davemloft.net>
5725
5726         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
5727         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
5728         (gen-as-const-headers): Add it.
5729         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
5730         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
5731         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
5732         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
5733
5734         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
5735         six system call parameters.
5736         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
5737
5738 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
5739
5740         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
5741         RUSAGE_LWP.
5742         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
5743         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
5744
5745 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
5746
5747         * stdlib/tst-setcontext.c: Include unistd.h.
5748
5749 2008-04-25  David S. Miller  <davem@davemloft.net>
5750
5751         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
5752         Pass "union semun" properly in to sys_ipc, it must be passed
5753         by value, not by reference.
5754
5755 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
5756
5757         * nscd/Makefile (nscd-cflags): Set back to -fpie.
5758         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
5759         * nscd/connections.c (mem_in_flight): Likewise.
5760
5761         * nscd/nscd.h (dbs): Make hidden.
5762
5763         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
5764         Avoid returning -1, return 0 instead.
5765
5766 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
5767
5768         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
5769
5770 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
5771
5772         [BZ #5209]
5773         * sysdeps/unix/sysv/linux/times.c: New file.
5774
5775         [BZ #5381]
5776         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
5777         mem_in_flight_list variables.  Add new parameter to mempool_alloc
5778         prototype.
5779         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
5780         appropriate mem_in_flight element.
5781         (gc): Take allocations which have not yet been committed to the
5782         database into account.
5783         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
5784         Reset mem_in_flight before returning.
5785         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
5786         cue it up in mem_in_flight_list.
5787         * nscd/aicache.c: Adjust mempool_alloc call.
5788         * nscd/grpcache.c: Likewise.
5789         * nscd/hstcache.c: Likewise.
5790         * nscd/initgrcache.c: Likewise.
5791         * nscd/pwdcache.c: Likewise.
5792         * nscd/servicescache.c: Likewise.
5793         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
5794         of -fpie.
5795
5796         * nscd/connections.c (handle_request): Provide better error message
5797         in case SELinux forbids the service.
5798
5799         * version.h (VERSION): Bump to 2.8.90.
5800
5801 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
5802
5803         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
5804
5805 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5806
5807         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
5808         Also use for 32-bit.
5809         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
5810         __nextafter instead of nextafter to avoid local PLT.
5811         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
5812         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5813
5814         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
5815
5816         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
5817         __fe_nomask_env.
5818         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
5819         <fenv_libc.h> instead of <fenv.h>.
5820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5822
5823         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
5824
5825         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
5826         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
5827         function from fegetexcept and make old name weak alias.
5828         * include/fenv.h: Declare __fegetexcept.
5829         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
5830         fegetexcept.
5831         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
5832         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
5833         to fetestexcept.
5834         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
5835         instead of frexpl to avoid local PLT.
5836         * math/s_significandl.c (__significandl): Use __ilogbl instead of
5837         ilogbl to avoid local PLT.
5838         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
5839         instead of ldexpl to avoid local PLT.
5840         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
5841         __roundl not roundl to avoid local PLT.
5842         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
5843         local PLTs.  Use __sincosl instead of separate sinl and cosl
5844         calls.
5845         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5846
5847         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
5848         version for ppc64 to 2.4.21 since without it makecontext will fail.
5849
5850         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
5851         to the ABI in use.
5852         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
5853         .__tls_get_addr.
5854         [__powerpc64__] (TLS_GD): Likewise.
5855
5856 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
5857
5858         [BZ #4997]
5859         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
5860         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
5861         mantissa.
5862         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5863         Likewise.  Also account for when x is an odd number between 2^52
5864         and 2^53-1.
5865         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
5866         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5867         * math/libm-test.inc (lround_test, llround_test): Added test cases to
5868         detect aforementioned erroneous conditions.
5869
5870 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5871
5872         * configure.in: Check for -fno-section-anchors in addition to
5873         -fno-toplevel-reorder.
5874
5875 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5876
5877         * include/features.h (__GLIBC_MINOR__): Bump to 8.
5878
5879         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
5880         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
5881         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
5882         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
5883         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
5884         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
5885
5886 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5887
5888         [BZ #5443]
5889         * time/era.c: Transform __libc_setlocale_lock into rwlock.
5890         * time/alt_digit.c: Likewise.
5891         * wcsmbs/wcsmbsload.c: Likewise.
5892
5893 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
5894
5895         * version.h (VERSION): Bump to 2.8.
5896
5897         * timzeone/asia: Update from tzdata2008b.
5898         * timezone/backward: Likewise.
5899         * timezone/europe: Likewise.
5900         * timezone/northamerica: Likewise.
5901         * timezone/southamerica: Likewise.
5902         * timezone/iso3166.tab: Likewise.
5903         * timezone/leapseconds: Likewise.
5904         * timezone/zone.tab: Likewise.
5905         * timezone/private.h: Update from tzcode2008a.
5906         * timezone/zdump.c: Likewise.
5907         * timezone/zic.c: Likewise.
5908
5909 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
5910
5911         [BZ #5741]
5912         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
5913         Define additonal Data Cache Block instruction macros.
5914         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
5915         Replace dcbst with dcbf and sync with sync/isync.
5916
5917 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
5918
5919         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
5920         Always set ELF_RTYPE_CLASS_PLT.
5921         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
5922
5923 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
5924
5925         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
5926         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
5927         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
5928         For ISA 2.01 and later replace mftb with mfspr 268.
5929
5930 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
5931
5932         [BZ #5768]
5933         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
5934         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
5935
5936 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
5937
5938         [BZ #5768]
5939         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
5940         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
5941         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
5942         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
5943
5944 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
5945
5946         * stdlib/tst-makecontext.c (othervar): New variable.
5947         (cf): Test sign extending the argument to long.
5948
5949 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
5950
5951         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
5952         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
5953         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
5954         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
5955         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
5956         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
5957         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
5958
5959 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
5960
5961         * elf/Makefile (tests): Substitute tests-vis-yes here.
5962         (tests-vis-yes): Delete.
5963         (modules-name, modules-vis-yes): Similarly.
5964
5965 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
5966
5967         [BZ #4407]
5968         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
5969         Preserve sign in signgamp when x is zero.
5970
5971 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
5972
5973         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
5974         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
5975         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
5976         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
5977         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
5978         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
5979
5980 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5981
5982         [BZ #4314]
5983         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
5984         buffers.
5985
5986         [BZ #5209]
5987         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
5988         a reserved error value.
5989
5990         * stdlib/tst-makecontext.c: Change parameter to cf to negative
5991         value to check for correct sign extension.
5992
5993         [BZ #5436]
5994         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
5995         Copy 64-bit parameter values even though this is not required in
5996         the standard.
5997
5998         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
5999         PC save.
6000
6001 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6002
6003         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6004         PC save.
6005
6006 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6007
6008         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6009
6010 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6011
6012         [BZ #5998]
6013         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6014         in line-buffered stream failed.
6015         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6016
6017 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6018
6019         [BZ #6024]
6020         * scripts/abi-versions.awk: If the version specified by
6021         --enable-oldest-abi is older than the first version for this
6022         architecture, use the default version.
6023
6024         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6025         as well when ignoring the whole category.
6026
6027 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6028
6029         [BZ #6042]
6030         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6031         ETHERTYPE_* definitions.
6032         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6033
6034 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6035
6036         * stdlib/mbtowc.c (__no_r_state): Remove.
6037         (mbtowc): New static state variable.  Use it instead of
6038         __no_r_state.
6039         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6040         (__wctomb_state): New hidden variable.
6041         (wctomb): Use __wctomb_state instead of __no_r_state.
6042         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6043         (__wctomb_state): New extern decl.
6044         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6045
6046 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6047
6048         [BZ #5475]
6049         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6050
6051 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6052
6053         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6054
6055 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6056
6057         * po/nl.po: Update from translation team.
6058
6059 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6060
6061         [BZ #6007]
6062         * string/strfry.c: Handle empty strings again.
6063
6064 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6065
6066         [BZ #5443]
6067         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6068         before looking for translation.
6069         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6070         * locale/freelocale.c: Likewise.
6071         * locale/newlocale.c: Likewise.
6072         * locale/setlocale.c: Likewise.
6073         Based partially on a patch by ryo@np.css.fujitsu.com.
6074
6075 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
6076
6077         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6078         acquiring wrlock.  Do conv_tab allocation while holding lock.
6079         * intl/Makefile: Add rules to build and run tst-gettext6.
6080         * intl/tst-gettext6.c: New test.
6081         * intl/tst-gettext6.sh: New file.
6082
6083 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6084
6085         * po/nl.po: Update from translation team.
6086
6087         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6088         provided through st_blksize, try the default size before giving up.
6089
6090 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
6091
6092         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6093
6094         [BZ #5939]
6095         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6096
6097         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6098         error message.  POSIX today does not require the messages to be in
6099         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
6100
6101         [BZ #5979]
6102         * sunrpc/auth_unix.c: Unify printed strings.
6103         * sunrpc/clnt_tcp.c: Likewise.
6104         * sunrpc/clnt_udp.c: Likewise.
6105         * sunrpc/clnt_unix.c: Likewise.
6106         * sunrpc/svc_tcp.c: Likewise.
6107         * sunrpc/svc_udp.c: Likewise.
6108         * sunrpc/svc_unix.c: Likewise.
6109         * sunrpc/xdr.c: Likewise.
6110         * sunrpc/xdr_array.c: Likewise.
6111         * sunrpc/xdr_rec.c: Likewise.
6112         * sunrpc/xdr_ref.c: Likewise.
6113         * locale/programs/ld-time.c (time_finish): Unify messages.
6114         * locale/programs/locfile.c (handle_copy): Fix typo.
6115         * nscd/nscd.c (options): Fix typo.
6116
6117         [BZ #5995]
6118         * stdlib/strtod_l.c: Use correct sign for result in one more
6119         underflow case.
6120         Patch by Eric Blake <ebb9@byu.net>.
6121
6122 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
6123
6124         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
6125         and creat system calls.
6126         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
6127         call.
6128         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
6129         system calls.
6130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
6131         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6132         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6133
6134 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
6135
6136         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
6137         <linux/limits.h> has defined it.
6138         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6139         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
6140         headers.
6141         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
6142         it instead of ARG_MAX.
6143
6144 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
6145
6146         * posix/gai.conf: Fix comment for scope nullbits.
6147         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
6148         default to 128 bits for v4 mapped addresses.
6149
6150 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6151
6152         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
6153         ptrace call to get the ieee_instruction_pointer from the kernel.
6154         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
6155         ptrace call to set the ieee_instructtion_pointer.
6156         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
6157         Add comment that ieee_instruction_pointer is always 0.
6158
6159 2008-03-09  Andreas Jaeger  <aj@suse.de>
6160
6161         [BZ #5857]
6162         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
6163         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
6164         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
6165
6166         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
6167         (rint_test): Likewise.
6168
6169 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
6170
6171         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
6172         call.
6173         (__nisfind_server): Similar for open readColdStartFile call.
6174         Patch partially by Jim Meyering.
6175         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
6176         around internal_setent call.
6177
6178         * po/vi.po: New Vietnamese translation.
6179
6180         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
6181         ADJ_OFFSET_SS_READ.
6182
6183         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
6184         remove CLONE_STOPPED.
6185
6186 2008-02-10  Jim Meyering  <meyering@redhat.com>
6187
6188         Remove useless "if" before "free":
6189         * elf/ldconfig.c (parse_conf_include): Likewise.
6190         * gmon/gmon.c (weak_alias): Likewise.
6191         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
6192         * inet/rcmd.c (__validuser2_sa): Likewise.
6193         * intl/bindtextdom.c (set_binding_values): Likewise.
6194         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
6195         * libio/genops.c (save_for_backup): Likewise.
6196         * libio/wgenops.c (save_for_wbackup): Likewise.
6197         * locale/programs/ld-collate.c (collate_read): Likewise.
6198         * locale/programs/linereader.c (get_string): Likewise.
6199         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
6200         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
6201         * resolv/res_debug.c (do_section): Likewise.
6202         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
6203         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
6204         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
6205         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
6206         * time/tzset.c (tzset_internal): Likewise.
6207
6208 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
6209
6210         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
6211         of ASSEMBLER.
6212
6213 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
6214
6215         [BZ #5903]
6216         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
6217         not stream for output file.  Open output file here.
6218         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
6219         and output file name.
6220         (process_fd): Likewise.
6221         (process_file): Likewise.
6222         (main): Adjust callers of changed functions.
6223         * iconv/iconv_prog.h: Adjust prototype.
6224
6225 2008-03-09  Andreas Jaeger  <aj@suse.de>
6226
6227         [BZ #5753]
6228         * sysdeps/ia64/ieee754.h: Use protected namespace
6229         __BIG_ENDIAN/__LITTLE_ENDIAN.
6230         * sysdeps/ieee754/ieee754.h: Likewise.
6231         Patch by Aurelien Jarno <aurelien@aurel32.net>.
6232
6233 2008-03-08  Roland McGrath  <roland@frob.com>
6234
6235         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
6236         ignore a signal that came from a machine exception, treat it as a
6237         fatal core-dump signal instead.
6238         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6239
6240         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6241         Clear DF bit in thread state's eflags.
6242         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6243
6244 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
6245
6246         [BZ #5774]
6247         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
6248         of NAN(...) sequence.
6249         * stdlib/Makefile (tests): Add tst-strtod6.
6250         * stdlib/tst-strtod6.c: New file.
6251
6252         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
6253
6254         [BZ #5762]
6255         * posix/getopt.c (_getopt_internal_r): Clarify error message by
6256         putting offending option character in quotes.  Clean up error
6257         messages.
6258         * po/be.po: Adjust msgstr in translation file.
6259         * po/bg.po: Likewise.
6260         * po/ca.po: Likewise.
6261         * po/cs.po: Likewise.
6262         * po/da.po: Likewise.
6263         * po/de.po: Likewise.
6264         * po/es.po: Likewise.
6265         * po/fr.po: Likewise.
6266         * po/hr.po: Likewise.
6267         * po/ko.po: Likewise.
6268         * po/nl.po: Likewise.
6269         * po/rw.po: Likewise.
6270         * po/sk.po: Likewise.
6271         * po/sv.po: Likewise.
6272         * po/tr.po: Likewise.
6273         * po/zh_CN.po: Likewise.
6274         * po/zh_TW.po: Likewise.
6275
6276         [BZ #5760]
6277         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
6278         Patch by Roland Bless <roland@bless.de>.
6279
6280         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
6281         .o file.
6282         * elf/Makefile (routines): Add dl-sysdep.
6283         (elide-routines.os): Likewise.
6284
6285 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
6286
6287         [BZ #5786]
6288         * elf/dl-sysdep.c: Undefine ROUND after use.
6289         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
6290         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
6291         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
6292         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
6293         to ...
6294         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
6295         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
6296         if necessary.
6297         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
6298
6299         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
6300         _dl_tls_get_addr_soft element.
6301         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
6302         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
6303         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
6304         GLRO.
6305         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6306         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
6307         of internal_function.
6308
6309         * stdlib/Makefile (aux): Add tens_in_limb.
6310         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
6311         * stdlib/tens_in_limb.c: ...here.  New file.
6312
6313         [BZ #5778]
6314         * sysdeps/unix/sysv/linux/pathconf.h: Declare
6315         __statfs_chown_restricted.
6316         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
6317         for _PC_CHOWN_RESTRICTED.
6318         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
6319         Implement __statfs_chown_restricted.
6320         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
6321         _POSIX_CHOWN_RESTRICTED value to zero.
6322         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
6323         defined to zero.
6324
6325         * sysdeps/x86_64/rtld-memset.c: New file.
6326
6327 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
6328
6329         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
6330
6331         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
6332         Barcelona machine.  Make default fall through branch of
6333         __x86_64_preferred_memory_instruction check as the integer code path.
6334
6335 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6336
6337         * sysdeps/x86_64/cacheinfo.c
6338         (__x86_64_preferred_memory_instruction): New variable.
6339         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6340
6341         * sysdeps/x86_64/memset.S: Rewrite.
6342
6343 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
6344
6345         * include/stdio.h (__asprintf_chk, __dprintf_chk,
6346         __obstack_printf_chk): New prototypes.
6347         (__vasprintf_chk, __vdprintf_chk,
6348         __obstack_vprintf_chk): Likewise.
6349         Add libc_hidden_proto.
6350         * libio/obprintf.c
6351         (_IO_obstack_jumps): No longer static, add attribute_hidden.
6352         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
6353         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6354         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
6355         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
6356         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6357         __obstack_vprintf_chk): New prototypes.
6358         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
6359         obstack_vprintf): New inlines.
6360         * debug/dprintf_chk.c: New file.
6361         * debug/vdprintf_chk.c: New file.
6362         * debug/asprintf_chk.c: New file.
6363         * debug/vasprintf_chk.c: New file.
6364         * debug/obprintf_chk.c: New file.
6365         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
6366         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
6367         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
6368         @@GLIBC_2.8.
6369         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
6370         vdprintf_chk and obprintf_chk, set CFLAGS for them.
6371         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
6372         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
6373         libc_hidden_proto.
6374         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
6375         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
6376         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
6377         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
6378         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
6379         @@GLIBC_2.8.
6380         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
6381         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
6382         obstack_vprintf_chk.
6383         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
6384         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
6385         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
6386         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
6387         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
6388         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
6389
6390 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
6391
6392         [BZ #5779]
6393         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
6394         Patch by Roy Marples <roy@marples.name>.
6395
6396         [BZ #5736]
6397         * malloc/malloc.c: Fix typo in comment.
6398
6399         [BZ #5627]
6400         * locale/iso-639.def: Add Shuswap.
6401
6402 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
6403
6404         [BZ #5790]
6405         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
6406         overwrite *h_errnop/*errnop values from getanswer_r in case of
6407         failure.
6408
6409 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
6410
6411         [BZ #5818]
6412         * nscd/connections.c (dbs): Add initializers for .suggested_module.
6413         (verify_persistent_db): Remove one unnecessary test and add a new one
6414         for bad configuration.
6415         (nscd_init): Improve error reported when persistent database cannot
6416         be reused.
6417         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
6418         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
6419         .suggested_module and .max_db_size and case config file says the
6420         values are zero.
6421         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
6422
6423         [BZ #5854]
6424         * nis/ypclnt.c (yp_order): Fix handling of return value of
6425         do_ypcall_tr call.
6426         Patch by Jeff Moyer <jmoyer@redhat.com>.
6427
6428         * po/fr.po: Update from translation team.
6429
6430 2008-02-22  Andreas Jaeger  <aj@suse.de>,
6431             Carlos O'Donell <carlos@systemhalted.org>
6432
6433         [BZ #5012]
6434         * FAQ.in: Describe why glibc needs to be compiled with
6435         optimization.
6436
6437 2008-02-19  Roland McGrath  <roland@redhat.com>
6438
6439         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
6440
6441 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
6442
6443         [BZ #5737]
6444         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
6445         __USE_MISC is defined.
6446
6447 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
6448
6449         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
6450         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
6451         sys/timerfd.h.
6452         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
6453         timerfd_gettime, timerfd_settime.
6454         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
6455         timerfd_gettime, timerfd_settime for GLIBC_2.8.
6456
6457 2008-02-08  Roland McGrath  <roland@redhat.com>
6458
6459         * elf/elf.h (NT_PPC_SPE): New macro.
6460
6461 2008-02-06  Roland McGrath  <roland@redhat.com>
6462
6463         * Makerules ($(common-objpfx)sysd-rules):
6464         Depend on $(sysdep-makeconfigs).
6465
6466 2008-01-31  Roland McGrath  <roland@redhat.com>
6467
6468         [BZ #5442]
6469         * configure.in: Use -print-file-name if it yields a directory,
6470         for each of include and include-fixed.
6471         * configure: Regenerated.
6472
6473         * Makeconfig (sysd-rules-targets): New variable.
6474         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
6475         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
6476
6477 2008-01-30  Roland McGrath  <roland@redhat.com>
6478
6479         * manual/libc.texinfo: Update back-cover text.
6480
6481         * elf/elf.h (NT_386_TLS): New macro.
6482
6483 2008-01-29  Roland McGrath  <roland@redhat.com>
6484
6485         * Makeconfig (sysd-rules-patterns): New variable.
6486         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
6487         (check-inhibit-asm): New canned sequence, replaces ...
6488         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
6489         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
6490         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
6491         (CFLAGS-rtld): Variable removed.
6492
6493 2008-01-24  Roland McGrath  <roland@redhat.com>
6494
6495         * configure.in: Let configure fragments set base_os.
6496         * configure: Regenerated.
6497
6498 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
6499
6500         * po/ko.po: Update from translation team.
6501
6502 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
6503
6504         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
6505
6506 2008-01-12  Andreas Jaeger  <aj@suse.de>
6507
6508         [BZ #5040]
6509         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
6510         Add EPOLLRDHUP.
6511
6512 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6513
6514         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
6515         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
6516         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
6517
6518 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
6519
6520         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
6521         * elf/dl-close.c (_dl_close): Check for it.
6522         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
6523         (_dl_allocate_static_tls): Likewise.
6524         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
6525         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
6526         to it.
6527         * elf/tst-tls16.c: New file.
6528         * elf/tst-tlsmod16a.c: New file.
6529         * elf/tst-tlsmod16b.c: New file.
6530         * elf/Makefile: Add rules to build and run tst-tls16.
6531
6532 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
6533
6534         [BZ #5628]
6535         * bits/shm.h: Fix comment describing shmid_ds.
6536         * sysdeps/gnu/bits/shm.h: Likewise.
6537         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
6538         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
6539         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6540         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6541         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6542         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6543         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6544         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
6545         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
6546
6547         [BZ #5607]
6548         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
6549         prototypes.
6550         * conform/data/limits.h-data: Adjust limits changed in v6 and add
6551         additional suffixes.
6552         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
6553         Add optional functions mq_timedreceive and mq_timedsend.
6554         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
6555         * conform/data/pthread.h-data: Fix prototype of
6556         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
6557         * conform/data/semaphore.h-data: Allow time.h definitions.
6558         * conform/data/signal.h-data: Likewise.
6559         * conform/data/stdio.h-data: getw and putw are not required in v6.
6560         * conform/data/stdlib.h-data: Change setstate prototype.
6561         * conform/data/string.h-data: Fix strerror_r prototype.
6562         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
6563         * conform/data/unistd.h-data: pthread_atfork not required in v6.
6564         Fix readlink prototype.
6565         * conform/data/netinet/in.h-data: Add const to in6addr_any and
6566         in6addr_loopback.
6567         * inet/netinet/in.h: Cleanup namespace.
6568         * posix/regex.h: Likewise.
6569         * resolv/netdb.h: Likewise.
6570         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
6571         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6572         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6573         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
6574         of names of in in6_addr.
6575         (default_precedence): Likewise.
6576         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
6577         NULL definition.
6578
6579 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
6580
6581         * conform/data/fmtmsg.h-data: Add missing allows.
6582         * conform/data/ftw.h-data: Likewise.
6583         * conform/data/inttypes.h-data: Likewise.
6584         * conform/data/math.h-data: Likewise.
6585         * conform/data/signal.h-data: Likewise.
6586         * conform/data/net/if.h-data: Likewise.
6587         * conform/data/netinet/in.h-data: Likewise.
6588         * conform/data/sys/socket.h-data: Likewise.
6589
6590         [BZ #5614]
6591         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
6592         (__strtok_r): Simplify.
6593         * string/tester.c (test_strtok_r): Add test case for futile search
6594         with single-character seach string.
6595
6596 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
6597
6598         * po/ko.po: Update from translation team.
6599
6600 2008-01-11  Andreas Jaeger  <aj@suse.de>
6601
6602         [BZ #5600]
6603         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
6604         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
6605         kernel header.
6606
6607 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
6608
6609         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
6610         native interface lookup in all the relevant places.
6611
6612 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
6613             Ulrich Drepper  <drepper@redhat.com>
6614
6615         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
6616         field.  Use sockaddr_in6 for source_addr.
6617         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
6618         (match_prefix): Likewise.
6619         (get_label): Likewise.
6620         (get_precedence): Likewise.
6621         (rfc3484_sort): Change to use indirect access to results array.
6622         Adjust to use of sockaddr_in6.  Replace service_order test with
6623         simple index comparison.
6624         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
6625         service_order field.  Adjust qsort_t calls.  Access sorted result
6626         array indirectly through order array.
6627         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
6628         * posix/tst-rfc3484-2.c: Likewise.
6629         * posix/tst-rfc3484-3.c: Likewise.
6630
6631 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
6632
6633         [BZ #5541]
6634         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
6635         pollfd structures.
6636         Patch by André Cruz.
6637
6638         [BZ #5545]
6639         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
6640         (clnt_spcreateerror): Likewise.
6641
6642         [BZ #5553]
6643         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
6644         (public_mEMALIGn): Likewise.
6645         Patch mostly by Daniel Jacobowitz.
6646
6647 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
6648
6649         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
6650         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
6651         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
6652         * stdlib/tst-makecontext2.c: New test.
6653
6654 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
6655
6656         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
6657         defined.
6658         (REINIT_PARAMS): Likewise.  Undefine before end of file.
6659         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
6660         transliteration hooks and REINIT_PARAMS afterwards.
6661         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
6662         status.
6663         (REINIT_PARAMS): Define.
6664         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
6665         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
6666         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
6667         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
6668         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
6669         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
6670         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
6671         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
6672         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
6673         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
6674         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
6675         * iconvdata/tst-iconv7.c: New test.
6676
6677 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
6678
6679         * libio/stdio.h (vscanf): Fix definition for loser compilers.
6680
6681 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
6682
6683         [BZ #5112]
6684         * nscd/connections.c (restart): Fix condition.
6685
6686 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
6687
6688         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
6689         __ctype_toupper_loc): Add __THROW.
6690
6691 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
6692
6693         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
6694         recognition of interface family.
6695
6696         * posix/getconf.c: Update copyright year.
6697         * nss/getent.c: Likewise.
6698         * iconv/iconvconfig.c: Likewise.
6699         * iconv/iconv_prog.c: Likewise.
6700         * elf/ldconfig.c: Likewise.
6701         * catgets/gencat.c: Likewise.
6702         * csu/version.c: Likewise.
6703         * elf/ldd.bash.in: Likewise.
6704         * elf/sprof.c (print_version): Likewise.
6705         * locale/programs/locale.c: Likewise.
6706         * locale/programs/localedef.c: Likewise.
6707         * nscd/nscd.c (print_version): Likewise.
6708         * debug/xtrace.sh: Likewise.
6709         * malloc/memusage.sh: Likewise.
6710         * malloc/mtrace.pl: Likewise.
6711         * debug/catchsegv.sh: Likewise.
6712
6713 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
6714
6715         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
6716         second lookup.
6717
6718 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
6719
6720         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
6721         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6722
6723 2007-12-17  Roland McGrath  <roland@redhat.com>
6724
6725         * inet/ether_line.c (ether_line): Remove unused variable.
6726
6727 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6728
6729         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
6730         and winp.
6731         * login/openpty.c (openpty): Likewise.
6732         * login/pty.h (openpty, forkpty): Likewise.
6733         * manual/terminal.texi (openpty, forkpty): Likewise.
6734
6735 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
6736
6737         * malloc/malloc.c (public_cALLOc): For arenas other than
6738         main_arena, count all bytes inside the mprotect_size range of the
6739         heap as uninitialized.
6740
6741 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
6742
6743         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
6744         executable stacks.
6745
6746         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
6747         mTRIm for all of them.
6748         (mTRIm): Additionally iterate over all free blocks and use madvise
6749         to free memory for all those blocks which contain at least one
6750         memory page.
6751         * malloc/tst-trim1.c: New file.
6752         * malloc/Makefile (tests): Add tst-trim1.
6753
6754         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
6755
6756 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
6757
6758         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
6759         First cast argument to long
6760         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
6761         Return long.
6762         (__vdso_clock_gettime): Likewise.
6763         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
6764         return long.
6765
6766 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
6767
6768         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
6769         * locale/nl_langinfo_l.c: Real implementation, copied from
6770         nl_langinfo.c.
6771         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
6772
6773 2007-12-01  Jim Meyering  <meyering@redhat.com>
6774
6775         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6776         that would inhibit utf8-optimization of a regexp containing line-
6777         or buffer-anchors, e.g., `^', `$'.
6778
6779 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6780
6781         * time/bug-getdate1.c (do_test): Don't use century values which
6782         aren't valid on 32-bit systems.
6783
6784 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
6785
6786         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
6787         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
6788         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
6789         __strcat_g, __strncat_g): Add __asm__.
6790
6791 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6792
6793         [BZ #5477]
6794         * io/fchmodat.c: Fix typo in stub_warning use.
6795         Patch by Petr Salinger.
6796
6797 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
6798
6799         * iconvdata/hp-thai8.c: New file.
6800         * iconvdata/Makefile: Add rules for hp-thai8.c.
6801         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
6802         * iconvdata/gconv-modules: Likewise.
6803
6804         [BZ #5464]
6805         * iconvdata/hp-greek8.c: New file.
6806         * iconvdata/Makefile: Add rules for hp-greek8.c.
6807         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
6808         * iconvdata/gconv-modules: Likewise.
6809
6810         [BZ #5463]
6811         * iconvdata/hp-turkish8.c: New file.
6812         * iconvdata/Makefile: Add rules for hp-turkish8.c.
6813         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
6814         * iconvdata/gconv-modules: Likewise.
6815
6816         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
6817         (shrink_heap): ... this new function.
6818         (heap_trim): Call shrink_heap instead of grow_heap.
6819
6820         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
6821         case don't call alloc_perturb.
6822
6823 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
6824
6825         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
6826         possible.
6827         * sysdeps/unix/sysv/linux/kernel-features.h
6828         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
6829         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
6830
6831 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
6832
6833         [BZ #5424]
6834         * stdio-common/vfprintf.c: Do not overflow when adding to done.
6835         * stdio-common/Makefile (tests): Add bug22.
6836         * stdio-common/bug22.c: New file.
6837
6838         [BZ #5451]
6839         * time/getdate.c: Fix filling in default values.
6840         * time/bug-getdate1.c: New file.
6841         * time/Makefile: Add rules to build and run bug-getdate1.
6842
6843         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
6844         * iconvdata/ebcdic-es.c: Likewise.
6845         * iconvdata/ebcdic-es-a.c: Likewise.
6846         * iconvdata/ebcdic-uk.c: Likewise.
6847         * iconvdata/iso8859-16.c: Likewise.
6848         * iconvdata/viscii.c: Likewise.
6849         * iconvdata/iso8859-9e.c: Likewise.
6850         * iconvdata/Makefile: Adjust appropriately.
6851
6852         [BZ #5428]
6853         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
6854         __need_wint_t.
6855
6856 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6857
6858         [BZ #5427]
6859         * iconvdata/hp-roman9.c: New file.
6860         * iconvdata/Makefile: Add rules for hp-roman9.c.
6861         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
6862         * iconvdata/gconv-modules: Likewise.
6863
6864         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
6865         * iconvdata/Makefile: Adjust appropriately.
6866
6867         [BZ #5441]
6868         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
6869         structure, it's allocated with alloca.
6870         * stdio-common/Makefile (tests): Add bug21.
6871         * stdio-common/bug21.c: New file.
6872
6873 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
6874
6875         [BZ #5452]
6876         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
6877         keyword for gcc's braced-groups.
6878
6879 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6880
6881         [BZ #5454]
6882         * inet/ether_line.c: Strip hostname of whitespaces.
6883         * inet/Makefile (tests): Add tst-ether_line.
6884         * inet/tst-ether_line.c: New file.
6885
6886 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
6887
6888         [BZ #5439]
6889         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
6890
6891         [BZ #5435]
6892         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
6893
6894         * stdlib/tst-setcontext.c: Catch the case where the links gets
6895         messed up and we do not reach main again.
6896
6897         * po/ca.po: Update from translation team.
6898
6899 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
6900
6901         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
6902         * posix/regex.h (REG_ENOSYS): Likewise.
6903         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
6904
6905 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
6906
6907         * nscd/nscd.h (MAX_STACK_USE): Define.
6908         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
6909         (gc): Initialize stack_used based on allocation in prune_cache.
6910         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
6911         Clear array before use.
6912
6913         * nscd/aicache.c (addhstaiX): Update statistics counter in case
6914         memory allocation failed.
6915         * nscd/hstcache.c (cache_addhst): Likewise.
6916         * nscd/grpcache.c (cache_addgr): Likewise.
6917         * nscd/servicescache.c (cache_addserv): Likewise.
6918         * nscd/pwdcache.c (cache_addpw): Likewise.
6919         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6920
6921 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
6922
6923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
6924         and creat system calls.
6925
6926         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
6927
6928 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6929
6930         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
6931         Add netiucv/iucv.h.
6932         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
6933         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
6934         protocol.
6935         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
6936         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
6937         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
6938
6939 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6940
6941         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
6942         strncat): Define as macros to avoid compile errors.
6943
6944         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
6945         creat entries.
6946
6947 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
6948
6949         [BZ #5382]
6950         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
6951         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
6952         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
6953         overflow it.
6954         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6955
6956         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
6957         Return zero in case the thread library is not NPTL.
6958
6959         [BZ #5375]
6960         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
6961         initializing interface list.
6962
6963         [BZ #5378]
6964         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
6965         use result of nss_getgrgid_r if nothing was found.  For other
6966         error return with a failure.
6967         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6968
6969         * locale/programs/ld-collate.c (collate_read): Fix loop to match
6970         macro name.
6971
6972 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6973
6974         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
6975         (get_scope): For IPv4 scope, use scopes table.
6976         (fini): Free scopes table if necessary.
6977         (free_scopelist): New function.
6978         (scopecmp): New function.
6979         (gaiconf_init): Also handle scopev4 entries.
6980         * posix/tst-rfc3484.c (do_test): Initialize scopes.
6981         * posix/tst-rfc3484-2.c (do_test): Likewise.
6982         * posix/gai.conf: Document scopev4 defaults.
6983         * posix/Makefile (tests): Add tst-rfc3484-3.
6984         * posix/tst-rfc3484-3.c: New file.
6985
6986         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
6987         Teredo tunnels.
6988         * posix/gai.conf: Update for current default tables.
6989
6990 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6991
6992         * po/tr.po: Update from translation team.
6993
6994 2007-11-18  Roland McGrath  <roland@frob.com>
6995
6996         * manual/arith.texi (Remainder Functions): Spelling fix.
6997         From Shaun Silk <genix@mysoul.com.au>.
6998
6999         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7000
7001 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7002
7003         * po/zh_CN.po: Update from translation team.
7004
7005         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7006         Add sys/signalfd.h and sys/eventfd.h.
7007
7008 2007-11-15  Bruno Haible  <bruno@clisp.org>
7009
7010         [BZ #5346]
7011         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7012         union.
7013         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7014         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7015         it needs only fixed stack space. Delay the initialization of
7016         msgid_len until it is needed.
7017
7018 2007-11-15  Andreas Jaeger  <aj@suse.de>
7019
7020         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7021         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7022
7023 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7024
7025         * po/ko.po: Update from translation team.
7026
7027 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7028
7029         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7030         significantly.  The device type is also part of the ifinfomsg data.
7031
7032         * po/sv.po: Update from translation team.
7033         * po/nl.po: Likewise.
7034
7035         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7036         to wake up in 24 hours.
7037
7038         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7039
7040 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7041
7042         * po/cs.po: Update from translation team.
7043         * po/pl.po: Likewise.
7044
7045         * include/ifaddrs.h: Remove in6ai_temporary.
7046         (struct in6addrinfo): Add index element.
7047         Declare __check_native.
7048         * inet/Makefile (aux): Add check_native.
7049         * sysdeps/unix/sysv/linux/check_native.c: New file.
7050         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7051         IFA_F_TEMPORARY.  Pass back ifa_index.
7052         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7053         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7054         call __check_native if necessary.
7055         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7056         to sort addresses.  Pass information about the results.
7057         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7058         of rfc3484_sort interface.
7059         * posix/tst-rfc3484-2.c: Likewise.
7060
7061         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7062         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7063         for _quicksort.
7064         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7065         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7066         on as third parameter to compare function and _quicksort.
7067         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7068         to the compare function.
7069         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7070         * Versions.def: Add GLIBC_2.8 for libc.
7071
7072         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7073         * posix/tst-rfc3484-2.c: Likewise.
7074
7075         * include/kernel-features.h: Moved to...
7076         * sysdeps/mach/hurd/kernel-features.h: ...here.
7077
7078 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
7079
7080         * sysdeps/i386/i586/memcpy_chk.S: New file.
7081         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7082         * sysdeps/i386/i586/memset_chk.S: Likewise.
7083
7084 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
7085
7086         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7087         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7088         list of interfaces.  Also store prefix length.
7089         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7090         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7091         prefix if source and destination address are in the same subnet.
7092         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
7093         Always look for matching record in in6ai list.
7094         Correct source_addr_len value for IPv6->IPv4 converted records.
7095
7096 2007-11-11  Roland McGrath  <roland@frob.com>
7097
7098         * include/kernel-features.h: New file.
7099
7100 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
7101
7102         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7103         complications for 64-bit platforms.
7104
7105         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7106         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
7107         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7108         open64_2.
7109         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7110         entries.
7111         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7112         * sysdeps/wordsize-64/alphasort.c: New file.
7113         * sysdeps/wordsize-64/alphasort64.c: New file.
7114         * sysdeps/wordsize-64/fseeko.c: New file.
7115         * sysdeps/wordsize-64/fseeko64.c: New file.
7116         * sysdeps/wordsize-64/ftello.c: New file.
7117         * sysdeps/wordsize-64/ftello64.c: New file.
7118         * sysdeps/wordsize-64/ftw.c: New file.
7119         * sysdeps/wordsize-64/ftw64.c: New file.
7120         * sysdeps/wordsize-64/iofgetpos.c: New file.
7121         * sysdeps/wordsize-64/iofgetpos64.c: New file.
7122         * sysdeps/wordsize-64/iofopen.c: New file.
7123         * sysdeps/wordsize-64/iofopen64.c: New file.
7124         * sysdeps/wordsize-64/iofsetpos.c: New file.
7125         * sysdeps/wordsize-64/iofsetpos64.c: New file.
7126         * sysdeps/wordsize-64/lockf.c: New file.
7127         * sysdeps/wordsize-64/lockf64.c: New file.
7128         * sysdeps/wordsize-64/mkostemp.c: New file.
7129         * sysdeps/wordsize-64/mkostemp64.c: New file.
7130         * sysdeps/wordsize-64/mkstemp.c: New file.
7131         * sysdeps/wordsize-64/mkstemp64.c: New file.
7132         * sysdeps/wordsize-64/scandir.c: New file.
7133         * sysdeps/wordsize-64/scandir64.c: New file.
7134         * sysdeps/wordsize-64/tmpfile.c: New file.
7135         * sysdeps/wordsize-64/tmpfile64.c: New file.
7136         * sysdeps/wordsize-64/versionsort.c: New file.
7137         * sysdeps/wordsize-64/versionsort64.c: New file.
7138         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
7139         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
7140         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
7141         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
7142         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
7143         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
7144         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
7145         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
7146         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
7147         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
7148         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
7149         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
7150
7151         * crypt/sha256-crypt.c: Fix a comment.
7152         * crypt/sha512-crypt.c: Likewise.
7153
7154 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
7155
7156         * sysdeps/x86_64/memset.S: Add sfence after movnti.
7157
7158 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
7159
7160         [BZ #5277]
7161         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
7162         because output buffer is too small break, don't loop.
7163         * iconvdata/Makefile (tests): Add bug-iconv6.
7164         * iconvdata/bug-iconv6.c: New file.
7165
7166 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
7167
7168         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
7169         with size_t type.
7170         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
7171         size_t.  Add casts where needed.
7172
7173         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
7174         old headers, don't call avc_has_perm if we don't have the
7175         permission information.
7176
7177 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
7178
7179         * elf/rtld.c (dl_main): Use the page size to find the map start.
7180
7181 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
7182
7183         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
7184         Patch by Szymon Siwek <sls@poczta.wp.pl>.
7185
7186         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
7187         when the lookup call failed.
7188
7189         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
7190         Add prune_cond and wakeup_time.
7191         (CACHE_PRUNE_INTERNAL): Define.
7192         Update declarations of prune_cache and setup_thread.
7193         * nscd/connections.c (dbs): Update initializers.
7194         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
7195         (nscd_init): Default number of threads is now 4.
7196         (invalidate_cache): Take lock before calling prune_cache.
7197         (handle_request): If SELinux forbids the request, say so.
7198         (readylist_cond): Use static initializer.
7199         (nscd_run_prune): New function.  Used only by pruning threads.
7200         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
7201         here.
7202         (fd_ready): Update nscd_run reference.
7203         (start_threads): No need to initialize readylist_cond.
7204         Start pruning threads separately.
7205         * nscd/nscd_setup_thread.c: Change return value type to int and always
7206         return 0.
7207         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
7208         to int and return nonzero value if we can use the TID address hack.
7209         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
7210         the database is later than the new entry's timeout, update the
7211         wakeup time and wake the cleanup thread.
7212         (prune_cache): Return seconds the next entry in the database is still
7213         valid.  Remove locking for pruning here.
7214         * nscd/nscd.conf: Document default number of threads.
7215
7216 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
7217
7218         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
7219         stack is properly aligned for the target function.
7220         Correct unwind info.
7221
7222         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
7223         when using auditing libraries.
7224
7225 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
7226
7227         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
7228         _nss_dns_getnetbyaddr2_r.
7229         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
7230         extra parameter to getanswer_r.
7231         (_nss_dns_getnetbyaddr_r): Now a wrapper around
7232         _nss_dns_getnetbyaddr2_r.
7233
7234         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
7235         gethstbynm3_r.
7236         * nscd/gethstbynm2_r.c: Remove.
7237         * nscd/gethstbynm3_r.c: New file.
7238         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
7239         __gethostbyaddr_r.
7240         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
7241         __gethostbyaddr_r compatibility wrapper.
7242         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
7243         determining timeout of entry.
7244         (lookup): Take new parameter and pass it to __gethostbyname3_r and
7245         __gethostbyaddr2_r.
7246         (addhstbyX): Pass reference to variable for TTL to lookup and
7247         cache_addhst.
7248         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
7249         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
7250         and __nss_next2.  Remove __nss_services_lookup.
7251         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
7252         Add compat wrapper.
7253         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
7254         __nss_next2.
7255         * nss/getXXent_r.c: Likewise.
7256         * nss/getnssent_r.c: Likewise.
7257         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
7258         does not exist in module, try the optional second name.
7259         (__nss_next2): New function.
7260         (__nss_next): Now wrapper around __nss_next2.
7261         * nss/nsswitch.h: Adjust __nss_lookup prototype.
7262         Declare __nss_next2.
7263         Adjust definition of db_lookup_function type.
7264         * nss/service-lookup.c: Define NO_COMPAT.
7265         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
7266         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
7267         * inet/ether_ntoh.c: Likewise.
7268         * sunrpc/netname.c: Likewise.
7269         * sunrpc/publickey.c: Likewise.
7270         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
7271         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
7272         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
7273         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
7274         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
7275
7276         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
7277
7278         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
7279
7280 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
7281
7282         [BZ #5204]
7283         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
7284         * crypt/sha512c-test.c: Likewise.
7285
7286         [BZ #5225]
7287         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
7288         to keep track of end of %[ format string element.
7289         * stdio-common/Makefile (tests): Add bug20.
7290         * stdio-common/bug20.c: New file.
7291
7292         [BZ #5222]
7293         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
7294         path elements in counting mode.
7295
7296 2007-10-27  Andreas Jaeger  <aj@suse.de>
7297
7298         [BZ #5040]
7299         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
7300
7301         [BZ #3112]
7302         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
7303         (__cleanup): Free shared library when exiting.
7304         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
7305         (__cleanup): Free shared library when exiting.
7306
7307 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
7308
7309         [BZ #2549]
7310         * math/libm-test.inc (check_float_internal): Support
7311         denormalized return.
7312
7313 2007-10-23  Andreas Jaeger  <aj@suse.de>
7314
7315         [BZ #5208]
7316         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
7317         __LONG_LONG_PAIR to handle little endian byte order.
7318         Suggested by abhishekrai@google.com
7319
7320 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
7321
7322         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
7323
7324 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
7325
7326         * nscd/cache.c (prune_cache): Move test for modified file outside
7327         of locking.
7328
7329 2007-10-21  Andreas Jaeger  <aj@suse.de>
7330
7331         * manual/texinfo.tex: Update to latest version.
7332
7333         * manual/sysinfo.texi (System Parameters): Fix Formatting.
7334
7335         * manual/arith.texi (Status bit operations): Fix formatting.
7336
7337         * manual/errno.texi (Error Messages): Fix formatting.
7338
7339         * manual/sysinfo.texi (System Parameters): Fix formatting.
7340
7341         * manual/libc.texinfo: Update VERSION and UPDATED.
7342
7343 2007-10-19  Roland McGrath  <roland@redhat.com>
7344
7345         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
7346
7347 2007-10-06  David S. Miller  <davem@davemloft.net>
7348
7349         * configure.in: Add sparcv9v2 and sparc64v2.
7350         * scripts/config.sub: Likewise.
7351         * configure: Regenerate.
7352         * elf/elf.h (HWCAP_SPARC_N2): New.
7353         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
7354         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
7355         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
7356         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
7357         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
7358         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
7359         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
7360
7361 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
7362
7363         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
7364         even if the poll result indicates there is data to read.
7365         Patch by Jeff Moyer <jmoyer@redhat.com>.
7366
7367 2007-10-18  Roland McGrath  <roland@redhat.com>
7368
7369         * elf/elf.h (NT_PPC_VMX): New macro.
7370
7371 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7372
7373         * version.h (VERSION): Set to 2.7.90.
7374
7375 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7376
7377         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
7378         weak_alias.
7379
7380 2007-10-17  Roland McGrath  <roland@frob.com>
7381
7382         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
7383         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
7384
7385 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7386
7387         * version.h (VERSION): Bump to 2.7.
7388         * include/features.h (__GLIBC_MINOR__): Bump to 7.
7389
7390         [BZ #5186]
7391         * time/tzset.c (__tz_convert): Don't force testing for a change of
7392         TZ if not called from localtime.  But then also see whether the
7393         file changed, in case __use_tzfile is set.
7394
7395         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
7396         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7397         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7398         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7399         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7400         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7401         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
7402         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7403
7404 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7405
7406         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
7407         and admin selects to be able to replace the gai.conf file, lock
7408         data structures around the qsort call.
7409
7410 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7411
7412         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
7413         new memset.
7414         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
7415         too high for the improvements.  Implement bzero unconditionally for
7416         use in libc.
7417
7418 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7419             Jakub Jelinek  <jakub@redhat.com>
7420
7421         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
7422         even when time_t is 32-bit.
7423         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
7424         timezone data read by __tzfile_default.  Ensure __tzname[0] is
7425         always set after the search.
7426
7427 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7428
7429         * time/tzfile.c (__tzfile_read): Help the compiler recognize
7430         unreachable code on 32-bit machines.
7431
7432 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7433
7434         [BZ #5184]
7435         * time/strftime_l.c: Include stdbool.h.
7436         (my_strftime): New wrapper, old function renamed to...
7437         (__strftime_internal): ... new function.  Add tzset_called
7438         argument, pass it down to recursive calls, don't call tzset ()
7439         if already true, set to true after call to tzset ().
7440
7441 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7442
7443         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
7444         into account when copying TZ string.
7445
7446 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7447
7448         * time/tzfile.c (__tzfile_compute): For use_last case set i to
7449         num_transition rather than num_transitions - 1.
7450
7451 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7452
7453         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
7454         PIC indirect jump.
7455
7456         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
7457         a local label rather than HIDDEN_JUMPTARGET.
7458
7459 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7460
7461         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
7462         (init_cacheinfo): Initialize it.
7463         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
7464         Always define bzero.
7465         Remove non-glibc code.
7466         * sysdeps/x86_64/bzero.S: Make an empty file.
7467
7468 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7469
7470         * sysdeps/x86_64/cacheinfo.c
7471         (__x86_64_preferred_memory_instruction): New.
7472         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7473
7474         * sysdeps/x86_64/memset.S: Rewrite.
7475
7476 2007-10-15  Roland McGrath  <roland@redhat.com>
7477
7478         * po/libc.pot: Regenerated.
7479
7480 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7481
7482         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
7483         pointers.
7484
7485         [BZ #3425]
7486         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
7487         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
7488         address record to T_A/T_AAAA requests.
7489
7490 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
7491
7492         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
7493
7494         * posix/glob.c: Add some branch prediction throughout.
7495
7496         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
7497         read from nscd.
7498
7499         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
7500         service_order.
7501         (rfc3484_sort): Make sure that even if qsort doesn't support
7502         stable sorting out sorting here is stable by comparing service_order.
7503         (getaddrinfo): Initialize service_order.
7504         * posix/tst-rfc3484.c (do_test): Adjust for addition of
7505         service_order field to sorting structure.
7506         * posix/tst-rfc3484-2.c (do_test): Likewise.
7507
7508         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
7509         * time/tzset.c (tzset_internal): Break TZ string parsing out into
7510         __tzset_parse_tz and updating of daylight, timezone, tzname into
7511         update_vars.
7512         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
7513         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
7514         happens in __tz_compute.
7515         * time/tzfile.c (__tzfile_read): Also read TZ string.
7516         (find_transition): Fold into __tzfile_compute.
7517         (__tzfile_compute): For times beyond the last transition try to
7518         use the TZ string.
7519         * timezone/tst-timezone.c: Information in daylight and tzname does
7520         change for Asia/Tokyo timezone with more concrete information.
7521         Remove the test.
7522
7523         * include/stdio.h: Add libc_hidden_proto for ftello.
7524         * libio/ftello.c: Add libc_hidden_def.
7525
7526         [BZ #1140]
7527         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
7528         on the specified time and not the last entries in the file.  Move
7529         code to determine tzname[] to...
7530         (find_transition): ...here.  Add ugly guess for times before the
7531         first transition.
7532
7533 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7534
7535         [BZ #3195]
7536         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
7537         no entry.
7538         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
7539         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7540         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
7541         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7542
7543         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
7544         read mechanism when there are no group members and avoid no-op
7545         read syscall in this case.
7546
7547         [BZ #3242]
7548         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
7549         (__readall): If reading failed due to EAGAIN error wait a bit
7550         and possibly try again.
7551         (__readvall): Likewise.
7552
7553 2007-10-13  Bruno Haible  <bruno@clisp.org>
7554
7555         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
7556         when we cannot recode the message.
7557
7558 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7559
7560         [BZ #4359]
7561         * libio/__freading.c (__freading): Don't return true for
7562         write-only streams.  For read/write streams, check whether we
7563         performed a read operation already.
7564         * libio/Makefile (tests): Add tst-ext2.
7565         * libio/tst-ext2.c: New file.
7566
7567 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7568
7569         * locale/programs/repertoire.c (repertoire_read): Always free
7570         memory for repertoire file name [Coverity CID 270].
7571
7572         * elf/cache.c (save_aux_cache): Free memory allocated for
7573         temporary file name [Coverity CID 267].
7574
7575 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7576
7577         * misc/Makefile (headers): Add bits/error.h.
7578
7579 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7580
7581         * posix/fnmatch_loop.c: Take rule index returned as part of
7582         findidx return value into account when accessing weights.
7583         * posix/regcomp.c: Likewise.
7584         * posix/regexec.c: Likewise.
7585
7586         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
7587         (skip_to): Fix problems with parameter of elifdef/elifndef.
7588
7589 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
7590
7591         * iconv/gconv_simple.c: Add some branch prediction.
7592
7593 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7594
7595         * locale/programs/ld-collate.c (collate_read): If ignore_content
7596         and nowtok is tok_define, eat any tok_eol tokens.
7597
7598 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
7599
7600         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
7601         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
7602
7603         * inet/netinet/in.h: Don't include bits/socket.h.
7604         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
7605         macro.
7606         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7607
7608 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
7609
7610         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
7611         and tok_elifndef.
7612         * locale/programs/locfile-kw.gperf: Likewise.
7613         * locale/programs/ld-collate.c: Implement primitive preprocessor.
7614
7615 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
7616
7617         * stdio-common/printf-parse.h: Include string.h and wchar.h.
7618         (__find_specwc): Change into __extern_always_inline function.
7619         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
7620         (__parse_one_specmb): Remove ps argument.
7621         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
7622         Adjust __find_specmb and __parse_one_specmb callers.
7623         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
7624         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
7625         Removed.
7626         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
7627         caller.
7628
7629 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
7630
7631         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
7632         with some Pentium Ds.
7633
7634 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
7635
7636         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
7637         __read not read.
7638         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
7639         __write not write.
7640
7641 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
7642
7643         [BZ #181]
7644         * locale/C-time.c: Set week_1stday data to 19971201.
7645         * locale/programs/ld-time.c (time_finish): Default for
7646         first_workday is Monday.
7647
7648         [BZ #2633]
7649         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
7650
7651         [BZ #5103]
7652         * posix/glob.c (glob): Recognize patterns starting \/.
7653         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
7654         (main): Add test for pattern starting \/.
7655
7656         * misc/error.h: Use __const instead of const.
7657         * misc/bits/error.h: Likewise.
7658
7659 2007-10-07  Andreas Jaeger  <aj@suse.de>
7660
7661         * include/bits/error.h: New file.
7662
7663         * misc/bits/error.h (error_at_line): Fix prototype.
7664
7665 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
7666
7667         [BZ #3924]
7668         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
7669         more little bugs in creating the stack frame when pltexit has to
7670         be called.
7671
7672         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
7673         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
7674
7675         [BZ #4407]
7676         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
7677         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
7678         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
7679         * math/libm-test.inc: Add test for this case.
7680
7681         [BZ #5010]
7682         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
7683         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
7684         map service succeeded.
7685         (svc_is_mapped): New function.
7686         (svc_unregister): Use it before trying to unmap service.
7687
7688 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
7689
7690         * timezone/zic.c: Update from tzcode2007h.
7691
7692         [BZ #5063]
7693         * timezone/africa: Update from tzdata2007h.
7694         * timezone/antarctica: Likewise.
7695         * timezone/asia: Likewise.
7696         * timezone/australasia: Likewise.
7697         * timezone/europe: Likewise.
7698         * timezone/leapseconds: Likewise.
7699         * timezone/northamerica: Likewise.
7700         * timezone/southamerica: Likewise.
7701         * timzeone/zone.tab: Likewise.
7702
7703         [BZ #5104]
7704         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
7705
7706         [BZ #5113]
7707         * string/bits/string2.h (__strdup): Cast parameters to calloc to
7708         avoid warning with -Wconversion.
7709         (__strndup): Likewise.
7710         Half the patch by Christian Iseli <christian.iseli@licr.org>.
7711
7712         [BZ #5112]
7713         * nscd/connections.c (restart): Don't resync if database is
7714         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
7715
7716         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
7717         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
7718
7719         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
7720         evetnfd_read, eventfd_write.
7721         * sysdeps/unix/sysv/linux/eventfd.c: New file.
7722         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
7723         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
7724         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
7725         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
7726         eventfd_write for GLIBC_2.7.
7727
7728         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
7729         * sysdeps/unix/sysv/linux/signalfd.c: New file.
7730         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
7731         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
7732
7733 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
7734
7735         * stdlib/msort.c: Include stdint.h.
7736         (struct msort_param): New type.
7737         (msort_with_tmp): Use struct msort_param pointer for unchanging
7738         parameters.  Add optimized handling for several common sizes
7739         and indirect sorting mode.
7740         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
7741         sorting.
7742         Suggested by Belazougui Djamel .
7743
7744         * stdlib/Makefile (tests): Add tst-qsort2.
7745         * stdlib/tst-qsort2.c: New test.
7746
7747 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
7748
7749         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
7750         for dup2 in case another thread races with the current one.  Retry
7751         in this case.
7752
7753         * misc/error.h: Remove support for use outside of libc.  We have to
7754         include <features.h> now.  Include <bits/error.h> if possible.
7755         * misc/bits/error.h: New file.
7756
7757 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
7758
7759         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
7760         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
7761         __extern_always_inline functions unconditionally, drop macros.
7762
7763         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
7764         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
7765         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
7766
7767         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
7768         add __artificial__ attribute.
7769
7770 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
7771
7772         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
7773         backward to forward direction.
7774
7775         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
7776
7777         [BZ #645]
7778         * locale/programs/ld-collate.c (collate_finish): Compare against last
7779         used section which is known to have rules defined.
7780         (collate_read): After order_start, correctly record order of sections
7781         and queue sections up.
7782
7783 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
7784
7785         [BZ #5071]
7786         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
7787         the same number of pages.
7788         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
7789
7790         * locale/programs/ld-collate.c (collate_read): After initial copy
7791         statement, continue in state 0.
7792
7793         * include/stdio_ext.h (__fsetlocking): Define as macro.
7794
7795 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
7796
7797         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
7798         of section order.
7799
7800         * po/pt_BR.po: Fix typo.
7801
7802 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
7803
7804         * iconvdata/Makefile (modules): Add ISO8859-9E.
7805         (distribute): Add iso8859-9e.c.
7806         (gen-8bit-gap-modules): Add iso8859-9e.
7807         * iconvdata/iso8859-9e.c: New file.
7808         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
7809         * iconvdata/TESTS: Likewise.
7810         * iconvdata/tst-tables.sh: Likewise.
7811
7812         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7813
7814         * locale/iso-639.def: Add several new entries.
7815
7816 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7817
7818         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
7819         void * pointers instead of struct link_map **.
7820         (_dl_scope_free): Change argument type to void *.
7821         * include/link.h (struct link_map): Change type of l_reldeps
7822         to struct link_map_reldeps, move l_reldepsact into that
7823         struct too.
7824         * elf/dl-deps.c: Include atomic.h.
7825         (_dl_map_object_deps): Only change l->l_initfini when it is
7826         fully populated, use _dl_scope_free for freeing it.  Optimize
7827         removal of libs from reldeps by using l_reserved flag, when
7828         some removal is needed, allocate a new list instead of
7829         reallocating and free the old with _dl_scope_free.  Adjust
7830         for l_reldeps and l_reldepsact changes.
7831         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
7832         searching in l_initfini and l_reldeps without holding dl_load_lock.
7833         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
7834         l_reldepsact changes.
7835         * elf/dl-close.c (_dl_close_worker): Likewise.
7836         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
7837
7838 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
7839
7840         * iconvdata/Makefile (modules): Add KOI8-RU.
7841         (distribute): Add koi8-ru.c.
7842         (gen-8bit-gap-modules): Add koi8-ru.
7843         * iconvdata/koi8-ru.c: New file.
7844         * iconvdata/gconv-modules: Add entries for KOI8-RU.
7845         * iconvdata/TESTS: Likewise.
7846         * iconvdata/tst-tables.sh: Likewise.
7847
7848         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7849
7850 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
7851
7852         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
7853         with __warning__/__error__ attributes.
7854         (__warnattr): Define.
7855         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
7856         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
7857         __warnattr.
7858         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
7859         of __*_chk if compile time detectable overflow is found.
7860         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
7861         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
7862         with __warnattr.
7863         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
7864         instead of __*_chk if compile time detectable overflow is found.
7865         (__gets_alias): Rename to...
7866         (__gets_warn): ... this.  Add __warnattr.
7867         (gets): Call __gets_warn instead of __gets_alias.
7868         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
7869         aliases with __warnattr.
7870         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
7871         time detectable overflow is found.
7872         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
7873         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
7874         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
7875         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
7876         __getdomainname_chk_warn): New aliases with __warnattr.
7877         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
7878         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
7879         __*_chk_warn instead of __*_chk if compile time detectable overflow
7880         is found.
7881         (__getgroups_chk): Rename argument to __listlen from listlen.
7882         (__getwd_alias): Rename to...
7883         (__getwd_warn): ... this.  Add __warnattr.
7884         (getwd): Call __getwd_warn instead of __getwd_alias.
7885         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
7886         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
7887         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
7888         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
7889         __wcsnrtombs_chk_warn): New aliases with __warnattr.
7890         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
7891         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
7892         compile time detectable overflow is found.
7893         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
7894         to use __*_chk or not.
7895         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
7896         in comparisons which function should be called and in __*_chk*
7897         arguments.  Call __*_chk_warn instead of __*_chk if compile time
7898         detectable overflow is found.
7899         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
7900         __*_chk argument.
7901         * debug/tst-chk1.c (do_test): Add a few more tests.
7902
7903 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
7904
7905         [BZ #5058]
7906         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
7907         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
7908         (_nl_unload_domain): Finalize conversions_lock.
7909         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
7910         handling table of known conversions.
7911
7912 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7913
7914         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
7915         close_not_cancel_no_status instead of close.
7916
7917 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
7918
7919         [BZ #5028]
7920         * posix/regcomp.c (lookup_collation_sequence_value): Check that
7921         nrules != 0 for multibyte chars.
7922
7923 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
7924
7925         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
7926         Provide better error message in case the type is unknown.
7927
7928         [BZ #4963]
7929         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
7930         * string/stratcliff.c: Make usable to test wide char functions.
7931         * wcsmbs/wcsatcliff.c: New file.
7932         * wcsmbs/Makefiel (tests): Add wcsatcliff.
7933
7934         [BZ #4972]
7935         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
7936         (distribute): Add mac-centraleurope.c.
7937         (gen-8bit-gap-modules): Add mac-centraleurope.
7938         * iconvdata/mac-centraleurope.c: New file.
7939         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
7940         * iconvdata/TESTS: Likewise.
7941         * iconvdata/tst-tables.sh: Likewise.
7942
7943         [BZ #5043]
7944         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
7945
7946 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
7947
7948         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
7949         from __x86_64_core_cache_size_half.
7950         (init_cacheinfo): Compute shared cache size for AMD processors with
7951         shared L3 correctly.
7952         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
7953         name change.
7954         Patch in large parts by Evandro Menezes.
7955
7956 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
7957
7958         * elf/dl-lookup.c (add_dependency): Handle failing memory
7959         allocation for dependency list.  Remove unnecessary check.
7960
7961         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
7962         open/close when determining source addresses.
7963
7964         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
7965         sha512-crypt, and sha512.
7966         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
7967         (distribute): Add sha256.h and sha512.h.
7968         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
7969         and call the appropriate code.
7970         * crypt/sha256-crypt.c: New file.
7971         * crypt/sha256.c: New file.
7972         * crypt/sha256.h: New file.
7973         * crypt/sha256c-test.c: New file.
7974         * crypt/sha256test.c: New file.
7975         * crypt/sha512-crypt.c: New file.
7976         * crypt/sha512.c: New file.
7977         * crypt/sha512.h: New file.
7978         * crypt/sha512c-test.c: New file.
7979         * crypt/sha512test.c: New file.
7980
7981 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
7982
7983         * misc/bits/syslog.h (syslog): Remove extraneous argument from
7984         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
7985         __syslog_chk.
7986
7987 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
7988
7989         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
7990         %as in fscanf format strings.
7991
7992         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
7993         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7994         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7995         Likewise.
7996         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7997         Likewise.
7998
7999         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8000         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8001         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8002         * elf/dl-sym.c (do_sym): Likewise.
8003         * include/link.h (struct link_map): Add l_serial field.
8004         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8005         * elf/dl-lookup.c (add_dependency): Add flags argument.
8006         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8007         flags, use THREAD_GSCOPE_RESET_FLAG before and
8008         THREAD_GSCOPE_SET_FLAG after
8009         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8010         Don't dereference map until it has been found on some list.
8011         If map->l_serial changed, return -1.
8012
8013 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8014
8015         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8016         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8017         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8018         libc_hidden_proto.
8019         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8020         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8021         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8022         add libc_hidden_proto.
8023         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8024         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8025         conformance requested.
8026         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8027         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8028         conformance requested.
8029         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8030         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8031         conformance requested.
8032         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8033         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8034         ISO C99 or POSIX conformance requested.
8035         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8036         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8037         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8038         and __isoc99_vsscanf@@GLIBC_2.7.
8039         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8040         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8041         (tests): Add scanf14.
8042         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8043         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8044         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8045         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8046         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8047         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8048         from using internal headers.
8049         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8050         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8051         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8052         and __isoc99_vswscanf@@GLIBC_2.7.
8053         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8054         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8055         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8056         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8057         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8058         * stdio-common/isoc99_scanf.c: New file.
8059         * stdio-common/isoc99_vsscanf.c: New file.
8060         * stdio-common/isoc99_vscanf.c: New file.
8061         * stdio-common/isoc99_vfscanf.c: New file.
8062         * stdio-common/isoc99_fscanf.c: New file.
8063         * stdio-common/isoc99_sscanf.c: New file.
8064         * wcsmbs/isoc99_fwscanf.c: New file.
8065         * wcsmbs/isoc99_vswscanf.c: New file.
8066         * wcsmbs/isoc99_swscanf.c: New file.
8067         * wcsmbs/isoc99_wscanf.c: New file.
8068         * wcsmbs/isoc99_vwscanf.c: New file.
8069         * wcsmbs/isoc99_vfwscanf.c: New file.
8070         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8071         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8072         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8073         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8074         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8075         * stdio-common/scanf14.c: New test.
8076         * stdio-common/scanf15.c: New test.
8077         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8078         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8079         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8080         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8081         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8082         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8083         __nldbl___isoc99_scanf@@GLIBC_2.7,
8084         __nldbl___isoc99_fscanf@@GLIBC_2.7,
8085         __nldbl___isoc99_sscanf@@GLIBC_2.7,
8086         __nldbl___isoc99_vscanf@@GLIBC_2.7,
8087         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8088         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8089         __nldbl___isoc99_wscanf@@GLIBC_2.7,
8090         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8091         __nldbl___isoc99_swscanf@@GLIBC_2.7,
8092         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8093         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8094         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8095         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8096         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8097         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8098         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8099         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8100         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8101         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8102         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8103         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8104         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8105         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8106         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8107         functions.
8108         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8109         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8110         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8111         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8112         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8113         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8114         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
8115         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
8116         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
8117         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
8118         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
8119         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
8120
8121         * stdio-common/Makefile (tests): Add scanf13.
8122         (scanf13-ENV): New.
8123         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
8124         m modifier followed by l.
8125         (STRING_ARG): Add width argument.
8126         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
8127         <case L_('C')>: Handle %mlc and %mC.
8128         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
8129         arguments.
8130         * stdio-common/scanf13.c: New test.
8131
8132         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
8133         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
8134
8135 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
8136
8137         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
8138         type and __THROW marker of splice, vmsplice, and tee.
8139         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8140         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8141         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8142         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8143         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8144         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8145         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8146         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
8147         as cancellation points.
8148
8149 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
8150
8151         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
8152         parse more than three parts of the version number.
8153
8154 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
8155
8156         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
8157         modifier.  Patch by Jakub Jelinek.
8158
8159 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
8160
8161         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
8162         call_fallocate in misc subdir.
8163         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
8164         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
8165         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
8166         instead of __fallocate64.
8167         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
8168
8169 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
8170
8171         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
8172         * rt/Makefile (headers): Add bits/mqueue2.h.
8173         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
8174         optimizing with GCC and __va_arg_pack_len is defined.
8175         * rt/bits/mqueue2.h: New file.
8176         * rt/mq_open.c (__mq_open): Renamed from mq_open.
8177         (mq_open): New strong_alias.
8178         (__mq_open_2): New function.
8179         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
8180         (mq_open): New strong_alias.
8181         (__mq_open_2): New function.
8182         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
8183         * Versions.def (librt): Add GLIBC_2.7 version.
8184         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
8185         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
8186
8187         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
8188         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
8189         is defined rather than when not C++.
8190         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
8191         __openat64_alias): New redirects.
8192         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
8193         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
8194         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
8195         (open, open64, openat, openat64): Rewrite as __extern_always_inline
8196         functions instead of function-like macros.
8197
8198 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
8199
8200         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
8201         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
8202         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
8203
8204 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
8205
8206         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
8207         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
8208
8209 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
8210
8211         * inet/tst-network.c: Increment ERRORS for failing tests.
8212
8213 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
8214
8215         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8216         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
8217         implement as __extern_always_inline function.
8218         (vsyslog): Define as __extern_always_inline function unconditionally.
8219         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
8220         When __va_arg_pack is defined, implement as __extern_always_inline
8221         functions.
8222         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8223         __extern_always_inline functions unconditionally.
8224         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
8225         bits/stdio2.h will be included.
8226         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
8227         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
8228         implement as __extern_always_inline functions.
8229         (vswprintf, vwprintf, vfwprintf): Define as
8230         __extern_always_inline functions unconditionally.
8231         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
8232
8233 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
8234
8235         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
8236         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
8237         attribute.
8238         * include/features.h (__USE_EXTERN_INLINES): Define only when
8239         __extern_inline is defined.
8240         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
8241         is defined instead of when not __cplusplus.
8242         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
8243         is defined instead of when not __cplusplus.
8244         * socket/sys/socket.h: Include bits/socket2.h when
8245         __extern_always_inline is defined instead of when not __cplusplus.
8246         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
8247         is defined instead of when not __cplusplus.
8248         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
8249         is defined instead of when not __cplusplus.
8250         * string/string.h: Include bits/string3.h when __extern_always_inline
8251         is defined instead of when not __cplusplus.
8252         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
8253         is defined instead of when not __cplusplus.
8254         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
8255         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
8256         is not defined.
8257         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
8258         defined __extern_always_inline instead of !defined __cplusplus.
8259         * libio/bits/stdio-ldbl.h: Likewise.
8260         * wcsmbs/bits/wchar-ldbl.h: Likewise.
8261         * misc/bits/syslog.h (syslog): Don't define for C++.
8262         (vsyslog): Use __extern_always_inline function for C++ instead of
8263         a macro.
8264         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
8265         whenever that macro is defined.
8266         (vprintf): Don't provide the inline for C++.
8267         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
8268         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
8269         define the macros for C++.
8270         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8271         __extern_always_inline functions for C++.
8272         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
8273         stat64, lstat64, fstat64, fstatat64): Don't define if not
8274         __USE_EXTERN_INLINES.
8275         * wcsmbs/bits/wchar2.h: Fix #error message.
8276         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
8277         (vswprintf, vwprintf, vfwprintf): Define using
8278         __extern_always_inline functions for C++.
8279         * string/bits/string3.h: Don't #undef macros if __cplusplus.
8280         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
8281         strncpy, strcat, strncat): Define as __extern_always_inline
8282         functions instead of macros for C++.
8283         * math/bits/cmathcalls.h: Guard __extern_inline routines with
8284         defined __extern_inline.
8285         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
8286         to __extern_inline whenever that macro is defined.
8287         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8288         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8289         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
8290         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
8291         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8292         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8293         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8294         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8295         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
8296         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
8297         prototypes.  Only provide __extern_inline routines if
8298         __USE_EXTERN_INLINES.
8299         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
8300         tests.
8301         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
8302         For now avoid some *printf tests in C++.  Skip all testing
8303         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
8304         is not.
8305         * debug/tst-chk4.cc: New file.
8306         * debug/tst-chk5.cc: New file.
8307         * debug/tst-chk6.cc: New file.
8308         * debug/tst-lfschk4.cc: New file.
8309         * debug/tst-lfschk5.cc: New file.
8310         * debug/tst-lfschk6.cc: New file.
8311         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
8312         prototypes in C++.
8313         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
8314         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
8315         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
8316
8317 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
8318
8319         * po/cs.po: Update from translation team.
8320
8321 2007-09-11  Roland McGrath  <roland@redhat.com>
8322
8323         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
8324         compiling.
8325
8326 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8327
8328         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
8329
8330 2007-09-05  Roland McGrath  <roland@redhat.com>
8331
8332         * manual/signal.texi (Signaling Another Process): Typo fix.
8333         From Karl Berry <karl@freefriends.org>.
8334
8335 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
8336
8337         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
8338         zero if not defined.
8339         (make_request): Recognize optimistic addresses and treat them like
8340         deprecated addresses.
8341         Reported by Neil Horman <nhorman@redhat.com>.
8342
8343 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
8344
8345         * nscd/connections.c (send_ro_fd): Also transfer file size.
8346         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
8347         file size don't call fstat.
8348
8349         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
8350         ahead and map the file.  This should always be correct and we can
8351         catch problems later.
8352
8353 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
8354
8355         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
8356         prototypes.
8357         (__fread_alias, __fread_unlocked_alias): New aliases.
8358         (fread): New extern inline.
8359         (fread_unlocked): Likewise.  Undef macro before definition of
8360         the inline function.
8361         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
8362         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
8363         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
8364         and __fread_unlocked_chk@@GLIBC_2.7.
8365         * debug/fread_chk.c: New file.
8366         * debug/fread_u_chk.c: New file.
8367         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
8368
8369 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
8370
8371         * sysdeps/unix/sysv/linux/syscalls.list
8372         (personality): Change caller to EXTRA.
8373
8374 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
8375
8376         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
8377         to keep gcc quiet.
8378         * iconvdata/iso-2022-cn.c (BODY): Likewise.
8379
8380         * locale/programs/ld-collate.c (collate_output): Avoid warning if
8381         NDEBUG is defined.
8382
8383         * Makerules: Use -p option with mkdir.
8384
8385         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
8386         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
8387         (_xdr_directory_obj): Likewise.
8388         (xdr_entry_obj): Likewise.
8389         (xdr_group_obj): Likewise.
8390         (xdr_link_obj): Likewise.
8391         (xdr_table_obj): Likewise.
8392         (_xdr_nis_result): Likewise.
8393         (_xdr_ns_request): Likewise.
8394         (_xdr_ib_request): Likewise.
8395         (_xdr_nis_taglist): Likewise.
8396         (xdr_cback_data): Likewise.
8397         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
8398         (xdr_ypresp_maplist): Likewise.
8399
8400         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
8401
8402         * posix/regex_internal.h: Prevent some declarations and definitions
8403         to be seen when used in tests.
8404
8405         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
8406         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
8407
8408         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
8409
8410         * config.make.in (datarootdir): Add to shut up configure.
8411
8412         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
8413         associativity for fully-associative caches.
8414
8415         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
8416         requests.  Fill on more associativity values for L2.
8417         Patch mostly by Evandro Menezes.
8418
8419 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
8420
8421         * sysdeps/unix/sysv/linux/x86_64/init-first.c
8422         (_libc_vdso_platform_setup): Avoid using exported variable by using
8423         alias.
8424
8425         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
8426
8427         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
8428         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
8429         defined.
8430
8431 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
8432
8433         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
8434         align stack for call if pltexit is to be used.
8435
8436         [BZ #3924]
8437         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
8438         align for function call in case pltexit has to be called later.
8439
8440         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
8441         implicit atomic operation when storing function pointer.
8442         (_dl_runtime_profile): Likewise.
8443
8444 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8445
8446         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
8447         NIS_NOTFOUND.
8448
8449 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8450
8451         [BZ #4566]
8452         * string/strtok.c: Fix typo in comment.
8453
8454         [BZ #4582]
8455         * debug/segfault.c: Fix typos in comments.
8456
8457         [BZ #4588]
8458         * stdio-common/tempnam.c: Fix comment, it is not checked that
8459         TMPDIR points to a writable directory.
8460
8461         [BZ #4726]
8462         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
8463         memory allocated for the name server address.
8464
8465         [BZ #4946]
8466         * nscd/connections.c (handle_request): Using sendfile always
8467         requires that mmap is used for the database.
8468         Patch by Petr Baudis <pasky@suse.cz>.
8469
8470         [BZ #4905]
8471         * nscd/hstcache.c (cache_addhst): When reloading an entry which
8472         suddenly has two or more addresses, ignore it and remove the old
8473         entry.
8474
8475         [BZ #4814]
8476         * resolv/res_hconf.c: Prepare for compiling outside libc.
8477         * nscd/res_hconf.c: New file.
8478         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
8479         the new file.
8480         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
8481         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
8482
8483         * nscd/hstcache.c (cache_addhst): Minimal optimization.
8484
8485         [BZ #4925]
8486         * debug/pcprofiledump.c: Turn on internationalization by calling
8487         setlocale.  Patch mostly by Benno Schulenberg.
8488
8489         [BZ #4936]
8490         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
8491         the state.
8492         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
8493         * iconvdata/bug-iconv5.c: New file.
8494
8495 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
8496
8497         [BZ #4896]
8498         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
8499         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
8500         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
8501         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
8502         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
8503         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
8504         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
8505         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
8506
8507 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8508
8509         [BZ #4937]
8510         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
8511         lookup loop.  Suggested by John Reiser.
8512
8513 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
8514
8515         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
8516
8517 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
8518
8519         * csu/libc-start.c: Don't handle VDSO_SETUP here.
8520         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
8521         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
8522         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
8523         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
8524         to...
8525         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
8526
8527 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
8528
8529         * po/nl.po: Update from translation team.
8530
8531 2007-08-16  Andreas Jaeger  <aj@suse.de>
8532
8533         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
8534         Reported by Peter Festner <peter.festner@ewetel.net>.
8535
8536 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8537
8538         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
8539
8540 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
8541
8542         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
8543         to check for undefined symbols.
8544
8545         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
8546         If the syscall fails, set errno to the actual returned error number
8547         rather than EINVAL.
8548         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
8549         arguments are incorrect, set errno to EINVAL, if the syscall
8550         fails, set errno to the actual returned error number.
8551
8552         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
8553         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
8554
8555         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
8556         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
8557         file.
8558         (ASI_PNF, ASI_BLK_P): Don't define.
8559         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
8560         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
8561         file.
8562         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
8563         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
8564         file.
8565
8566 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
8567
8568         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
8569         FE_UNDERFLOW on Niagara CPUs.
8570
8571         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
8572         exceptions.
8573
8574 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
8575
8576         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
8577         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
8578         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
8579         flush should be used or not inside of the function.
8580         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
8581
8582         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
8583         __thread_start): Use HIDDEN_JUMPTARGET.
8584         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
8585         __thread_start): Likewise.
8586         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
8587
8588         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
8589         Add libc_hidden_proto.
8590         (STRTOF): Add libc_hidden_proto.
8591         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
8592         (strtold_l, wcstold_l): Use them as second argument for
8593         long_double_symbol.
8594
8595 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8596
8597         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
8598
8599 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8600
8601         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
8602
8603 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8604
8605         * po/bg.po: New file.  From the translation team.
8606
8607 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
8608
8609         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
8610         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
8611         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
8612         when each feature was introduced.
8613
8614         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
8615         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
8616         (CHECK_HASH): New macro.
8617         (PREPARE_VERSION): Use it.
8618
8619         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
8620         prototype if not __ASSUME_PSELECT.
8621         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
8622         prototype if not __ASSUME_PPOLL.
8623
8624         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
8625
8626         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
8627         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
8628         is defined.
8629
8630 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
8631
8632         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
8633         (_libc_vdso_platform_setup): If vDSO is not available point
8634         __vdso_gettimeofday to the vsyscall.
8635         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
8636         __vdso_gettimeofday instead of vsyscall.
8637
8638 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
8639
8640         * nscd/servicescache.c: Include kernel-features.h.
8641         * nscd/gai.c: Likewise.
8642         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
8643         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
8644         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
8645         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8646         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8647         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
8648         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8649         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
8650         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8651
8652 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
8653
8654         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
8655         and _dl_get_origin defines anymore.
8656
8657         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
8658         Build fix for systems which might lack POSIX timer support.
8659
8660         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
8661         (_libc_vdso_platform_setup): Mangle function pointers before storing
8662         them.
8663         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
8664         Demangle vdso pointer before use.
8665         (INTERNAL_VSYSCALL): Likewise.
8666
8667         * elf/cache.c (primes): Mark as const.
8668         Noted by Roland McGrath.
8669
8670 2007-08-01  Andreas Jaeger  <aj@suse.de>
8671             Jakub Jelinek  <jakub@redhat.com>
8672
8673         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
8674         (options): Add option.
8675         (parse_opt): Handle option.
8676         (manual_link): Adjust process_file caller.  Call implicit_soname.
8677         (search_dir): Formatting.  Use and populate auxiliary cache.
8678         (main): Load and save auxiliary cache.
8679         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
8680         stat64 from fstat64 to caller.
8681         (implicit_soname): New function.
8682         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
8683         leave *soname as NULL.
8684         * elf/cache.c: Include libgen.h.
8685         (print_entry, print_cache, compare, save_cache, add_to_cache):
8686         Formatting and cleanups.
8687         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
8688         aux_cache_file): New structures.
8689         (AUX_CACHEMAGIC): Define.
8690         (primes): New array.
8691         (aux_hash_size, aux_hash): New variables.
8692         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
8693         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
8694         load_aux_cache, save_aux_cache): New functions.
8695         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
8696         (init_aux_cache, search_aux_cache, add_to_aux_cache,
8697         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
8698         (process_file): Adjust prototype.
8699
8700 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
8701
8702         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
8703         with __need_size_t.
8704
8705 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
8706
8707         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
8708         r_found_version structure as second parameter.
8709         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
8710         (_dl_vdso_vsym): Change type of second parameter accordingly.
8711         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
8712         (_libc_vdso_platform_setup): Adjust.
8713         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
8714         (_libc_vdso_platform_setup): Likewise.
8715
8716         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
8717         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
8718         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
8719         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
8720         * csu/libc-start.c: Pretty printing.
8721         Use VDSO_SETUP if defined.
8722         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
8723         and let generic code call into _libc_vdso_platform_setup.
8724         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
8725         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
8726         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
8727         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
8728         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
8729         for GLIBC_PRIVATE.
8730         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
8731         (sysdep_rountines): Add dl-vdso.
8732
8733         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
8734         of routines.
8735
8736         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
8737         attribute_hidden to __vdso_gettimeofday prototype.
8738
8739 2007-08-12  Roland McGrath  <roland@redhat.com>
8740
8741         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
8742         From: Karl Berry <karl@freefriends.org>.
8743
8744 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
8745
8746         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
8747         an atime update for the files we read.
8748
8749 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
8750
8751         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
8752
8753         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
8754         instead of mkstemp.
8755
8756         * misc/Makefile (routines): Add mkostemp and mkostemp64.
8757         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
8758         * misc/mkostemp.c: New file.
8759         * misc/mkostemp64.c: New file.
8760         * stdlib/stdlib.h: Declare the new functions.
8761         * sysdeps/posix/tempname.c: Add new parameter which is added to
8762         the flags for open.  Remove __GT_BIGFILE handling.
8763         * stdio-common/tempname.c: Likewise.
8764         * include/stdio.h: Adjust __gen_tempname prototype.
8765         Renumber __GT_* constants.
8766         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
8767         * misc/mkdtemp.c: Likewise.
8768         * misc/mkstemp.c: Likewise.
8769         * misc/mkstemp64.c: Likewise.
8770         * misc/mktemp.c: Likewise.
8771         * stdio-common/tempnam.c: Likewise.
8772         * stdio-common/tmpfile.c: Likewise.
8773         * stdio-common/tmpfile64.c: Likewise.
8774         * stdio-common/tmpnam.c: Likewise.
8775         * stdio-common/tmpnam_r.c: Likewise.
8776
8777 2007-08-10  Roland McGrath  <roland@frob.com>
8778
8779         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
8780         New macros.
8781         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
8782         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8783
8784 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
8785
8786         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
8787         possible.
8788         * nss/nss_files/files-alias.c (internal_setent): Likewise.
8789         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
8790         * nss/nss_files/files-have_o_cloexec.c: New file.
8791
8792         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
8793         available.
8794
8795 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
8796
8797         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
8798         ___new_wcstold_l): New weak aliases.
8799         (strtold_l, wcstold_l): Use them as second argument for
8800         long_double_symbol.
8801
8802 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
8803
8804         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
8805         register in test for error.
8806
8807         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
8808         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
8809
8810         * po/sv.po: Update from translation team.
8811
8812 2007-08-06  Roland McGrath  <roland@redhat.com>
8813
8814         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
8815         Remove __strto*_l inlines.
8816         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
8817         * stdlib/strtod.c: Add libc_hidden_def.
8818         * stdlib/strtod_l.c: Likewise.
8819         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
8820         for __new_strtold and __new_wcstold.
8821         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
8822         __STRTOF, STRTOF.
8823         * stdlib/strtol.c: Add libc_hidden_def.
8824         * stdlib/strtol_l.c: Likewise.
8825         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
8826         strtoq.
8827
8828         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
8829
8830         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
8831         * scripts/data/localplt-generic.data: ... here.
8832         * elf/Makefile (check-data): Get generic file if no other.
8833         ($(objpfx)check-localplt.out): Make target unconditional.
8834
8835         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
8836         Use ElfW(Nhdr).
8837
8838 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
8839
8840         * po/zh_CN.po: Updated translation from translation team.
8841
8842 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
8843
8844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
8845         Don't use CGOTSETUP and CGOTRESTORE macros.
8846
8847 2007-08-04  Roland McGrath  <roland@redhat.com>
8848
8849         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
8850
8851 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
8852
8853         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
8854         __extension__ around the whole statement expression.
8855
8856 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
8857
8858         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
8859         elements during initialization.
8860
8861         * po/pl.po: Updated translation from translation team.
8862         * po/tr.po: Likewise.
8863         * po/nl.po: Likewise.
8864
8865 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
8866
8867         * rt/aio.h: Add __nonnull attributes.
8868
8869 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8870
8871         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
8872         * stdlib/Makefile (tests): Add tst-strtod5.
8873         (tst-strtod5-ENV): New.
8874         * stdlib/tst-strtod5.c: New file.
8875
8876         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
8877         failed.
8878         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
8879         on failure.
8880
8881         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
8882         allocated.
8883
8884 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8885
8886         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
8887         numbers.
8888
8889 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
8890
8891         * io/Makefile (aux): Add have_o_cloexec.
8892         * include/fcntl.h: Declare __have_o_cloexec.
8893         * io/have_o_cloexec.c: New file.
8894         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
8895         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
8896         fcntl call if not necessary.
8897         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
8898         of local variable.
8899
8900         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
8901         Avoid memset, add explicit initialization.
8902         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
8903         to the end and change into zero-sized array.
8904         Move lock member to fill a hole on 64-bit platforms.
8905
8906         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
8907         inline functions.
8908         * include/stdlib.h: Add __strto*_internal prototypes here.
8909         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
8910         inline functions.
8911         * include/wchar.h: Add __wcsto*_internal prototypes.
8912         * sysdeps/generic/inttypes.h: No need to protect the declaration
8913         of the __strto*_internal and __wcsto*_internal members here.
8914
8915         * rt/mqueue.h: Change const to __const and add nonnull attributes.
8916
8917 2007-08-02  Roland McGrath  <roland@redhat.com>
8918
8919         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
8920         $(inst_bindir)/getconf if possible.
8921
8922         * posix/Makefile ($(objpfx)getconf.speclist): New target.
8923         (generated): Add it.
8924         ($(inst_libexecdir)/getconf): Use it.
8925
8926 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
8927
8928         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
8929         /proc is faster and sufficient.  /sys is still needed for
8930         __get_nprocs_conf.
8931
8932 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
8933
8934         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
8935         syscall as __fallocate64.
8936         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
8937         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
8938
8939 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
8940
8941         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
8942         value.
8943
8944         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
8945         if off_t is different rank from size_t.
8946
8947         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
8948         uw_frame_state_for): Avoid type punning warnings.
8949         * sysdeps/generic/unwind-dw2-fde-glibc.c
8950         (_Unwind_IteratePhdrCallback): Likewise.
8951         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
8952         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
8953         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
8954         pointers.
8955
8956 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
8957
8958         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
8959         total processors using sysfs.
8960         (__get_nprocs): Use sysfs to determine which processors are online.
8961
8962 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
8963
8964         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
8965         syscall arguments count.
8966
8967         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
8968
8969 2007-07-30  Roland McGrath  <roland@redhat.com>
8970
8971         * manual/libc.texinfo: Update copyrights, formatting magic, and
8972         @dircategory.  From Karl Berry <karl@freefriends.org>.
8973
8974 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
8975
8976         [BZ #4860]
8977         * io/Makefile (headers): Add bits/fcntl2.h.
8978
8979         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
8980         using gcc builtin.
8981         (__CPU_EQUAL_S): Likewise.
8982
8983         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
8984         (tests): Add tst-cpuset.
8985         * posix/sched_cpualloc.c: New file.
8986         * posix/sched_cpufree.c: New file.
8987         * posix/tst-cpuset.c: New file.
8988         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
8989         GLIBC_2.7.
8990         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
8991         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
8992         macros.  Define CPU_*_S macros.
8993
8994 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8995
8996         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
8997         entry.
8998
8999         [BZ #4858]
9000         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9001         #.0g and value rounded to 1.0.
9002         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9003
9004 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9005
9006         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9007         for int_frac_digits and frac_digits.
9008
9009         * login/logout.c (logout): Avoid aliasing violation.
9010         * login/logwtmp.c (logwtmp): Likewise.
9011
9012         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9013
9014         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9015         to avoid warning.
9016         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9017         warning.
9018         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9019         warning.
9020         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9021         to avoid warnings.
9022
9023         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9024         void **.
9025         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9026
9027         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9028         char * to avoid warning.
9029         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9030
9031         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9032
9033         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9034         allocate_arrays): Cast second argument to charmap_find_symbol
9035         to char * to avoid warnings.
9036
9037         * locale/programs/repertoire.c (repertoire_new_char): Change
9038         from_nr, to_nr and cnt to unsigned long, adjust printf format
9039         string.
9040
9041         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9042         Cast second argument to new_element to char * to avoid warnings.
9043
9044         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9045
9046         * intl/gettextP.h (struct loaded_domain): Change plural to const
9047         struct expression *.
9048         * intl/plural-eval.c (plural_eval): Change first argument to
9049         const struct expression *.
9050         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9051         argument to const struct expression **.
9052         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9053         prototypes.
9054         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9055         in call to __gettext_free_exp.
9056
9057         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9058         unitialized wstring/wpattern var warnings.
9059
9060         * posix/runtests.c (struct a_test): Make data field const char *.
9061
9062         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9063         vars if not LDBL_MANT_DIG >= 106.
9064
9065         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9066
9067         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9068         __find_specmb to avoid warning.
9069
9070         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9071
9072         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9073         to avoid warnings.
9074
9075         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9076         initializer.
9077
9078         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9079         tv var when it will be actually used.
9080
9081         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9082         to avoid warnings.
9083
9084         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9085         char array resp. pointer.
9086         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9087         char array.
9088         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9089         to const unsigned char **.
9090         (ucs4_to_cns11643): Change second argument to unsigned char *.
9091         * iconvdata/euc-tw.c (BODY): Change endp type to
9092         const unsigned char *.
9093         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9094         to unsigned char *.
9095         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9096         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9097         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9098         types to unsigned char pointers/arrays instead of char.
9099         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9100         to unsigned char *.
9101         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9102         * iconvdata/jis0212.h: Include assert.h.
9103         (ucs4_to_jisx0212): Change second argument to unsigned char *.
9104         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9105         of trying to handle that.
9106         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9107         shut up a warning.
9108         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9109         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9110         two dimensional const unsigned char arrays.
9111         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9112         Initialize endp to inptr to shut up a warning.
9113
9114 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9115
9116         [BZ #4772]
9117         * time/strptime_l.c (__strptime_internal): Silently ignore
9118         strftime modifiers and field width in recursive calls.
9119
9120         * include/time.h (enum ptime_locale_status): Remove.
9121         (__strptime_internal): Remove decided and era_cnt arguments,
9122         add statep argument.
9123         * time/strptime_l.c (__strptime_internal): Remove decided
9124         and era_cnt arguments, add statep argument.  Don't recompute
9125         any fields in recursive calls, only update caller's tm
9126         and state, if recursive call fails, don't change tm nor
9127         any state.
9128         (get_alt_number): Adjust.
9129         (recursive): Adjust caller.
9130         (strptime): Likewise.
9131         * time/strptime.c (strptime): Likewise.
9132
9133 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
9134
9135         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
9136         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
9137         if from and to charsets are the same.
9138         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
9139         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
9140         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9141
9142 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9143
9144         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
9145         Don't define wint_t when __need_mbstate_t unless it
9146         is necessary.
9147         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
9148         in the typedef if possible.
9149         * wctype/wctype.h (wint_t): Define by including
9150         wchar.h with __need_wint_t instead of including stddef.h
9151         with __need_wint_t and as fallback definining it ourselves.
9152         * iconv/gconv.h (__need_wint_t): Define before including
9153         wchar.h.
9154         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
9155         or _GLIBCPP_USE_WCHAR_T.
9156         (__need_wchar_t): Don't define
9157         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9158         (__need_wint_t): Don't define before including stddef.h,
9159         define before including wchar.h only if _LIBC or
9160         _GLIBCPP_USE_WCHAR_T.
9161         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9162         * sysdeps/mach/hurd/_G_config.h: Likewise.
9163         * sysdeps/generic/_G_config.h: Likewise.
9164         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
9165         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
9166         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
9167         if _LIBC or _GLIBCPP_USE_WCHAR_T.
9168
9169 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9170
9171         * sysdeps/posix/posix_fallocate64.c: Undefine
9172         __posix_fallocate64_l64 before alias handling.
9173         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
9174         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
9175         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
9176         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
9177
9178         * io/tst-posix_fallocate.c: Include <fcntl.h>.
9179
9180 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
9181
9182         * locale/programs/ld-collate.c (atwc): New variable.
9183         (add_to_tablewc): New toplevel function, moved from collate_output.
9184         (collate_output): Remove add_to_tablewc nested function.
9185
9186         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
9187         (name_insert): New function.
9188         (write_output): Remove hash_table and hash_size vars and name_insert
9189         nested function.
9190
9191 2007-07-24  Roland McGrath  <roland@redhat.com>
9192
9193         * Makerules (install-others-programs-nosubdir): New target.
9194         (install-no-libc.a-nosubdir): Depend on it.
9195
9196         * iconv/Makefile (install-others-programs): Set this instead of
9197         install-others.
9198         * login/Makefile (install-others-programs): Likewise.
9199         * posix/Makefile (install-others-programs): Likewise.
9200
9201         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
9202         dependencies.
9203
9204 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
9205
9206         * io/Makefile (tests): Add tst-posix_fallocate.
9207         * io/tst-posix_fallocate.c: New file.
9208
9209         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9210         __ASSUME_FALLOCATE.
9211
9212 2007-07-22  Roland McGrath  <roland@frob.com>
9213
9214         * hurd/getdport.c: Add missing copyright year update.
9215
9216         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
9217         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
9218
9219 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
9220
9221         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
9222
9223         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
9224         O_CLOEXEC is needed.
9225         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
9226         Avoid additional fcntl to set O_CLOEXEC if not needed.
9227         * nis/nss_compat/compat-initgroups.c: Likewise.
9228         * nis/nss_compat/compat-pwd.c: Likewise.
9229         * nis/nss_compat/compat-spwd.c: Likewise.
9230
9231 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9232
9233         [BZ #3665]
9234         * manual/errno.texi: Change ECANCELED value to 119.
9235
9236         [BZ #4610]
9237         * mach/lock-intern.h: Include <sys/cdefs.h>.
9238
9239         [BZ #4178]
9240         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
9241         reading A.
9242
9243         [BZ #4126]
9244         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
9245         to __sigsuspend.
9246
9247         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
9248
9249 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
9250
9251         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
9252         `__ASSEMBLER__'.
9253         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9254
9255 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
9256
9257         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
9258         descriptor received from nscd.
9259
9260         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
9261
9262         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
9263         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9264         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9265         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9266         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9267         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9268
9269 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9270
9271         [BZ #4816]
9272         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
9273
9274         [BZ #4813]
9275         * login/forkpty.c (forkpty): Close master and slave fds on
9276         fork failure.  Patch by
9277         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
9278
9279 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
9280
9281         * include/features.h (__USE_ISOC95): New define.
9282         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
9283         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
9284         for -std=iso9899:199409.
9285         * CONFORMANCE: Remove comments about unsupported AMD1.
9286
9287 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9288
9289         * sysdeps/ia64/sched_cpucount.c: New file.
9290         * sysdeps/powerpc/sched_cpucount.c: New file.
9291
9292         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
9293         __BEGIN_DECLS/__END_DECLS around the prototype.
9294         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
9295         pointer to const cpu_set_t.
9296
9297         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
9298         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
9299         __need_size_t and include stddef.h.
9300         * sysvipc/sys/msg.h: Likewise.
9301         * posix/sched.h: Likewise.
9302         * hurd/hurd/signal.h (__need_size_t): Define.
9303
9304         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
9305         neither does signal.h in pedantic ISO C namespaces.  stdio.h
9306         no longer defines wint_t or wchar_t.
9307
9308         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
9309         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
9310         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
9311         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
9312         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
9313         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
9314         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
9315         * debug/printf_chk.c (__printf_chk): Likewise.
9316         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
9317         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
9318
9319         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
9320         Define.
9321
9322         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
9323         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
9324
9325 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
9326
9327         [BZ #4792]
9328         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
9329         * malloc/malloc.h (realloc): Likewise.
9330
9331         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
9332         if one of proc_file_chain streams has that fileno.
9333         * stdio-common/Makefile (tests): Add tst-popen2.
9334         * stdio-common/tst-popen2.c: New test.
9335
9336 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
9337
9338         * elf/ldconfig.c: Allow GPLv2 or any later version.
9339         * elf/readlib.c: Likewise.
9340         * elf/chroot_canon.c: Likewise.
9341         * elf/cache.c: Likewise.
9342         * nscd/mem.c: Likewise.
9343         * nscd/getpwuid_r.c: Likewise.
9344         * nscd/grpcache.c: Likewise.
9345         * nscd/aicache.c: Likewise.
9346         * nscd/getsrvbynm_r.c: Likewise.
9347         * nscd/nscd.c: Likewise.
9348         * nscd/servicescache.c: Likewise.
9349         * nscd/getsrvbypt_r.c: Likewise.
9350         * nscd/initgrcache.c: Likewise.
9351         * nscd/gethstbyad_r.c: Likewise.
9352         * nscd/gethstbynm2_r.c: Likewise.
9353         * nscd/getgrnam_r.c: Likewise.
9354         * nscd/nscd_setup_thread.c: Likewise.
9355         * nscd/getpwnam_r.c: Likewise.
9356         * nscd/gai.c: Likewise.
9357         * nscd/connections.c: Likewise.
9358         * nscd/dbg_log.c: Likewise.
9359         * nscd/cache.c: Likewise.
9360         * nscd/hstcache.c: Likewise.
9361         * nscd/nscd_conf.c: Likewise.
9362         * nscd/getgrgid_r.c: Likewise.
9363         * nscd/pwdcache.c: Likewise.
9364         * catgets/gencat.c: Likewise.
9365         * locale/programs/linereader.h: Likewise.
9366         * locale/programs/locarchive.c: Likewise.
9367         * locale/programs/ld-paper.c: Likewise.
9368         * locale/programs/locfile-kw.h: Likewise.
9369         * locale/programs/ld-address.c: Likewise.
9370         * locale/programs/xmalloc.c: Likewise.
9371         * locale/programs/ld-time.c: Likewise.
9372         * locale/programs/localedef.c: Likewise.
9373         * locale/programs/simple-hash.c: Likewise.
9374         * locale/programs/xstrdup.c: Likewise.
9375         * locale/programs/ld-numeric.c: Likewise.
9376         * locale/programs/locfile-kw.gperf: Likewise.
9377         * locale/programs/ld-collate.c: Likewise.
9378         * locale/programs/charmap-kw.gperf: Likewise.
9379         * locale/programs/charmap.h: Likewise.
9380         * locale/programs/charmap-kw.h: Likewise.
9381         * locale/programs/config.h: Likewise.
9382         * locale/programs/locfile.c: Likewise.
9383         * locale/programs/ld-ctype.c: Likewise.
9384         * locale/programs/charmap.c: Likewise.
9385         * locale/programs/ld-messages.c: Likewise.
9386         * locale/programs/repertoire.h: Likewise.
9387         * locale/programs/locale.c: Likewise.
9388         * locale/programs/ld-name.c: Likewise.
9389         * locale/programs/linereader.c: Likewise.
9390         * locale/programs/locfile.h: Likewise.
9391         * locale/programs/3level.h: Likewise.
9392         * locale/programs/ld-monetary.c: Likewise.
9393         * locale/programs/ld-measurement.c: Likewise.
9394         * locale/programs/charmap-dir.c: Likewise.
9395         * locale/programs/ld-identification.c: Likewise.
9396         * locale/programs/localedef.h: Likewise.
9397         * locale/programs/charmap-dir.h: Likewise.
9398         * locale/programs/repertoire.c: Likewise.
9399         * locale/programs/simple-hash.h: Likewise.
9400         * locale/programs/ld-telephone.c: Likewise.
9401         * locale/programs/locale-spec.c: Likewise.
9402         * locale/programs/locfile-token.h: Likewise.
9403         * posix/getconf.c: Likewise.
9404         * iconv/dummy-repertoire.c: Likewise.
9405         * iconv/iconv_charmap.c: Likewise.
9406         * iconv/iconvconfig.c: Likewise.
9407         * iconv/iconv_prog.c: Likewise.
9408         * malloc/memusagestat.c: Likewise.
9409         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
9410
9411 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9412
9413         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
9414         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
9415         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
9416         check for the first argument.
9417
9418 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
9419
9420         [BZ #4775]
9421         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
9422         (__tgmath_real_type): Fix if expr is const int or other const
9423         qualified integral type.
9424         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
9425         expressions and handle const qualified arguments.
9426         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
9427         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
9428         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
9429         statement expressions.
9430         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
9431         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
9432         (__TGMATH_UNARY_IMAG): Define.
9433         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
9434         * math/Makefile (tests): Add test-tgmath2.
9435         (CFLAGS-test-tgmath2.c): Add.
9436         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
9437         count_cfloat, count_cldouble): New variables.
9438         (NCCALLS): Define.
9439         (main): Check number of complex calls as well.
9440         (F(compile_test)): Add complex tests and tests with const qualified
9441         arguments.
9442         (y, z, ccount): Define.
9443         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
9444         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
9445         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
9446         F(cproj)): New functions.
9447         * math/test-tgmath2.c: New test.
9448
9449 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
9450
9451         [BZ #4776]
9452         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
9453         RPATH etc. as "/" rather than "", don't segfault on empty paths,
9454         instead output ".".
9455         * dlfcn/Makefile (distribute): Add glreflib3.c.
9456         (module-names): Add glreflib3.
9457         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
9458         glreflib1.so.
9459         (LDFLAGS_glreflib3.so): New.
9460         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
9461         glreflib1.so.
9462         * dlfcn/glreflib3.c: New file.
9463
9464         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
9465         returned -1, return NULL.
9466         * intl/explodename.c (_nl_explode_name): Return -1 if
9467         _nl_normalize_codeset failed.
9468
9469 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
9470
9471         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
9472         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
9473         and avoid branch misspredicts for > 31 bytes memset case.
9474         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9475         Remove toc ref to __cache_line_size.
9476
9477         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
9478         to get ISA-V2.0 branch hints.
9479         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
9480         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
9481         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
9482         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
9483         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
9484         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
9485         Remove toc ref to __cache_line_size.
9486
9487         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
9488         Include math_ldbl_opt.h.
9489
9490 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
9491
9492         [BZ #4773]
9493         * time/strptime_l.c (__strptime_internal): Implement greedy
9494         matching of weekday and month names.
9495
9496 2007-07-09  Roland McGrath  <roland@redhat.com>
9497
9498         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
9499         (ELF_NOTE_ABI): Use it.
9500         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
9501
9502 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
9503
9504         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
9505         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
9506
9507 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
9508
9509         [BZ #4745]
9510         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
9511         in loop to look for conversion specifier to avoid testing of
9512         wrong errno value.
9513         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
9514         * stdio-common/bug18.c: New file.
9515         * stdio-common/bug18a.c: New file.
9516         * stdio-common/bug19.c: New file.
9517         * stdio-common/bug19a.c: New file.
9518
9519 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
9520
9521         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
9522         running awk script.
9523
9524 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
9525
9526         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
9527         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
9528         Return NULL if mmap failed instead of asserting it does not.
9529         (calloc): Check for integer overflow.
9530
9531         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
9532         than LONG_MAX / 10.
9533
9534 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
9535
9536         [BZ #4702]
9537         * nis/nss-default.c: Include errno.h.
9538         (init): Preserve errno.
9539
9540 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
9541
9542         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
9543
9544 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
9545
9546         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
9547
9548 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9549
9550         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
9551
9552 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9553
9554         * sysdeps/s390/dl-procinfo.c: New file.
9555         * sysdeps/s390/dl-procinfo.h: New file.
9556         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
9557
9558 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
9559
9560         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
9561         in PT_NOTE segments with multiple notes.
9562         * elf/readelflib.c (process_elf_file): Likewise.
9563
9564 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
9565
9566         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
9567         ISO C compliant.
9568
9569 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9570
9571         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
9572
9573 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
9574
9575         * include/link.h: Don't include rtld-lowlevel.h.
9576         (struct link_map): Remove l_scope_lock.
9577         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
9578         (_dl_scope_free_list): New field (variable) in _rtld_global.
9579         (DL_LOOKUP_SCOPE_LOCK): Remove.
9580         (_dl_scope_free): New prototype.
9581         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
9582         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
9583         (_dl_profile_fixup): Likewise.
9584         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
9585         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
9586         THREAD_GSCOPE_RESET_FLAG around it.
9587         * elf/dl-close.c (_dl_close_worker): Don't use
9588         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
9589         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
9590         scopes were queued or if l_scope_mem has been abandoned.
9591         * elf/dl-open.c (_dl_scope_free): New function.
9592         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
9593         * elf/dl-support.c (_dl_scope_free_list): New variable.
9594         * elf/dl-lookup.c (add_dependency): Remove flags argument.
9595         Remove DL_LOOKUP_SCOPE_LOCK handling.
9596         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
9597         handling.
9598         * elf/dl-object.c (_dl_new_object): Don't use
9599         __rtld_mrlock_initialize.
9600
9601 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9602
9603         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
9604         to fill in holes
9605         (rtld_global_ro): Likewise.
9606
9607 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9608
9609         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
9610         Move PT_LOAD checking to...
9611         (_dl_addr_inside_object): ... here, new function.
9612         * elf/dl-sym.c (do_sym): If not l_contiguous,
9613         call _dl_addr_inside_object.
9614         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
9615         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9616         * elf/dl-open.c (dl_open_worker): Likewise.
9617         (_dl_addr_inside_object): New function if IS_IN_rtld.
9618         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
9619         holes are present or are PROT_NONE protected.
9620         * include/link.h (struct link_map): Add l_contiguous field.
9621         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
9622
9623 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9624             Tomas Janousek  <tjanouse@redhat.com>
9625             Ulrich Drepper  <drepper@redhat.com>
9626
9627         [BZ #4647]
9628         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
9629         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
9630         socket.
9631         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
9632         unused member a bitmap.
9633         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
9634         servers are configured.
9635
9636 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9637
9638         * elf/rtld.c (dl_main): Don't call init_tls more than once.
9639
9640 2007-06-17  Andreas Schwab  <schwab@suse.de>
9641
9642         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
9643
9644 2007-06-16  Andreas Jaeger  <aj@suse.de>
9645
9646         [BZ #4125]
9647         * sysdeps/unix/sysv/linux/sys/ptrace.h
9648         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
9649         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
9650         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
9651         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
9652         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
9653         Define.
9654         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
9655         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
9656         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
9657         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
9658
9659 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
9660
9661         [BZ #4599]
9662         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
9663         determining whether there are IPv4/IPv6 addresses, ignore loopback
9664         addresses.
9665
9666 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
9667
9668         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
9669         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
9670         as the return type.  Change type of "r" variable to CMPtype.
9671         * soft-fp/eqsf2.c (__eqsf2): Likewise.
9672         * soft-fp/eqtf2.c (__eqtf2): Likewise.
9673         * soft-fp/gedf2.c (__gedf2): Likewise.
9674         * soft-fp/gesf2.c (__gesf2): Likewise.
9675         * soft-fp/getf2.c (__getf2): Likewise.
9676         * soft-fp/ledf2.c (__ledf2): Likewise.
9677         * soft-fp/lesf2.c (__lesf2): Likewise.
9678         * soft-fp/letf2.c (__letf2): Likewise.
9679         * soft-fp/unorddf2 (__unorddf2): Likewise.
9680         * soft-fp/unordsf2 (__unordsf2): Likewise.
9681         * soft-fp/unordtf2 (__unordtf2): Likewise.
9682
9683 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
9684
9685         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
9686         make sure gcc doesn't mess around with this.
9687
9688 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
9689
9690         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
9691
9692 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
9693
9694         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
9695         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
9696         at most once per _dl_close_worker.
9697
9698 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
9699
9700         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
9701         __sched_cpucount as const.
9702         * posix/sched_cpucount.c: Adjust.
9703
9704         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
9705         instruction for counting bits.
9706         * sysdeps/x86_64/sched_cpucount.c: New file.
9707
9708 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
9709
9710         * configure.in: Avoid variable named BASH.
9711         * config.make.in: Likewise.
9712         Patch in part by Mike Frysinger.
9713
9714 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
9715
9716         [BZ #4586]
9717         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
9718         pseudo-zeros as zero.
9719         * sysdeps/x86_64/ldbl2mpn.c: New file.
9720         * sysdeps/ia64/ldbl2mpn.c: New file.
9721
9722 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
9723
9724         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
9725         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
9726         Remove unreachable code at the end.
9727
9728 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9729
9730         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
9731         ldbl-128ibm in comment.
9732         (fpclassifyl): Correct classification of denormals.
9733         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
9734         return value for MIN denormal. Rewrite using long double math too
9735         correctly handle denormals and canonicalize the results.
9736
9737 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
9738
9739         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
9740         (__mpn_construct_long_double): Fix conversion where result ought
9741         to be smaller than __LDBL_MIN__, or the low double should be
9742         denormal.  Fix decision where to negate low double - honor round
9743         to even rules.
9744         * stdio-common/tst-sprintf2.c: Include string.h.
9745         (COMPARE_LDBL): Define.
9746         (TEST): Also test whether a string hexadecimal float representation
9747         can be parsed back to the number.
9748         (main): Add a couple of further tests.
9749
9750 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
9751
9752         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
9753         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
9754         is non-zero, but smaller than 2 * __DBL_MIN__.
9755         * stdio-common/tst-sprintf2.c: New test.
9756         * stdio-common/Makefile (tests): Add tst-sprintf2.
9757
9758         * math/test-misc.c (main): Don't run last batch of tests with
9759         IBM long double format.
9760
9761 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9762
9763         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
9764         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
9765         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
9766         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
9767         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9768         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
9769         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
9770         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
9771         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
9772         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
9774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
9775         New file.
9776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
9777         New file.
9778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
9779         New file.
9780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
9781         New file.
9782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
9783         New file.
9784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
9785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
9786         New file.
9787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
9788         New file.
9789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
9790         New file.
9791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
9792         New file.
9793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
9794         New file.
9795
9796 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9797
9798         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
9799         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
9800         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
9801         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
9802         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
9803         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
9804         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
9805         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
9806
9807 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
9808
9809         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
9810         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9811         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
9812         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9813         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
9814         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9815         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
9816         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9817
9818 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9819
9820         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
9821         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
9822         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
9823         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
9824
9825 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
9826
9827         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
9828         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
9829
9830 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
9831
9832         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
9833         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
9834         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
9835         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
9836
9837 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
9838
9839         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
9840         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
9841
9842 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9843
9844         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
9845         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
9846
9847         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
9848         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
9849         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
9850         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
9851
9852 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
9853
9854         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
9855         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
9856         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
9857         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
9858
9859 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
9860
9861         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
9862         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
9863         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
9864         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9865         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
9866         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9867
9868 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9869
9870         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
9871         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
9872         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
9873         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
9874
9875 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
9876
9877         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
9878         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
9879         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
9880         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
9881         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
9882         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
9883         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
9884         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
9885         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
9886         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
9887         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
9888         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
9889         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
9890         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
9891         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
9892         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
9893
9894 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9895
9896         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
9897         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
9898
9899 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9900
9901         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
9902         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
9903
9904 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9905
9906         * sysdeps/powerpc/powerpc32/970/Implies: New file.
9907         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
9908         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
9909         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
9910         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
9911         * sysdeps/powerpc/powerpc64/970/Implies: New file.
9912         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
9913         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
9914         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
9915         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
9916
9917 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9918
9919         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
9920
9921 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
9922
9923         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
9924         branch miss-predicts. Ensure that cache line crossing does not impact
9925         dispatch grouping.
9926
9927 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
9928
9929         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
9930         "../../powerpc32/power4/memcopy.h".
9931         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
9932         "../../powerpc32/power4/wordcopy.c".
9933
9934 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9935
9936         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
9937         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
9938         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
9939         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
9940         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
9941         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
9942
9943 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
9944
9945         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
9946
9947 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9948
9949         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
9950         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
9951         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
9952         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
9953         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
9954         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
9955         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
9956         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
9957
9958 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
9959
9960         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
9961
9962 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9963
9964         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
9965         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
9966         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
9967         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
9968         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
9969         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
9970         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
9971
9972 2007-05-29  Roland McGrath  <roland@redhat.com>
9973
9974         * po/Makefile (po-sed-cmd): New variable.
9975         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
9976
9977 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
9978
9979         * crypt/md5-crypt.c: Fix comment.
9980
9981         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
9982         of crashing.  When this is the case or if the reply is malformed,
9983         don't try to close the new file descriptor since it does not
9984         exist.
9985         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
9986
9987 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
9988
9989         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
9990         if __NR_utimensat is not defined.
9991
9992 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
9993
9994         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
9995
9996 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
9997
9998         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
9999         (open): Fix comment typos.  Don't call __open_2 if flags
10000         is a compile time constant without O_CREAT.
10001         (__open64_2): Add nonnull attribute.
10002         (open64): Fix comment typos.  Don't call __open64_2 if flags
10003         is a compile time constant without O_CREAT.
10004         (__openat_2): Add nonnull attribute, fix nonnull attribute
10005         on redirect.
10006         (openat): Fix comment typos.  Don't call __openat_2 if flags
10007         is a compile time constant without O_CREAT.
10008         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10009         on redirect.
10010         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10011         is a compile time constant without O_CREAT.
10012
10013 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10014
10015         * Makerules (sysd-rules): Define PTW for ptw-* files.
10016         * Versions: Define GLIBC_2.7 for libc.
10017         * include/stdio.h: Declare __fortify_fail.
10018         * debug/fortify_fail.c: New file.
10019         * debug/Makefile (routines): Add fortify_fail.
10020         * debug/chk_fail.c: Use __fortify_fail.
10021         * debug/stack_chk_fail.c: Likewise.
10022         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10023         __openat64_2 for GLIBC_2.7.
10024         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10025         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10026         and fails if necessary.
10027         * io/open64.c: Likewise.
10028         * io/openat.c: Likewise.
10029         * io/openat64.c: Likewise.
10030         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10031         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10032         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10033         * io/bits/fcntl2.h: New file.
10034         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10035         __openat64_2.
10036         * include/bits/fcntl2.h: New file.
10037         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10038         Add open_2.
10039         * sysdeps/unix/sysv/linux/open_2.c: New file.
10040
10041 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10042
10043         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10044         as second parameter to handle_intel.
10045
10046         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10047         the entry.
10048
10049         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10050         handling to ...
10051         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10052         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10053         cacheinfo.
10054         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10055         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10056         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10057
10058         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10059
10060 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10061
10062         [BZ #4525]
10063         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10064         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10065         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10066
10067         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10068
10069         [BZ #4514]
10070         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10071         reinitialize workend at the start of each do_positional format spec
10072         loop, free workstart before do_positional loops.
10073         (printf_unknown): Fix size of work_buffer.
10074         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10075
10076         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10077         (public_sET_STATe): If ms->version < 3, put all chunks into
10078         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10079         chunks.
10080
10081         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10082         * malloc/hooks.c: Likewise.
10083         * malloc/arena.c: Likewise.
10084         * malloc/malloc.c (do_check_malloc_state): Don't assert
10085         n_mmaps is not greater than n_mmaps_max.  This removes the need
10086         for the previous change.
10087
10088         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10089         2007-05-07 commit.
10090
10091 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
10092
10093         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10094         Define for kernel >= 2.6.22.
10095
10096 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
10097
10098         * elf/dl-close.c (_dl_close_worker): When removing object from
10099         global scope, wait for all lookups to finish afterwards.
10100         * elf/dl-open.c (add_to_global): When global scope array must
10101         grow, allocate a new one and free old array only after all
10102         lookups finish.
10103         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10104         (_dl_lookup_symbol_x): Likewise.
10105         * elf/dl-support.c: Define _dl_wait_lookup_done.
10106         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10107         _dl_wait_lookup_done.
10108
10109         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10110         not overlapping with arena.
10111
10112         * malloc/mcheck.c (reallochook): If size==0, free the block.
10113
10114         * rt/tst-shm.c: Use fstat64 instead of fstat.
10115
10116         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
10117         __NR_sync_file_range is not defined.
10118
10119 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
10120
10121         Dummy files to prevent stub versions from being used.
10122         * sysdeps/x86_64/fpu/k_cosl.c: New file.
10123         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
10124         * sysdeps/x86_64/fpu/k_sinl.c: New file.
10125         * sysdeps/x86_64/fpu/k_tanl.c: New file.
10126
10127         * version.h (VERSION): Set to 2.6.90.
10128
10129 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
10130
10131         * version.h (VERSION): Define to 2.6.
10132         * include/features.h (__GLIBC_MINOR__): Define to 6.
10133
10134         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
10135
10136         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
10137         sizes.
10138
10139 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
10140
10141         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
10142         number of mmaps.  n_mmaps_max is the target.
10143         * malloc/hooks.c: Likewise.
10144         * malloc/arena.c: Likewise.
10145
10146 2007-05-12  Andreas Jaeger  <aj@suse.de>
10147
10148         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
10149         getpid.
10150
10151 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
10152
10153         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
10154         adding new variables.
10155
10156         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
10157         optimize.  Completely extend global scope array before making the
10158         new entries visible.
10159
10160 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
10161
10162         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
10163         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
10164         tst-getcpu.
10165
10166         * include/link.h: Move l_version and l_nversion members around to
10167         fill gaps.
10168
10169         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
10170
10171         * sysdeps/unix/sysv/linux/sched_setaffinity.c
10172         (__sched_setaffinity_new): If syscall was successful and
10173         RESET_VGETCPU_CACHE is defined, use it before returning.
10174         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
10175
10176         * io/sys/stat.h: Make sure struct timespec is defined for
10177         __USE_ATFILE.
10178
10179         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
10180         UTIME_OMIT.
10181         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
10182         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
10183         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10184         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
10185         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10186         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
10187         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
10188         * io/sys/stat.h: Declare utimensat, futimens.
10189         * io/utimensat.c: New file.
10190         * io/futimens.c: New file.
10191         * sysdeps/unix/sysv/linux/utimensat.c: New file.
10192         * sysdeps/unix/sysv/linux/futimens.c: New file.
10193         * io/Makefile (routines): Add utimensat, futimens.
10194         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
10195         * sysdeps/unix/sysv/linux/lutimes.c: New file.
10196         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
10197         available.
10198
10199         * include/sys/cdefs.h: Redefine __nonnull so that test for
10200         incorrect parameters in the libc code itself are not omitted.
10201
10202 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
10203
10204         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
10205         exception in addition to inexact when asked to raise only FE_INEXACT.
10206
10207         [BZ #3427]
10208         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
10209         in *envp.
10210
10211 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10212
10213         [BZ #4403]
10214         * string/strfry.c (strfry): Make result more random.
10215
10216 2007-05-07  Richard Henderson  <rth@redhat.com>
10217
10218         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
10219         if __NO_LONG_DOUBLE_MATH.
10220         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
10221         available in the compiler, add .arch directive to the assembly.
10222
10223 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
10224
10225         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
10226         compat_symbol to GLIBC_2_1.
10227         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
10228         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
10229         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
10230         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
10231         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
10232         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
10233         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
10234         libc, not libm.
10235         (__isnanl): New compat_symbol.
10236
10237 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10238             Jakub Jelinek  <jakub@redhat.com>
10239
10240         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
10241         (new_heap): Initialize mprotect_size.
10242         (grow_heap): When growing, only mprotect from mprotect_size till
10243         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
10244         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
10245
10246 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
10247             Peter Bergner  <bergner@us.ibm.com>
10248
10249         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
10250         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
10251         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
10252         * sysdeps/powerpc/fpu/fe_mask.c: New file.
10253         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
10254         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
10255         Call __fe_mask_env() if all FP exceptions disabled.
10256         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
10257         from old FPSCR to new fenv to propagate DFP rounding modes.
10258         Call __fe_mask_env() if FP exceptions previously enabled.
10259         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
10260         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
10261         transitioning from all exceptions disabled to any exception enabled
10262         or visa versa.
10263         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
10264         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
10265         when transitioning from all exceptions disabled to any exception
10266         enabled or visa versa.
10267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
10268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
10269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
10270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
10271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
10272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
10273
10274 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10275
10276         [BZ #4465]
10277         * posix/unistd.h: Remove __THROW from fdatasync.
10278
10279 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
10280
10281         [BZ #4465]
10282         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
10283
10284 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10285
10286         * stdio-common/vfprintf.c (process_string_arg): Optimize
10287         ridiculous precision in wide char code printing multi-byte string.
10288         Reported by Jim Meyering <jim@meyering.net>.
10289
10290         [BZ #4131]
10291         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
10292         boundaries to work around systems with overlapping binary loading.
10293         Based on a patch by Suzuki <suzuki@in.ibm.com>.
10294
10295 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
10296
10297         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
10298         __mbsnrtowcs after last change.
10299
10300         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
10301         (get_ident): Likewise.
10302
10303 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10304
10305         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
10306         with setting the sticky bit.
10307         * math/test-misc.c (main): Add more truncation tests.
10308
10309 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
10310
10311         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
10312         double in the function declaration.
10313         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
10314         double in the function declaration.
10315         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10316         float in the function declaration.
10317         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10318         float in the function declaration.
10319
10320         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
10321         denormal operands.  Do not generate FP_EX_DENORM exception.
10322         (FP_UNPACK_RAW_EP): Ditto.
10323         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
10324         undefined _FP_UNPACK_RAW_E.
10325         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
10326         undefined _FP_UNPACK_RAW_EP.
10327         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
10328         undefined _FP_PACK_RAW_E.
10329         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
10330         undefined _FP_PACK_RAW_EP.
10331
10332         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
10333         _FP_FRAC_COPY_2.
10334         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
10335         _FP_FRAC_COPY_4.
10336
10337 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
10338             Jakub Jelinek  <jakub@redhat.com>
10339
10340         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
10341         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
10342         this case.
10343         * soft-fp/op-common.h (FP_TRUNC): Ditto.
10344
10345 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10346
10347         * math/test-misc.c (main): Add tests for rounding long double
10348         values close to smallest double denormalized value to double.
10349
10350 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
10351
10352         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
10353         condition for truncating to 0.  Set sticky bit for such
10354         truncation.
10355
10356 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
10357
10358         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
10359         fixed length array for ignore.
10360
10361 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10362
10363         [BZ #4438]
10364         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
10365         stack for large precisions.
10366         * stdio-common/test-vfprintf.c (main): Add test for large
10367         precision.
10368
10369 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
10370
10371         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
10372         for exponent 0.
10373         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
10374
10375         [BZ #4439]
10376         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
10377         account in the size check.
10378         * resolv/tst-inet_ntop.c: New test.
10379         * resolv/Makefile (tests): Add tst-inet_ntop.
10380
10381 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10382             Jakub Jelinek  <jakub@redhat.com>
10383
10384         [BZ #4349]
10385         * malloc/malloc.c: Keep separate list for first blocks on the bin
10386         lists with a given size.  This helps skipping over list elements
10387         we know won't fit in two places.
10388         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
10389
10390 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
10391
10392         [BZ #4102]
10393         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
10394         label to Teredo tunnel addresses 2001://32.
10395
10396 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
10397
10398         * locale/programs/ld-collate.c (collate_read): Allow order_start
10399         after copy.
10400
10401         * locale/programs/ld-collate.c (collate_read): Fix printing of
10402         error message.
10403
10404         [BZ #3213]
10405         * locale/C-translit.h.in: Add entry for U2044.
10406
10407         [BZ #4342]
10408         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
10409         hexa-decimal floats without exponent.
10410         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
10411
10412 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10413
10414         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
10415         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
10416         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
10417         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
10418         GLIBC_2.6.
10419         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
10420         Add sched_getcpu.
10421
10422 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10423
10424         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
10425         of 0 after the out_fail label.
10426
10427 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10428
10429         [BZ #4406]
10430         * iconv/gconv_charset.h (strip): Allow ':'.
10431         * iconv/iconv_open.c (iconv_open): Adjust comment.
10432
10433 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10434
10435         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
10436         version.
10437
10438 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10439
10440         [BZ #4381]
10441         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
10442         alignment of buffer and tmp_buffer.
10443         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
10444         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
10445         alignment of buffer.
10446         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
10447         bigger than INT_MAX.
10448         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
10449         h_errnop arguments.  Fail if buflen is too small.
10450         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
10451
10452 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10453
10454         [BZ #4405]
10455         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
10456         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
10457
10458 2007-04-22  Roland McGrath  <roland@redhat.com>
10459
10460         * elf/elf.h (NT_PRXFPREG): New macro.
10461
10462 2007-04-19  Andreas Jaeger  <aj@suse.de>
10463
10464         [BZ #3905]
10465         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
10466         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
10467         Added.
10468
10469 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
10470
10471         * include/sys/mman.h: Mark madvise hidden.
10472         * misc/madvise.c: Add libc_hidden_def.
10473
10474 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
10475
10476         * nis/nis_domain_of.c (__nis_domain_of): New function.
10477         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
10478         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
10479         * nis/nis_call.c (rec_dirsearch): Likewise.
10480         (first_shoot): Likewise.  Remove search_parent_first argument.
10481         (struct nis_server_cache): Rename search_parent_first field
10482         to search_parent.
10483         (nis_server_cache_search, nis_server_cache_add): Rename
10484         search_parent_first argument to search_parent.
10485         (__nisfind_server): Likewise.  If search_parent, call
10486         __nis_domain_of.
10487
10488 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
10489
10490         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
10491
10492 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
10493
10494         [BZ #4368]
10495         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
10496
10497 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
10498
10499         [BZ #4364]
10500         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
10501
10502 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
10503
10504         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
10505         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
10506         current number of locales in SUPPORTED.
10507         (create_archive): Initialize serial.
10508         (enlarge_archive): Preserve aliases rather than duplicating
10509         their locrecs.
10510
10511 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
10512
10513         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
10514         after _IO_un_link, not before it.
10515
10516         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
10517         special case handling when wcp == wstartp + 1.  Fix a comment typo.
10518         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
10519
10520 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
10521
10522         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
10523         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
10524         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
10525         Remove __THROW.
10526         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
10527         _IO_file_xsgetn_maybe_mmap): Likewise.
10528         * libio/oldfileops.c (old_do_write): Likewise.
10529         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
10530         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
10531         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
10532         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
10533         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
10534         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
10535         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
10536         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
10537         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
10538         _IO_file_underflow, _IO_file_underflow_mmap,
10539         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
10540         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
10541         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
10542         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
10543         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
10544         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
10545         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
10546         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
10547         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
10548         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
10549         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
10550         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
10551         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
10552         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
10553         _IO_adjust_column_internal, _IO_default_uflow_internal,
10554         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
10555         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
10556         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
10557         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
10558         _IO_file_close_it_internal, _IO_file_underflow_internal,
10559         _IO_file_overflow_internal, _IO_file_attach_internal,
10560         _IO_file_fopen_internal, _IO_file_sync_internal,
10561         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
10562         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
10563         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
10564         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
10565         _IO_seekpos_unlocked): Likewise.
10566         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
10567         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
10568
10569 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
10570
10571         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
10572         argument in xmalloc size computation.
10573
10574 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
10575
10576         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
10577         math_opt_barrier and math_force_eval macros.
10578
10579 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
10580
10581         [BZ #3306]
10582         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
10583         * sysdeps/i386/fpu/math_private.h: New file.
10584         * sysdeps/x86_64/fpu/math_private.h: New file.
10585         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
10586         math_force_eval macros.  Use "+m" constraint on asm rather than
10587         "=m" and "m".
10588         * math/s_nextafter.c (__nextafter): Likewise.
10589         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
10590         Likewise.
10591         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
10592         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
10593         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
10594         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
10595         math_opt_barrier and math_force_eval macros.
10596         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
10597         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
10598         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
10599         (__nexttoward): Use math_opt_barrier and
10600         math_force_eval macros.  Use "+m" constraint on asm rather than
10601         "=m" and "m".  Only use asm to force double result if
10602         FLT_EVAL_METHOD is 2.
10603         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
10604         (__nexttowardf): Use math_opt_barrier and
10605         math_force_eval macros.  Use "+m" constraint on asm rather than
10606         "=m" and "m".  Only use asm to force double result if
10607         FLT_EVAL_METHOD is not 0.
10608         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
10609         (__nexttowardf): Use math_opt_barrier and
10610         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10611         x to float using asm.
10612         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
10613         (__nldbl_nexttowardf): Use math_opt_barrier and
10614         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10615         x to float using asm.
10616         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
10617         (__nexttowardf): Use math_opt_barrier and math_force_eval
10618         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
10619         * math/bug-nextafter.c (zero, inf): New variables.
10620         (main): Add new tests.
10621         * math/bug-nexttoward.c (zero, inf): New variables.
10622         (main): Add new tests.
10623
10624 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
10625
10626         [BZ #3427]
10627         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
10628         exceptions both in SW and MXCSR.
10629         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
10630         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
10631         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10632         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
10633         in MXCSR if SSE is available.
10634         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
10635         and ldsodefs.h.
10636         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
10637         Fix comment typo.
10638         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
10639         Return 0 rather than 1.
10640         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
10641         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
10642         * math/test-fenv.c (feholdexcept_tests): New function.
10643         (main): Call it.
10644
10645 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
10646
10647         [BZ #3427]
10648         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
10649         in SW.
10650
10651 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
10652
10653         [BZ #4344]
10654         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
10655         Reported by David Anderson <davea42@earthlink.net>.
10656
10657 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
10658
10659         * posix/sys/wait.h: Remove unnecessary forward declaration.
10660
10661 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
10662
10663         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
10664         with obj->do_servers after first_shoot.
10665
10666 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
10667
10668         * posix/Makefile (routines): Add sched_cpucount.
10669         (tests): Add tst-cpucount.
10670         * posix/sched_cpucount.c: New file.
10671         * posix/tst-cpucount.c: New file.
10672         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
10673         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
10674         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10675         * posix/sched.h: Define CPU_COUNT.
10676
10677 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
10678
10679         * posix/fnmatch.c (STRUCT): Define.
10680         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
10681         * posix/fnmatch_loop.c (struct STRUCT): New type.
10682         (FCT): Add ends argument.  If ends != NULL and normal * is
10683         seen in the pattern, store current pattern and string pointers
10684         and return.  Adjust recursive calls.
10685         (EXT): Adjust FCT callers.
10686         (STRUCT): Undef at the end of the file.
10687         * posix/Makefile (tests): Add tst-fnmatch2.
10688         * posix/tst-fnmatch2.c: New test.
10689
10690 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
10691
10692         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
10693         and 1 on failure.
10694
10695         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
10696         Change last argument to unsigned int.
10697
10698 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
10699
10700         * scripts/check-local-headers.sh: Filter out sys/capability.h.
10701
10702 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
10703
10704         * config.h.in (HAVE_LIBCAP): Add.
10705         * nscd/selinux.h: Include sys/capability.h rather than non-existent
10706         sys/capabilities.h.
10707         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
10708         free_caps.  Cast away const from 4th cap_set_flag argument.
10709
10710 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
10711
10712         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
10713         GLIBC_2.6.
10714         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10715         Add sync_file_range.
10716         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10717
10718 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
10719
10720         * sysdeps/powerpc/bits/atomic.h
10721         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
10722         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
10723         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10724         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
10725         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10726         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
10727         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
10728         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10729         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10730         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10731         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
10732         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10733         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10734         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10735         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10736         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
10737         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10738         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
10739         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10740         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
10741
10742 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
10743
10744         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
10745         (__cache_line_size): Define the variable here.  Add
10746         attribute_hidden, remove weak_extern.
10747         (__libc_start_main): Set __cache_line_size
10748         unconditionally.
10749         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
10750         (__cache_line_size): Define the variable here.  Add
10751         attribute_hidden, remove weak_extern.
10752         (DL_PLATFORM_AUXV): Set __cache_line_size
10753         unconditionally.
10754         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
10755         weak_extern, add attribute_hidden.
10756         (__elf_machine_runtime_setup): Assume __cache_line_size is always
10757         defined in ld.so.
10758         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
10759         definition.
10760         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
10761
10762 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
10763
10764         [BZ #4276]
10765         * timezone/africa: Update from tzdata2007d.
10766         * timezone/asia: Likewise.
10767         * timezone/australasia: Likewise.
10768         * timezone/backward: Likewise.
10769         * timezone/europe: Likewise.
10770         * timezone/iso3166.tab: Likewise.
10771         * timezone/leapseconds: Likewise.
10772         * timezone/northamerica: Likewise.
10773         * timezone/southamerica: Likewise.
10774         * timezone/zone.tab: Likewise.
10775
10776         * timezone/private.h: Update from tzcode2007d.
10777         * timezone/zdump.c: Likewise.
10778         * timezone/zic.c: Likewise.
10779
10780 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
10781
10782         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
10783         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
10784         variables.
10785         (nis_server_cache_search, nis_server_cache_add): New functions.
10786         (__nisfind_server): Use them.  Add dbp and flags argument, if
10787         call __nisbind_create.
10788         (__nisbind_create): Add server_used and current_ep arguments,
10789         only call __nis_findfastest if server_used is ~0.
10790         (__do_niscall2, __prepare_niscall): Adjust callers.
10791         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
10792         ckey_cache_euid, ckey_cache_lock): New variables.
10793         (get_ckey): New function.
10794         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
10795         __pmap_getnisport.  Save __pmap_getnisport result in
10796         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
10797         key.
10798         * nis/nis_lookup.c (nis_lookup): Likewise.
10799         * nis/nis_table.c (nis_list): Likewise.
10800         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
10801         prototypes.
10802
10803         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
10804         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
10805         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
10806         _nss_nisplus_getservbyport_r): Likewise.
10807         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
10808         _nss_nisplus_getnetbyaddr_r): Likewise.
10809         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
10810         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
10811         _nss_nisplus_getntohost_r): Likewise.
10812         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
10813         _nss_nisplus_getrpcbynumber_r): Likewise.
10814
10815 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
10816
10817         * configure.in (libc_cv_gnu89_inline): Only do compile test.
10818         * configure: Rebuilt.
10819
10820         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
10821         bit-fields.
10822         * soft-fp/extended.h (_FP_UNION_E): Likewise.
10823
10824 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
10825
10826         [BZ #2831]
10827         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
10828         bit-fields.
10829
10830 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
10831
10832         * nscd/gai.c: Include alloca.h.
10833         (__libc_use_alloca): Define.
10834
10835 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
10836
10837         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
10838         smaller scopes.
10839         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
10840         (DL_DST_REQUIRED): Adjust user.
10841
10842         * include/dlfcn.h (struct link_map): New forward decl.
10843
10844         * inet/getnameinfo.c: Include stddef.h.
10845         (getnameinfo): Use offsetof.
10846
10847         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
10848
10849         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
10850
10851         * string/strerror_l.c: Include stdlib.h.
10852
10853         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
10854         * config.make.in (gnu89-inline-CFLAGS): New variable.
10855         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
10856         -std=gnu99.
10857         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
10858         * argp/argp.h: Use it.
10859         * bits/mathinline.h: Likewise.
10860         * bits/sigset.h: Likewise.
10861         * bits/string.h: Likewise.
10862         * ctype/ctype.h: Likewise.
10863         * hurd/hurd.h: Likewise.
10864         * hurd/hurd/fd.h: Likewise.
10865         * hurd/hurd/port.h: Likewise.
10866         * hurd/hurd/signal.h: Likewise.
10867         * hurd/hurd/threadvar.h: Likewise.
10868         * hurd/hurd/userlink.h: Likewise.
10869         * io/sys/stat.h: Likewise.
10870         * libio/bits/stdio.h: Likewise.
10871         * libio/bits/stdio2.h: Likewise.
10872         * mach/lock-intern.h: Likewise.
10873         * mach/mach/mig_support.h: Likewise.
10874         * math/bits/cmathcalls.h: Likewise.
10875         * posix/bits/unistd.h: Likewise.
10876         * socket/bits/socket2.h: Likewise.
10877         * stdlib/bits/stdlib.h: Likewise.
10878         * stdlib/stdlib.h: Likewise.
10879         * string/argz.h: Likewise.
10880         * string/bits/string2.h: Likewise.
10881         * string/bits/string3.h: Likewise.
10882         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
10883         * sysdeps/generic/inttypes.h: Likewise.
10884         * sysdeps/generic/machine-lock.h: Likewise.
10885         * sysdeps/generic/machine-sp.h: Likewise.
10886         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
10887         * sysdeps/i386/i486/bits/string.h: Likewise.
10888         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
10889         * sysdeps/mach/alpha/machine-lock.h: Likewise.
10890         * sysdeps/mach/alpha/machine-sp.h: Likewise.
10891         * sysdeps/mach/i386/machine-lock.h: Likewise.
10892         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
10893         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
10894         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
10895         * sysdeps/s390/bits/string.h: Likewise.
10896         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
10897         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
10898         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
10899         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
10900         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10901         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
10902         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10903         * wcsmbs/bits/wchar2.h: Likewise.
10904         * wcsmbs/wchar.h: Likewise.
10905         * stdlib/gmp.h: Likewise.  Include <features.h> to get
10906         __extern_inline definition.
10907
10908 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
10909
10910         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
10911         NULL.
10912
10913         [BZ #3919]
10914         * math/libm-test.inc (log_test): Test -Inf and NaN.
10915         (log10_test, log1p_test, log2_test): Test -Inf.
10916         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
10917         FE_INVALID when argument is qNaN.
10918         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
10919         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10920         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10921         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
10922         andb $1, %ah with testb $1, %ah, don't test for parity, instead
10923         testb $4, %ah and jump if non-zero.
10924         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10925         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
10926
10927         [BZ #4101]
10928         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
10929         ancestors with the same depths.
10930         Patch by Niels Moeller <nisse@lysator.liu.se>.
10931         (filter_doc): Don't crash if argp is NULL.
10932         * argp/Makefile (tests): Add tst-argp2.
10933         * argp/tst-argp2.c: New test.
10934
10935         [BZ #4130]
10936         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
10937         open_not_cancel_2.
10938         (updwtmp_file): Likewise.
10939
10940         [BZ #4181]
10941         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
10942         (inet6_opt_append): Don't check extlen is big enough if extbuf
10943         is NULL.
10944         (inet6_opt_finish): Likewise.
10945         * inet/Makefile (tests): Add test-inet6_opt.
10946         * inet/test-inet6_opt.c: New test.
10947
10948         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
10949         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
10950         NLMSG_ERR.  Instead use a page sized buffer.
10951         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
10952         buffer.
10953
10954 2007-03-14  Richard Henderson  <rth@redhat.com>
10955
10956         * sysdeps/alpha/fpu/s_llround.c: New file.
10957         * sysdeps/alpha/fpu/s_llroundf.c: New file.
10958         * sysdeps/alpha/fpu/s_lround.c: New file.
10959         * sysdeps/alpha/fpu/s_lroundf.c: New file.
10960         * sysdeps/alpha/fpu/s_round.c: New file.
10961         * sysdeps/alpha/fpu/s_roundf.c: New file.
10962         * sysdeps/alpha/fpu/s_trunc.c: New file.
10963         * sysdeps/alpha/fpu/s_truncf.c: New file.
10964
10965         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
10966         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10967         * sysdeps/alpha/fpu/s_floor.c: Likewise.
10968         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10969         * sysdeps/alpha/fpu/s_rint.c: Likewise.
10970         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
10971
10972         * sysdeps/alpha/fpu/s_fmax.S: New file.
10973         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
10974         * sysdeps/alpha/fpu/s_fmin.S: New file.
10975         * sysdeps/alpha/fpu/s_fminf.S: New file.
10976         * sysdeps/alpha/fpu/s_isnan.c: New file.
10977         * sysdeps/alpha/fpu/s_isnanf.c: New file.
10978         * sysdeps/alpha/fpu/s_llrint.c: New file.
10979         * sysdeps/alpha/fpu/s_llrintf.c: New file.
10980         * sysdeps/alpha/fpu/s_lrint.c: New file.
10981         * sysdeps/alpha/fpu/s_lrintf.c: New file.
10982         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
10983         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
10984
10985         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
10986         (__fdimf, fdimf, __fdim, fdim): Remove.
10987         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
10988         (__isnanf, __isnan, __isnanl): New.
10989
10990 2007-03-13  Richard Henderson  <rth@redhat.com>
10991
10992         * sysdeps/ieee754/ldbl-128/Makefile: New file.
10993
10994 2007-03-13  Richard Henderson  <rth@redhat.com>
10995
10996         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
10997         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
10998         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
10999         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11000         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11001         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11002
11003 2007-03-13  Richard Henderson  <rth@redhat.com>
11004
11005         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11006         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11007         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11008         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11009         Move to dl-auxv.h; initialize instead of extern weak.
11010         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11011         weak symbol.
11012         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11013         Extern instead of initialized.
11014
11015 2007-03-13  Richard Henderson  <rth@redhat.com>
11016
11017         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11018         __sigsuspend_nocancel.
11019
11020 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11021
11022         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11023         172.16/12 address range.
11024
11025 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11026
11027         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11028         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11029         message.
11030
11031 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11032
11033         [BZ #4069]
11034         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11035         earlier.
11036         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11037
11038         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11039         for x qNaN and y either +-inf or non-integer value.
11040         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11041         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11042         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11043
11044 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11045
11046         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11047         from sysdep_headers.
11048
11049 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11050
11051         * time/tzfile.c (find_transition): Instead of a linear search try to
11052         guess the transition index, use a linear search if the result is at
11053         most 10 transitions away from the guess or binary search otherwise.
11054
11055 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11056
11057         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11058         memory reallocation.
11059
11060 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11061
11062         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11063         and fix some typos.
11064         Optimize use of TOLOWER.
11065
11066         [BZ #3325]
11067         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11068         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11069         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11070
11071         [BZ #3458]
11072         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11073         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11074
11075         [BZ #4076]
11076         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11077         (open_dir_stream): Likewise.
11078         * io/Makefile (tests): Add bug-ftw5.
11079         * io/bug-ftw5.c: New file.
11080
11081         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11082         * nscd/servicescache.c (cache_addserv): Likewise.
11083
11084         * nscd/grpcache.c (cache_addgr): In case a record changed on
11085         refresh, adjust key_copy.
11086
11087         [BZ #4074]
11088         * nscd/pwdcache.c (cache_addpw): In case a record changed on
11089         refresh, adjust key_copy.
11090
11091         [BZ #4070]
11092         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11093         special cases.
11094         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11095
11096 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
11097
11098         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11099         optimization.
11100
11101         * stdio-common/vfscanf.c: Small cleanups throughout.
11102
11103 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
11104
11105         [BZ #3325]
11106         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11107         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11108         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11109         Patch by Jared Casper <jaredcasper@gmail.com>.
11110
11111         * sysdeps/unix/closedir.c: Outside libc don't use locking.
11112         * sysdeps/unix/opendir.c: Likewise.
11113         * sysdeps/unix/readdir.c: Likewise.
11114
11115         [BZ #2211]
11116         * stdio-common/vfscanf.c: Handle localized digits etc for floating
11117         point numbers.
11118         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
11119
11120         * stdio-common/vfscanf.c: Fix problems in width accounting.
11121         * stdio-common/tst-sscanf.c (double_tests): New tests.
11122         (main): Hook them up.
11123
11124         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
11125         More simplifications of floating-point reader.
11126
11127         * stdio-common/Makefile (tests): Add tst-swscanf.
11128         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
11129         testing.
11130         * stdio-common/tst-swscanf.c: New file.
11131
11132 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
11133
11134         [BZ #2633]
11135         * libio/stdio.h: Define struct _IO_FILE in global namespace.
11136         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
11137         Remove using for __jmp_buf_tag.
11138         * locale/locale.h (struct lconv): Also define in std namespace.
11139         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
11140
11141         [BZ #3842]
11142         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
11143         using __libc_enable_secure.
11144
11145         [BZ #3818]
11146         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
11147
11148         [BZ #3745]
11149         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
11150         of names for ellipsises.
11151
11152         [BZ #3348]
11153         * malloc/memusage.sh: Cleanups.
11154         * debug/xtrace.sh: Quoting and trap changes.
11155
11156 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
11157
11158         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
11159
11160         * locale/iso-3166.def: Update entry for Serbia.
11161         * locale/iso-4217.def: Define RSD, remove CSD.
11162
11163         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
11164         and 64-bit operations.
11165
11166         [BZ #4040]
11167         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
11168         16-bit operations.
11169
11170         * nscd/nscd.c (parse_opt): One more conversion to use send instead
11171         of writev.
11172
11173 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
11174
11175         [BZ #3991]
11176         * assert/assert.h (assert): Simplify.
11177         (assert_perror): Likewise.
11178         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
11179
11180         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
11181         reqdata.
11182
11183         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
11184         change: don't pass NULL in place of an integer.
11185
11186 2007-02-02  Bruno Haible  <bruno@clisp.org>
11187
11188         [BZ #3954]
11189         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
11190         Add mapping for U+327E.
11191         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
11192         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11193         mapping of 0xD9 0xE8.
11194         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
11195         mapping of U+327E.
11196         Reported by Jungshik Shin <jungshik@google.com>.
11197
11198         [BZ #3955]
11199         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11200         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
11201         Reported by Jungshik Shin <jungshik@google.com>.
11202
11203 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
11204
11205         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
11206         byte variants.
11207
11208         [BZ #4040]
11209         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
11210         byte variants.  Patch mostly be tom@tommay.net.
11211
11212 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11213
11214         [BZ #3996]
11215         * posix/glob.c (attribute_hidden): Define if not defined.
11216         (glob): Unescape dirname, filename or username when needed and not
11217         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11218         is NULL.  Handle unescaped [ in pattern without closing ].
11219         Don't pass GLOB_CHECK down to recursive glob for directories.
11220         (__glob_pattern_type): New function.
11221         (__glob_pattern_p): Implement using __glob_pattern_type.
11222         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11223         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11224         Remove unreachable code.
11225         * posix/globtest.sh: Add a couple of new tests.
11226
11227 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
11228
11229         * po/ru.po: Update from translation team.
11230
11231 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
11232
11233         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
11234         to the list of i486+ CPUs.
11235         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11236
11237 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
11238
11239         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
11240         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
11241         references.
11242
11243 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
11244
11245         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
11246
11247         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
11248         * resolv/res_mkquery.c: Define __res_nopt.
11249         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
11250         try adding EDNS0 record.
11251         * resolv/res_send.c (send_dg): If request failed with FORMERR and
11252         EDNS0 record was send make sure we don't try it again.
11253         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
11254         * include/resolv.h: Declare __res_nopt.
11255
11256 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
11257
11258         [BZ #3944]
11259         * time/strptime_l.c (__strptime_internal): Set have_mon for
11260         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
11261         have been computed from tm_yday and tm_year.  Don't crash
11262         in day_of_the_week or day_of_the_year if not have_mon
11263         and tm_mon contains bogus value.
11264         * time/Makefile (tests): Add tst-strptime3.
11265         * time/tst-strptime3.c: New test.
11266
11267 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
11268
11269         [BZ #3957]
11270         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
11271         bit for RE_HAT_LISTS_NOT_NEWLINE.
11272         (build_charclass_op): Remove bogus comment.
11273         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
11274         * posix/bug-regex27.c: New test.
11275         * posix/bug-regex28.c: New test.
11276
11277 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
11278
11279         * po/sv.po: Update from translation team.
11280
11281 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
11282
11283         * nscd/nscd_helper.c (open_socket): Minor size optimization.
11284
11285 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
11286
11287         * include/locale.h (__uselocale): Add libc_hidden_proto.
11288         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
11289
11290         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
11291         gettimeofday.
11292
11293 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
11294
11295         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
11296         returning.
11297         (PTR_DEMANGLE): Real definition now that it's not the same as
11298         PRT_MANGLE anymore.
11299         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11300
11301         * string/strerror_l.c: New file.
11302         * string/Makefile (routines): Add strerror_l.
11303         * string/string.h: Declare strerror_l.
11304         * string/Versions: Export strerror_l for GLIBC_2.6.
11305
11306 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
11307
11308         * nscd/nscd_helper.c (open_socket): Now takes request type and key
11309         as parameter.  Construct request record.  Try sending request
11310         before the first poll use, it usually succeeds.  Adjust all
11311         callers.
11312         * nscd/nscd-client.h: Define MAXKEYLEN.
11313         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
11314
11315 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
11316
11317         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
11318         from return value.
11319         * nscd/nscd_helper.c: Include string.h.
11320         (__nscd_cache_search): Remove const qualifier from return value.
11321         On strict alignment architectures check hash entry and data head
11322         alignment.
11323         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
11324         mmapped data during GC cycle contains garbage.  If
11325         __nscd_drop_map_ref fails, decrement mapped->counter when returning
11326         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
11327         dropped to 0.
11328         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11329         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11330         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
11331         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11332         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11333
11334 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
11335
11336         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
11337
11338 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
11339
11340         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
11341         names not numbers in cfi_*.
11342
11343 2007-01-26  Andreas Jaeger  <aj@suse.de>
11344
11345         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
11346         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
11347         Correct values of PER_HPUX and PER_OSF4.
11348
11349 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
11350
11351         * elf/dl-minimal.c: Undefine _itoa first.
11352         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
11353         * malloc/mtrace.c: Revert last change.
11354         * posix/wordexp.c: Likewise.
11355
11356 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
11357
11358         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
11359         and __geode__ to the list of i486+ CPUs.
11360         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11361
11362 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
11363
11364         * stdio-common/_itoa.c: Include <limits.h>.
11365         * stdio-common/_itowa.c: Likewise.
11366
11367 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
11368
11369         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
11370         platforms.
11371         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
11372         64-bit platforms.
11373         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
11374         possible.
11375         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
11376         if possible.
11377
11378         [BZ #3902]
11379         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
11380         * stdio-common/Makefile (tests): Add bug17.
11381         * stdio-common/bug17.c: New file.
11382
11383 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
11384
11385         * iconvdata/brf.c: New file.
11386         * iconvdata/testdata/BRF: New file.
11387         * iconvdata/testdata/BRF..UTF8: New file.
11388         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
11389         * iconvdata/Makefile: Add rules to build BRF.
11390         * iconvdata/TESTS: Add BRF entry.
11391         * iconvdata/gconv-modules: Likewise.
11392         * iconvdata/tst-tables.sh: Likewise.
11393
11394 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
11395
11396         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
11397         type `long long int', not `long int'.
11398         (wcstoq): Likewise.
11399
11400 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
11401
11402         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
11403         of values on 64-bit platforms which are too large.
11404
11405 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
11406             Joe Kerian  <jkerian@us.us.ibm.com>
11407
11408         [BZ #2749]
11409         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
11410         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
11411         (__copysignl): Use signbit() for comparison.
11412         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
11413         SET_LDOUBLE_WORDS64.
11414
11415         [BZ #2423, #2749]
11416         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
11417         (__ceill): Remove calls to fegetround(), fesetround().
11418         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
11419         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11420         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11421
11422 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
11423
11424         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
11425
11426         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
11427
11428 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
11429
11430         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
11431         demangle pointer.
11432         * csu/libc-start.c: Likewise.
11433
11434 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
11435
11436         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
11437         really work anyway.
11438
11439 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11440
11441         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
11442         users.
11443         (handle_request): Remove unnecessary tests.
11444
11445         * nscd/cache.c (cache_add): Record the failure to add to the cache.
11446
11447 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
11448
11449         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
11450         workbits in semi-raw fraction.
11451
11452         * math/test-misc.c: Add new tests.
11453
11454 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
11455
11456         * math/basic-test.c: Include test-skeleton.c.
11457         (TEST_TRUNC): Define.
11458         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
11459         (main): Rename to ...
11460         (do_test): ...this.  Run new tests.
11461         (TEST_FUNCTION): Define.
11462
11463 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
11464             Joe Kerian  <jkerian@us.us.ibm.com>
11465
11466         [BZ #2749]
11467         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
11468         handling for high words.
11469         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
11470         and overflow for infinity.
11471
11472 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11473
11474         * nscd/connections.c (handle_request): Add a __builtin_expect.
11475
11476         * nscd/connections.c (serv2db): Change type into structure which
11477         also says whether this is a request for data.  Renamed to
11478         servinfo.  All users changed.
11479         (handle_request): Much simpler test whether we should search the cache.
11480
11481         * nscd/connections.c (handle_request): Fix thinko in selinux test
11482         invocation.
11483
11484         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
11485         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
11486         it before getting dl_load_lock and then relock.
11487         (_dl_lookup_symbol_x): Pass flags to add_dependency.
11488         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
11489         case we unlocked the scope.
11490         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
11491         _dl_lookup_symbol_x in case we locked the scope.
11492         (_dl_profile_fixup): Likewise.
11493         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
11494         set DL_LOOKUP_SCOPE_LOCK.
11495
11496 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
11497
11498         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
11499         CFLAGS-getsrvbynpt_r.c.
11500         * nscd/getsrvbynm_r.c: New file.
11501         * nscd/getsrvbypt_r.c: New file.
11502         * nscd/nscd_getserv_r.c: New file.
11503         * nscd/servicescache.c: New file.
11504         * nscd/Makefile (routines): Add nscd_getserv_r.
11505         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
11506         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
11507         CFLAGS-getsrvbypt_r.c.
11508         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
11509         table.  Add entries for services database.
11510         * nscd/connections.c (serv2str): Mark as const.  Add entries for
11511         services database.
11512         (dbs): Add .reset_res and servdb initialization.
11513         (serv2db): Add entries for services database.
11514         (verify_persistent_db): Accept dbnr == servdb.
11515         (invalidate_cache): Rewrite database name recognition to use a table.
11516         Call res_init() if .reset_res is set for database.
11517         (handle_request): Add code to handle services database.
11518         * nscd/gai.c: Don't define __getservbyname_r.
11519         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
11520         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
11521         (serv_response_header): Define.
11522         (struct datahead): Add serv_response_header member.
11523         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
11524         using table.
11525         * nscd/nscd.conf: Add entries for services database.
11526         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
11527         Declare serv_iov_disabled.
11528         Declare addservbyname, readdservbyname, addservbyport, and
11529         readdservbyport.
11530         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
11531         (find_db): Fix error message.
11532         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
11533         __nscd_getservbyname_r, and __nscd_getservbyport_r.
11534         * nscd/selinux.c (perms): Add entries for services database.
11535         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
11536         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
11537
11538         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
11539         * nscd/hstcache.c: Likewise.
11540         * nscd/pwdcache.c: Likewise.
11541
11542         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
11543         computation of keylen.
11544
11545         * include/string.h: Only redefine strndupa if this is really for
11546         libc code.
11547
11548 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
11549
11550         * nscd/nscd_gethst_r.c: Minor cleanups.
11551
11552         * nscd/connections.c (handle_request): Check selinux permissions
11553         for all non-admin commands.
11554
11555         * sysdeps/i386/i486/bits/atomic.h: Define
11556         atomic_compare_and_exchange_val_acq,
11557         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
11558         using __sync_* built-ins for gcc >= 4.1.
11559         * sysdeps/x86_64/bits/atomic.h: Likewise.
11560
11561         [BZ #3840]
11562         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
11563         and .oS.d files.
11564
11565 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
11566
11567         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
11568         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
11569         (do_test): Check errno and exit(0) if ENOSYS.
11570
11571 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11572
11573         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
11574         thousands separators.
11575         * stdlib/Makefile: Add rules to build and run tst-strtod4.
11576         * stdlib/tst-strtod4.c: New test.
11577
11578         [BZ #3855]
11579         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
11580         hexadecimal digit should accept just the initial 0.
11581         * stdlib/tst-strtod2.c (tests): New variable.
11582         (do_test): Run several tests rather than just one.
11583
11584 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11585
11586         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
11587         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
11588
11589 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
11590
11591         * io/fts.c: Make sure fts_cur is always valid after return from
11592         fts_read.
11593         Patch by Miloslav Trmac <mitr@redhat.com>.
11594
11595 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
11596
11597         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
11598         (R_MIPS_NUM): Bump by 1.
11599
11600 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
11601
11602         * posix/execvp.c: Include alloca.h.
11603         (allocate_scripts_argv): Renamed to...
11604         (scripts_argv): ... this.  Don't allocate buffer here nor count
11605         arguments.
11606         (execvp): Use alloca if possible.
11607         * posix/Makefile: Add rules to build and run tst-vfork3 test.
11608         * posix/tst-vfork3.c: New test.
11609
11610 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
11611
11612         * string/Makefile (tst-strxfrm2-ENV): Define.
11613         * stdlib/Makefile (tst-strtod3-ENV): Define.
11614
11615 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
11616
11617         * posix/getconf.c: Update copyright year.
11618         * nss/getent.c: Likewise.
11619         * iconv/iconvconfig.c: Likewise.
11620         * iconv/iconv_prog.c: Likewise.
11621         * elf/ldconfig.c: Likewise.
11622         * catgets/gencat.c: Likewise.
11623         * csu/version.c: Likewise.
11624         * elf/ldd.bash.in: Likewise.
11625         * elf/sprof.c (print_version): Likewise.
11626         * locale/programs/locale.c: Likewise.
11627         * locale/programs/localedef.c: Likewise.
11628         * nscd/nscd.c (print_version): Likewise.
11629         * debug/xtrace.sh: Likewise.
11630         * malloc/memusage.sh: Likewise.
11631         * malloc/mtrace.pl: Likewise.
11632         * debug/catchsegv.sh: Likewise.
11633
11634 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
11635
11636         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
11637         attempts.
11638
11639 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
11640
11641         * posix/wordexp.c: Remove some unnecessary tests.
11642
11643 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
11644
11645         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
11646         blacklist the group till after we look it up.
11647
11648 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
11649
11650         * include/atomic.h (atomic_forced_read): New macro.
11651
11652 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
11653
11654         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
11655
11656 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
11657
11658         * nss/getXXbyYY_r.c: Include atomic.h.
11659         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
11660         add atomic_write_barrier () in between.
11661
11662         * stdlib/Makefile (tests): Add tst-makecontext.
11663         * stdlib/tst-makecontext.c: New test.
11664
11665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
11666         (__makecontext): Don't realign uc_mcontext.uc_regs.
11667
11668 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
11669
11670         * elf/dl-support.c: Include dl-procinfo.h.
11671         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
11672         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
11673         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
11674         Define.
11675         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
11676         hardcoded constants.
11677         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
11678         PPC_PLATFORM_* macros for array designators.
11679
11680 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
11681
11682         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
11683         names to the beginning.
11684         (_dl_powerpc_platforms): Add "power6x".
11685         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11686         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
11687         (_DL_PLATFORMS_COUNT): Increase.
11688         (_dl_string_platform): Handle power6x case.
11689         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
11690         PPC_FEATURE_POWER6_EXT): Define.
11691         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
11692
11693 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
11694
11695         [BZ #3747]
11696         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
11697         [-2^31 .. 2^31) range.
11698         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
11699         targets.
11700         * stdlib/tst-rand48-2.c: New test.
11701         * stdlib/Makefile (tests): Add tst-rand48-2.
11702
11703 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
11704
11705         * misc/tst-pselect.c (do_test): Fix sigblock argument.
11706
11707 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
11708
11709         * misc/tst-pselect.c (do_test): Make sure the helper process is
11710         terminating when the test is aborted.
11711
11712 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
11713
11714         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
11715         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11716         Handle relatime mount option.
11717
11718         [BZ #2337]
11719         * libio/Makefile (tests): Add tst-setvbuf1.
11720         * libio/tst-setvbuf1.c: New file.
11721
11722 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
11723
11724         [BZ #2337]
11725         * libio/genops.c (__uflow): Fix a typo.
11726         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
11727         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
11728         the narrow buffer size.
11729
11730 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
11731
11732         [BZ #2337]
11733         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
11734         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
11735         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
11736         in _flags.
11737         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
11738         _IO_wstr_finish): Likewise.
11739         * libio/wmemstream.c (open_wmemstream): Likewise.
11740         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
11741         even for wide streams.
11742
11743 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
11744
11745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
11746         kernel-features.h.
11747
11748 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
11749
11750         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
11751         separators also if no non-zero digits found.
11752         * stdlib/Makefile (tests): Add tst-strtod3.
11753
11754 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
11755
11756         [BZ #3632]
11757         * include/features.h: Fix comment about default value for
11758         _POSIX_C_SOURCE.
11759
11760         [BZ #3664]
11761         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
11762         empty parsed strings.
11763         * stdlib/Makefile (tests): Add tst-strtod2.
11764         * stdlib/tst-strtod2.c: New file.
11765
11766         [BZ #3673]
11767         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
11768         computation.
11769         * stdlib/Makefile (tests): Add tst-atof2.
11770         * stdlib/tst-atof2.c: New file.
11771
11772         [BZ #3674]
11773         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
11774         correctly if removing trailing zero of hex-float.
11775         * stdlib/Makefile (tests): Add tst-atof1.
11776         * stdlib/tst-atof1.c: New file.
11777
11778 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
11779
11780         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
11781         Start searching for next comma at p rather than rest.
11782         * misc/Makefile (tests): Add tst-mntent2.
11783         * misc/tst-mntent2.c: New test.
11784
11785         * misc/getusershell.c (initshells): Check for integer overflows.
11786         Make strings buffer one bigger as fgets always succeeds when second
11787         argument is 1.  Don't use calloc for shells array.  Disallow
11788         / as shell.
11789
11790 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
11791
11792         * malloc/memusage.c: Handle realloc with new size of zero and
11793         non-NULL pointer correctly.
11794         (me): Really write first record twice.
11795         (struct entry): Make format bi-arch safe.
11796         (dest): Write out more realloc statistics.
11797         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
11798
11799 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
11800
11801         * nis/nis_subr.c (nis_getnames): Revert last change.
11802
11803 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
11804
11805         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
11806         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
11807         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
11808         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
11809         ENOTTY.
11810         * io/Makefile: Add rules to build and run tst-ttyname_r test.
11811         * io/tst-ttyname_r.c: New test.
11812
11813 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11814
11815         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
11816
11817 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
11818
11819         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
11820         jump table entries.
11821
11822 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11823
11824         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
11825         `clone' function to ensure proper unwinding stop of gdb.
11826         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
11827
11828 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
11829
11830         * nscd/nscd.init: Remove obsolete and commented-out -S option
11831         handling.
11832
11833 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
11834
11835         [BZ #3514]
11836         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
11837
11838         [BZ #3515]
11839         * manual/string.texi (strtok): Remove duplicate paragraph.
11840
11841 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11842
11843         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
11844         libgcc not supporting `rflags' unwinding (register # >= 17).
11845
11846 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
11847
11848         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
11849         succeeded.
11850
11851 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
11852             Jakub Jelinek  <jakub@redhat.com>
11853             Jan Kratochvil  <jan.kratochvil@redhat.com>
11854
11855         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
11856         unwind information.
11857         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
11858         'restore_rt' even in the 'signal' directory.
11859         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
11860
11861 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
11862
11863         [BZ #3559]
11864         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11865         malloc crashed.  Don't allocate memory unnecessarily in each
11866         loop.
11867
11868 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
11869
11870         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
11871
11872 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
11873
11874         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
11875
11876 2006-11-18  Bruno Haible  <bruno@clisp.org>
11877
11878         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
11879         __sysconf only after having tried to call getgroups32.
11880
11881 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
11882
11883         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
11884         addresses for IPv4 queries if they can be mapped.
11885
11886 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
11887
11888         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
11889         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
11890         (signmask): Add .size directive.
11891         (othermask): Add .type directive.
11892
11893 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
11894
11895         * po/nl.po: Update from translation team.
11896
11897         * timezone/zdump.c: Redo fix for BZ #3137.
11898
11899 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
11900
11901         * nss/nss_files/files-alias.c (get_next_alias): Set line back
11902         to first_unused after parsing :include: file.
11903
11904 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11905
11906         * timezone/africa: Update from tzdata2006o.
11907         * timezone/antarctica: Likewise.
11908         * timezone/asia: Likewise.
11909         * timezone/australasia: Likewise.
11910         * timezone/backward: Likewise.
11911         * timezone/europe: Likewise.
11912         * timezone/iso3166.tab: Likewise.
11913         * timezone/northamerica: Likewise.
11914         * timezone/southamerica: Likewise.
11915         * timezone/zone.tab: Likewise.
11916
11917         * time/tzfile.c (__tzfile_read): Extend to handle new file format
11918         on machines with 64-bit time_t.
11919
11920         * timezone/checktab.awk: Update from tzcode2006o.
11921         * timezone/ialloc.c: Likewise.
11922         * timezone/private.h: Likewise.
11923         * timezone/scheck.c: Likewise.
11924         * timezone/tzfile.h: Likewise.
11925         * timezone/tzselect.ksh: Likewise.
11926         * timezone/zdump.c: Likewise.
11927         * timezone/zic.c: Likewise.
11928
11929         [BZ #3483]
11930         * elf/ldconfig.c (main): Call setlocale and textdomain.
11931         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11932
11933         [BZ #3480]
11934         * manual/argp.texi: Fix typos.
11935         * manual/charset.texi: Likewise.
11936         * manual/errno.texi: Likewise.
11937         * manual/filesys.texi: Likewise.
11938         * manual/lang.texi: Likewise.
11939         * manual/maint.texi: Likewise.
11940         * manual/memory.texi: Likewise.
11941         * manual/message.texi: Likewise.
11942         * manual/resource.texi: Likewise.
11943         * manual/search.texi: Likewise.
11944         * manual/signal.texi: Likewise.
11945         * manual/startup.texi: Likewise.
11946         * manual/stdio.texi: Likewise.
11947         * manual/sysinfo.texi: Likewise.
11948         * manual/syslog.texi: Likewise.
11949         * manual/time.texi: Likewise.
11950         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11951
11952         [BZ #3465]
11953         * sunrpc/clnt_raw.c: Minimal message improvements.
11954         * sunrpc/pm_getmaps.c: Likewise.
11955         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11956         * nis/nis_print_group_entry.c: Likewise.
11957         * locale/programs/repertoire.c: Likewise.
11958         * locale/programs/charmap.c: Likewise.
11959         * malloc/memusage.sh: Likewise.
11960         * elf/dl-deps.c: Likewise.
11961         * locale/programs/ld-collate.c: Likewise.
11962         * libio/vswprintf.c: Likewise.
11963         * malloc/memusagestat.c: Likewise.
11964         * sunrpc/auth_unix.c: Likewise.
11965         * sunrpc/rpc_main.c: Likewise.
11966         * nscd/cache.c: Likewise.
11967         * locale/programs/repertoire.c: Unify output messages.
11968         * locale/programs/charmap.c: Likewise.
11969         * locale/programs/ld-ctype.c: Likewise.
11970         * locale/programs/ld-monetary.c: Likewise.
11971         * locale/programs/ld-numeric.c: Likewise.
11972         * locale/programs/ld-time.c: Likewise.
11973         * elf/ldconfig.c: Likewise.
11974         * nscd/selinux.c: Likewise.
11975         * elf/cache.c: Likewise.
11976         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11977
11978         [BZ #3451]
11979         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
11980         change atomic.
11981         (ceil): Likewise.
11982
11983 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11984
11985         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
11986         if N is one bigger than return value.
11987         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
11988         and l1 last arguments, if buf is defined, verify the return value
11989         equals to strlen (buf) and verify no byte beyond passed length
11990         is modified.
11991
11992 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11993
11994         * po/sv.po: Update from translation team.
11995
11996 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11997
11998         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
11999         noinline attribute.
12000
12001 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12002
12003         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12004         noinline attribute.
12005
12006         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12007         Use __new_sys_siglist instead of _sys_siglist_internal as
12008         second macro argument.
12009         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12010         strong_alias.
12011
12012 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12013
12014         [BZ #3493]
12015         * posix/unistd.h (sysconf): Remove const attribute.
12016
12017         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12018         temporary or deprecated addresses.
12019         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12020
12021         * string/Makefile (tests): Add tst-strxfrm2.
12022         * string/tst-strxfrm2.c: New file.
12023
12024 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12025
12026         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12027         rather than r->r_brk.
12028
12029 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12030
12031         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12032         optimization even if needed > n.
12033
12034         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12035         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12036         return false, otherwise return true.
12037         (cache_rpath): Return decompose_rpath return value.
12038
12039 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12040
12041         * include/libc-symbols.h (declare_symbol): Rename to...
12042         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12043         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12044         .size directive.
12045         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12046         changes.
12047         * sysdeps/gnu/siglist.c: Likewise.
12048
12049 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12050
12051         * sysdeps/powerpc/fpu/bits/mathinline.h
12052         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12053         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12054
12055 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12056
12057         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12058         Update handling of cache descriptor 0x49 for new models.
12059         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12060         Likewise.
12061
12062 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12063
12064         * malloc/memusage.c (dest): Reset not_me back to false after
12065         printing statistics.
12066
12067 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12068
12069         * configure.in: Work around ld --help change and avoid -z relro
12070         test completely if the architecture doesn't care about security.
12071
12072 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
12073
12074         * po/sv.po: Update from translation team.
12075
12076 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
12077
12078         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12079         generate compatibility version.
12080
12081 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
12082
12083         * configure.in: Relax -z relro requirement a bit.
12084
12085         * po/sv.po: Update from translation team.
12086
12087 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
12088
12089         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12090         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12091         * elf/dl-close.c (_dl_close_worker): Likewise.
12092         * elf/dl-open.c (_dl_open_worker): Likewise.
12093         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12094
12095 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
12096
12097         * configure.in: Require assembler support for visibility, compiler
12098         support for visibility and aliases, linker support for various -z
12099         options.
12100         * Makeconfig: Remove conditional code which now is unnecessary.
12101         * config.h.in: Likewise.
12102         * config.make.in: Likewise.
12103         * dlfcn/Makefile: Likewise.
12104         * elf/Makefile: Likewise.
12105         * elf/dl-load.c: Likewise.
12106         * elf/rtld.c: Likewise.
12107         * include/libc-symbols.h: Likewise.
12108         * include/stdio.h: Likewise.
12109         * io/Makefile: Likewise.
12110         * io/fstat.c: Likewise.
12111         * io/fstat64.c: Likewise.
12112         * io/fstatat.c: Likewise.
12113         * io/fstatat64.c: Likewise.
12114         * io/lstat.c: Likewise.
12115         * io/lstat64.c: Likewise.
12116         * io/mknod.c: Likewise.
12117         * io/mknodat.c: Likewise.
12118         * io/stat.c: Likewise.
12119         * io/stat64.c: Likewise.
12120         * libio/stdio.c: Likewise.
12121         * nscd/Makefile: Likewise.
12122         * stdlib/Makefile: Likewise.
12123         * stdlib/atexit.c: Likewise.
12124         * sysdeps/generic/ldsodefs.h: Likewise.
12125         * sysdeps/i386/dl-machine.h: Likewise.
12126         * sysdeps/i386/sysdep.h: Likewise.
12127         * sysdeps/i386/i686/memcmp.S: Likewise.
12128         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12129         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12130         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12131
12132         * Makerules: USE_TLS support is now default.
12133         * tls.make.c: Likewise.
12134         * csu/Versions: Likewise.
12135         * csu/libc-start.c: Likewise.
12136         * csu/libc-tls.c: Likewise.
12137         * csu/version.c: Likewise.
12138         * dlfcn/dlinfo.c: Likewise.
12139         * elf/dl-addr.c: Likewise.
12140         * elf/dl-cache.c: Likewise.
12141         * elf/dl-close.c: Likewise.
12142         * elf/dl-iteratephdr.c: Likewise.
12143         * elf/dl-load.c: Likewise.
12144         * elf/dl-lookup.c: Likewise.
12145         * elf/dl-object.c: Likewise.
12146         * elf/dl-open.c: Likewise.
12147         * elf/dl-reloc.c: Likewise.
12148         * elf/dl-support.c: Likewise.
12149         * elf/dl-sym.c: Likewise.
12150         * elf/dl-sysdep.c: Likewise.
12151         * elf/dl-tls.c: Likewise.
12152         * elf/ldconfig.c: Likewise.
12153         * elf/rtld.c: Likewise.
12154         * elf/tst-tls-dlinfo.c: Likewise.
12155         * elf/tst-tls1.c: Likewise.
12156         * elf/tst-tls10.h: Likewise.
12157         * elf/tst-tls14.c: Likewise.
12158         * elf/tst-tls2.c: Likewise.
12159         * elf/tst-tls3.c: Likewise.
12160         * elf/tst-tls4.c: Likewise.
12161         * elf/tst-tls5.c: Likewise.
12162         * elf/tst-tls6.c: Likewise.
12163         * elf/tst-tls7.c: Likewise.
12164         * elf/tst-tls8.c: Likewise.
12165         * elf/tst-tls9.c: Likewise.
12166         * elf/tst-tlsmod1.c: Likewise.
12167         * elf/tst-tlsmod13.c: Likewise.
12168         * elf/tst-tlsmod13a.c: Likewise.
12169         * elf/tst-tlsmod14a.c: Likewise.
12170         * elf/tst-tlsmod2.c: Likewise.
12171         * elf/tst-tlsmod3.c: Likewise.
12172         * elf/tst-tlsmod4.c: Likewise.
12173         * elf/tst-tlsmod5.c: Likewise.
12174         * elf/tst-tlsmod6.c: Likewise.
12175         * include/errno.h: Likewise.
12176         * include/link.h: Likewise.
12177         * include/tls.h: Likewise.
12178         * locale/global-locale.c: Likewise.
12179         * locale/localeinfo.h: Likewise.
12180         * malloc/arena.c: Likewise.
12181         * malloc/hooks.c: Likewise.
12182         * malloc/malloc.c: Likewise.
12183         * resolv/Versions: Likewise.
12184         * sysdeps/alpha/dl-machine.h: Likewise.
12185         * sysdeps/alpha/libc-tls.c: Likewise.
12186         * sysdeps/generic/ldsodefs.h: Likewise.
12187         * sysdeps/generic/tls.h: Likewise.
12188         * sysdeps/i386/dl-machine.h: Likewise.
12189         * sysdeps/ia64/dl-machine.h: Likewise.
12190         * sysdeps/ia64/libc-tls.c: Likewise.
12191         * sysdeps/mach/hurd/fork.c: Likewise.
12192         * sysdeps/mach/hurd/i386/tls.h: Likewise.
12193         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
12194         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12195         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12196         * sysdeps/s390/libc-tls.c: Likewise.
12197         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12198         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12199         * sysdeps/sh/dl-machine.h: Likewise.
12200         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12201         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12202         * sysdeps/x86_64/dl-machine.h: Likewise.
12203
12204         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
12205         split out locking and parameter checking.
12206         (_dl_close): Call _dl_close_worker after locking and checking.
12207         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
12208         _dl_close.
12209         * elf/Makefile: Add rules to build and run tst-thrlock.
12210         * elf/tst-thrlock.c:  New file.
12211
12212         [BZ #3426]
12213         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
12214         reality.
12215
12216         [BZ #3429]
12217         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
12218         we are sure we do not need it anymore for _dl_close.  Also move
12219         the asserts inside the lock region.
12220         Patch mostly by Suzuki <suzuki@in.ibm.com>.
12221
12222 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
12223
12224         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
12225         argument.
12226         (_dl_lookup_symbol_x): Adjust caller.
12227
12228         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
12229         _ns_global_scope.
12230         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
12231
12232         * elf/dl-libc.c: Revert l_scope name changes.
12233         * elf/dl-load.c: Likewise.
12234         * elf/dl-object.c: Likewise.
12235         * elf/rtld.c: Likewise.
12236         * elf/dl-close.c (_dl_close): Likewise.
12237         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
12238         always use __rtld_mrlock_{change,done}.  Always free old scope list
12239         here if not l_scope_mem.
12240         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
12241         change.  Never free scope list here.  Just __rtld_mrlock_lock before
12242         the lookup and __rtld_mrlock_unlock it after the lookup.
12243         * elf/dl-sym.c: Likewise.
12244         * include/link.h (struct r_scoperec): Remove.
12245         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
12246         with l_scope_mem and l_scoperec_lock with l_scope_lock.
12247
12248 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
12249
12250         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
12251
12252 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12253
12254         * configure.in: Disable building profile libraries by default.
12255
12256 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12257
12258         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
12259         as signed longs, check for x_base + pos overflow.
12260         * sunrpc/Makefile (tests): Add tst-xdrmem2.
12261         * sunrpc/tst-xdrmem2.c: New test.
12262
12263 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12264
12265         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
12266         _dl_lookup_symbol_x code.
12267
12268 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12269
12270         * elf/dl-runtime.c: Include sysdep-cancel.h.
12271         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
12272         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
12273         instead of catomic_* macros.
12274         * elf/dl-sym.c: Include sysdep-cancel.h.
12275         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
12276         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12277         * elf/dl-close.c: Include sysdep-cancel.h.
12278         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
12279         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12280         * elf/dl-open.c: Include sysdep-cancel.h.
12281         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
12282         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12283
12284 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12285
12286         [BZ #3313]
12287         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
12288         fastbin rather than end of fastbin array.
12289
12290 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12291
12292         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
12293         body macro.
12294         * sysdeps/x86_64/bits/atomic.h
12295         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
12296         (catomic_decrement): Use correct body macro.
12297
12298 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12299
12300         * include/atomic.h: Add a unique prefix to all local variables
12301         in macros.
12302         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
12303
12304 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
12305
12306         [BZ #3369]
12307         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
12308         and 7.
12309
12310 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
12311
12312         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
12313
12314 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
12315
12316         [BZ #3313]
12317         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
12318         determine highest fast bin to consolidate, always look into all of
12319         them.
12320         (do_check_malloc_state): Only require for empty bins for large
12321         sizes in main arena.
12322
12323         * libio/stdio.h: Add more __wur attributes.
12324
12325         * elf/dl-minimal.c (realloc): Optimize last patch.
12326
12327 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
12328
12329         [BZ #3352]
12330         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
12331         and use memcpy() if it does.
12332
12333 2006-11-12  Andreas Jaeger  <aj@suse.de>
12334
12335         [BZ #2510]
12336         * manual/search.texi (Hash Search Function): Clarify.
12337         (Array Search Function): Clarify.
12338
12339 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
12340
12341         [BZ #2830]
12342         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
12343         shifting.
12344         * math/atest-exp2.c (read_mpn_hex): Likewise.
12345         * math/atest-sincos.c (main): Likewise.
12346
12347 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12348
12349         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
12350         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
12351         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
12352         version GLIBC_2.6.
12353         * Versions.def: Add GLIBC_2.6 for libc.
12354
12355         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
12356
12357         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
12358
12359 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
12360
12361         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
12362
12363         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
12364
12365         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
12366         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
12367
12368 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12369
12370         * include/atomic.c: Define catomic_* operations.
12371         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
12372         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
12373         * malloc/memusage.c: Likewise.
12374         * gmon/mcount.c: Likewise.
12375         * elf/dl-close.c: Likewise.
12376         * elf/dl-open.c: Likewise.
12377         * elf/dl-profile.c: Likewise.
12378         * elf/dl-sym.c: Likewise.
12379         * elf/dl-runtime.c: Likewise.
12380         * elf/dl-fptr.c: Likewise.
12381         * resolv/res_libc.c: Likewise.
12382
12383 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
12384
12385         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
12386         components which lack them.
12387
12388         * nis/nis_subr.c (nis_getnames): Make sure that we always return
12389         at least one entry consisting of the parameter concatenated with
12390         the domain.
12391
12392 2006-10-10  Roland McGrath  <roland@frob.com>
12393
12394         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
12395         * sysdeps/mach/hurd/futimes.c: Likewise.
12396         * sysdeps/mach/hurd/lutimes.c: Likewise.
12397
12398 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
12399             Jakub Jelinek  <jakub@redhat.com>
12400
12401         Implement reference counting of scope records.
12402         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
12403         from the list in objects which remain.  Always allocate new scope
12404         record.
12405         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
12406         don't resize, allocate a new one.
12407         * elf/dl-runtime.c: Update reference counters before using a scope
12408         array.
12409         * elf/dl-sym.c: Likewise.
12410         * elf/dl-libc.c: Adjust for l_scope name change.
12411         * elf/dl-load.c: Likewise.
12412         * elf/dl-object.c: Likewise.
12413         * elf/rtld.c: Likewise.
12414         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
12415         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
12416         Add l_scoperec_lock.
12417         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
12418         * sysdeps/generic/rtld-lowlevel.h: New file.
12419
12420         * include/atomic.h: Rename atomic_and to atomic_and_val and
12421         atomic_or to atomic_or_val.  Define new macros atomic_and and
12422         atomic_or which do not return values.
12423         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
12424         Various cleanups.
12425         * sysdeps/i386/i486/bits/atomic.h: Likewise.
12426
12427         * po/sv.po: Update from translation team.
12428
12429 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
12430
12431         * Versions.def: Add GLIBC_2.6 to libpthread.
12432
12433         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
12434         (versioned_symbol): Likewise.
12435         (compat_symbol): Likewise.
12436
12437         * po/tr.po: Update from translation team.
12438
12439 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12440
12441         * nis/Banner: Removed.  It's been integral part forever and the
12442         author info is incomplete anyway.
12443         * libio/Banner: Likewise.
12444
12445         * nis/nis_table.c (nis_list): If __follow_path fails in the new
12446         code, make sure the nis_freeresult call doesn't crash and that the
12447         result is reported correctly.
12448
12449 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
12450
12451         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
12452         when callback is NULL.
12453
12454         * nis/Versions (libnss_nisplus): Add
12455         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
12456         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
12457         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
12458         _nss_create_tablename): Rename to...
12459         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
12460         ... these.  No longer static.
12461         (internal_setgrent): Adjust users.
12462         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12463         Don't use locking around _nss_grp_create_tablename call.
12464         * nis/nss_nisplus/nisplus-initgroups.c: New file.
12465
12466 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12467
12468         * version.h (VERSION): Bump to 2.5.90 for new development tree.
12469
12470 2006-10-06  Andreas Jaeger  <aj@suse.de>
12471
12472         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
12473
12474 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12475
12476         * po/pl.po: Update from translation team.
12477
12478         * nscd/nscd.c (main): Fix typo in message.
12479         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
12480
12481 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12482
12483         [BZ #3291]
12484         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
12485         errno.h, signal.h, unistd.h and sysdep-cancel.h.
12486         (__sigprocmask): Define.
12487
12488 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
12489
12490         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
12491         used.
12492
12493 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12494
12495         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
12496         in oldtotal and newtotal calculation.
12497         * nscd/nscd-client.h (struct mapped_database): Add datasize
12498         field.
12499         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
12500         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
12501         increased.
12502         (__nscd_cache_search): Add checks to make sure we never reference
12503         data beyond the current mapping.
12504
12505 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12506
12507         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
12508         variables const to avoid compiler warnings.
12509
12510         * io/fts.c (fts_close): Remove redundant checks.
12511         (fts_build): Likewise.
12512         (fts_palloc): Likewise.
12513
12514         * manual/message.texi (Advanced gettext functions,
12515         Using gettextized software): Fix typos.
12516
12517 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
12518
12519         * posix/glob.c (glob_in_dir): Add some comments and asserts to
12520         explain why there are no leaks.
12521
12522 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
12523
12524         * libio/wmemstream.c: Include <wchar.h>.
12525         * libio/bug-wmemstream1.c: Likewise.
12526         * libio/tst-wmemstream1.c: Likewise.
12527         * libio/tst-wmemstream2.c: Likewise.
12528
12529         * version.h (RELEASE): Bump to 2.5.
12530         * README: Regenerated.
12531
12532         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
12533
12534         [BZ #3273]
12535         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
12536         found no group members.
12537         Patch by Petr Baudis.
12538
12539 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
12540
12541         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
12542         assert bootstrap_map.l_tls_modid is zero.
12543         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
12544         if USE___THREAD.
12545
12546 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
12547
12548         * libio/stdio.h: Move open_wmemstream prototype to ...
12549         * wcsmbs/wchar.h: ... here.
12550
12551 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
12552
12553         [BZ #3252]
12554         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
12555         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
12556         __{,l}chown to handle the rest.
12557         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
12558         fchownat syscall and __ASSUME_32BITUIDS case inline, call
12559         __{,l}chown to handle the rest.
12560         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
12561         i386/fchownat.c.
12562         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
12563         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
12564
12565         [BZ #3253]
12566         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12567         time, rather allocate increasingly bigger arrays of pointers, if
12568         possible with alloca, if too large with malloc.
12569
12570 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
12571
12572         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
12573
12574         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
12575
12576 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
12577
12578         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
12579         home addresses.
12580         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
12581         IFA_F_HOMEADDRESS flag for interfaces.
12582         * include/ifaddrs.h (struct in6addrinfo): Define
12583         in6ai_homeaddress.
12584
12585 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
12586
12587         [BZ #3225]
12588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
12589         PTR_DEMANGLE3): Define.
12590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
12591         PTR_DEMANGLE3): Likewise.
12592         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
12593         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
12594         Likewise.
12595         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
12596
12597 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
12598
12599         * po/libc.pot: Regenerated.
12600         * po/be.po: Updated.
12601         * po/ca.po: Likewise.
12602         * po/cs.po: Likewise.
12603         * po/da.po: Likewise.
12604         * po/de.po: Likewise.
12605         * po/el.po: Likewise.
12606         * po/en_GB.po: Likewise.
12607         * po/es.po: Likewise.
12608         * po/fi.po: Likewise.
12609         * po/fr.po: Likewise.
12610         * po/gl.po: Likewise.
12611         * po/hr.po: Likewise.
12612         * po/hu.po: Likewise.
12613         * po/ja.po: Likewise.
12614         * po/ko.po: Likewise.
12615         * po/nb.po: Likewise.
12616         * po/nl.po: Likewise.
12617         * po/pl.po: Likewise.
12618         * po/pt_BR.po: Likewise.
12619         * po/ru.po: Likewise.
12620         * po/rw.po: Likewise.
12621         * po/sk.po: Likewise.
12622         * po/sv.po: Likewise.
12623         * po/tr.po: Likewise.
12624         * po/zh_CN.po: Likewise.
12625         * po/zh_TW.po: Likewise.
12626
12627         [BZ #3137]
12628         * iconv/iconv_prog.c (main): Fix spelling in error message.
12629         * iconv/iconvconfig.c (main): Likewise.
12630         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
12631         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
12632         * locale/programs/localedef.c (main): Likewise.
12633         * locale/programs/repertoire.c (repertoire_read): Likewise.
12634         * timezone/zdump.c (main): Likewise.
12635         * nscd/connections.c (handle_request): Fix spelling in log message.
12636         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
12637
12638 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
12639
12640         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
12641         interfaces.
12642
12643 2006-09-20  Andreas Jaeger  <aj@suse.de>
12644
12645         * math/libm-test.inc (lrint_test_upward): Fix typo.
12646
12647 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
12648
12649         [BZ #2592]
12650         * math/libm-test.inc (lrint_test_tonearest): New function.
12651         (lrint_test_towardzero): New function.
12652         (lrint_test_downward): New function.
12653         (lrint_test_upward): New function.
12654         (main): Run these new tests.
12655         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
12656         of values near to 0.
12657         (two52): Use double not long double.
12658         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
12659         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
12660         (two23): Use float not double.
12661         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
12662         (two23): Use float not double.
12663         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
12664         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
12665         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
12666         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
12667
12668 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12669
12670         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
12671         Cast sp to unsigned long to avoid compiler warning.
12672         Use __makecontext_ret function instead of a trampoline on the stack.
12673         (__makecontext_ret): New function.
12674         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
12675
12676 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
12677
12678         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
12679         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
12680         bits.
12681
12682 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
12683
12684         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
12685         sure no reference to the unloaded map's search list remains in the
12686         dependency's scope.
12687
12688 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
12689
12690         * elf/Makefile: Add rules to build and run unload7 test.
12691         * elf/unload7.c: New test.
12692         * elf/unload7mod1.c: New file.
12693         * elf/unload7mod2.c: New file.
12694
12695 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
12696
12697         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
12698         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
12699         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12700         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
12701         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12702         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
12703         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12704         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
12705         PTRACE_GETEVENTMSG): Likewise.
12706         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
12707         values.
12708
12709 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
12710
12711         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
12712         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12713         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
12714         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
12715
12716 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
12717
12718         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
12719         write '\0' to the fd.
12720         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
12721         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
12722         Change regs to unsigned long pointer from unsigned int, fix fscr
12723         offset.
12724
12725 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
12726
12727         * io/Makefile (CFLAGS-fstatat.c): Set.
12728         (CFLAGS-fstatat64.c): Likewise.
12729         (CFLAGS-mknodat.c): Likewise.
12730
12731         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
12732         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
12733         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
12734         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
12735
12736 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
12737             Steven Munroe  <sjmunroe@us.ibm.com>
12738
12739         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
12740         names to the beginning.  Rename "cell" to "cellbe".
12741         (_dl_powerpc_platforms): New.
12742         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12743         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
12744         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
12745         (_DL_HWCAP_PLATFORM): Define to new mask.
12746         (_dl_platform_string, _dl_string_platform): New functions.
12747         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
12748         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
12749
12750 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
12751
12752         [BZ #2526]
12753         * README.libm: Fix a thinko in sqrt algorithm description.
12754
12755         [BZ #3143]
12756         * manual/string.texi (argz_delete): Fix prototype.
12757         Patch by <alpt@freaknet.org>.
12758
12759 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
12760
12761         [BZ #3138]
12762         * io/test-lfs.c (do_prepare): Give name_len type size_t.
12763         * io/tst-fcntl.c (do_prepare): Likewise.
12764         * posix/tst-exec.c (do_prepare): Likewise.
12765         * posix/tst-preadwrite.c (do_prepare): Likewise.
12766         * posix/tst-spawn.c (do_prepare): Likewise.
12767         * posix/tst-truncate.c (do_prepare): Likewise.
12768         * rt/tst-aio.c (do_prepare): Likewise.
12769         * rt/tst-aio64.c (do_prepare): Likewise.
12770         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
12771         size_t.
12772
12773 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
12774
12775         [BZ #2821]
12776         * time/mktime.c (guess_time_tm): Fix overflow detection.
12777         * time/Makefile (tests): Add bug-mktime1.
12778         * time/bug-mktime1.c: New file.
12779
12780         [BZ #3189, #3188]
12781         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
12782         (mremap): Likewise.
12783
12784 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
12785
12786         [BZ #1006]
12787         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
12788         Ensure relocation doesn't clobber any bits outside of the
12789         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
12790         R_SPARC_HI22 and R_SPARC_H44.
12791
12792         [BZ #2775]
12793         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
12794         (long) (MINSIZE + nb - old_size) is positive.
12795
12796         * malloc/arena.c (grow_heap): When growing bail even if new_size
12797         is negative.
12798
12799         [BZ #3155]
12800         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
12801         stack below r1.
12802
12803 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12804
12805         * posix/regex_internal.c (re_string_reconstruct): Handle
12806         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12807         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12808         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12809         re_string_context_at.
12810         * posix/Makefile: Add rules to build and run bug-regex26 test.
12811         * posix/bug-regex26.c: New test.
12812
12813         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
12814         rather than col_sym_free.  Move seqp declaration earlier.
12815
12816         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
12817
12818 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
12819
12820         * nscd/initgrcache.c (addinitgroupsX): Move any_success
12821         decl before first goto out.
12822
12823 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12824
12825         * Makerules (shlib.lds): If have-hash-style, put .hash section
12826         at the end of the RO segment.
12827
12828 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
12829
12830         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
12831         style hash table format is used.
12832
12833 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12834
12835         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
12836         randomization rather than before.
12837         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
12838
12839 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
12840
12841         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
12842
12843         * malloc/malloc.c (_int_malloc): Use full list insert and not
12844         shortcut which assumes the list is empty for large requests
12845         too.
12846
12847         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
12848
12849 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
12850
12851         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
12852         and offout arguments to the prototype.
12853         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
12854         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
12855         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
12856         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
12857         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
12858         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
12859         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
12860         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
12861
12862 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
12863
12864         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
12865
12866         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
12867         dlopen parameters.
12868
12869 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
12870
12871         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
12872         only if herrno is NETDB_INTERNAL.  Handle errors other than
12873         ERANGE outside of the loops, handle TRY_AGAIN.
12874
12875         * locale/programs/ld-ctype.c (translit_flatten): Issue error
12876         if other's ctype category was missing.
12877         * locale/programs/ld-collate.c (collate_read): Return if
12878         copy_locale's collate category is missing.
12879
12880 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
12881
12882         [BZ #2684]
12883         * malloc/malloc.c (public_rEALLOc): Try harder by using other
12884         arenas if allocation failed.
12885         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
12886
12887 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
12888
12889         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
12890         waste bins[0..1].
12891         (malloc_state): Reduce bins size by 2.
12892         (_int_malloc): Fix test for large enough buffer for early termination.
12893         When no unsorted block matches perfectly and an exiting block has
12894         to be split, use full list insert and not shortcut which assumes
12895         the list is empty.
12896
12897         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
12898         failure.
12899
12900 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12901
12902         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
12903         do anything.
12904
12905         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
12906         symbol require exact match (these are PLTs).
12907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
12908         (_dl_ppc64_addr_sym_match): Likewise.
12909
12910         [BZ #2683]
12911         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
12912         If symbol has a value use it.
12913         * elf/tst-dladdr1.c: New file.
12914         * elf/Makefile: Add rules to build and run tst-addr1.
12915
12916 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
12917
12918         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
12919         keeps failing and heap growth or new heap creation isn't
12920         successful either.
12921         * malloc/tst-malloc.c (main): Add new tests.
12922
12923 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12924
12925         [BZ #2734]
12926         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
12927         as in the x86-64 code to use bswap.
12928
12929 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
12930
12931         [BZ #2680]
12932         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
12933         __USE_UNIX98.
12934         * posix/bits/unistd.h: Likewise.
12935
12936 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
12937
12938         [BZ #2751]
12939         * string/strchr.c: Add cast to avoid warning.
12940
12941 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12942
12943         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
12944         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
12945         limit is needed to avoid the exploding of the address space
12946         requirement for secondary heaps.
12947         * malloc/arena.c (HEAP_MAX_SIZE): Define using
12948         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
12949
12950 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
12951
12952         [BZ #3018]
12953         * Makerules (depfiles): Handle extra-test-objs the same as
12954         extra-objs.
12955         (common-mostlyclean): Likewise.
12956         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
12957         instead.
12958         * elf/Makefile (extra-objs): Likewise.
12959         * stdlib/Makefile (extra-objs): Likewise.
12960
12961 2006-08-14  Eric Blake  <ebb9@byu.net>
12962
12963         [BZ #3044]
12964         * misc/error.h: Assume C89 or better.
12965         * misc/error.c: Likewise.
12966
12967 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12968
12969         [BZ #3040]
12970         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
12971         __ASSUME_ATFCTS is defined.
12972
12973 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
12974
12975         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
12976         to sort in each call.
12977
12978         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
12979         is empty simply return and use next service.
12980         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
12981
12982         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
12983         tells us when not finding a charmap file is an error.
12984         * locale/programs/charmap.h: Adjust charmap_read prototype.
12985         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
12986         cannot find a charmap.
12987         * locale/programs/localedef.c (main): Adjust charmap_read call.
12988
12989 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
12990
12991         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
12992         sysdeps/posix/pause.c implementation instead.
12993
12994 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
12995
12996         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
12997         to EPERM.
12998
12999 2006-08-13  Andreas Schwab  <schwab@suse.de>
13000
13001         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13002         Don't clobber caller's LRSAVE.
13003         (_dl_prof_resolve): Likewise.
13004
13005 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13006
13007         [BZ #1996]
13008         * libio/memstream.c (open_memstream): Allocate initial buffer with
13009         calloc.
13010         * libio/wmemstream.c (open_wmemstream): Likewise.
13011         * libio/strops.c: Pretty printing.
13012         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13013         (enlarge_userbuf): New function.
13014         (_IO_str_seekoff): Call it if seek position is larger than current
13015         buffer.
13016         * libio/wstrops.c: Likewise.
13017         * libio/vasprintf.c: Add comment as to why we do not have to use
13018         calloc instead of malloc to allocate initial buffer.
13019         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13020         * libio/bug-memstream1.c: New file.
13021         * libio/bug-wmemstream1.c: New file.
13022
13023 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13024
13025         * libio/wstrops.c: Remove dead macro definitions and comments.
13026         * libio/strops.c: Likewise.
13027
13028         [BZ #2764]
13029         * login/utmpname.c (__utmpname): Remove unnecessary test.
13030
13031 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13032
13033         [BZ #2832]
13034         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13035         0s from integers.
13036
13037 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13038
13039         [BZ #2987]
13040         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13041         for CPU clocks.
13042         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13043         setting of CPU clocks.
13044
13045 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         [BZ #2841]
13048         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13049         since C99 requires the result to promote to 'int' when uint_least8_t
13050         and uint_least16_t promote to 'int'.
13051
13052 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13053
13054         [BZ #3013]
13055         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13056         lenght of one output field, correct bitmask creation.
13057         * locale/programs/ld-time.c: Add alignment.
13058
13059         [BZ #2997]
13060         * misc/error.c: Add space between program name and message if file
13061         name is missing.
13062
13063 2006-08-03  Eric Blake  <ebb9@byu.net>
13064
13065         [BZ #2998]
13066         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13067
13068 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13069
13070         * malloc/memusagestat.c: Silence warnings.
13071
13072         * malloc/malloc.c: Dynamically size mmap treshold if the program
13073         frees mmaped blocks.
13074         Patch by Valerie Henson and Arjan van de Ven.
13075
13076 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
13077
13078         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13079         __USE_GNU.
13080
13081         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13082         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13083         (DEF): Don't put the var into .gnu.linkonce.r.* section.
13084         Only provide var definitions in strtol_l (or for *ull*
13085         in strtoll_l).
13086
13087         * stdio-common/bug16.c (tests): New array.
13088         (do_tests): Allow the first hexadecimal digit
13089         to be 1, 2, 4 or 8.  Do 3 additional tests.
13090
13091         * sysdeps/s390/fpu/libm-test-ulps: Update.
13092
13093         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13094         fchownat syscall if available.
13095         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13096         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13097         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13098
13099 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13100
13101         * nis/nis_xdr.c: Avoid some function calls.
13102
13103 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
13104             Ulrich Drepper  <drepper@redhat.com>
13105
13106         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13107         short cut if only one name component is stripped away.
13108
13109 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13110
13111         * nis/nis_call.c: Minor cleanups throughout.
13112         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13113         (first_shoot): Add search_parent_first parameter.  Only if it is set
13114         search parent server first.
13115         If directory for table found through cold start cache is not the same
13116         as referenced in the cache, don't use it.
13117         (__nisfind_server): Take additional parameter.  Pass it on to
13118         first_shoot.
13119         (__prepare_niscall): Adjust __nisfind_server call.
13120         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
13121         * nis/nis_table.c: Adjust __nisfind_server call.
13122         * nis/nis_lookup.c: Likewise.
13123         (nis_lookup): Don't loop endlessly if name is reduced to ".".
13124
13125 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
13126
13127         [BZ #2182]
13128         * math/s_cacosh.c: Return values from positive branch.
13129         * math/s_cacoshf.c: Likewise.
13130         * math/s_cacoshl.c: Likewise.
13131
13132         [BZ #2883]
13133         * sysvipc/sys/msg.h: Change return value to ssize_t.
13134         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13135         * sysvipc/msgrcv.c: Likewise.
13136         * include/sys/msg.h: Likewise.
13137
13138         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
13139         test introduced in patch for bz #661.
13140         (getgrouplist): Simplify code a bit.  Don't allocate one additional
13141         element for NEWGROUPS.
13142
13143         [BZ #2908]
13144         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
13145         'f', use '1' as leading digit not '\1'.
13146         * stdio-common/Makefile (tests): Add bug16.
13147         * stdio-common/bug16.c: New file.
13148
13149         [BZ #2914]
13150         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
13151         and don't try to open it.  The patch introducing the macro
13152         contained a bug and used the same file name as the new file
13153         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
13154         this out completely.
13155
13156         [BZ #2926]
13157         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
13158         Patch by Jerry James <Jerry.James@usu.edu>.
13159
13160         * rt/Makefile (tests): Add tst-clock2.
13161         * rt/tst-clock2.c: New file.
13162
13163         [BZ #2978]
13164         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
13165         function and its parameters and pass it to new thread.
13166         (__gai_notify): Add support for alternative waiting for completion.
13167         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
13168         waiting for completion.
13169         * resolv/getaddrinfo_a.c: Likewise.
13170         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
13171         waiting for completion is used.
13172         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
13173         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
13174         * resolv/gai_error.c: Likewise.
13175         * resolv/gai_sigqueue.c: Likewise.
13176
13177 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
13178
13179         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
13180         errno to EBADF and return MACH_PORT_NULL.
13181
13182 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
13183
13184         [BZ #2980]
13185         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
13186
13187 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
13188
13189         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
13190         walk them instead of the symbol table.
13191
13192 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
13193
13194         [BZ #2098]
13195         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
13196         status of NSS calls, not the number of returned entries.
13197
13198         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
13199         request_key, keyctl.
13200
13201 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13202
13203         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
13204
13205 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
13206
13207         * elf/tst-auditmod1.c: Fix typo in #error.
13208
13209 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13210
13211         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
13212
13213         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
13214
13215 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
13216
13217         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
13218         that the directory is empty even on non-POSIX filesystems.
13219
13220 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13221
13222         * elf/dl-open.c (dl_open_worker): Add branch prediction.
13223
13224         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
13225         the backend NSS module.  If backend setgrent call failed, don't have
13226         internal_setgrent fail.  Just remember this until it is needed.
13227         * nis/nss_compat/compat-pwd.c: Likewise.
13228         * nis/nss_compat/compat-spwd.c: Likewise.
13229
13230 2006-07-30  Roland McGrath  <roland@redhat.com>
13231
13232         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
13233         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
13234         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
13235         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
13236
13237         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
13238         (nanosleep_not_cancel): New macro.
13239         (sigsuspend_not_cancel): new macro.
13240         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
13241         (do_sigsuspend): Define as inline.
13242         (__sigsuspend): Always use do_sigsuspend.
13243         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
13244         * include/signal.h: Declare __sigsuspend_nocancel.
13245         * sysdeps/posix/pause.c
13246         [! NO_CANCELLATION] (__pause_nocancel): New function.
13247
13248         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
13249         * include/time.h (__nanosleep_nocancel): Likewise.
13250
13251 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
13252
13253         * locale/programs/localedef.c (add_to_readlist): Rename local
13254         variables to avoid confusion.
13255
13256         * locale/programs/charmap.c (charmap_read): Emit error message if
13257         charmap couldn't be found or read.
13258
13259 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
13260
13261         * sysdeps/unix/sysv/linux/kernel-features.h: Define
13262         __ASSUME_FUTEX_LOCK_PI.
13263         * include/time.h: Declare __nanosleep_nocancel.
13264         * include/unistd.h: Declare __pause_nocancel.
13265
13266         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
13267         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
13268         get the __stack_chk_fail_local definition when it's needed.
13269
13270 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
13271
13272         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
13273         * dlfcn/bug-atexit3.c: New file.
13274         * dlfcn/bug-atexit3-lib.cc: New file.
13275
13276         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
13277         used when the namespace is not the base namespace.
13278
13279 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
13280
13281         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
13282         (__new_exitfn): Bump it in every successful call.
13283         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
13284         more exit handlers, call them right away.
13285         * stdlib/exit.h: Declare __new_exitfn_called.
13286
13287 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
13288
13289         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
13290         calling registered handler.
13291
13292         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
13293         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13294         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13295         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13296         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13297         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13298         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13299         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13300
13301 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
13302
13303         * elf/dl-lookup.c (dl_new_hash): New functions.
13304         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
13305         value here.  Compute new-style hash value.  Pass new hash value
13306         and reference to variable with the old value to do_lookup_x.
13307         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
13308         old-style hash table.
13309         (_dl_debug_bindings): Pass new hash value and reference to variable
13310         with the old value to do_lookup_x.
13311         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
13312         new-style hash value and change old-style hash value parameter to
13313         be a reference.  Reoganize functions to determine whether
13314         new-style hash table is available.  Only fall back on old-style
13315         table.  If old-style hash value is needed, compute it here.
13316         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
13317         entry.
13318         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
13319         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
13320         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
13321         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
13322         * Makeconfig: If linker supports --hash-style option add it to all
13323         linker command lines to build DSOs.
13324         * config.make.in: Define have-hash-style.
13325         * configure.in: Test whether linker supports --hash-style option.
13326
13327         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
13328         * sysdeps/generic/ldsodefs.h: Adjust prototype.
13329
13330 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
13331
13332         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
13333         auditing.
13334
13335         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
13336         RPATH of main map twice.
13337
13338 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
13339
13340         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
13341         look further, return original strings.
13342         (_nl_find_msg): Do not return found translation if the conversion
13343         failed.  Either signal the string is unusable or that something went
13344         wrong and the original should be used.
13345
13346 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
13347
13348         * string/_strerror.c (__strerror_r): Add __builtin_expect.
13349
13350 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
13351
13352         [BZ #2766]
13353         * misc/insremque.c (insque): Handle prev == NULL.
13354         * misc/Makefile (tests): Add tst-insremque.
13355         * misc/tst-insremque.c: New test.
13356
13357 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
13358
13359         [BZ #2792]
13360         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
13361         conflict with DL_DST_REQUIRED.
13362
13363 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
13364
13365         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
13366         match what Solaris does.
13367
13368 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
13369
13370         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
13371         local_setegid instead of seteuid and setegid.
13372         * sysdeps/generic/local-setxid.h: New file.
13373         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
13374
13375         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
13376
13377         * string/Makefile (tests): Add bug-envz1.
13378         * string/bug-envz1.c: New file.
13379
13380 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13381
13382         * posix/regex_internal.c (re_string_skip_chars): If no character has
13383         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
13384         to the byte which couldn't be converted.
13385         (re_string_reconstruct): Don't clear valid_raw_len before calling
13386         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13387         tip_context using re_string_context_at.
13388         * posix/Makefile: Add rules to build and run bug-regex25 test.
13389         * posix/bug-regex25.c: New test.
13390
13391 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
13392
13393         [BZ #2703]
13394         * string/envz.c (envz_strip): Correct erroneously reversed src
13395         and dest parameters to memmove() invocation.
13396
13397 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
13398
13399         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
13400         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
13401         to make sure the database has been already invalidated.
13402         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
13403         after the cache has been invalidated.  Use pthread_mutex_lock rather
13404         than pthread_mutex_trylock if fd != -1.
13405         * nscd/connections.c (invalidate_cache): Add fd argument, write
13406         response to fd if not calling prune_cache, pass fd to prune_cache.
13407         (handle_request): Adjust invalidate_cache caller.
13408         (nscd_run): Pass -1 as fd to prune_cache.
13409
13410 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
13411
13412         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
13413         the correct place.
13414
13415 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
13416
13417         * nscd/nscd.h (struct database_dyn): Add prunelock field.
13418         * nscd/cache.c (prune_cache): Take prunelock before starting the
13419         work.  Just return in case it is already taken.
13420         * nscd/connections.c (dbs): Initialize .prunelock.
13421
13422 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
13423
13424         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
13425         copying.  No need to allocate new array for group members.  Just
13426         move the pointers and update the size.
13427
13428         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
13429         Avoid memory leak in case realloc fails.  Simplification for
13430         better code generation.
13431
13432         Avoid deprecation warning because of libc_hidden_proto for
13433         inet6_option_alloc.
13434         * inet/inet6_option.c (option_alloc): Renamed from
13435         inet6_option_alloc.  Made static.
13436         (inet6_option_alloc): Now a simple wrapper around option_alloc.
13437         (inet6_option_append): Call option_alloc.
13438         * include/netinet/in.h: Remove libc_hidden_proto for
13439         inet6_option_alloc.
13440
13441         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
13442         for cleanup when cb!=NULL [Coverity CID 233].
13443
13444 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
13445
13446         [BZ #2693]
13447         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
13448         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
13449         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
13450         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
13451         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
13452         and inet6_rth_getaddr.
13453         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
13454         array.
13455         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
13456         Mark inet6_option_* interfaces as deprecated.
13457         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
13458         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
13459         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
13460         inet6_rth_segments, and inet6_rth_getaddr.
13461         * inet/inet6_opt.c: New file.
13462         * inet/inet6_rth.c: New file.
13463
13464         * inet/netinet/icmp6.h: Pretty printing.
13465
13466         [BZ #2683]
13467         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
13468
13469 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
13470
13471         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
13472         doing it all here.  When server does not know the answer do not
13473         fail immediate, try parent first.
13474
13475         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
13476         overflow test.
13477
13478 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
13479
13480         * nis/nis_call.c (__prepare_niscall): New function.  Split out
13481         from __do_niscall.
13482         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
13483         and exported.
13484         (__follow_path): New function.  Split out from nis_list.
13485         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
13486         _xdr_nis_result.
13487         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
13488         _xdr_nis_result.
13489         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
13490         and __follow_path.
13491         * nis/Versions: Export __prepare_niscall, __create_ib_request,
13492         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
13493         from libnsl for version GLIBC_PRIVATE.
13494         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
13495         Remove entry parameter from _nss_nisplus_parse_pwent and
13496         _nss_nisplus_parse_grent.
13497         * nis/nss_nisplus/nisplus-parser.c: Likewise.
13498         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
13499         again.  Rewrite getpwent handling to not use nis_first_entry and
13500         nis_next_entry.  Roll out own niscall handling.
13501         * nis/nss_nisplus/nisplus-grp.c: Likewise.
13502
13503         * sunrpc/xdr_rec.c: Fix typo in comment.
13504
13505 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
13506
13507         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
13508         handling.
13509
13510         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
13511         to allocate memory for my_pollfd.  Better initialization of
13512         cb_is_running.  Use TEMP_FAILURE_RETRY.
13513
13514         * malloc/memusage.sh (memusageso): Add quotes.
13515         (memusagestat): Likewise.
13516         * debug/xtrace.sh (pcprofileso): Likewise.
13517         (pcprofiledump): Likewise.
13518         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
13519         replacement.
13520         * malloc/Makefile ($(objpfx)memusage): Likewise.
13521
13522         * nis/nis_callback.c (__nis_create_callback): Calls to
13523         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
13524         asprintf call fails.
13525
13526         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
13527         no uninitialized memory is passed to sendto.
13528
13529 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13530
13531         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
13532         of snprintf+strdup.  Handle OOM.
13533         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
13534         cb->serv together.  Remove now obsolete free calls.
13535         (__nis_destroy_callback): Remove now obsolete free call.
13536
13537 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
13538
13539         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
13540         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
13541         and ULA respectively). Set precedence for IPv4 address to 10 as
13542         defined in RFC3484 for preferring IPv6.
13543         * posix/gai.conf: Update to match the new default tables.
13544
13545 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
13546
13547         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
13548         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
13549         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
13550         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
13551
13552         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
13553         Removed.
13554         (init_nss_interface): Remove initialization of these variables.
13555
13556 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13557
13558         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
13559         nis_free_directory forward to avoid duplication.
13560
13561 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
13562
13563         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
13564         rec_dirsearch returning NULL.
13565         (first_shoot): Handle __nis_finddirectory returning NULL.
13566         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
13567
13568         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
13569         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
13570
13571 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
13572
13573         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
13574         pid changed.
13575
13576 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
13577
13578         * include/rpc/pmap_prot.h: Mark all functions as hidden.
13579
13580         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
13581         * nscd/nscd_getgr_r.c: Likewise.
13582
13583         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
13584
13585         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
13586         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
13587
13588         * stdlib/longlong.h (__clz_tab): Mark as hidden.
13589
13590         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
13591
13592         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
13593
13594         * include/rpc/auth.h: Mark xdr_des_block_internal and
13595         xdr_opaque_auth_internal as hidden.
13596
13597         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
13598         hidden.
13599
13600         * include/rpc/xdr.h: Mark all _internal functions as hidden.
13601
13602         * misc/getusershell.c (okshells): Don't use static initializers,
13603         do it dynamically.
13604
13605         * stdlib/fmtmsg.c (keywords): Change type of len element to
13606         uint32_t to not waste space on 64bit machines.
13607
13608         * locale/setlocale.c: Change _nl_category_names into a string.
13609         Add new _nl_category_name_idxs.  Change all users.
13610         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
13611         Declare _nl_category_name_idxs.
13612         * locale/findlocale.c: Adjust for _nl_category_names change.
13613         * locale/loadlocale.c: Likewise.
13614         * locale/newlocale.c: Likewise.
13615         * intl/dcigettext.c: Likewise.
13616
13617         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
13618         (add_alias2): ...here.  New function.
13619         (__gconv_read_conf): Simplify builtin alias handling.
13620         (builtin_aliases): Convert to string to avoid relocations.
13621         * iconv/gconv_builtin.h: Add comment about correct formatting.
13622
13623 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
13624
13625         * resolv/res_debug.c (loc_ntoa): Make error const.
13626
13627 2006-05-14  Andreas Schwab  <schwab@suse.de>
13628
13629         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
13630
13631 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
13632
13633         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
13634         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
13635         sizeof (cpu_set_t).
13636
13637 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
13638
13639         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
13640
13641         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
13642
13643         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
13644         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
13645
13646         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
13647         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
13648
13649         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
13650         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
13651         xdr_cback_data.
13652
13653         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
13654         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
13655         xdr_ypupdate_args.
13656
13657         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
13658         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
13659
13660         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
13661         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
13662
13663         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
13664         * include/rpcsvc/nis_callback.h: New file.
13665
13666         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
13667         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
13668
13669         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13670         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13671
13672         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
13673         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
13674
13675         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13676         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13677
13678         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
13679         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
13680         xdr_ypdelete_args.
13681
13682         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
13683         __BEGIN_DECLS and __END_DECLS, the header is not installed.
13684
13685         * nis/nis_error.c: Remove table of strings.  Use position
13686         independent mechanism.
13687         * nis/nis_error.h: New file.
13688
13689 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
13690
13691         * locale/programs/ld-time.c (time_finish): If wide era name or
13692         format aren't provided, set both wname and wformat to L"".
13693
13694 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
13695
13696         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
13697         results if the call was succesful.
13698
13699         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
13700
13701         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
13702         as hidden.
13703
13704 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
13705
13706         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
13707
13708 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
13709
13710         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
13711         caller makes sure this is not the case.
13712         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
13713
13714 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
13715
13716         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
13717         calls.
13718
13719         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
13720         [Coverity CID 229, 230]
13721
13722         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
13723         DGETTEXT calls.
13724         (hol_help): Likewise.  [Coverity CID 226, 227]
13725
13726         * string/argz-replace.c (__argz_replace): Unconditionally call
13727         free on SRC.  [Coverity CID 225]
13728
13729         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
13730         the return value of __nis_default_owner and __nis_default_group,
13731         it has been especially allocated.  [Coverity CID 224]
13732
13733         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
13734         searchgroup and searchowner.  Significantly simplified.
13735         (__nis_default_owner): Remove duplication.  Do not locally copy the
13736         string before duplicating it.
13737         (__nis_default_group): Likewise.
13738
13739         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
13740         we must clear the variable before calling __nisfind_server.
13741
13742         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
13743         nis_getnames.  [Coverity CID 223]
13744
13745         * locale/programs/locfile.c (locfile_read): Use alloca instead of
13746         xmalloc to allocate local repertoire name.  [Coverity CID 222]
13747
13748         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
13749         allocate memory for the input to add_bytes.  [Coverity CID 221]
13750
13751         * posix/wordexp.c (w_addword): Free word if realloc fails and it
13752         was allocated here.  [Coverity CID 219, 220]
13753
13754         * posix/getconf.c (print_all): Free confstr data after printing.
13755         [Coverity CID 218]
13756
13757         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
13758         list allocation fails.  [Coverity CID 215]
13759
13760         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
13761         [Coverity CID 213]
13762
13763         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
13764         string is NULL.  [Coverity CID 212]
13765         * argp/Makefile: Add rules to build and run bug-argp1.
13766         * argp/bug-argp1.c: New file.
13767
13768         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
13769         end of string.
13770         * stdlib/canonicalize.c (__realpath): Likewise.
13771
13772         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
13773         pointer.  [Coverity CID 206]
13774
13775         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
13776         in statically linked code.
13777         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
13778         statically built code, be prepared to have no link map.
13779         [Coverity CID 205]
13780
13781         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
13782         dgettext calls. [Coverity CID 204]
13783
13784         * argp/argp-help.c (struct uparams): Remove valid member.  Change
13785         the one user.
13786         (uparam_names): Reduce size.  Avoid relative relocations.
13787         Moved to read-only segment.
13788         (fill_in_uparams): Update for new layout.
13789
13790         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
13791         assumed to always be != NULL. [Coverity CID 202]
13792
13793         * argp/argp-help.c (hol_entry_help): Remove some dead code
13794         [Coverity CID 200].
13795
13796         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
13797         away a few more unconditional yperr2nss calls.
13798         (_nss_nis_getservbyname_r): Likewise.
13799
13800 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
13801
13802         * sysdeps/generic/ldsodefs.h: Remove support for non-core
13803         architectures.
13804
13805         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
13806         that unused memory passed to sendto is nevertheless initialized.
13807
13808         [BZ #2499]
13809         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
13810         possibly unaligned memory accesses.
13811
13812         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
13813         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
13814         and __putlong respectively.  Correct buffer overflow check for
13815         NS_NOTIFY_OP.
13816
13817         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
13818
13819         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
13820         (send_dg): Rewrite error handling to be more compact and avoid
13821         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
13822
13823         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
13824
13825         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
13826         instead of ns_get16.
13827         (res_queriesmatch): Likewise.  Minor optimization.
13828
13829         [BZ #2499]
13830         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
13831         __libc_res_nsend might reallocate the buffer for the answer.  In
13832         this case we have to reload the HP pointer.
13833
13834 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13835
13836         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
13837         some branch prediction hints.
13838
13839         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
13840         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13841         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13842         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13843         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13844         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13845         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13846         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13847
13848 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13849
13850         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
13851         by a GOT relocation to make Scrt1.o position independent.
13852         * sysdeps/s390/s390-64/elf/start.S: Likewise.
13853
13854         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
13855         six system call parameters.
13856         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
13857
13858 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13859
13860         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
13861         malloc&bzero.
13862
13863         * sunrpc/svc_udp.c (BZERO): Remove definition.
13864         (CALLOC): Define.
13865         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
13866
13867         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
13868         (des_SPtrans): Use uint32_t type.
13869         (des_skb): Likewise.
13870
13871         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
13872
13873 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
13874
13875         [BZ #2509]
13876         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
13877         on 32-bit arches.
13878
13879 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13880
13881         * locale/programs/ld-address.c (address_finish): Fix one more
13882         place where the iso639 array might be accessed beyond the limits.
13883
13884 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
13885
13886         * nis/nis_table.c (nis_list): Avoid clearing res twice before
13887         filling it for the first time.
13888
13889         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
13890         Adjust all callers.
13891         Free res object content before returning.
13892
13893         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
13894
13895         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
13896         client->cl_auth.
13897
13898         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
13899         cleanup for initial thread, just the free call on TVP.
13900
13901         * nscd/gai.c (__getline): Define.
13902
13903
13904 See ChangeLog.16 for earlier changes.