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