1 2010-01-15 Ulrich Drepper <drepper@redhat.com>
3 * posix/regcomp.c: Fix a few more cases of ignored return values.
4 * posix/regex_internal.c: Likewise.
5 * posix/regexec.c: Likewise.
7 * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
8 used without _XOPEN_SOURCE. Don't base any decisions on this macro
9 if _XOPEN_SOURCE is not defined as well.
11 2010-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13 * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
14 high gprs kernel facility.
15 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
16 Added high gprs check for DSOs.
17 * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
20 2010-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22 * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
24 * elf/dl-open.c (_dl_sysdep_start): Likewise..
25 * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
26 * elf/rtld.c (dl_main): Added new parameter auxv. Adjust the
27 AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
30 2010-01-14 Ulrich Drepper <drepper@redhat.com>
33 * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
35 Patch by Philip Prindeville <philipp@redfish-solutions.com>.
38 * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
42 * posix/regcomp.c (alc_eclosure_iter): Do not ignore
43 re_node_set_insert failure; return REG_ESPACE.
46 * bits/confname.h: Make pre-C99-safe.
48 2010-01-14 Ryan S. Arnold <rsa@us.ibm.com>
50 * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
51 $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
52 files are found by GCC.
54 2010-01-14 Ulrich Drepper <drepper@redhat.com>
56 * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
59 * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
62 * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
64 * Versions.def: Add GLIBC_2.12 for libpthread.
67 * malloc/malloc.c (malloc_info): Initialize malloc if not already
68 done. Handle empty bin lists.
70 * posix/unistd.h: Change getpagesize and getdtablesize declaration
73 * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
75 * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
78 * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
81 2010-01-13 Ulrich Drepper <drepper@redhat.com>
83 * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
85 2010-01-12 H.J. Lu <hongjiu.lu@intel.com>
87 * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
89 2010-01-13 Ulrich Drepper <drepper@redhat.com>
91 * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
93 2010-01-12 Ulrich Drepper <drepper@redhat.com>
95 * conform/data/complex.h-data: Test for POSIX2008.
97 * conform/data/ctype.h-data: Fix POSIX testing.
99 * conform/data/dirent.h-data: ino_t only needed for XSI.
101 * grp/grp.h: Declare getgrent and endgrent for XPG7.
103 * conform/data/inttypes.h-data: Use same types as the headers.
105 * resolv/netdb.h: Don't define old resolver macros for XPG7.
107 * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
109 * conform/conformtest.pl: Implement tag for allow-header.
110 Fix newline handling in allow-header implementation.
112 * conform/data/time.h-data: Use allow-header instead of duplicating
115 * conform/data/time.h-data: Allow sigevent tag.
117 * posix/sched.h: Define time_t and pid_t for XPG7.
119 2010-01-12 H.J. Lu <hongjiu.lu@intel.com>
121 * sysdeps/i386/i686/bcopy.S: New file.
123 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
125 * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
127 * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
128 * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
129 * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
131 * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
133 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
134 bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
135 memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
136 bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
137 * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
138 * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
139 * sysdeps/i386/i686/multiarch/bcopy.S: New file.
140 * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
141 * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
142 * sysdeps/i386/i686/multiarch/bzero.S: New file.
143 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
144 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
145 * sysdeps/i386/i686/multiarch/memcpy.S: New file.
146 * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
147 * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
148 * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
149 * sysdeps/i386/i686/multiarch/memmove.S: New file.
150 * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
151 * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
152 * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
153 * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
154 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
155 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
156 * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
157 * sysdeps/i386/i686/multiarch/memset.S: New file.
158 * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
160 * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
163 * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
164 FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
165 * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
167 * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
169 (__x86_64_data_cache_size): New.
170 (init_cacheinfo): Set __x86_64_data_cache_size.
172 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
173 on bit_Fast_Rep_String for Intel Core i7.
175 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
176 (index_Fast_Rep_String): Likewise.
177 (FEATURE_INDEX_1): Likewise.
178 (FEATURE_INDEX_MAX): Likewise.
179 (cpu_features): Add feature.
181 2010-01-12 Ulrich Drepper <drepper@redhat.com>
183 * conform/data/sys/select.h-data: Fix up for XPG7.
185 2010-01-12 Jakub Jelinek <jakub@redhat.com>
187 * posix/sys/wait.h: Don't define W* macros etc. if
188 stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
190 2010-01-11 Ulrich Drepper <drepper@redhat.com>
192 * io/sys/stat.h: Declare fchmod for XPG7.
193 * conform/data/sys/stat.h-data: Fix up for XPG7.
195 * termios/termios.h: Define pid_t for XPG7.
197 * conform/data/math.h-data: Fix up for XPG6 and XPG7.
198 * conform/data/tgmath.h-data: Likewise.
200 * conform/data/time.h-data: Fix POSIX tests.
202 * conform/data/wchar.h-data: Fix up XPG7 tests.
204 * include/features.h: Fix __USE_ISOC95 handling.
206 * conform/data/wordexp.h-data: Fix typo in last change.
208 * conform/data/unistd.h-data: Fix up older POSIX tests.
210 * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
211 * posix/unistd.h: Likewise.
213 * posix/unistd.h: Include environments.h also for XPG6 and up.
214 Define intptr_t for XPG6 and up.
216 * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
218 * conform/data/sys/types.h-data: Fix up for XPG7.
220 * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
221 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
222 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
223 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
224 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
225 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
226 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
227 * sysdeps/unix/sysv/bits/stat.h: Likewise.
228 * sysdeps/mach/hurd/bits/stat.h: Likewise.
230 * bits/confname.h: Fix typo in last change.
232 * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
234 2010-01-10 Ulrich Drepper <drepper@redhat.com>
236 * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
237 and SA_RESETHAND now available in Base.
238 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
239 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
240 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
241 * conform/data/signal.h-data: Update for XPG7.
243 * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
245 * string/strings.h: Don't declare obsolete functions for XPG7.
246 Declare ffs only for XSI.
247 * conform/data/strings.h-data: Update for XPG7.
249 2010-01-10 Jakub Jelinek <jakub@redhat.com>
252 * libio/stdio.h: Define va_list, off_t, and ssize_t.
254 * posix/glob.h: Define size_t.
256 * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
258 * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
260 2010-01-10 Ulrich Drepper <drepper@redhat.com>
262 * conform/conformtest.pl: For XPG7 testing the headers are supposed to
265 * conform/data/stdio.h-data: Expect off_t and ssize_t.
267 2010-01-09 Ulrich Drepper <drepper@redhat.com>
269 * libio/stdio.h: Define va_list also for XPG7.
271 * conform/conformtest.pl: Update for XPG7 and some bug fixes.
272 * conform/data/ctype.h-data: Likewise.
273 * conform/data/dirent.h-data: Likewise.
274 * conform/data/errno.h-data: Likewise.
275 * conform/data/fcntl.h-data: Likewise.
276 * conform/data/fmtmsg.h-data: Likewise.
277 * conform/data/fnmatch.h-data: Likewise.
278 * conform/data/ftw.h-data: Likewise.
279 * conform/data/glob.h-data: Likewise.
280 * conform/data/grp.h-data: Likewise.
281 * conform/data/iconv.h-data: Likewise.
282 * conform/data/langinfo.h-data: Likewise.
283 * conform/data/libgen.h-data: Likewise.
284 * conform/data/limits.h-data: Likewise.
285 * conform/data/locale.h-data: Likewise.
286 * conform/data/math.h-data: Likewise.
287 * conform/data/monetary.h-data: Likewise.
288 * conform/data/mqueue.h-data: Likewise.
289 * conform/data/ndbm.h-data: Likewise.
290 * conform/data/netdb.h-data: Likewise.
291 * conform/data/pthread.h-data: Likewise.
292 * conform/data/pwd.h-data: Likewise.
293 * conform/data/regex.h-data: Likewise.
294 * conform/data/sched.h-data: Likewise.
295 * conform/data/search.h-data: Likewise.
296 * conform/data/semaphore.h-data: Likewise.
297 * conform/data/setjmp.h-data: Likewise.
298 * conform/data/signal.h-data: Likewise.
299 * conform/data/spawn.h-data: Likewise.
300 * conform/data/stdio.h-data: Likewise.
301 * conform/data/stdlib.h-data: Likewise.
302 * conform/data/string.h-data: Likewise.
303 * conform/data/strings.h-data: Likewise.
304 * conform/data/sys/ipc.h-data: Likewise.
305 * conform/data/sys/msg.h-data: Likewise.
306 * conform/data/sys/resource.h-data: Likewise.
307 * conform/data/sys/sem.h-data: Likewise.
308 * conform/data/sys/shm.h-data: Likewise.
309 * conform/data/sys/socket.h-data: Likewise.
310 * conform/data/sys/stat.h-data: Likewise.
311 * conform/data/sys/time.h-data: Likewise.
312 * conform/data/sys/types.h-data: Likewise.
313 * conform/data/sys/uio.h-data: Likewise.
314 * conform/data/sys/wait.h-data: Likewise.
315 * conform/data/syslog.h-data: Likewise.
316 * conform/data/tar.h-data: Likewise.
317 * conform/data/termios.h-data: Likewise.
318 * conform/data/time.h-data: Likewise.
319 * conform/data/ulimit.h-data: Likewise.
320 * conform/data/unistd.h-data: Likewise.
321 * conform/data/utmpx.h-data: Likewise.
322 * conform/data/wchar.h-data: Likewise.
323 * conform/data/wctype.h-data: Likewise.
324 * conform/data/wordexp.h-data: Likewise.
326 * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
327 * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
328 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
329 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
330 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
331 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
332 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
333 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
334 * sysdeps/unix/sysv/bits/stat.h: Likewise.
335 * sysdeps/mach/hurd/bits/stat.h: Likewise.
337 * stdlib/stdlib.h: Define wait-related bits for XPG7.
338 Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and up.
339 Declare mkstemp and getsubopt for XPG7.
340 Declare posix_openpt for XPG6 XSI.
342 * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
343 and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
345 * string/string.h: Declare strdup for XPG7.
347 2010-01-08 Ulrich Drepper <drepper@redhat.com>
349 * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
350 * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
352 * dirent/dirent.h: Really fix feature selection.
354 * locale/localeinfo.h: Rename struct locale_data to __locale_data.
356 * locale/C-address.c: Fix all users.
357 * locale/C-collate.c: Likewise.
358 * locale/C-ctype.c: Likewise.
359 * locale/C-identification.c: Likewise.
360 * locale/C-measurement.c: Likewise.
361 * locale/C-messages.c: Likewise.
362 * locale/C-monetary.c: Likewise.
363 * locale/C-name.c: Likewise.
364 * locale/C-numeric.c: Likewise.
365 * locale/C-paper.c: Likewise.
366 * locale/C-telephone.c: Likewise.
367 * locale/C-time.c: Likewise.
368 * locale/findlocale.c: Likewise.
369 * locale/global-locale.c: Likewise.
370 * locale/loadarchive.c: Likewise.
371 * locale/loadlocale.c: Likewise.
372 * locale/nl_langinfo_l.c: Likewise.
373 * locale/setlocale.c: Likewise.
374 * locale/xlocale.c: Likewise.
375 * locale/xlocale.h: Likewise.
376 * stdio-common/vfscanf.c: Likewise.
377 * stdlib/strfmon_l.c: Likewise.
378 * stdlib/strtod_l.c: Likewise.
379 * stdlib/strtol_l.c: Likewise.
380 * string/strcoll_l.c: Likewise.
381 * string/strxfrm_l.c: Likewise.
382 * time/alt_digit.c: Likewise.
383 * time/asctime.c: Likewise.
384 * time/era.c: Likewise.
385 * time/lc-time-cleanup.c: Likewise.
386 * time/strftime_l.c: Likewise.
387 * time/strptime_l.c: Likewise.
388 * wcsmbs/wcsmbsload.c: Likewise.
389 * wcsmbs/wcsmbsload.h: Likewise.
391 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
392 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
394 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
395 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
396 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
397 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
398 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
399 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
401 2010-01-07 Roland McGrath <roland@redhat.com>
403 * elf/elf.h (PN_XNUM): New macro.
405 * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
408 2010-01-06 Ulrich Drepper <drepper@redhat.com>
410 * dirent/dirent.h: Fix typo in feature selection macro use.
412 2009-12-15 Maciej W. Rozycki <macro@codesourcery.com>
415 * stdlib/tst-makecontext3.c: New file.
416 * stdlib/Makefile (tests): Add new test.
418 * stdlib/tst-setcontext.c (check_called): Fix a typo.
420 2009-12-17 H.J. Lu <hongjiu.lu@intel.com>
422 * configure.in: Enable multi-arch by default if the assembler
423 supports gnu_indirect_function symbol type and the architecture
426 2009-12-23 Ulrich Drepper <drepper@redhat.com>
428 * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
431 2009-12-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
433 * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
434 MACH_PORT_NULL when id != cttyid.
436 2009-12-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
438 * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
439 __mach_port_deallocate on rootdevid.
441 2009-12-17 Martin Schwidefsky <schwidefsky@de.ibm.com>
443 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
444 R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
445 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
446 unneeded R_390_PLT16DBL and R_390_PLT32DBL.
448 2009-12-21 Ulrich Drepper <drepper@redhat.com>
451 * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
452 Patch by Eric Blake <ebb9@byu.net>.
454 2009-12-15 Ulrich Drepper <drepper@redhat.com>
457 * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
458 POLLWRBAND also for POSIX 2008.
459 * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
460 * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
462 * include/link.h (struct link_map): Move l_used into its own word.
463 * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
465 * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
468 2009-12-13 H.J. Lu <hongjiu.lu@intel.com>
470 * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
471 instead of <ifunc-defines.h>. Use bit_XXX and index_XXX to
472 check processor feature.
473 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
474 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
475 * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
476 (index_SSE2): Likewise.
478 2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
480 * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
481 if __ASSEMBLER__ is defined.
482 (bit_SSSE3): New. Defined for __ASSEMBLER__.
483 (bit_SSE4_2): Likewise.
484 (index_SSSE3): Likewise.
485 (index_SSE4_2): Likewise.
486 * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
487 instead of <ifunc-defines.h>. Use bit_XXX and index_XXX to
488 check processor feature.
489 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
490 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
491 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
492 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
493 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
494 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
495 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
497 2009-12-08 Kaz Kojima <kkojima@rr.iij4u.or.jp>
499 * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
501 2009-12-01 Mike Frysinger <vapier@gentoo.org>
503 * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
505 2009-12-11 Ulrich Drepper <drepper@redhat.com>
507 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
508 O_DSYNC to match 2.6.33+ kernels.
509 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
510 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
511 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
512 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
513 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
514 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
516 2009-12-10 Ulrich Drepper <drepper@redhat.com>
519 * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
520 *herrnop before returning.
521 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
523 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
524 TRYAGAIN errors separately.
525 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
526 *name4_r after functions.
528 2009-12-09 Ulrich Drepper <drepper@redhat.com>
531 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
534 2009-11-05 Bruno Haible <bruno@clisp.org>
537 * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
538 argv argument as non-NULL.
539 (execle, execl, execlp): Mark the first ARG argument as non-NULL.
541 -2009-12-08 Ulrich Drepper <drepper@redhat.com>
543 * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
545 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
546 * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
548 2009-12-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
550 * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
552 * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
553 * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
554 * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
556 2009-11-30 Ulrich Drepper <drepper@redhat.com>
558 * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
561 2009-11-26 Ulrich Drepper <drepper@redhat.com>
563 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
564 only used on truly ancient kernel if configuration requires a more
567 2009-11-24 Ulrich Drepper <drepper@redhat.com>
570 * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
571 Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
573 * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
574 pass it on to __ptsname_internal.
575 (grantpt): Pass stat64 pointer to pts_name. Remove stat call here.
576 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
577 All the code from __ptsname_r but take additional parameter. Use that
578 instead of pointer to local stat64 variable.
579 (__ptsname_r): Call __ptsname_internal with pointer to local stat64
581 * include/stdlib.h: Declare __ptsname_internal.
583 * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
585 * sysdeps/unix/sysv/linux/grantpt.c: New file.
586 * login/programs/pt_chown.c (main): Don't print message on errors
587 when doing real work.
589 * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
592 * csu/elf-init.c (__libc_csu_irel): New function. Code to perform
593 irel relocations split out from...
594 (__libc_csu_init): ...here.
595 * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
597 2009-11-23 Andreas Schwab <schwab@redhat.com>
599 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
600 for timestamps also if __USE_XOPEN2K8.
601 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
602 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
603 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
604 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
606 2009-11-22 Ulrich Drepper <drepper@redhat.com>
608 * nscd/connections.c (restart): Try harder to re-exec.
610 * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
612 * sysdeps/unix/sysv/linux/ntp_gettimex.c: New file.
613 * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
614 * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
615 * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
616 some placeholders. Redirect ntp_gettime to ntp_gettimex.
617 * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
619 * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
621 (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
623 2009-11-18 H.J. Lu <hongjiu.lu@intel.com>
626 * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
627 than software pipeline. Properly recover from shorter read.
629 2009-11-19 Ulrich Drepper <drepper@redhat.com>
632 * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
633 initialized before using it.
634 (_IO_putwc_unlocked): Likewise.
637 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
638 in cast to not throw away const-ness of parameters.
639 (__CPU_EQUAL_S): Likewise.
640 (__CPU_OP_S): Likewise.
642 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
643 F_OWNER_PGRP and mark F_OWNER_GID obsolete. The kernel people made
644 this gratuitous change and we have to keep compatibility.
645 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
646 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
647 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
648 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
649 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
650 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
652 2009-11-17 Ulrich Drepper <drepper@redhat.com>
654 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
655 of parameters of sync_file_range.
656 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
657 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
658 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
659 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
660 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
661 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
663 2009-11-16 Jakub Jelinek <jakub@redhat.com>
665 * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
666 Implement using sync_file_range2 syscall if __NR_sync_file_range2
668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
671 2009-11-17 Paolo Bonzini <bonzini@gnu.org>
673 * posix/bug-regex30.c: New file.
674 * posix/Makefile: Add rules to build and run bug-regex30.
675 * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
676 character lead bytes when there is a range in a COMPLEX_BRACKET.
677 Reported by Oleg Bylatov.
679 2009-11-17 Ulrich Drepper <drepper@redhat.com>
682 * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
683 * locale/tst-duplocale.c: New file.
684 * locale/Makefile (tests): Add tst-duplocale.
687 * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
688 Patch by Bruno Haible <bruno@clisp.org>.
689 * locale/tst-locname.c: New file.
690 * locale/Makefile (tests): Add tst-locname.
693 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
694 constants from recent kernels.
695 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
696 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
697 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
698 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
699 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
700 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
702 2009-11-09 H.J. Lu <hongjiu.lu@intel.com>
705 * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
708 2009-11-09 Mike Frysinger <vapier@gentoo.org>
710 * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
711 (fallocate): Return ENOSYS if __NR_fallocate is not defined.
712 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
714 2009-11-06 Mike Frysinger <vapier@gentoo.org>
716 * posix/bug-regex29.c: Include stdio.h.
718 2009-11-14 Ulrich Drepper <drepper@redhat.com>
721 * Versions.def: Define GLIBC_2.12 for libc.
722 * manual/errno.texi: Add ERFKILL entry.
723 * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
725 * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
726 * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
728 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
729 F_GETOWN_EX definitions according to corrected kernel definitions.
730 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
731 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
732 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
733 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
734 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
735 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
737 2009-11-12 Ulrich Drepper <drepper@redhat.com>
739 * version.h: Bump for 2.12 development.
741 2009-11-10 Andreas Schwab <schwab@redhat.com>
743 * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
745 * resolv/nss_dns/dns-host.c (getanswer_r): Check for
746 map_v4v6_hostent running out of space.
748 2009-11-10 Ulrich Drepper <drepper@redhat.com>
750 * string/bits/string3.h (memset): If the second parameter is constant
751 and zero there is likely no transposition.
752 Patch by Caolan McNamara <caolanm@redhat.com.
754 2009-11-04 Philippe De Muyter <phdm@macqel.be>
756 * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
757 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
759 2009-10-30 Holger Hans Peter Freyther <zecke@selfish.org>
761 * malloc/memusagestat.c (main): Fix spelling in an error message.
763 2009-11-01 H.J. Lu <hongjiu.lu@intel.com>
765 * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
766 * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
768 2009-11-03 Andreas Schwab <schwab@redhat.com>
770 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
773 2009-11-03 Jakub Jelinek <jakub@redhat.com>
775 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
776 relocate opd entry when resolving prelink conflicts.
778 2009-11-04 Jakub Jelinek <jakub@redhat.com>
780 * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
781 when -D_FILE_OFFSET_BITS=64.
783 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
784 of last two arguments when -D_FILE_OFFSET_BITS=64.
785 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
786 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
787 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
788 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
789 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
790 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
792 2009-11-03 Andreas Schwab <schwab@linux-m68k.org>
795 * sysdeps/generic/libgcc_s.h: New file.
796 * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
798 2009-11-01 Ulrich Drepper <drepper@redhat.com>
800 * malloc/hooks.c (free_check): Restore locking and call _int_free
803 2009-10-30 Ulrich Drepper <drepper@redhat.com>
805 * version.h (VERSION): Bump for 2.11 release.
806 * include/features.h (__GLIBC_MINOR__): Bump to 11.
808 * elf/tst-execstack.c (do_test): Add cast to avoid warning.
810 * stdio-common/scanf13.c (main): Remove unused variable wbuf.
812 * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
814 * stdlib/tst-strtoll.c (tests): Likewise.
817 * time/strftime_l.c (__strftime_internal): Allow %OC.
819 * misc/mkostemps.c: New file.
820 * misc/mkostemps64.c: New file.
822 2009-10-30 Andreas Schwab <schwab@redhat.com>
824 * locale/programs/locale-spec.c: Include <error.h> and
827 * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
829 2009-10-28 Roland McGrath <roland@redhat.com>
831 * Makefile (dist-prepare): New target.
832 (tag-for-dist): Target removed.
833 (glibc-%.tar): Pattern rule removed.
834 (%.tar): New pattern rule, does simple use of git archive.
835 (dist-version): Remove variable definition.
836 (dist): Just depend on that. Add .tar.xz dependency.
837 If dist-version variable not set on command line, depend on
838 dist-prepare, re-invoke with dist-version set via git describe.
840 * Makerules (%.xz): New pattern rule.
842 2009-10-28 Alan Modra <amodra@bigpond.net.au>
844 * elf/ifuncdep2.c: Include ifunc-sel.h.
846 (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
847 * elf/ifuncmain1.c (global): Delete.
848 * elf/ifuncmain1vis.c: Likewise.
849 * elf/ifuncmain2.c: Likewise.
850 * elf/ifuncmain5.c: Likewise.
851 * elf/ifuncmod3.c: Likewise.
852 * elf/ifuncmain6pie.c: Include ifunc-sel.h.
853 (foo_ifunc): Use ifunc_one.
854 * elf/ifuncmain7.c: Likewise.
855 * elf/ifuncmod1.c: Include ifunc-sel.h.
856 (global): Define protected var.
857 (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
858 * elf/ifuncmod5.c: Likewise.
859 * sysdeps/generic/elf/ifunc-sel.h: New file.
860 * sysdeps/powerpc/elf/ifunc-sel.h: New file.
862 2009-07-30 Alan Modra <amodra@bigpond.net.au>
864 * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
865 (R_PPC_REL16*): Correct comments.
866 (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
867 (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
868 R_PPC64_REL16_HA): Define.
869 * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
870 * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
871 * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
872 Delete unused "reloc" param.
873 (__process_machine_rela): Handle R_PPC_IRELATIVE.
874 * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
875 Delete "reloc" param.
876 (elf_machine_rela): Handle STT_GNU_IFUNC functions and
878 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
879 (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
882 d2009-10-30 Ulrich Drepper <drepper@redhat.com>
885 * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
886 UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
890 * sysdeps/posix/tempname.c (__gen_tempname): Take new second
891 parameter, specifying length of prefix.
892 * stdio-common/tempname.c: Likewise.
893 * include/stdio.h: Adjust prototypes.
894 * libio/oldtmpfile.c: Adjust caller.
895 * misc/mkdtemp.c: Likewise.
896 * misc/mkostemp.c: Likewise.
897 * misc/mkostemp64.c: Likewise.
898 * misc/mkstemp.c: Likewise.
899 * misc/mkstemp64.c: Likewise.
900 * misc/mktemp.c: Likewise.
901 * stdio-common/tempnam.c: Likewise.
902 * stdio-common/tmpfile.c: Likewise.
903 * stdio-common/tmpnam.c: Likewise.
904 * stdio-common/tmpnam_r.c: Likewise.
905 * misc/mkstemps.c: New file.
906 * misc/mkstemps64.c: New file.
907 * stdlib/stdlib.h: Add prototypes.
908 * misc/Makefile (routines): Add mkstemps and mkstemps64.
909 * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
911 2009-10-29 Ulrich Drepper <drepper@redhat.com>
913 * locale/iso-639.def: Add sml entry.
916 * resolv/res_send.c (send_dg): Initialize resplen.
919 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
920 definition to the kernel's.
921 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
923 2009-08-18 Anders Johansson <ajohansson@novell.com>
925 * nscd/aicache.c: Fix mixing up dataset and dataset->resp
926 offsets and record sizes in assert()s and response sending.
927 * nscd/grpcache.c: Likewise.
928 * nscd/hstcache.c: Likewise.
929 * nscd/initgrcache.c: Likewise.
930 * nscd/pwdcache.c: Likewise.
932 2009-10-29 Ulrich Drepper <drepper@redhat.com>
935 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
936 /etc/hosts does not exist set errnop and herrnop appropriately.
937 Patch by Steve Langasek <vorlon@debian.org>.
940 * malloc/malloc.c (malloc_info): Fix typos in format strings.
941 Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
944 * login/utmp_file.c (TIMEOUT): Increase to 10.
947 * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
948 for file names in case the syscall is not available.
949 * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
950 * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
951 * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
952 * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
953 * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
954 * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
955 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
956 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
957 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
958 * sysdeps/unix/sysv/linux/openat.c: Likewise.
959 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
960 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
961 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
962 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
963 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
964 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
965 * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
968 * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
969 creation filed, remove the request from the 'requests' list and signal
970 the caller that the request is finished.
973 * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
974 in error if batch_read. Patch by Joe Landers <jlanders@vmware.com>.
977 * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
978 from intern.start. Patch by Joe Landers <jlanders@vmware.com>.
981 * libio/ioputs.c (_IO_puts): Make sure to not return a number which
982 overflows the int return type.
985 * malloc/memusagestat.c (main): Fix repairing of trace files. We also
986 have to compute maxsize_total, we have to update the variables, and
987 the also_total handling must happen after the repair.
990 * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
991 Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
993 2009-10-27 Andreas Schwab <schwab@redhat.com>
995 * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
996 errno is always set when returning unsuccessfully.
998 2009-10-29 Andreas Schwab <schwab@redhat.com>
1000 * malloc/memusage.c (update_data): Fix index wraparound handling
1001 so that buffer_cnt is actually reset.
1003 2009-10-29 Ulrich Drepper <drepper@redhat.com>
1006 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1007 of the directory we look at into the static buffer if there is one
1008 at the start of the loop.
1011 * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1012 macros. Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1015 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1016 __ASSUME_F_GETOWN_EX.
1017 * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1019 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1021 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1023 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1024 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1025 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1026 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1027 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1028 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1031 * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1035 * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1036 addresses. Patch by Petar Bogdanovic <petar@smokva.net>.
1038 2009-10-24 Joseph Myers <joseph@codesourcery.com>
1040 * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1042 2009-10-27 Jakub Jelinek <jakub@redhat.com>
1045 * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1046 Reported by Ray Chason.
1048 2009-10-21 H.J. Lu <hongjiu.lu@intel.com>
1050 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1052 * sysdeps/x86_64/multiarch/strchr.S: New file.
1053 * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1054 * sysdeps/x86_64/multiarch/strrchr.S: New file.
1056 2009-10-21 Andreas Schwab <schwab@redhat.com>
1058 * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1060 2009-10-19 Andreas Schwab <schwab@redhat.com>
1062 * include/math.h: Add hidden protos for __exp/__expf/__expl.
1063 * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1064 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1065 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1066 * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1067 * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1068 * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1069 __ieee751_expl to handle overflow.
1071 2009-10-14 David S. Miller <davem@davemloft.net>
1073 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1074 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1076 2009-10-13 Andreas Schwab <schwab@redhat.com>
1078 * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1081 2009-10-08 Ulrich Drepper <drepper@redhat.com>
1084 * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1085 Patch in part by Steve Ward <planet36@gmail.com>.
1088 * stdlib/rand_r.c: Fix typo.
1090 * po/cs.po: Update from translation team.
1092 2009-10-06 Andreas Schwab <schwab@redhat.com>
1094 * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1095 returning if RTLD_NOLOAD.
1097 2009-10-06 Roland McGrath <roland@redhat.com>
1099 * sysdeps/x86_64/multiarch/strstr-c.c
1100 [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1102 * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1103 libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1105 * sysdeps/x86_64/multiarch/init-arch.h
1106 [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1107 (HAS_CPU_FEATURE): New macro.
1108 (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1109 * sysdeps/x86_64/multiarch/init-arch.c
1110 (__get_cpu_features): #undef it before definition.
1112 2009-10-05 Andreas Schwab <schwab@redhat.com>
1114 * locale/C-time.c: Revert week-1stday back to 19971130 and set
1115 first_weekday to 1 and first_workday to 2.
1117 2009-10-01 Ulrich Drepper <drepper@redhat.com>
1119 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1121 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1122 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1123 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1124 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1125 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1126 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1128 2009-09-28 Andreas Schwab <schwab@redhat.com>
1130 * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1131 * stdio-common/vfprintf.c: Likewise.
1133 2009-09-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
1135 * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1136 (mkdirat): Call __directory_name_split_at instead of
1137 __directory_name_split.
1139 2009-09-28 Ulrich Drepper <drepper@redhat.com>
1141 * locale/programs/locale-spec.c (locale_special): If nothing matches
1142 fail with an appropriate message.
1144 2009-09-10 H.J. Lu <hongjiu.lu@intel.com>
1146 * configure.in: Exclude binutils 2.X. Support binutils 2.100
1149 2009-09-25 Andreas Schwab <schwab@redhat.com>
1151 * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1152 DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1154 2009-09-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
1156 * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1158 2009-09-20 Andreas Schwab <schwab@linux-m68k.org>
1160 * iconvdata/iso646.c (gconv_init): Correctly initialize the
1161 character size elements in step data.
1163 2009-09-20 Ulrich Drepper <drepper@redhat.com>
1165 * po/hu.po: Update from translation team.
1166 * po/vi.po: Likewise.
1168 2009-09-19 Roland McGrath <roland@redhat.com>
1170 * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1172 2009-09-15 Roland McGrath <roland@redhat.com>
1174 * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1175 * nptl/sysdeps/pthread/configure: Regenerated.
1176 * nptl/sysdeps/x86_64/configure: Regenerated.
1177 * sysdeps/unix/sysv/linux/configure: Regenerated.
1178 * sysdeps/x86_64/elf/configure: Regenerated.
1180 * Makefile (autoconf-it): Set execute bit only on top-level configure.
1182 * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1183 the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1184 * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1185 * configure: Regenerated.
1187 2009-09-09 Ulrich Drepper <drepper@redhat.com>
1189 * posix/getconf.c (main): Handle -- on command line.
1191 2009-09-05 H.J. Lu <hongjiu.lu@intel.com>
1193 * configure.in: Support binutils 2.100 and 3.0.
1195 2009-09-08 Jakub Jelinek <jakub@redhat.com>
1197 * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1198 * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1199 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1200 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1202 2009-09-07 Ulrich Drepper <drepper@redhat.com>
1204 * locale/programs/ld-collate.c (struct locale_collate_t): Add
1205 unnamed_section_defined field.
1206 (collate_read): Test and set unnamed_section_defined.
1208 * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1211 2009-09-04 H.J. Lu <hongjiu.lu@intel.com>
1213 * configure.in: Support binutils 2.20.
1215 2009-09-03 Ulrich Drepper <drepper@redhat.com>
1217 * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1218 __strstr_ia32): Add attribute_hidden.
1220 2009-09-01 Andreas Schwab <schwab@redhat.com>
1222 * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1223 parsing of group entry.
1225 2009-09-02 Andreas Schwab <schwab@redhat.com>
1227 * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1228 external buffer. Always discard readahead in internal buffer.
1229 * libio/Makefile (tests): Add bug-wsetpos.
1230 * libio/bug-wsetpos.c: New file.
1232 2009-09-02 Jakub Jelinek <jakub@redhat.com>
1234 * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1235 Add attribute_hidden.
1236 * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1237 __strcasestr_sse2): Likewise.
1238 * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1239 (__fma_fma): Make static.
1240 * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1241 (__fmaf_fma): Make static.
1243 2009-08-31 Andreas Schwab <schwab@redhat.com>
1245 * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1246 reformulate in-buffer optimisation check to match code in
1247 _IO_new_file_seekoff.
1249 2009-08-31 Joshua W. Boyer <jwboyer@linux.vnet.ibm.com>
1251 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1252 to srwi in 32-bit memcpy for power6.
1254 2009-09-01 Andreas Schwab <schwab@redhat.com>
1256 * include/stdio.h: Declare hidden proto for fflush.
1257 * libio/iofflush.c: Add hidden weak alias for fflush.
1259 2009-09-01 Jakub Jelinek <jakub@redhat.com>
1261 * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1262 (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1264 2009-08-31 Andreas Schwab <schwab@redhat.com>
1266 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1268 2009-08-31 Ulrich Drepper <drepper@redhat.com>
1271 * malloc/malloc.c: Add local assert definition to avoid problems with
1272 memory allocation in the real one.
1274 2009-08-27 H.J. Lu <hongjiu.lu@intel.com>
1276 * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1278 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1279 turn off SSSE3 on Atom.
1281 2009-08-28 Ulrich Drepper <drepper@redhat.com>
1283 * stdlib/tst-strtol.c (tests): More tests.
1284 * stdlib/tst-strtoll.c (tests): Likewise.
1286 2009-08-26 Ulrich Drepper <drepper@redhat.com>
1288 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1290 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1292 2009-08-25 Ulrich Drepper <drepper@redhat.com>
1294 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1295 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1297 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1299 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1301 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1303 2009-08-25 Joseph Myers <joseph@codesourcery.com>
1305 * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1307 2009-08-25 Ulrich Drepper <drepper@redhat.com>
1309 * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1310 * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1312 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1314 * sysdeps/x86_64/fpu/s_signbit.S: New file.
1315 * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1317 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1318 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1320 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1321 leftover YMM_SIZE definition.
1323 2009-08-24 Ulrich Drepper <drepper@redhat.com>
1325 * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1327 (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1328 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1330 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1332 * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1333 and SET_FLOAT_WORD definitions.
1335 2009-08-24 Roland McGrath <roland@redhat.com>
1337 * sysdeps/unix/syscall-template.S: New file.
1338 * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1339 * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1340 (compile-syscall): Pass mkdep and -g options as normal.
1341 (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1342 (common-generated): Don't add them here.
1344 2009-08-24 Ulrich Drepper <drepper@redhat.com>
1346 * math/s_fdim.c: In case of overflows set errno.
1347 * math/s_fdimf.c: Likewise.
1348 * math/s_fdiml.c: Likewise.
1350 * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1351 * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1352 are using the inline optimizations.
1354 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1355 (__signbitf): Likewise.
1357 2009-08-23 Ulrich Drepper <drepper@redhat.com>
1359 * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1361 * posix/Makefile (tests): Add bug-regex29.
1362 * posix/bug-regex29.c: New file.
1364 * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
1365 older POSIX versions are selected.
1367 * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
1369 * stdio-common/printf_fphex.c: Likewise.
1370 * stdio-common/tstdiomisc.c: Add more tests.
1372 * locale/locale.h: Include xlocale.h and the thread-local locale
1373 declarations for XPG7, not XPG6.
1375 2009-08-21 Andreas Schwab <schwab@redhat.com>
1377 * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
1378 * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
1379 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
1380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
1381 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
1382 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1384 2009-08-20 Roland McGrath <roland@redhat.com>
1386 * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1387 Use l_addr instead of l_map_start (dli_fbase).
1388 Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
1389 address when there is no proximate symbol.
1390 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
1393 2009-08-16 Ulrich Drepper <drepper@redhat.com>
1395 * scripts/gen-as-const.awk: Fix test for 64-bit platform.
1397 2009-08-14 Ulrich Drepper <drepper@redhat.com>
1399 * test-skeleton.c (signal_handler): Renamed from timeout_handler.
1400 Also handle SIGINT. In that case only do the cleanup and then
1401 re-raise the signal.
1402 (main): Install handler for SIGINT.
1404 2009-08-10 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
1406 * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
1409 2009-08-01 H.J. Lu <hongjiu.lu@intel.com>
1411 * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
1412 tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
1414 (tests): Add tst-audit6 tst-audit7.
1415 (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
1416 tst-auditmod7a tst-auditmod7b.
1417 ($(objpfx)tst-audit6): New.
1418 ($(objpfx)tst-audit6.out): Likewise.
1419 ($(objpfx)tst-audit7): Likewise.
1420 ($(objpfx)tst-audit7.out): Likewise.
1421 (tst-audit6-ENV): Likewise.
1422 (tst-audit7-ENV): Likewise.
1423 (CFLAGS-tst-auditmod6b.c): Likewise.
1424 (CFLAGS-tst-auditmod6c.c): Likewise.
1425 (CFLAGS-tst-auditmod7b.c): Likewise.
1426 * elf/tst-audit6.c: New file.
1427 * elf/tst-audit7.c: New file.
1428 * elf/tst-auditmod6a.c: New file.
1429 * elf/tst-auditmod6b.c: New file.
1430 * elf/tst-auditmod6c.c: New file.
1431 * elf/tst-auditmod7a.c: New file.
1432 * elf/tst-auditmod7b.c: New file.
1433 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1434 saving and restoring SSE/AVX registers to ...
1435 * sysdeps/x86_64/dl-trampoline.h: This. New file.
1437 2009-08-07 H.J. Lu <hongjiu.lu@intel.com>
1439 * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
1440 only if SHARED is defined.
1441 * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
1443 2009-08-03 Jim Meyering <meyering@redhat.com>
1445 * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
1447 2009-08-08 Ulrich Drepper <drepper@redhat.com>
1449 * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
1450 section as the other functions for this architecture.
1451 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1453 2009-08-07 Ulrich Drepper <drepper@redhat.com>
1455 * sysdeps/x86_64/strcmp.S: Add support to compile with
1456 USE_SSSE3. In this case palignr is used.
1457 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
1458 available but SSSE3 is, pick __str{,n}cmp_ssse3.
1459 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1460 Add strcmp-ssse3 and strncmp-ssse3.
1461 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
1462 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
1464 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
1465 warning through fake initialization.
1467 2009-08-07 H.J. Lu <hongjiu.lu@intel.com>
1469 * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
1471 2009-08-07 Andreas Schwab <schwab@redhat.com>
1473 * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
1476 2009-08-05 H.J. Lu <hongjiu.lu@intel.com>
1478 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
1479 EBX from EAX = 1. Handle EAX = 11.
1481 2009-08-07 Andreas Schwab <schwab@redhat.com>
1483 * Makefile (TAGS): Use separate sed -e expressions to avoid \
1486 2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
1488 * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
1489 hidden IFUNC functions.
1490 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1492 * sysdeps/i386/i686/multiarch/strlen.S: New file.
1494 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
1495 (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
1497 (CFLAGS-strcspn-c.c): Define.
1498 (CFLAGS-strpbrk-c.c): Define.
1499 (CFLAGS-strspn-c.c): Define.
1500 (CFLAGS-strstr.c): Define.
1501 (CFLAGS-strcasestr.c): Define.
1502 * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
1503 * sysdeps/i386/i686/multiarch/strcspn.S: New file.
1504 * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
1505 * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
1506 * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
1507 * sysdeps/i386/i686/multiarch/strspn.S: New file.
1508 * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
1509 * sysdeps/i386/i686/multiarch/strstr.c: New file.
1510 * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
1511 * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
1512 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
1513 -16L instead of 0xfffffffffffffff0L.
1514 * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
1516 2009-08-02 Ulrich Drepper <drepper@redhat.com>
1518 * sysdeps/i386/configure.in: Add test for <cpuid.h>.
1520 2009-07-31 Ulrich Drepper <drepper@redhat.com>
1522 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
1523 another rewrite. Much smaller and faster.
1524 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
1526 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
1527 ss_flags from the correct location.
1529 2009-07-31 H.J. Lu <hongjiu.lu@intel.com>
1531 * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
1532 * sysdeps/i386/i686/cacheinfo.c: New file.
1533 * sysdeps/i386/i686/multiarch/Makefile: New file.
1534 * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
1535 * sysdeps/i386/i686/multiarch/init-arch.c: New file.
1536 * sysdeps/i386/i686/multiarch/init-arch.h: New file.
1537 * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
1538 * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
1539 * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
1540 (__cpuid_count): New. Provide the default.
1541 (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
1542 (__x86_64_preferred_memory_instruction): Define only if
1543 DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
1544 (intel_check_word): Use __cpuid.
1545 (handle_intel): Likewise.
1546 (handle_amd): Likewise.
1547 (__cache_sysconf): Likewise.
1548 (init_cacheinfo): Updated. Use __cpuid and __cpuid_count.
1549 (__cache_sysconf): Likewise.
1550 (init_cacheinfo): Updated. Use __cpuid and __cpuid_count.
1551 * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
1552 (get_common_indeces): Use __cpuid.
1553 (__init_cpu_features): Likewise. Disable SSSE3 on Atom only
1554 if ENABLE_SSSE3_ON_ATOM is not defined.
1555 * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
1556 * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
1557 popcnt instead of popcntq.
1559 2009-07-31 Jakub Jelinek <jakub@redhat.com>
1561 * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
1563 2009-07-30 Ulrich Drepper <drepper@redhat.com>
1565 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
1566 * sysdeps/i386/____longjmp_chk.S: Remove all code. This is now a file
1567 which always causes a compile error.
1569 * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
1571 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file. Content
1573 * sysdeps/x86_64/____longjmp_chk.S: ...here. This is now a file
1574 which always causes a compile error.
1576 * debug/Makefile (tests): Add tst-longjmp_chk2.
1577 * debug/tst-longjmp_chk2.c: New file.
1579 * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling. Fix CFI.
1580 Remove incorrect use of BP_SYM.
1581 * sysdeps/x86_64/____longjmp_chk.S: Rewrite. Complete implementation
1582 here now since it is more complex than just a simple check.
1584 * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
1585 we make no more progress.
1587 2009-07-29 Ulrich Drepper <drepper@redhat.com>
1589 * math/s_fma.c: Don't define alias if __fma is a macro.
1590 * math/s_fmaf.c: Likewise.
1591 * sysdeps/x86_64/multiarch/s_fma.c: New file.
1592 * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
1593 Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
1595 * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
1596 (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
1598 * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
1600 * include/libc-symbols.h (libm_ifunc): Define.
1601 * sysdeps/x86_64/multiarch/Versions: New file.
1603 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
1605 2009-07-28 H.J. Lu <hongjiu.lu@intel.com>
1607 * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
1609 2009-07-29 Ulrich Drepper <drepper@redhat.com>
1611 * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
1612 call that registers used in calling conventions need to be preserved.
1613 * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
1614 to preserve register content if necessary.
1615 * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
1616 (_dl_x86_64_restore_sse): New function.
1617 * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
1618 is allowed to modify xmm/ymm registers.
1620 * stdio-common/scanf15.c: Undefine _LIBC. We want to test from an
1621 application's perspective.
1622 * stdio-common/scanf17.c: Likewise.
1624 2009-07-28 Ulrich Drepper <drepper@redhat.com>
1626 * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
1628 (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
1630 * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
1631 two steps to catch bugs.
1633 2009-07-27 Ulrich Drepper <drepper@redhat.com>
1635 * sysdeps/x86_64/tst-xmmymm.sh: Refine testing. The script now
1636 determines which files are used in runtime lookups and only checks
1638 * sysdeps/x86_64/rtld-memchr.c: Removed. Not needed with refined
1640 * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
1641 * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
1642 * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
1645 * elf/dl-open.c: Move _dl_scope_free to...
1646 * elf/dl-scope.c: ...here. New file.
1647 * elf/Makefile (dl-routines): Add scope.
1649 * resolv/resolv.h (RES_USE_DNSSEC): Define.
1650 * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
1652 * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
1653 * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
1654 all the places we handled RES_USE_EDNS0 only before.
1655 Patch by Adam Tkac <atkac@redhat.com>.
1657 2009-07-27 Jakub Jelinek <jakub@redhat.com>
1659 * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
1660 3/4 full. Pass size + 1 rather than size to _dl_higher_prime_number.
1661 Update size when reallocating.
1663 2009-07-26 Ulrich Drepper <drepper@redhat.com>
1665 * sysdeps/x86_64/tst-xmmymm.sh: New file. Check whether any of the
1666 functions used in ld.so modify xmm/ymm registers.
1667 * sysdeps/x86_64/Makefile: Hook new test up.
1668 * sysdeps/x86_64/rtld-memchr.c: New file.
1669 * sysdeps/x86_64/rtld-memcmp.c: New file.
1670 * sysdeps/x86_64/rtld-rawmemchr.c: New file.
1671 * sysdeps/x86_64/rtld-strchr.S: New file.
1672 * sysdeps/x86_64/rtld-strlen.S: New file.
1673 * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
1674 * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
1676 2009-07-26 H.J. Lu <hongjiu.lu@intel.com>
1678 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
1680 * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
1688 (next_8_bytes): Likewise.
1689 (Byte0): Remove commented out codes.
1690 (unaligned_table): Align jump table at 8 bytes.
1691 Add _sse4_2 to all labels. Always include "../strcmp.S".
1692 * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
1693 * sysdeps/x86_64/strcmp.S: Add SSE2 support.
1694 * sysdeps/x86_64/strncmp.S: New file.
1696 2009-07-26 Ulrich Drepper <drepper@redhat.com>
1699 * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
1700 kernels, dropped when eventfd2 support was added.
1701 * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
1702 kernels, dropped when signalfd4 support was added.
1703 * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
1707 * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
1710 * elf/elf.h: Define NT_GNU_GOLD_VERSION.
1712 2009-07-25 Ulrich Drepper <drepper@redhat.com>
1714 * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
1715 modern processor versions. Patch by H.J. Lu <hongjiu.lu@intel.com>.
1718 * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
1719 callback we must touch the status to avoid using stale value.
1721 * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
1724 2009-07-24 Ulrich Drepper <drepper@redhat.com>
1726 * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
1727 /lib/modules/* headers anymore. We have sane headers in the standard
1730 2009-06-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1732 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
1733 "etf3enh" and "highgprs" added.
1734 (_dl_s390_platforms): "z10" added.
1735 * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
1736 Increased for the new entries.
1737 (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
1738 HWCAP_S390_HIGH_GPRS added.
1740 * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
1741 * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
1742 * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
1743 * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
1744 * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
1746 2009-07-23 Ulrich Drepper <drepper@redhat.com>
1748 * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
1749 avoid additional cpuid instructions. Most of the information is
1752 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
1754 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
1756 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
1757 SSSE3 bit for Atoms.
1758 * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
1761 * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
1762 structure before copying it to avoid warning.
1763 * posix/tst-rfc3484-2.c (do_test): Likewise.
1764 * posix/tst-rfc3484-3.c (do_test): Likewise.
1767 * include/unistd.h: Make header file suitable for C++ test cases.
1768 Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
1770 * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
1771 stack alignment in the exit code.
1773 * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
1774 potentially be zero.
1776 * elf/tst-unique1.c: Extend test to check for unloading DSO with
1777 unique symbol definition.
1778 Patch by Jakub Jelinek.
1779 * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
1780 make sure the object with the definition cannot be unloaded. Adjust
1782 * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
1783 the unique symbol hash table should not be const.
1785 2009-07-21 Ulrich Drepper <drepper@redhat.com>
1787 * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups. Remove
1788 unnecesary variables. Comment fixes.
1790 2009-07-20 Ulrich Drepper <drepper@redhat.com>
1792 * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
1793 Use NONASCII_CASE information provided by the locale to determine
1794 whether optimized string load function can be used. Minor cleanups.
1796 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
1798 * string/strcasestr.c (STRCASESTR): New macro.
1799 (__strcasestr): Renamed to ..
1800 (STRCASESTR): ...this.
1801 * string/strstr.c (STRSTR): New macro.
1802 (strstr): Renamed to ..
1804 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1805 strstr-c strcasestr-c
1806 (CFLAGS-strstr.c): New.
1807 (CFLAGS-strcasestr.c): Likewise.
1808 * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
1809 * sysdeps/x86_64/multiarch/strcasestr.c: New file.
1810 * sysdeps/x86_64/multiarch/strstr-c.c: New file.
1811 * sysdeps/x86_64/multiarch/strstr.c: New file.
1813 2009-07-20 Ulrich Drepper <drepper@redhat.com>
1815 * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
1816 * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
1817 * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
1818 _NL_CTYPE_NONASCII_CASE.
1819 * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
1821 (ctype_finish): Check whether there are any 8-bit characters outside
1822 the range ASCII has or whether the mapping isn't the same as for
1823 ASCII (±0x20). Set nonascii_case appropriately.
1824 (ctype_output): Add output handler for nonascii_case.
1826 2009-07-17 Ulrich Drepper <drepper@redhat.com>
1828 * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
1829 CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
1831 2009-07-16 Ulrich Drepper <drepper@redhat.com>
1834 * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
1835 0xffff in the EDNS0 record.
1837 2009-07-16 Ulrich Drepper <drepper@redhat.com>
1839 * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
1840 instead of atomic_compare_and_exchange_bool_acq to ensure pointer
1841 is written before the list head update.
1842 Patch by Andreas Schwab <aschwab@redhat.com>.
1844 2009-07-16 Ulrich Drepper <drepper@redhat.com>
1845 Jakub Jelinek <jakub@redhat.com>
1847 * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
1848 corruption thread-safe.
1850 2009-07-13 Jakub Jelinek <jakub@redhat.com>
1852 * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
1853 overrides atomic_compare_and_exchange_val_rel, define to
1854 atomic_compare_and_exchange_val_rel by default, otherwise default
1855 to catomic_compare_and_exchange_val_acq.
1856 (catomic_compare_and_exchange_bool_rel): If arch overrides
1857 atomic_compare_and_exchange_bool_rel, define to
1858 atomic_compare_and_exchange_bool_rel by default.
1859 * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
1860 Use catomic_compare_and_exchange_val_rel instead of
1861 catomic_compare_and_exchange_val_acq.
1863 2009-07-16 Ulrich Drepper <drepper@redhat.com>
1865 * sysdeps/generic/ldsodefs.h: Add prototype for
1866 _dl_higher_prime_number.
1867 * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
1869 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
1870 restoring of ymm registers a bit.
1872 2009-07-15 H.J. Lu <hongjiu.lu@intel.com>
1874 * sysdeps/x86_64/memcmp.S: New file.
1876 2009-07-15 Ulrich Drepper <drepper@redhat.com>
1878 * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
1879 * sysdeps/x86-64/dl-trampoline.S: ...here. Rewrite to avoid function
1880 pointers in writable memory.
1882 2009-07-07 H.J. Lu <hongjiu.lu@intel.com>
1884 * config.h.in: Add HAVE_AVX_SUPPORT entry.
1885 * config.make.in: Add config-cflags-avx entry.
1886 * configure.in: Substitute libc_cv_cc_avx.
1887 * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
1888 * elf/tst-audit4.c: New file.
1889 * elf/tst-audit5.c: New file.
1890 * elf/tst-auditmod4a.c: New file.
1891 * elf/tst-auditmod4b.c: New file.
1892 * elf/tst-auditmod5a.c: New file.
1893 * elf/tst-auditmod5b.c: New file.
1894 * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
1896 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
1897 (La_x86_64_vector): Likewise.
1898 (La_x86_64_regs): Append lr_vector.
1899 (La_x86_64_retval): Append lr_vector0/lrv_vector1.
1900 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1901 saving and restoring SSE registers to ...
1902 * sysdeps/x86_64/dl-trampoline.h: This. New file.
1903 * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
1905 (_dl_runtime_profile): Use LR_SIZE to allocate space for
1906 La_x86_64_regs. Allocate extra space and jump to memory at
1907 save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
1908 (save_and_restore_vector_sse): New.
1909 (save_and_restore_vector_avx): Likewise.
1910 (check_avx): Likewise.
1911 (save_and_restore_vector): Likewise.
1912 * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
1914 * sysdeps/x86_64/link-defines.sym: New file.
1916 2009-07-10 Ulrich Drepper <drepper@redhat.com>
1918 * elf/do-lookup.h: Removed after folding content into...
1919 * elf/dl-lookup.c: ...here.
1921 * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
1923 2009-07-09 Ulrich Drepper <drepper@redhat.com>
1925 * configure.in: Check for gnu_unique_symbol symbol type.
1926 * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
1927 * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
1928 the undefined symbol. Handle STB_GNU_UNIQUE binding of found symbol.
1929 * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
1931 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
1932 unique symbol table.
1933 * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
1934 for first namespace.
1935 * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
1936 unique symbol hash table.
1937 * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
1938 * elf/tst-unique1.c: New file.
1939 * elf/tst-unique1mod1.c: New file.
1940 * elf/tst-unique1mod2.c: New file.
1941 * elf/tst-unique2.c: New file.
1942 * elf/tst-unique2mod1.c: New file.
1943 * elf/tst-unique2mod2.c: New file.
1945 2009-07-07 Ulrich Drepper <drepper@redhat.com>
1947 * elf/elf.h (STB_GNU_UNIQUE): Define.
1949 * elf/dl-misc.c (_dl_higher_prime_number): New function. Moved here
1951 * include/inline-hashtab.h: ...here.
1952 (htab_expand): Adjust for renamed function. Correct memory handling.
1954 2009-07-06 Ulrich Drepper <drepper@redhat.com>
1956 * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
1958 2009-07-03 Andreas Schwab <aschwab@redhat.com>
1960 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
1961 (PPC_FEATURE_HAS_VSX): Likewise.
1963 2009-07-03 Ulrich Drepper <drepper@redhat.com>
1965 * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
1966 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1968 * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
1969 aligned to 16 byte boundaries.
1970 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1971 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1972 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1974 2009-07-02 H.J. Lu <hongjiu.lu@intel.com>
1976 * config.h.in (HAVE_SSE4_SUPPORT): New macro.
1977 * config.make.in (config-cflags-sse4): New variable.
1978 * configure.in: Substitute libc_cv_cc_sse4.
1979 * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
1981 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1982 strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
1983 * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
1984 * sysdeps/x86_64/multiarch/strcspn.S: New file.
1985 * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
1986 * sysdeps/x86_64/multiarch/strpbrk.S: New file.
1987 * sysdeps/x86_64/multiarch/strspn-c.c: New file.
1988 * sysdeps/x86_64/multiarch/strspn.S: New file.
1990 2009-06-30 H.J. Lu <hongjiu.lu@intel.com>
1992 * elf/Makefile (distribute): Remove tst-audit.sh. Add
1993 tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
1994 (tests): Add tst-audit3 for x86_64.
1995 (modules-names): Add tst-auditmod3a, tst-auditmod3b.
1996 ($(objpfx)tst-audit3): Define.
1997 ($(objpfx)tst-audit3.out): Define.
1998 (tst-audit3-ENV): Define.
1999 * elf/tst-audit3.c: New file.
2000 * elf/tst-auditmod3a.c: New file.
2001 * elf/tst-auditmod3b.c: New file.
2002 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2005 * string/stpncpy.c (STPNCPY): New. Defined if not defined.
2006 (__stpncpy): Renamed to ...
2008 (stpncpy): Create alias only if STPNCPY is not defined.
2009 * string/strncpy.c (STRNCPY): New. Defined to strncpy if not
2011 (strncpy): Renamed to ...
2013 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2014 stpncpy-c strncpy-c for string.
2015 * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2016 * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2017 * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2018 * sysdeps/x86_64/multiarch/strcpy.S: New file.
2019 * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2020 * sysdeps/x86_64/multiarch/strncpy.S: New file.
2022 2009-07-02 Ulrich Drepper <drepper@redhat.com>
2024 * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2025 adding to fast bin list.
2027 2009-07-01 Ulrich Drepper <drepper@redhat.com>
2029 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2030 inet_makeaddr. This worked only with class-based networks.
2031 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2034 * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2035 recognize all types.
2036 * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2037 to getnetbyaddr. Fix network parameter to getnetbyaddr. It must
2038 be in host byte order.
2040 2009-06-26 H.J. Lu <hongjiu.lu@intel.com>
2042 * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2043 (MODEL_OFFSET): Define.
2044 * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2046 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2047 out common code into new function get_common_indeces. Determine
2048 extended family and model for Intel processors.
2050 2009-06-26 Ulrich Drepper <drepper@redhat.com>
2052 * resolv/resolv.h: Define RES_SNGLKUPREOP.
2053 * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2055 * resolv/res_send.c (reopen): New function. Broken out of...
2056 (send_dg): ... here. Recognize RES_SNGLKUPREOP. Implement second
2057 fallback mechanism. If single-request fails switch to
2058 single-request-reopen mode which opens a new socket for the second
2061 2009-06-25 Andreas Schwab <aschwab@redhat.com>
2063 * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2066 2009-06-24 Andreas Schwab <aschwab@redhat.com>
2068 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2069 for saved registers.
2070 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2071 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2072 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2074 2009-06-23 Andreas Schwab <aschwab@redhat.com>
2076 * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2078 2009-06-22 Ulrich Drepper <drepper@redhat.com>
2080 * po/id.po: Update from translation team.
2082 * po/bg.po: Update from translation team.
2084 2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
2086 * string/strncmp.c (STRNCMP): New. Defined to strncmp if not
2088 (strncmp): Renamed to STRNCMP.
2089 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2090 strncmp-c for string.
2091 * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2092 * sysdeps/x86_64/multiarch/strcmp.S: New file.
2093 * sysdeps/x86_64/multiarch/strncmp.S: New file.
2094 * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2096 2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
2098 * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2099 ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2100 ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2101 ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2102 ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2104 (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2105 ifuncmain7static, and ifuncmain7picstatic.
2106 (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2107 $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2108 $(objpfx)ifuncmain7pie.out.
2109 (modules-names): Add ifuncmod5 ifuncmod6
2110 (ifuncmod5.so-no-z-defs): Define.
2111 (ifuncmod6.so-no-z-defs): Define.
2112 (CFLAGS-ifuncmain5pic.c): Define.
2113 (CFLAGS-ifuncmain5picstatic.c): Define.
2114 (CFLAGS-ifuncmain5staticpic.c): Define.
2115 (CFLAGS-ifuncdep5pic.c): Define.
2116 (CFLAGS-ifuncmain7pic.c): Define.
2117 (CFLAGS-ifuncmain7picstatic.c): Define.
2118 (CFLAGS-ifuncmain1staticpie.c): Define.
2119 (CFLAGS-ifuncmain5pie.c): Define.
2120 (CFLAGS-ifuncmain6pie.c): Define.
2121 (CFLAGS-ifuncmain7pie.c): Define.
2122 ($(objpfx)ifuncmain1staticpie.out): Define.
2123 ($(objpfx)ifuncmain1staticpie): Define.
2124 ($(objpfx)ifuncmain5pie.out): Define.
2125 ($(objpfx)ifuncmain5pie): Define.
2126 ($(objpfx)ifuncmain6pie.out): Define.
2127 ($(objpfx)ifuncmain6pie): Define.
2128 ($(objpfx)ifuncmain5): Define.
2129 ($(objpfx)ifuncmain5pic): Define.
2130 ($(objpfx)ifuncmain5static): Define.
2131 ($(objpfx)ifuncmain5staticpic): Define.
2132 ($(objpfx)ifuncmain5picstatic): Define.
2133 (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2134 ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2136 * elf/b/elf/ifuncmain1staticpie.c: New file.
2137 * elf/ifuncdep5.c: New file.
2138 * elf/ifuncdep5pic.c: New file.
2139 * elf/ifuncmain5.c: New file.
2140 * elf/ifuncmain5pic.c: New file.
2141 * elf/ifuncmain5picstatic.c: New file.
2142 * elf/ifuncmain5pie.c: New file.
2143 * elf/ifuncmain5static.c: New file.
2144 * elf/ifuncmain5staticpic.c: New file.
2145 * elf/ifuncmain6pie.c: New file.
2146 * elf/ifuncmain7.c: New file.
2147 * elf/ifuncmain7pic.c: New file.
2148 * elf/ifuncmain7picstatic.c: New file.
2149 * elf/ifuncmain7pie.c: New file.
2150 * elf/ifuncmain7static.c: New file.
2151 * elf/ifuncmod5.c: New file.
2152 * elf/ifuncmod6.c: New file.
2154 2009-06-20 Ulrich Drepper <drepper@redhat.com>
2157 * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2158 (nss_endgrent): New variable.
2159 (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2160 fields. Change type of files to bool and adjust all users.
2161 (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2162 (internal_endgrent): Call nss_endgrent if necessary.
2163 (add_group): New function. Broken out of...
2164 (check_and_add_group): ...here.
2165 (getgrent_next_nss): Remove test that any callback is available.
2166 Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2167 callback. If there is no blacklist we can trust the results returned
2168 by the initgroups_dyn callback. In case there is a callback and we
2169 find a group entry for the group ID but it doesn't contain the
2170 correct member, switch to the slow mode and use getgrent_r.
2171 (internal_getgrent_r): When we see a +: entry, determine whether
2172 there is any callback and which we can use the initgroups_dyn
2175 2009-06-18 Ulrich Drepper <drepper@redhat.com>
2177 * malloc/malloc.c (_int_malloc): Add some consistency checks.
2178 (_int_free): Likewise.
2180 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2182 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2183 * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2184 and ARPHRD_IEEE802154_PHY.
2186 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2187 relative to generic Linux version.
2189 2009-06-17 H.J. Lu <hongjiu.lu@intel.com>
2191 * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2192 ($(objpfx)ifuncmain1vispie): Likewise.
2194 2009-06-16 Ulrich Drepper <drepper@redhat.com>
2196 * login/Makefile: Build pt_chown as PIE.
2198 2009-06-15 Andreas Schwab <aschwab@redhat.com>
2200 * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2202 * elf/sln.c (usage): Likewise.
2203 * malloc/memusage.sh (do_help): Likewise.
2204 * nss/getent.c (more_help): Likewise.
2205 * posix/getconf.c (main): Likewise.
2206 * sunrpc/rpcinfo.c (usage): Likewise.
2207 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2209 2009-06-16 Ulrich Drepper <drepper@redhat.com>
2211 * login/programs/pt_chown.c: Use libcap to drop privileges other than
2213 * login/Makefile: If necessary link pt_chown with -lcap.
2214 * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2215 * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2217 2009-06-16 Jakub Jelinek <jakub@redhat.com>
2219 * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2221 * string/test-memchr.c (do_random_tests): Test very large lengths
2224 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
2226 * Makeconfig (+link-pie): Define.
2227 (+prectorS): Define.
2228 (+postctorS): Define.
2229 * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2230 * nscd/Makefile ($(objpfx)nscd): Likewise.
2232 2009-04-22 Ryan S. Arnold <rsa@us.ibm.com>
2235 * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2237 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2239 2009-06-16 Ulrich Drepper <drepper@redhat.com>
2241 * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2243 * sysdeps/unix/grantpt.c: ...here.
2245 2009-06-15 Ulrich Drepper <drepper@redhat.com>
2247 * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2248 chmod if it is necessary.
2251 * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2252 when the slave device is in devpts or devfs.
2255 * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2258 * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2259 of nd_opt_home_agent_info_preference to uint16_t.
2260 Patch by Arnaud Ebalard <arno@natisbad.org>.
2263 * nss/getent.c: Add support for printing gshadow data.
2266 * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2267 not just the currently used one and those which follow.
2268 Patch by Joe Landers <jlanders@vmware.com>.
2271 * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2272 * libio/Makefile: Run tst-fgetwc with necessary envvar.
2273 Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2276 * stdlib/abort.c: Define variable __abort_msg.
2277 * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2278 * include/stdlib.h: Declare __abort_msg.
2279 * assert/assert-perr.c: Don't free buffer for message immediately.
2280 Store atomically in __abort_msg and free old buffer if necessary.
2281 * assert/assert.c: Likewise.
2282 * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2283 store pointer in __abort_msg, and possibly free old string.
2284 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2286 * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2289 * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2290 handle leap seconds if they are available.
2291 Patch by Akinori Hattori <hattya@gentoo.org>.
2293 * timezone/tzselect.ksh: Update from tzcode2009i.
2294 * timezone/zdump.c: Likewise.
2295 * timezone/zic.c: Likewise.
2297 * timezone/africa: Update from tzdata2009i.
2298 * timezone/antarctica: Likewise.
2299 * timezone/asia: Likewise.
2300 * timezone/australasia: Likewise.
2301 * timezone/backward: Likewise.
2302 * timezone/etcetera: Likewise.
2303 * timezone/europe: Likewise.
2304 * timezone/factory: Likewise.
2305 * timezone/iso3166.tab: Likewise.
2306 * timezone/leapseconds: Likewise.
2307 * timezone/northamerica: Likewise.
2308 * timezone/pacificnew: Likewise.
2309 * timezone/solar87: Likewise.
2310 * timezone/solar88: Likewise.
2311 * timezone/solar89: Likewise.
2312 * timezone/southamerica: Likewise.
2313 * timezone/systemv: Likewise.
2314 * timezone/yearistype: Likewise.
2315 * timezone/zone.tab: Likewise.
2317 2009-06-15 Jakub Jelinek <jakub@redhat.com>
2319 * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2320 STT_GNU_IFUNC symbol or in 8 into type_class.
2322 * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2323 instead of Elf64_Addr.
2325 2009-06-14 Ulrich Drepper <drepper@redhat.com>
2327 * po/sv.po: Update from translation team.
2330 * misc/sys/select.h (__NFDBITS): Expression should have type int.
2331 * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2332 __FD_CLR, and __FD_ISSET. gcc nowadays generates better code from
2335 2009-06-12 Ulrich Drepper <drepper@redhat.com>
2337 * Versions.def: Add GLIBC_2.11 for libpthread.
2339 2009-06-11 Ulrich Drepper <drepper@redhat.com>
2341 * resolv/res_send.c (send_dg): Remember we switched to
2342 single-request mode.
2344 2009-06-09 Ulrich Drepper <drepper@redhat.com>
2346 * dlfcn/dlfcn.h: Remove comma at end of enum.
2347 Patch by J.H.M. Dassen <rdassen@redhat.com>.
2349 * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2350 parsing mode string.
2352 2009-06-05 Ulrich Drepper <drepper@redhat.com>
2354 * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2356 * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2358 * sysdeps/x86_64/multiarch/strlen.S: New file.
2359 * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2360 * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
2361 * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
2364 * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
2367 2009-06-04 Ulrich Drepper <drepper@redhat.com>
2369 * sysdeps/x86_64/strlen.S: Minor optimizations.
2371 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
2373 * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
2374 ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
2375 ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
2376 ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
2377 ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
2378 funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
2379 ifuncmain3.c, ifuncmod3.c,.
2380 ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
2381 (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
2382 ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
2383 ifuncmain4picstatic.
2384 (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
2385 ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
2386 ifuncmain3, ifuncmain4.
2387 (tests): Depend on $(objpfx)ifuncmain1pie.out and
2388 $(objpfx)ifuncmain1vispie.out.
2389 (modules-names): Add ifuncmod1 ifuncmod3.
2390 (generated): Add ifuncmain1pie ifuncmain1pie.out
2391 ifuncmain1vispie ifuncmain1vispie.out.
2392 Define rules to build and run the tests.
2393 * elf/ifuncdep1.c: New file.
2394 * elf/ifuncdep1pic.c: New file.
2395 * elf/ifuncdep2.c: New file.
2396 * elf/ifuncdep2pic.c: New file.
2397 * elf/ifuncmain1.c: New file.
2398 * elf/ifuncmain1pic.c: New file.
2399 * elf/ifuncmain1picstatic.c: New file.
2400 * elf/ifuncmain1pie.c: New file.
2401 * elf/ifuncmain1static.c: New file.
2402 * elf/ifuncmain1staticpic.c: New file.
2403 * elf/ifuncmain1vis.c: New file..
2404 * elf/ifuncmain1vispic.c: New file..
2405 * elf/ifuncmain1vispie.c: New file.
2406 * elf/ifuncmain2.c: New file.
2407 * elf/ifuncmain2pic.c: New file.
2408 * elf/ifuncmain2picstatic.c: New file.
2409 * elf/ifuncmain2static.c: New file.
2410 * elf/ifuncmain3.c: New file.
2411 * elf/ifuncmain4.c: New file.
2412 * elf/ifuncmain4picstatic.c: New file.
2413 * elf/ifuncmain4static.c: New file.
2414 * elf/ifuncmod1.c: New file.
2415 * elf/ifuncmod3.c: New file.
2417 2009-06-03 Ulrich Drepper <drepper@redhat.com>
2419 * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
2421 2009-06-02 Ulrich Drepper <drepper@redhat.com>
2424 * posix/Makefile (routines): Add execvpe.
2425 * posix/Versions: Export execvpe for GLIBC_2.11.
2426 * posix/execvp.c: Now only a wrapper. Move code to...
2427 * posix/execvpe.c: ...here. New file.
2428 * posix/unistd.h: Declare execvpe.
2430 2009-06-01 Ulrich Drepper <drepper@redhat.com>
2432 * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
2433 for STT_GNU_IFUNC handling for efficiency.
2434 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2436 * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
2438 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
2440 2009-05-31 Ulrich Drepper <drepper@redhat.com>
2442 * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
2445 2009-05-29 H.J. Lu <hongjiu.lu@intel.com>
2447 * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
2449 (__rela_iplt_start): New declaration.
2450 (__rela_iplt_end): Likewise.
2451 (__rel_iplt_start): Likewise.
2452 (__rel_iplt_end): Likewise.
2453 (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
2454 * elf/elf.h (R_386_IRELATIVE): New macro.
2455 (R_X86_64_IRELATIVE): New macro.
2456 (R_386_NUM): Updated.
2457 (R_X86_64_NUM): Likewise.
2458 * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
2459 (libc_ifunc_hidden_def): New macro.
2460 * sysdeps/generic/dl-irel.h: New file.
2461 * sysdeps/i386/dl-irel.h: New file.
2462 * sysdeps/x86_64/dl-irel.h: New file.
2463 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
2464 (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
2465 Handle R_386_IRELATIVE.
2466 (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
2467 (elf_machine_lazy_rela): Likewise.
2468 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2470 (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
2472 2009-05-31 Ulrich Drepper <drepper@redhat.com>
2474 * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
2475 instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1. So far there
2476 are no differences. If an architecture has bits in CPUID index 1
2477 meaning different things the values for the COMMON_CPUID_INDEX_1
2478 index must not be set.
2479 (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
2480 (HAS_POPCOUNT): ...this. New macro.
2481 * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
2482 instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1. Unify code
2483 to set the value for Intel and AMD architectures.
2484 * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
2485 INTEL_CPUID_INDEX_1.
2486 * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
2489 2009-05-30 Andreas Schwab <schwab@linux-m68k.org>
2491 * configure.in: Move AC_CANONICAL_HOST before first use of $host
2494 2009-05-29 Jakub Jelinek <jakub@redhat.com>
2496 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
2497 (__expm1l): Set errno to ERANGE on overflow.
2498 * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
2499 (__tanl): Set errno to EDOM for ±Inf.
2500 * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
2501 (__cosl): Set errno to EDOM for ±Inf.
2502 * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
2503 (__sinl): Set errno to EDOM for ±Inf.
2505 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
2507 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
2508 * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
2509 * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
2511 2009-05-29 Ulrich Drepper <drepper@redhat.com>
2513 * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array. Adjust
2515 * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
2517 2009-05-22 Andreas Schwab <schwab@linux-m68k.org>
2519 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for ±Inf.
2520 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
2521 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
2522 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
2524 * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
2525 * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
2526 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
2528 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2529 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2531 2009-05-22 Jakub Jelinek <jakub@redhat.com>
2533 * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
2534 (accept4): If __NR_accept4 is not defined, but __NR_socketcall
2535 is, either do nothing at all if __ASSUME_ACCEPT4, or
2536 call __internal_accept4 and handle EINVAL -> ENOSYS translation.
2537 * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
2538 * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
2540 * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
2541 * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
2542 internal_accept4 in socket directory.
2544 2009-05-20 H.J. Lu <hongjiu.lu@intel.com>
2546 * sysdeps/ia64/configure.in: New file.
2548 2009-05-21 H.J. Lu <hongjiu.lu@intel.com>
2551 * sysdeps/ia64/memchr.S: Use speculative load.
2553 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
2554 * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
2557 * sysdeps/i386/__longjmp.S: Add .text.
2558 * sysdeps/x86_64/__longjmp.S: Likewise.
2560 2009-05-21 Ulrich Drepper <drepper@redhat.com>
2562 * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
2563 __ASSUME_ACCEPT4 for IA-64.
2565 2009-05-21 Jakub Jelinek <jakub@redhat.com>
2567 * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
2569 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
2570 (SOCKOP_accept4): Define.
2572 2009-05-20 Ulrich Drepper <drepper@redhat.com>
2574 Sun approved the change of the license.
2575 * sunrpc/auth_des.c: Replace license text.
2576 * sunrpc/auth_none.c: Likewise.
2577 * sunrpc/auth_unix.c: Likewise.
2578 * sunrpc/authdes_prot.c: Likewise.
2579 * sunrpc/authuxprot.c: Likewise.
2580 * sunrpc/bindrsvprt.c: Likewise.
2581 * sunrpc/clnt_gen.c: Likewise.
2582 * sunrpc/clnt_perr.c: Likewise.
2583 * sunrpc/clnt_raw.c: Likewise.
2584 * sunrpc/clnt_simp.c: Likewise.
2585 * sunrpc/clnt_tcp.c: Likewise.
2586 * sunrpc/clnt_udp.c: Likewise.
2587 * sunrpc/clnt_unix.c: Likewise.
2588 * sunrpc/des_crypt.c: Likewise.
2589 * sunrpc/des_soft.c: Likewise.
2590 * sunrpc/get_myaddr.c: Likewise.
2591 * sunrpc/getrpcport.c: Likewise.
2592 * sunrpc/key_call.c: Likewise.
2593 * sunrpc/key_prot.c: Likewise.
2594 * sunrpc/openchild.c: Likewise.
2595 * sunrpc/pm_getmaps.c: Likewise.
2596 * sunrpc/pm_getport.c: Likewise.
2597 * sunrpc/pmap_clnt.c: Likewise.
2598 * sunrpc/pmap_prot.c: Likewise.
2599 * sunrpc/pmap_prot2.c: Likewise.
2600 * sunrpc/pmap_rmt.c: Likewise.
2601 * sunrpc/rpc/auth.h: Likewise.
2602 * sunrpc/rpc/auth_unix.h: Likewise.
2603 * sunrpc/rpc/clnt.h: Likewise.
2604 * sunrpc/rpc/des_crypt.h: Likewise.
2605 * sunrpc/rpc/key_prot.h: Likewise.
2606 * sunrpc/rpc/netdb.h: Likewise.
2607 * sunrpc/rpc/pmap_clnt.h: Likewise.
2608 * sunrpc/rpc/pmap_prot.h: Likewise.
2609 * sunrpc/rpc/pmap_rmt.h: Likewise.
2610 * sunrpc/rpc/rpc.h: Likewise.
2611 * sunrpc/rpc/rpc_des.h: Likewise.
2612 * sunrpc/rpc/rpc_msg.h: Likewise.
2613 * sunrpc/rpc/svc.h: Likewise.
2614 * sunrpc/rpc/svc_auth.h: Likewise.
2615 * sunrpc/rpc/types.h: Likewise.
2616 * sunrpc/rpc/xdr.h: Likewise.
2617 * sunrpc/rpc_clntout.c: Likewise.
2618 * sunrpc/rpc_cmsg.c: Likewise.
2619 * sunrpc/rpc_common.c: Likewise.
2620 * sunrpc/rpc_cout.c: Likewise.
2621 * sunrpc/rpc_dtable.c: Likewise.
2622 * sunrpc/rpc_hout.c: Likewise.
2623 * sunrpc/rpc_main.c: Likewise.
2624 * sunrpc/rpc_parse.c: Likewise.
2625 * sunrpc/rpc_parse.h: Likewise.
2626 * sunrpc/rpc_prot.c: Likewise.
2627 * sunrpc/rpc_sample.c: Likewise.
2628 * sunrpc/rpc_scan.c: Likewise.
2629 * sunrpc/rpc_scan.h: Likewise.
2630 * sunrpc/rpc_svcout.c: Likewise.
2631 * sunrpc/rpc_tblout.c: Likewise.
2632 * sunrpc/rpc_util.c: Likewise.
2633 * sunrpc/rpc_util.h: Likewise.
2634 * sunrpc/rpcinfo.c: Likewise.
2635 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
2636 * sunrpc/rpcsvc/key_prot.x: Likewise.
2637 * sunrpc/rpcsvc/klm_prot.x: Likewise.
2638 * sunrpc/rpcsvc/mount.x: Likewise.
2639 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
2640 * sunrpc/rpcsvc/rex.x: Likewise.
2641 * sunrpc/rpcsvc/rstat.x: Likewise.
2642 * sunrpc/rpcsvc/rusers.x: Likewise.
2643 * sunrpc/rpcsvc/sm_inter.x: Likewise.
2644 * sunrpc/rpcsvc/spray.x: Likewise.
2645 * sunrpc/rpcsvc/yppasswd.x: Likewise.
2646 * sunrpc/rtime.c: Likewise.
2647 * sunrpc/svc.c: Likewise.
2648 * sunrpc/svc_auth.c: Likewise.
2649 * sunrpc/svc_authux.c: Likewise.
2650 * sunrpc/svc_raw.c: Likewise.
2651 * sunrpc/svc_run.c: Likewise.
2652 * sunrpc/svc_simple.c: Likewise.
2653 * sunrpc/svc_tcp.c: Likewise.
2654 * sunrpc/svc_udp.c: Likewise.
2655 * sunrpc/svc_unix.c: Likewise.
2656 * sunrpc/svcauth_des.c: Likewise.
2657 * sunrpc/xcrypt.c: Likewise.
2658 * sunrpc/xdr.c: Likewise.
2659 * sunrpc/xdr_array.c: Likewise.
2660 * sunrpc/xdr_float.c: Likewise.
2661 * sunrpc/xdr_mem.c: Likewise.
2662 * sunrpc/xdr_rec.c: Likewise.
2663 * sunrpc/xdr_ref.c: Likewise.
2664 * sunrpc/xdr_sizeof.c: Likewise.
2665 * sunrpc/xdr_stdio.c: Likewise.
2667 * po/da.po: Update from translation team.
2669 2009-05-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2671 * sysdeps/sh/____longjmp_chk.S: New file.
2672 * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
2673 * sysdeps/sh/sh4/__longjmp.S: Likewise.
2675 2009-05-18 Jakub Jelinek <jakub@redhat.com>
2676 Ulrich Drepper <drepper@redhat.com>
2678 * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
2679 (__nscd_cache_search): Assume each entry in the
2680 hash chain needs one hashentry and half of datahead. Use
2681 MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
2683 2009-05-16 Ulrich Drepper <drepper@redhat.com>
2685 * posix/sys/wait.h: Fix typos. Pretty printing.
2686 * stdlib/stdlib.h: Likewise. Correct comments.
2689 * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
2691 * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
2694 2009-05-15 Ulrich Drepper <drepper@redhat.com>
2696 * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
2697 Use it if we absolutely cannot reach any more correct list elements
2698 because that many do not fit into the currently mapped database.
2700 2009-05-14 Jakub Jelinek <jakub@redhat.com>
2702 * nscd/nscd_helper.c: Include stddef.h.
2703 (__nscd_cache_search): Add datalen argument. Use atomic_forced_read
2704 in a couple of places. Return NULL if trail is not less than
2705 datasize, don't consider dataheads with length smaller than
2706 offsetof (struct datahead, data) + datalen.
2707 * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
2708 * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
2709 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
2710 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2711 * nscd/nscd_getai.c (__nscd_getai): Likewise.
2712 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2713 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2715 * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
2717 (fallocate64): ... to this.
2718 * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
2720 (fallocate64): ... to this.
2721 * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
2722 * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
2723 fallocate64@@GLIBC_2.10.
2724 * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
2725 fallocate64@@GLIBC_2.11.
2726 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
2727 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
2728 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
2729 * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
2731 * nscd/selinux.c (nscd_avc_destroy): Removed.
2732 * nscd/selinux.h (nscd_avc_destroy): Likewise.
2733 * nscd/nscd.c (termination_handler): Don't call
2736 2009-05-12 Jakub Jelinek <jakub@redhat.com>
2738 * include/atomic.h: Formatting.
2739 (catomic_compare_and_exchange_val_acq): Don't define if already
2740 defined by bits/atomic.h.
2742 2009-05-15 Ulrich Drepper <drepper@redhat.com>
2744 * math/libm-test.inc (expm1_test): Add test for range error.
2746 * Versions.def: Add GLIBC_2.11 for libc.
2747 * debug/Makefile (routines): Add longjmp_chk.
2748 Add rules to build and run tst-longjmp_chk.
2749 * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
2750 * debug/longjmp_chk.c: New file.
2751 * debug/tst-longjmp_chk.c: New file.
2752 * include/bits/setjmp2.: New file.
2753 * include/stdio.h: Mark __fortify_fail as internal_function.
2754 * setjmp/Makefile (headers): Add bits/setjmp2.h.
2755 * setjmp/bits/setjmp2.h: New file.
2756 * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
2758 * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
2760 * sysdeps/i386/____longjmp_chk.S: New file.
2761 * sysdeps/x86_64/____longjmp_chk.S: New file.
2762 * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
2763 * sysdeps/x86_64/__longjmp.S: Likewise.
2765 * version.h: Bump for 2.11 development.
2767 * elf/check-execstack.c: New file.
2768 * elf/Makefile: Add rules to build and run check-execstack.
2770 2009-05-10 Ulrich Drepper <drepper@redhat.com>
2772 * version.h (VERSION): Bump to 2.10.1.
2774 * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
2775 compatibility functions.
2776 * nss/getXXent_r.c: Likewise.
2777 * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
2778 * gshadow/getsgnam_r.c: Likewise.
2779 * gshadow/Version: Remove duplicate entries.
2781 * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
2782 for recent processor.
2783 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
2786 2009-05-09 Ulrich Drepper <drepper@redhat.com>
2788 * version.h (VERSION): Bump for 2.10 release.
2789 * include/features.h (__GLIBC_MINOR__): Bump to 10.
2791 * Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the
2792 same place we add ASFLAGS-config.
2794 2009-05-05 Aurelien Jarno <aurelien@aurel32.net>
2797 * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
2798 or FORMERR and the other NOERROR, don't raise an error.
2800 2009-05-06 Ryan S. Arnold <rsa@us.ibm.com>
2803 * Makeconfig (+asflags): New variable based upon ASFLAG or
2805 (ASFLAGS): Add override to set ASFLAGS to +asflags.
2806 * config.make.in (asflags-cpu): Add variable based upon
2807 @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
2809 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
2810 Remove unneeded file now that the assembler emits _ARCH_PWR6 and
2811 recognizes power6 instruction set due to passing -mcpu=power6 from
2812 --with-cpu=power6 when compiling .S files.
2813 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
2815 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
2817 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
2820 2009-05-09 Jakub Jelinek <jakub@redhat.com>
2822 * string/stratcliff.c (do_test): Test for zero length
2823 STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
2824 at the end of the page.
2826 2009-05-08 Ulrich Drepper <drepper@redhat.com>
2828 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
2830 * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
2833 * po/da.po: Update from translation team.
2835 2009-05-05 Jakub Jelinek <jakub@redhat.com>
2837 * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
2838 guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
2840 2009-05-05 Ulrich Drepper <drepper@redhat.com>
2842 * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
2843 and READ_IMPLIES_EXEC.
2845 2009-05-04 Ulrich Drepper <drepper@redhat.com>
2847 * po/da.po: Update from translation team.
2849 2009-04-29 Jakub Jelinek <jakub@redhat.com>
2851 * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
2854 2009-04-27 Jakub Jelinek <jakub@redhat.com>
2856 * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
2857 to MAP_ANON in PROT_NONE mmap64 call.
2858 (open_archive): Likewise.
2859 (file_data_available_p): Use mmap64 instead of mremap.
2860 (enlarge_archive): Likewise. Update head if ah->addr changed.
2861 Attempt to reserve address space after mmap64 region.
2863 2009-04-26 Ulrich Drepper <drepper@redhat.com>
2865 * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
2866 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
2867 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
2869 * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
2870 atanh should set ERANGE.
2873 * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
2874 result of lookup to make call to implement STT_GNU_IFUNC.
2875 (_dl_profile_fixup): Likewise.
2876 Patch by H.J. Lu <hjl.tools@gmail.com>.
2878 * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
2881 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
2884 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
2885 label if it is not used.
2887 * elf/dl-profile.c (_dl_start_profile): Define real-type variant
2888 of gmon_hist_hdr and gmon_hdr structures and use them.
2889 * elf/sprof.c: Likewise.
2891 * elf/dl-load.c (open_verify): Add temporary variable to avoid
2894 * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
2896 * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
2899 * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
2900 * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
2902 (iruserok_af): Use ss_family instead of casts.
2904 * gmon/gmon.c (write_hist): Define real-type variant of
2905 gmon_hist_hdr structure and use it.
2906 (write_gmon): Likewise for gmon_hdr.
2908 * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
2909 function if we are not going to define it.
2910 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2912 * inet/inet6_option.c (option_alloc): Add temporary variable to
2915 * libio/strfile.h (struct _IO_streambuf): Use correct type and
2916 name of VTable element.
2917 * libio/iovsprintf.c: Avoid casts to avoid warnings.
2918 * libio/iovsscanf.c: Likewise.
2919 * libio/vasprintf.c: Likewise.
2920 * libio/vsnprintf.c: Likewise.
2921 * stdio-common/isoc99_vsscanf.c: Likewise.
2922 * stdlib/strfmon_l.c: Likewise.
2923 * debug/vasprintf_chk.c: Likewise.
2924 * debug/vsnprintf_chk.c: Likewise.
2925 * debug/vsprintf_chk.c: Likewise.
2927 * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
2930 2009-04-26 Jakub Jelinek <jakub@redhat.com>
2932 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
2934 2009-04-25 Ulrich Drepper <drepper@redhat.com>
2936 * posix/bits/posix1_lim.h: Cleanup namespace a bit.
2938 * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
2939 * sysdeps/i386/fpu/s_tanf.S: Likewise.
2940 * sysdeps/i386/fpu/s_tanl.S: Likewise.
2941 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2942 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
2943 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
2944 * math/libm-test.inc: Add tests for errno after tan calls with
2947 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
2948 errno value vor pow(+-0,neg).
2949 * math/libm-test.inc (pow_test): Add tests for errno value for
2952 * math/w_fmod.c: Also handle x=±Inf as error.
2953 * math/w_fmodf.c: Likewise.
2954 * math/w_fmodl.c: Likewise.
2955 * math/libm-test.inc (fmod_test): Add tests for errno after calls for
2958 * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
2959 * sysdeps/i386/fpu/s_cosf.S: Likewise.
2960 * sysdeps/i386/fpu/s_cosl.S: Likewise.
2961 * sysdeps/i386/fpu/s_sin.S: Likewise.
2962 * sysdeps/i386/fpu/s_sinf.S: Likewise.
2963 * sysdeps/i386/fpu/s_sinl.S: Likewise.
2964 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2965 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
2966 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
2967 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
2968 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
2969 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
2970 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
2971 * math/libm-test.inc: Add tests for errno after sin/cos calls with
2974 * stdlib/strtod_l.c (round_and_return): We have to set errno to
2975 ERANGE for underflows.
2976 * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
2978 * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
2981 * libio/tst-widetext.input: Remove surrogates.
2983 * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
2985 * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
2986 for lgamma should set errno to ERANGE, not EDOM.
2987 * math/libm-test.inc (lgamma_test): Check errno for pole errors.
2989 2009-04-24 Ulrich Drepper <drepper@redhat.com>
2992 * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
2995 * locale/programs/locarchive.c (enlarge_archive): Conserve address
2996 space when temporarily mapping the whole content of the old file.
2999 * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3002 2009-04-24 Jakub Jelinek <jakub@redhat.com>
3004 * iconvdata/sjis.c (BODY): Don't advance inptr before
3005 STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3006 Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3009 2009-04-24 Ulrich Drepper <drepper@redhat.com>
3011 * locale/locarchive.h (struct locarhandle): Rename len field to
3012 mmaped and add new reserved field.
3013 * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3014 (create_archive): Reserve address space and then map file into it.
3015 (open_archive): Likewise.
3016 (file_data_available_p): New function.
3017 (compare_from_file): New function.
3018 (close_archive): Adjust to member name changes.
3019 (add_locale): Before comparing locale data, check it is mapped.
3020 Otherwise fall back to reading from the file.
3022 2009-04-23 H.J. Lu <hongjiu.lu@intel.com>
3024 * stdio-common/psiginfo.c: Include <errno.h>.
3026 2009-04-23 Ulrich Drepper <drepper@redhat.com>
3029 * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3030 to get consistency between 32 and 64 bit architectures.
3033 * sysdeps/unix/make-syscalls.sh: Add rule to create target
3034 directory for dummy syscall rules.
3035 Patch by Chris Steinbroner <hesh@pobox.com>.
3037 2009-04-23 Aurelien Jarno <aurelien@aurel32.net>
3040 * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3043 2009-04-23 Ulrich Drepper <drepper@redhat.com>
3045 * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.
3046 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3048 2009-04-23 Jakub Jelinek <jakub@redhat.com>
3050 * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment. Copy
3051 data from vector to temporary buffer and call PWRITEV after it
3052 instead of vice versa.
3053 * sysdeps/posix/preadv.c: Fix up comment.
3054 * misc/preadv.c: Likewise.
3055 * misc/preadv64.c: Likewise.
3056 * misc/pwritev.c: Likewise.
3057 * misc/pwritev64.c: Likewise.
3058 * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3060 2009-04-23 Ulrich Drepper <drepper@redhat.com>
3062 * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3064 * shadow/Makefile (tests): Add tst-shadow.
3065 * shadow/tst-shadow.c: New file.
3068 * gshadow/Makefile: New file.
3069 * gshadow/Versions: New file.
3070 * gshadow/fgetsgent.c: New file.
3071 * gshadow/fgetsgent_r.c: New file.
3072 * gshadow/getsgent.c: New file.
3073 * gshadow/getsgent_r.c: New file.
3074 * gshadow/getsgnam.c: New file.
3075 * gshadow/getsgnam_r.c: New file.
3076 * gshadow/gshadow.h: New file.
3077 * gshadow/putsgent.c: New file.
3078 * gshadow/sgetsgent.c: New file.
3079 * gshadow/sgetsgent_r.c: New file.
3080 * gshadow/tst-gshadow.c: New file.
3081 * include/gshadow.h: New file.
3082 * Makeconfig (all-subdirs): Add gshadow.
3083 * Makefile (installed-headers): Add gshadow/gshadow.h.
3084 * nss/Makefile (databases): Add sgrp.
3085 * nss/Versions: Add gshadow functions as private exports.
3086 * nss/nsswitch.conf: Add gshadow entry.
3087 * nss/sgrp-lookup.c: New file.
3088 * nss/nss_files/files-parse.c: Add STRING_LIST macro. Rewrite
3089 parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3090 * nss/nss_files/files-sgrp.c: New file.
3091 * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3092 * sysdeps/unix/sysv/linux/paths.h: Likewise.
3094 2009-04-22 Ulrich Drepper <drepper@redhat.com>
3096 * stdio-common/printf.h: Add missing const to register_printf_modifier.
3097 * stdio-common/reg-modifier.c: Likewise.
3099 2009-04-22 Andrew Stubbs <ams@codesourcery.com>
3101 * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3104 2009-04-20 Ulrich Drepper <drepper@redhat.com>
3107 * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3108 headers up to 2.6.30.
3110 * po/ca.po: Update from translation team.
3112 2009-04-19 Ulrich Drepper <drepper@redhat.com>
3115 * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3116 an object that uses static TLS if the TLS modid is higher than the
3117 reserve we always allocate. At least for multi-threaded code.
3119 2009-04-18 Ulrich Drepper <drepper@redhat.com>
3121 * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3122 Numerically stable check for valid width.
3124 * locale/programs/locarchive.c (open_archive): Map the entire file
3125 and not just the administrative data.
3126 (add_locale): When we find a hash sum match compare the content
3129 * malloc/malloc.c (malloc_info): Output address space information.
3131 2009-04-17 Ulrich Drepper <drepper@redhat.com>
3133 * malloc/malloc.c (malloc_info): Also output system memory information.
3135 * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3136 architectures have preadv/pwritev in 2.6.30.
3138 * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3139 * sysdeps/posix/readv.c: Likewise.
3140 Reported by Markus Armbruster <armbru@redhat.com>.
3142 * malloc/hooks.c (top_check): Force hook value into register.
3144 2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
3146 * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3147 calls to _dl_relocate_object.
3149 2009-04-16 Ulrich Drepper <drepper@redhat.com>
3152 * malloc/malloc.c (force_reg): Define.
3153 (sYSMALLOc): Load hook variable into variable
3154 before test and force into register.
3155 (sYSTRIm): Likewise.
3156 (public_mALLOc): Force hook value into register.
3157 (public_fREe): Likewise.
3158 (public_rEALLOc): Likewise.
3159 (public_mEMALIGn): Likewise.
3160 (public_vALLOc): Likewise.
3161 (public_pVALLOc): Likewise.
3162 (public_cALLOc): Likewise.
3163 (__posix_memalign): Likewise.
3164 * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3165 before test and force into register.
3166 * malloc/hooks.c (top_check): Likewise.
3167 (public_sET_STATe): Pretty printing.
3169 * resolv/res_send.c (send_dg): Don't just ignore the result we got
3170 in case we only receive one reply in single-request mode.
3172 2009-04-16 Jakub Jelinek <jakub@redhat.com>
3174 * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3175 are dlopened in statically linked program even for __LM_ID_CALLER.
3177 2009-04-16 Ulrich Drepper <drepper@redhat.com>
3179 * resolv/res_send.c (send_dg): Don't switch into single-request
3180 mode if we already are in it.
3182 2009-04-15 Ulrich Drepper <drepper@redhat.com>
3184 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3185 are always at least 4 bytes in the returned line.
3187 2009-04-15 Jakub Jelinek <jakub@redhat.com>
3189 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3190 __libc_use_alloca (8192), if the stack is too small use 512 bytes
3191 instead of 8K. Stop searching in /proc/stat after hitting first
3192 line not starting with cpu.
3193 (next_line): Truncate too long
3194 lines at buffer size * 3/4 instead of pretending there were line
3195 breaks inside of large lines.
3197 2009-04-14 Ulrich Drepper <drepper@redhat.com>
3199 * sysdeps/x86_64/mp_clz_tab.c: New file.
3201 2009-03-17 Ryan S. Arnold <rsa@us.ibm.com>
3202 Ulrich Drepper <drepper@redhat.com>
3204 * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3205 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3206 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3208 2009-03-25 Andrew Stubbs <ams@codesourcery.com>
3210 * sysdeps/sh/libc-tls.c: New file.
3212 * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3214 2009-04-14 Roland McGrath <roland@redhat.com>
3216 * elf/elf.h: Add various missing ARM constants, to match binutils.
3218 2009-04-14 Ulrich Drepper <drepper@redhat.com>
3220 Optimizations from GMP.
3221 * sysdeps/x86_64/add_n.S: New file.
3222 * sysdeps/x86_64/addmul_1.S: New file.
3223 * sysdeps/x86_64/lshift.S: New file.
3224 * sysdeps/x86_64/mul_1.S: New file.
3225 * sysdeps/x86_64/rshift.S: New file.
3226 * sysdeps/x86_64/sub_n.S: New file.
3227 * sysdeps/x86_64/submul_1.S: New file.
3229 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3231 * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3232 * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3233 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3234 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3236 2009-04-14 Ulrich Drepper <drepper@redhat.com>
3238 * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3241 2009-04-13 Ulrich Drepper <drepper@redhat.com>
3243 * sysdeps/x86-64/strrchr.S: New file.
3245 2009-04-10 Ulrich Drepper <drepper@redhat.com>
3247 * stdio-common/printf.h (struct printf_info): Add user element.
3248 New types printf_arginfo_size_function, printf_va_arg_function.
3249 Declare register_printf_specifier, register_printf_modifier,
3250 register_printf_type.
3251 * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3252 (union printf_arg): Add pa_user element.
3253 Adjust __printf_arginfo_table type.
3254 Add __printf_va_arg_table, __printf_modifier_table,
3255 __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3257 * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3258 If registered arginfo call failed try normal specifier.
3259 * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3261 * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3262 * stdio-common/Versions: Export register_printf_modifier,
3263 register_printf_type, and register_printf_specifier for GLIBC_2.10.
3264 * stdio-common/reg-modifier.c: New file.
3265 * stdio-common/reg-type.c: New file.
3266 * stdio-common/reg-printf.c (__register_printf_specifier): New
3267 function. Mostly the old __register_printf_function function but
3268 uses locking and type of third parameter changed.
3269 (__register_printf_function): Implement using
3270 __register_printf_specifier.
3271 * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3272 calls to arginfo functions. Allocate enough memory for user-defined
3273 types. Call new va_arg functions to get user-defined types.
3274 Try installed handlers even for existing format specifiers first.
3276 2009-04-09 Ulrich Drepper <drepper@redhat.com>
3278 * sysdeps/x86_64/rawmemchr.S: New file.
3280 * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3281 Simplified code and possible copy problem fixed.
3283 * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3284 function if it is not defined. Add some necessary casts.
3285 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3287 * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3288 have preadv/pwritev in 2.6.30.
3290 2009-04-08 Ulrich Drepper <drepper@redhat.com>
3292 * malloc/malloc.c (malloc_info): New function.
3293 * malloc/malloc.h: Declare it.
3294 * malloc/Versions: Export malloc_info for GLIBC_2.10.
3296 * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3299 * malloc/malloc.c (_int_realloc): Add parameter with old block
3300 size. Remove duplicated test. Don't handle mmap'ed blocks here.
3302 * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3304 2009-04-07 Ulrich Drepper <drepper@redhat.com>
3306 * sysdeps/x86_64/strchrnul.S: New file.
3308 * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3309 depending libcrypt on -lfreebl3.
3311 * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3312 preadv/pwritev in 2.6.30.
3314 * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3315 instead of __strcasecmp.
3317 * string/stratcliff.c (do_test): Add memchr tests..
3318 * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3319 * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3320 first read quad word.
3322 2009-04-06 Ulrich Drepper <drepper@redhat.com>
3324 * string/strverscmp.c (__strverscmp): Fix last cleanups.
3325 * string/tst-svc.input: Add new test case.
3326 * string/tst-svc.expect: Adjust.
3327 * string/Makefile: Don't ignore tst-svc error.
3329 * sysdeps/x86_64/memchr.S: New file.
3331 * resolv/resolv.h (RES_SNGLKUP): Define.
3332 * resolv/res_init.c (res_setoptions): Recognize single-request option.
3333 * resolv/res_send.c (send_dg): If we sent two requests at once and
3334 only get one reply before timeout switch to mode where we send the
3335 second request only after the first answer has been received.
3337 2009-04-05 Ulrich Drepper <drepper@redhat.com>
3339 * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3340 * sysdeps/x86_64/strchr.S: Likewise.
3342 2009-04-03 Ulrich Drepper <drepper@redhat.com>
3344 * configure.in: We need to test for the compiler earlier.
3346 * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3347 * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3349 * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3350 * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3352 * misc/preadv.c: New file.
3353 * misc/preadv64.c: New file.
3354 * misc/pwritev.c: New file.
3355 * misc/pwritev64.c: New file.
3356 * sysdeps/posx/preadv.c: New file.
3357 * sysdeps/posx/preadv64.c: New file.
3358 * sysdeps/posx/pwritev.c: New file.
3359 * sysdeps/posx/pwritev64.c: New file.
3360 * sysdeps/unix/sysv/linux/preadv.c: New file.
3361 * sysdeps/unix/sysv/linux/preadv64.c: New file.
3362 * sysdeps/unix/sysv/linux/pwritev.c: New file.
3363 * sysdeps/unix/sysv/linux/pwritev64.c: New file.
3364 * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
3365 * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
3367 * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
3369 * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3371 * sysdeps/unix/sysv/linux/kernel-features.h: Define
3372 __ASSUME_COMPLETE_READV_WRITEV.
3373 * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
3374 with modern kernels.
3375 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3377 * sysdeps/posix/readv.c: Since read is a cancellation point we have
3378 to free a possible malloced buffer in case of cancellation.
3379 * sysdeps/posix/writev.c: Likewise for write.
3381 2009-04-02 Ulrich Drepper <drepper@redhat.com>
3383 * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
3385 * configure.in: Recognize --enable-nss-crypt.
3386 * config.make.in: Add nss-crypt entry.
3387 * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
3388 sha512.c. Don't run md5test, sha256test, sha512test. Pass -DUSE_NSS
3389 and include path for NSS directory to compiler for md5-crypt,
3390 sha256-crypt, sha512-crypt. Link libcrypt.so with -lfreebl3.
3391 * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
3392 function implementation, use NSS. Introduce wrappers around the
3393 hash function calls. Little code size optimization.
3394 * crypt/sha256-crypt.c: Likewise.
3395 * crypt/sha512-crypt.c: Likewise.
3396 * scripts/check-local-headers.sh: Ignore nss3 directory.
3398 * configure.in: Rename pic_default to libc_cv_pic_default.
3399 * config.make.in: Likewise.
3401 2009-04-01 Roland McGrath <roland@redhat.com>
3403 * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
3404 (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
3405 (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
3406 (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
3407 (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
3408 (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
3409 (R_SPARC_NUM): Update.
3410 From Dave Miller <davem@davemloft.net>.
3412 2009-04-01 Ulrich Drepper <drepper@redhat.com>
3414 * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
3416 2009-03-31 Ulrich Drepper <drepper@redhat.com>
3418 * elf/dl-open.c: Keep track of used name spaces and only iterate over
3419 those which are used.
3420 * elf/dl-addr.c: Likewise.
3421 * elf/dl-caller.c: Likewise.
3422 * elf/dl-fini.c: Likewise.
3423 * elf/dl-iteratephdr.c: Likewise.
3424 * elf/dl-libc.c: Likewise.
3425 * elf/dl-load.c: Likewise.
3426 * elf/dl-support.c: Likewise.
3427 * elf/dl-sym.c: Likewise.
3428 * elf/rtld.c: Likewise.
3429 * sysdeps/generic/ldsodefs.h: Likewise.
3431 * elf/dl-load.c: Remove support for systems without MAP_ANON.
3432 * elf/dl-minimal.c: Likewise.
3433 * elf/dl-misc.c: Likewise.
3434 * elf/rtld.c: Likewise.
3435 * sysdeps/generic/ldsodefs.h: Likewise.
3437 2009-03-30 Ulrich Drepper <drepper@redhat.com>
3439 * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
3440 Avoid reuse of complex expression.
3442 * po/fr.po: Update from translation team.
3444 2009-03-16 Ulrich Drepper <drepper@redhat.com>
3446 * include/dirent.h: Yet more changes to match sort function type
3448 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
3449 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3450 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3452 2009-03-16 Thomas Schwinge <tschwinge@gnu.org>
3454 * dirent/scandir64.c (scandir64): Adjust declaration to type change.
3456 2009-03-16 Ulrich Drepper <drepper@redhat.com>
3458 * nscd/connections.c (restart): Try to preserve the process name
3459 by reading the /proc/self/exe symlink and using the return name.
3460 Patch by Jeff Bastian <jbastian@redhat.com>.
3462 2009-03-15 Ulrich Drepper <drepper@redhat.com>
3465 * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
3466 if we are not loading a new audit library.
3467 * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
3468 Only use profiling trampoline for auditing if we are not relocating
3470 * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
3471 * elf/rtld.c: Likewise.
3472 * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
3474 * elf/rtld.c (dl_main): Extend help message for --audit option.
3477 * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
3478 alphasort64, versionsort, and versionsort64 to POSIX 2008.
3479 * dirent/alphasort.c: Adjust implementation to type change.
3480 * dirent/alphasort64.c: Likewise.
3481 * dirent/scandir.c: Likewise.
3482 * dirent/versionsort.c: Likewise.
3483 * dirent/versionsort64.c: Likewise.
3484 * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
3486 * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
3490 * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
3491 correctly. Set segleft member in output as required.
3492 Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3493 * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
3496 * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
3497 Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3498 * inet/Makefile (tests): Add tst-inet6_rth.
3499 * inet/tst-inet6_rth.c: New file.
3502 * string/strlen.c (strlen): Fix omission in the expression to test
3505 2009-03-14 Ulrich Drepper <drepper@redhat.com>
3507 * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
3509 * elf/dl-runtime.c (reloc_offset): Define.
3510 (reloc_index): Define.
3511 (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
3512 (_dl_fixup_profile): Likewise. Use reloc_index instead of
3513 computing index from reloc_offset.
3514 (_dl_call_pltexit): Likewise.
3515 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
3516 the relocation index to _dl_fixup.
3517 (_dl_runtime_profile): Likewise for _dl_fixup_profile and
3519 * sysdeps/x86_64/dl-runtime.c: New file.
3522 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
3523 alignment of La_x86_64_regs. Store xmm parameters.
3524 Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
3527 * string/strverscmp.c (__strverscmp): Fix case of different digits
3528 in fractional part of string.
3529 Patch by Jingyu Liu <jyliu@fortinet.com>.
3530 * string/Makefile (tests): Add tst-svc2.
3531 * string/tst-svc2.c: New file.
3533 * string/strverscmp.c (__strverscmp): Optimize size of tables.
3535 * locale/iso-639.def: Add Min Nan.
3537 2009-03-11 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3540 * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
3542 2009-03-14 Ulrich Drepper <drepper@redhat.com>
3544 * elf/dl-sysdep.c (auxvars): Compress data structure.
3546 * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
3547 STT_GNU_IFUNC handling.
3548 (elf_machine_rela): Likewise.
3550 2009-03-13 Ulrich Drepper <drepper@redhat.com>
3552 * config.h.in (USE_MULTIARCH): Define.
3553 * configure.in: Handle --enable-multi-arch.
3554 * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
3555 (_dl_fixup_profile): Likewise.
3556 * elf/do-lookup.c (dl_lookup_x): Likewise.
3557 * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
3558 * elf/elf.h (STT_GNU_IFUNC): Define.
3559 * include/libc-symbols.h (libc_ifunc): Define.
3560 * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
3561 framework in init-arch.h to get CPUID values.
3562 * sysdeps/x86_64/multiarch/Makefile: New file.
3563 * sysdeps/x86_64/multiarch/init-arch.c: New file.
3564 * sysdeps/x86_64/multiarch/init-arch.h: New file.
3565 * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
3567 * config.make.in (experimental-malloc): Define.
3568 * configure.in: Handle --enable-experimental-malloc.
3569 * malloc/Makefile: Handle experimental-malloc flag.
3570 * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
3571 * malloc/arena.c: Likewise.
3572 * malloc/hooks.c: Likewise.
3573 * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
3575 2009-03-11 Ulrich Drepper <drepper@redhat.com>
3577 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
3578 prediction. A few size optimizations.
3580 2009-03-10 Ulrich Drepper <drepper@redhat.com>
3582 * time/tzset.c: Optimize a bit for size.
3584 2009-03-10 Jakub Jelinek <jakub@redhat.com>
3586 * include/stdio.h (fmemopen): Add libc_hidden_proto.
3587 * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
3589 * elf/sprof.c: Avoid warning about multi-line comment.
3591 2009-03-10 Ulrich Drepper <drepper@redhat.com>
3593 * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
3595 * time/tst-posixtz.c: Add tests for quoted timezone names.
3597 2009-03-10 Jakub Jelinek <jakub@redhat.com>
3599 * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
3600 _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
3601 200809L instead of 200112L.
3602 (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
3603 * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
3605 * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
3606 instead of __quick_exit_funcs to __run_exit_handlers.
3607 * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
3608 * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
3609 (__cxa_at_quick_exit): Remove attribute_hidden.
3610 * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
3611 to __run_exit_handlers.
3612 * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
3615 2009-03-10 Ulrich Drepper <drepper@redhat.com>
3617 * po/id.po: Update from translation team.
3619 2009-02-18 Jakub Jelinek <jakub@redhat.com>
3621 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
3622 .machine push; .machine "power6" and .machine pop around mtfsf
3623 insns outside of _ARCH_PWR6 define.
3624 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3625 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
3627 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3629 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
3630 * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
3631 relax_fenv_state): Likewise.
3633 2009-03-08 Ulrich Drepper <drepper@redhat.com>
3635 * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
3637 (static-only-routines): Add at_quick_exit.
3638 * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
3640 * stdlib/quick_exit.c: New file.
3641 * stdlib/at_quick_exit.c: New file.
3642 * stdlib/cxa_at_quick_exit.c: New file.
3643 * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function. Call
3645 (__internal_atexit): New function.
3646 (__new_exitfn): Now takes parameter to point to the list to use.
3647 * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
3648 * stdlib/exit.c (__run_exit_handlers): New function. Split from...
3649 (exit): ...here. Just call __run_exit_handlers appropriately.
3650 * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
3651 __internal_atexit, __cxa_at_quick_exit. Adjust __new_exitfn.
3652 * stdlib/on_exit.c: Adjust call to __new_exitfn.
3653 * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
3655 * po/id.po: Update from translation team.
3657 2009-03-07 Ulrich Drepper <drepper@redhat.com>
3659 * po/ru.po: Update from translation team.
3661 2009-03-04 Ulrich Drepper <drepper@redhat.com>
3663 * po/nl.po: Update from translation team.
3665 2009-03-03 Ulrich Drepper <drepper@redhat.com>
3667 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
3668 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3669 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3670 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3671 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3672 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3673 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3675 * po/pl.po: Update from translation team.
3677 2009-03-02 Ulrich Drepper <drepper@redhat.com>
3680 * sysdeps/unix/sysv/linux/fallocate.c: New file.
3681 * sysdeps/unix/sysv/linux/fallocate64.c: New file.
3682 * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
3683 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
3684 * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
3685 * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
3686 * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
3688 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3689 Add fallocate and fallocate64.
3691 * io/fcntl.h: Pretty printing.
3693 2009-03-02 Richard Guenther <rguenther@suse.de>
3695 * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
3696 attribute also for non-C99 inline semantics variant.
3698 2009-02-12 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3700 * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
3701 * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
3702 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
3703 * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
3704 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
3706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
3709 2009-03-02 Ulrich Drepper <drepper@redhat.com>
3711 * po/cs.po: Update from translation team.
3713 2009-02-28 Ulrich Drepper <drepper@redhat.com>
3715 * po/bg.po: Update from translation team.
3716 * po/sv.po: Likewise.
3717 * po/fi.po: Likewise.
3718 * po/vi.po: Likewise.
3720 2009-02-27 Roland McGrath <roland@redhat.com>
3722 * Makeconfig (%.v.i): Depend on Makeconfig.
3723 Exclude % lines from initial #-comment removal.
3725 2009-02-27 Ulrich Drepper <drepper@redhat.com>
3727 * po/ko.po: Update from translation team.
3729 2009-02-26 Roland McGrath <roland@redhat.com>
3731 * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
3732 avoids unused warning.
3734 2009-02-26 Andrew Stubbs <ams@codesourcery.com>
3735 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
3737 * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
3738 sys/ucontext.h and asm/elf.h. Include sys/user.h.
3739 * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
3740 and asm/user.h. Include asm/ptrace.h.
3741 (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
3742 PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
3743 PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
3745 (start_thread): Don't undefine.
3746 (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
3749 2009-02-26 Ulrich Drepper <drepper@redhat.com>
3751 * wctype/wctype.h: The *_l functions are in POSIX 2008.
3752 * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
3753 wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
3754 wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
3755 * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
3757 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
3758 * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3759 _SC_THREAD_ROBUST_PRIO_PROTECT entries.
3760 * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3761 _SC_THREAD_ROBUST_PRIO_PROTECT.
3762 * posix/unistd.h: fexecve is in POSIX 2008.
3763 * time/time.h: strftime_l is in POSIX 2008.
3764 * io/sys/stat.h: futimens is in POSIX 2008.
3765 * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
3766 * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
3767 strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
3768 * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
3769 * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
3770 open_memstream, and vdprintf are in POSIX 2008.
3772 2009-02-25 Ulrich Drepper <drepper@redhat.com>
3774 * include/features.h: Define macros for XPG7/POSIX 2008.
3775 * ctype/ctype.h: The *_l functions are in POSIX 2008.
3776 * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
3778 * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
3779 * locale/xlocale.h: Define locale_t type.
3780 * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
3781 in POSIX 2008. Don't define locale_t here.
3782 * stdlib/monetary.h: strfmon_l is in POSIX 2008.
3783 * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
3784 UTIME_OMIT only with __USE_ATFILE.
3785 * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
3786 * stdio-common/psiginfo.c: New file.
3787 * stdio-common/psiginfo-data.h: New file.
3788 * stdio-common/psiginfo-define.h: New file.
3789 * stdio-common/Makefile (routines): Add psiginfo.
3790 * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
3791 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3792 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3793 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3794 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3795 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3796 * io/sys/stat.h: Move mknodat definition into same conditional as
3798 * time/sys/time.h: futimesat is not among the functions accepted
3799 into the POSIX standard.
3801 * include/features.h: If no feature selection given and we select
3802 by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
3803 * posix/Versions: Export __posix_getopt.
3804 * posix/getopt.c (_getopt_initialize): Take additional parameter.
3805 Use it to alternatively initialize __posixly_correct.
3806 (_getopt_internal_r): Take addition parameter. Pass on to
3808 (_getopt_internal): Take addition parameter. Pass on to
3810 (getopt): Pass additional zero to _getopt_internal.
3811 (__posix_getopt): New function.
3812 * posix/getopt.h: Add redirection for getopt.
3813 * posix/getopt1.c (getopt_long): Pass additional zero to
3815 (getopt_long_only): Likewise.
3816 (_getopt_long_r): Pass additional zero to _getopt_internal_r.
3817 (_getopt_long_only_r): Likewise.
3818 * posix/getopt_int.h: Adjust declarations of _getopt_internal and
3821 2009-02-24 Ulrich Drepper <drepper@redhat.com>
3823 * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
3824 _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3825 * sysdeps/posix/sysconf.c (__sysconf): Handle
3826 _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
3827 _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3829 2009-02-24 Roland McGrath <roland@redhat.com>
3832 * README.template: Reworded not to use substituted version number.
3834 * README: ... here (no longer generated).
3835 * Makefile (README): Target removed.
3837 2009-02-24 Ulrich Drepper <drepper@redhat.com>
3839 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
3840 /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
3843 * io/sys/stat.h: The lstat functions have been mandatory since 2001.
3845 * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
3847 2009-02-22 Ulrich Drepper <drepper@redhat.com>
3849 * po/bg.po: Update from translation team.
3851 2009-02-16 Jakub Jelinek <jakub@redhat.com>
3853 * stdlib/monetary.h: Uglify function parameter names.
3854 * sunrpc/rpc/pmap_clnt.h: Likewise.
3855 * sunrpc/rpc/svc.h: Likewise.
3856 * sunrpc/rpc/xdr.h: Likewise.
3857 * sunrpc/rpc/clnt.h: Likewise.
3858 * resolv/netdb.h: Likewise.
3859 * resolv/arpa/nameser.h: Likewise.
3860 * resolv/resolv.h: Likewise.
3861 * argp/argp.h: Likewise.
3862 * locale/langinfo.h: Likewise.
3863 * io/sys/stat.h: Likewise.
3864 * posix/spawn.h: Likewise.
3865 * nis/rpcsvc/nislib.h: Likewise.
3866 * malloc/obstack.h: Likewise.
3867 * sysdeps/ia64/bits/link.h: Likewise.
3868 * sysdeps/i386/bits/link.h: Likewise.
3869 * sysdeps/s390/bits/link.h: Likewise.
3870 * sysdeps/powerpc/bits/link.h: Likewise.
3871 * sysdeps/x86_64/bits/link.h: Likewise.
3872 * sysdeps/sparc/bits/link.h: Likewise.
3873 * sysdeps/sh/bits/link.h: Likewise.
3874 * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
3875 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
3876 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
3877 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3879 2008-12-01 Fredrik Unger <fred@tree.se>
3881 * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
3882 FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
3883 _FP_UNPACK_RAW_2, fix up first argument.
3885 2009-02-15 Ulrich Drepper <drepper@redhat.com>
3887 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
3888 (GET_NPROCS_PARSER): Change parameters and use next_line.
3889 (__get_nprocs): Rewrite to not use stdio routines.
3890 * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
3891 Change parameters and use next_line.
3893 2009-02-13 Ulrich Drepper <drepper@redhat.com>
3896 * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
3897 Change mempool_alloc prototype.
3898 * nscd/mem.c (gc): Don't handle mem_in_flight.
3899 (mempool_alloc): Third parameter now only indicates whether this is the
3900 first call (to allocate data) or not. If it is, get db rdlock.
3901 Release it on error. Don't handle mem_in_flight.
3902 * nscd/aicache.c (addhstaiX): Mark he parameter as const.
3903 Adjust third parameter of mempool_alloc calls.
3904 Nothing to do here in case mempool_alloc fails.
3905 Avoid local variable shadowing parameter. No need to get db rdlock
3906 before calling cache_add.
3907 * nscd/cache.c (cache_add): Adjust call to mempool_alloc. There is
3908 no mem_in_flight array anymore.
3909 * nscd/connections.c: Remove definition and handling of mem_in_flight.
3910 * nscd/grpcache.c (cache_addgr): Adjust third parameter of
3911 mempool_alloc calls. Mark he parameter as const. Nothing to do here
3912 in case mempool_alloc fails. No need to get db rdlock before calling
3914 * nscd/hstcache.c (cache_addhst): Likewise.
3915 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3916 * nscd/servicescache.c (cache_addserv): Likewise.
3917 * nscd/pwdcache.c (cache_addpw): Likewise. Remove some debugging code.
3919 2009-02-11 Ulrich Drepper <drepper@redhat.com>
3921 * po/lt.po: Update from translation team.
3923 2009-02-10 Ulrich Drepper <drepper@redhat.com>
3925 * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
3926 defined, allow additional data to be added using the optional
3927 MORE_ELF_HEADER_DATA macro.
3928 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
3929 VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
3931 2009-02-08 Ulrich Drepper <drepper@redhat.com>
3933 * include/atomic.h: Define catomic_and if not already defined.
3934 * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
3935 * sysdeps/i386/i486/bits/atomic.h: Likewise.
3937 2009-02-07 Ulrich Drepper <drepper@redhat.com>
3939 * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
3941 (_int_realloc): Likewise. Third argument is now padded size
3942 All _int_* functions are now static.
3944 * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
3945 * malloc/arena.c: Likewise.
3946 * include/malloc.h: Remove now unnecessary declarations of the _int_*
3949 * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
3952 * malloc/malloc.c: Add branch prediction for use of the hooks.
3954 * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
3956 2009-02-06 Ulrich Drepper <drepper@redhat.com>
3959 * bits/confname.h: Add SUSv7 macros for getconf environments.
3960 * bits/environments.h: Likewise.
3961 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
3962 * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
3963 * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
3964 * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
3965 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
3966 * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
3967 * posix/getconf.c: Likewise.
3968 * posix/sysconf.c: Likewise.
3969 * sysdeps/posix/sysconf.c: Likewise.
3970 * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
3973 2009-01-16 Petr Baudis <pasky@suse.cz>
3976 * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
3977 even if we currently have zero nscount.
3979 2009-02-06 Ulrich Drepper <drepper@redhat.com>
3982 * grp/compat-initgroups.c (compat_call): Switch to use malloc when
3983 the input line is too long.
3985 * po/Makefile (libc.pot): Add f_print as function taking c-format
3988 * debug/xtrace.sh: Unify translatable messages.
3989 * elf/ldd.bash.in: Likewise.
3990 * elf/sprof.c: Likewise.
3991 * locale/programs/locale.c: Likewise.
3992 * malloc/memusage.sh: Likewise.
3993 * nss/getent.c: Likewise.
3995 2009-02-06 Joseph Myers <joseph@codesourcery.com>
3997 * debug/pcprofiledump.c (print_version,
3998 argp_program_version_hook): New function.
3999 * elf/ldconfig.c (more_help): New function.
4001 * elf/sln.c (usage): New function.
4002 (main): Support --help and --version.
4003 * malloc/memusagestat.c (print_version): New function.
4004 (argp_program_version_hook): New variable.
4005 * nscd/nscd.c (more_help): New function.
4007 * posix/getconf.c (main): Send --version output to stdout.
4009 * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4010 arguments. All callers changed.
4011 (print_version): New function.
4012 (parseargs): Support --help and --version.
4013 * sunrpc/rpcinfo.c (usage): Take STREAM argument. All callers
4015 (print_version): New function.
4016 (main): Use getopt_long. Support --help and --version.
4017 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4020 2009-02-06 Ulrich Drepper <drepper@redhat.com>
4022 * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4023 (update_data): Fix handling of wrapping back
4024 to the beginning of the buffer.
4027 * stdio-common/psignal.c (psignal): Fix test for empty string.
4029 2009-02-05 Ulrich Drepper <drepper@redhat.com>
4031 * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4032 * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth. Also
4033 move _null_auth to .rodata.
4035 * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4038 * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4040 * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4041 today than when the original code was written. Use larger
4042 buffers. This also makes it unnecessary to have stat information,
4043 if this causes extra efforts.
4044 (__opendir): In case O_DIRECTORY works, don't call fstat just for
4047 2009-02-03 Andrew Stubbs <ams@codesourcery.com>
4049 * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4051 * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4052 * sysdeps/sh/sh4/__longjmp.S: Likewise.
4053 * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4054 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4055 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4056 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4058 2009-02-04 Ulrich Drepper <drepper@redhat.com>
4060 * po/ru.po: Update from translation team.
4062 2008-11-17 Nathan Sidwell <nathan@codesourcery.com>
4064 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4065 Add _tid slot to maintain consistency with kernel.
4067 2009-02-04 Ulrich Drepper <drepper@redhat.com>
4069 * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4070 incomplete characters at end of input buffer.
4071 * libio/Makefile (tests): Add tst-fgetwc.
4072 * libio/tst-fgetwc.c: New file.
4073 * libio/tst-fgetwc.input: New file.
4075 2009-02-02 Andrew Stubbs <ams@codesourcery.com>
4077 * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4079 2009-02-02 Ulrich Drepper <drepper@redhat.com>
4082 * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4083 *OUTBUFSTART unless the whole output fit into the buffer.
4084 * iconv/Makefile (tests): Add tst-iconv4.
4085 * iconv/tst-iconv4.c: New file.
4087 2009-02-01 Ulrich Drepper <drepper@redhat.com>
4089 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4090 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4092 2009-01-29 Andrew Stubbs <ams@codesourcery.com>
4094 * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4095 newer linker scripts.
4097 2009-01-30 Ulrich Drepper <drepper@redhat.com>
4100 * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4101 inotify_rm_watch should have type int.
4103 2009-01-06 Steven Munroe <sjmunroe@us.ibm.com>
4105 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4106 Make aligned_restore_vmx a local symbol.
4107 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4110 2009-01-30 Andreas Jaeger <aj@suse.de>
4112 * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4113 * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4114 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4115 * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4116 * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4117 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4118 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4120 2009-01-11 Ryan S. Arnold <rsa@us.ibm.com>
4123 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4124 _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4126 2009-01-08 Ryan S. Arnold <rsa@us.ibm.com>
4129 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4130 (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4132 (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4134 2009-01-11 Thomas Schwinge <tschwinge@gnu.org>
4136 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4137 memcpy instead of memcmp.
4138 (_dl_setup_pointer_guard): Likewise.
4140 2009-01-30 Ulrich Drepper <drepper@redhat.com>
4142 * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4143 manipulated brk, use malloc_printerr.
4144 * misc/sbrk.c (__sbrk): Better error handling for nonsense
4147 2009-01-30 Jakub Jelinek <jakub@redhat.com>
4149 * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4150 rindex): For C++ add inlines so that they can be recognized as
4152 * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4154 2009-01-29 Ulrich Drepper <drepper@redhat.com>
4155 Jakub Jelinek <jakub@redhat.com>
4157 * string/string.h: Define correct C++ prototypes for gcc 4.4.
4158 * wcsmbs/wchar.h: Likewise.
4160 2009-01-29 Ulrich Drepper <drepper@redhat.com>
4162 * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4163 (stackinfo_sub_sp): Define.
4165 2009-01-28 Ulrich Drepper <drepper@redhat.com>
4168 * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4169 * include/alloca.h (alloca_account): Define.
4170 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4171 (stackinfo_sub_sp): Define.
4173 * nscd/connections.c (nscd_init): If database file access fails
4174 check whether this is due to permission problems and bail in that
4178 * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4179 Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4181 2009-01-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4183 * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4184 Add "t" to clobber list.
4185 (INTERNAL_SYSCALL_NCS): Likewise.
4187 2009-01-28 Ulrich Drepper <drepper@redhat.com>
4189 * nss/getent.c (print_networks): Don't print comma between aliases.
4191 2009-01-23 Ulrich Drepper <drepper@redhat.com>
4193 * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4195 * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4197 * misc/Makefile (tests): Add bug-hsearch1.
4198 * misc/bug-hsearch1.c: New file.
4200 2009-01-22 Roland McGrath <roland@redhat.com>
4202 * Makeconfig (%.v.i): Strip trailing # comments,
4203 not only whole-line comments.
4205 2009-01-10 Ulrich Drepper <drepper@redhat.com>
4207 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4208 one parameter. If non-NULL use it to initialize return value.
4209 (_dl_setup_pointer_guard): New function.
4210 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4211 * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4212 * elf/rtld.c (security_init): Pass _dl_random to
4213 _dl_setup_stack_chk_guard. Call _dl_setup_pointer_guard to initialize
4215 * elf/dl-sysdep.c (_dl_random): New variable.
4216 (_dl_sysdep_start): Handle AT_RANDOM.
4217 (_dl_show_auxv): Likewise.
4218 * elf/dl-support.c (_dl_random): New variable.
4219 (_dl_aux_init): Handle AT_RANDOM.
4220 * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4221 to _dl_setup_stack_chk_guard.
4223 * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4225 2009-01-10 Roland McGrath <roland@redhat.com>
4227 * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4229 2009-01-08 Ulrich Drepper <drepper@redhat.com>
4231 * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4234 * nss/nss_files/files-parse.c (strtou32): New function.
4235 (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4236 across 32-bit and 64-bit platforms.
4237 (INT_FIELD_MAYBE_NULL): Likewise.
4239 2009-01-08 Jakub Jelinek <jakub@redhat.com>
4242 * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4243 comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4244 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4247 2009-01-05 Paolo Bonzini <bonzini@gnu.org>
4250 * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4251 being NULL also if there are no backreferences.
4252 * posix/rxspencer/tests: Add testcases.
4254 2009-01-04 Paolo Bonzini <bonzini@gnu.org>
4257 * posix/bug-regex17.c: Add testcases.
4258 * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4261 2009-01-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
4263 * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4264 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4265 * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4266 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4268 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4269 INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4270 INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4271 HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4272 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4273 * sysdeps/unix/sysv/linux/s390/Versions: New file.
4275 2008-12-31 Paolo Bonzini <bonzini@gnu.org>
4277 * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4278 * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4279 re_string_skip_chars, re_string_reconstruct): Likewise.
4280 * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4282 2008-12-31 Rafael Avila de Espindola <espindola@google.com>
4284 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4285 adjust the buffer alignment.
4287 2009-01-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
4289 * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4290 Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4293 * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4294 flavor to description only when flavor is not NULL.
4296 * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4297 mutex after SIGIO/SIGURG lookup loop.
4299 2009-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
4301 * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4303 2009-01-03 Ulrich Drepper <drepper@redhat.com>
4305 * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4308 2009-01-02 Ulrich Drepper <drepper@redhat.com>
4310 * sysdeps/unix/sysv/linux/kernel-features.h
4311 (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4313 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4314 if no output is written.
4316 * version.h: Bump to 2.10 development.
4318 * posix/getconf.c: Update copyright year.
4319 * nss/getent.c: Likewise.
4320 * iconv/iconvconfig.c: Likewise.
4321 * iconv/iconv_prog.c: Likewise.
4322 * elf/ldconfig.c: Likewise.
4323 * catgets/gencat.c: Likewise.
4324 * csu/version.c: Likewise.
4325 * elf/ldd.bash.in: Likewise.
4326 * elf/sprof.c (print_version): Likewise.
4327 * locale/programs/locale.c: Likewise.
4328 * locale/programs/localedef.c: Likewise.
4329 * nscd/nscd.c (print_version): Likewise.
4330 * debug/xtrace.sh: Likewise.
4331 * malloc/memusage.sh: Likewise.
4332 * malloc/mtrace.pl: Likewise.
4333 * debug/catchsegv.sh: Likewise.
4335 2008-12-29 Mike Frysinger <vapier@gentoo.org>
4337 * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4340 2008-12-29 Ulrich Drepper <drepper@redhat.com>
4342 * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4343 gethostbyname4_r function call succeeded, just leave the loop.
4346 * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4348 * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4349 * wctype/Makefile (tests): Add bug-wctypeh.
4350 * wctype/bug-wctypeh.c: New file.
4352 * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4353 LOCALDOMAIN is defined.
4354 * nscd/nscd_getai.c (__nscd_getai): Likewise.
4356 * sysdeps/x86_64/bits/select.h: New file.
4358 * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4360 2008-12-21 Bruno Haible <bruno@clisp.org>
4363 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
4364 if no output is written.
4366 2008-12-13 Klaus Dittrich <kladit@arcor.de>
4368 * login/utmp_file.c (pututline_file): Replace call to dup2 with
4369 libc internal symbol __dup2 to avoid access through the PLT.
4371 2008-12-08 Ulrich Drepper <drepper@redhat.com>
4374 * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
4375 available only for __USE_GNU.
4377 * inet/Makefile (tests): Add tst-getni2.
4378 * inet/tst-getni2.c: New file.
4381 * inet/getnameinfo.c (getnameinfo): Check for output buffers being
4382 NULL when NI_NAMEREQD is set.
4383 Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4384 * inet/Makefile (tests): Add tst-getni1.
4385 * inet/tst-getni1.c: New file.
4387 2008-12-03 Petr Baudis <pasky@suse.cz>
4390 * nscd/connections.c (invalidate_cache): Use prune_run_lock
4391 instead of prune_lock.
4392 (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
4393 * nscd/nscd.h (database_dyn): Add prune_run_cache.
4395 2008-12-07 Ulrich Drepper <drepper@redhat.com>
4397 * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4400 * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
4403 * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
4404 after reading name server list.
4407 * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
4408 handling for host name aliases.
4410 2008-11-24 Arkadiusz Miśkiewicz <arekm@maven.pl>
4412 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
4413 instead of doing things manually.
4415 2008-11-26 Chris Steel <chris.steel.lnx@googlemail.com>
4417 * posix/regex_internal.h (build_wcs_upper_buffer):
4418 Return type is reg_error_t.
4420 2008-12-05 Ulrich Drepper <drepper@redhat.com>
4422 * posix/globtest.sh: Use mktemp to create temporary file and
4425 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
4427 (__CPU_CLR_S): Likewise.
4428 (__CPU_ISSET_S): Likewise.
4430 2008-12-05 Joseph Myers <joseph@codesourcery.com>
4431 Ulrich Drepper <drepper@redhat.com>
4433 * scripts/firstversion.awk: Use custom comparison function to compare
4435 * scripts/versions.awk: Use sort invocation which can handle
4436 multi-digit sub-version numbers.
4438 2008-12-04 Ulrich Drepper <drepper@redhat.com>
4440 * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
4441 * locale/iso-639.def: Add Chhattisgarhi entry.
4443 2008-12-02 Ulrich Drepper <drepper@redhat.com>
4445 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
4447 (_nss_dns_gethostbyname4_r): Likewise.
4448 * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
4449 * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
4450 gethostbyname4_r, we don't have a separate IPv6 status, so copy
4451 the no_data variable.
4453 * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
4454 information at the correct index.
4456 * socket/sys/socket.h: Declare accept4.
4457 * socket/accept4.c: New file.
4458 * sysdeps/unix/sysv/linux/accept4.c: New file.
4459 * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
4460 * socket/Makefile (routines): Add accept4.
4461 * socket/Versions: Export accept4 with version GLIBC_2.10.
4462 * socket/paccept.c: Removed.
4463 * sysdeps/unix/sysv/linux/paccept.c: Removed.
4464 * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
4465 * Versions.def: Define GLIBC_2.10 for libc.
4466 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
4468 * nscd/connections.c: Use accept4.
4470 * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
4472 2008-12-01 Ulrich Drepper <drepper@redhat.com>
4474 * resolv/res_send.c (send_dg): Create sockets with non-blocking
4477 * stdlib/setenv.c (unsetenv): Don't search environment if it does
4479 * stdlib/Makefile (tests): Add tst-unsetenv1.
4480 * stdlib/tst-unsetenv1.c: New file.
4482 2008-11-29 Ulrich Drepper <drepper@redhat.com>
4484 * login/utmp_file.c (file_writable): New variable.
4485 (setutent_file): Don't try to open file for writing.
4486 (pututline_file): Before writing, make descriptor writable if
4489 2008-11-26 Ulrich Drepper <drepper@redhat.com>
4491 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
4492 to IPv4 or IPv6 if an interface has been found.
4494 2008-11-26 Roland McGrath <roland@redhat.com>
4496 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
4497 * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
4499 * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
4500 * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
4501 * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
4503 * elf/elf.h (NT_386_IOPERM): New macro.
4504 (NT_PPC_VSX): New macro.
4506 2008-11-25 Roland McGrath <roland@redhat.com>
4508 * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
4509 sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
4510 sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
4511 sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
4512 Subdirectories moved to ports repository.
4513 * configure.in (base_machine): Remove alpha case.
4515 2008-11-25 Thomas Schwinge <tschwinge@gnu.org>
4517 * sysdeps/mach/strerror_l.c: New file.
4519 2008-11-13 Ryan S. Arnold <rsa@us.ibm.com>
4522 * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
4523 * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
4525 * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
4526 choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
4527 (relax_fenv_state): Same as above.
4528 (FPSCR_29): Reserve bit in ISA 2.05.
4529 (FPSCR_NI): Provide define for compat.
4530 * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
4532 * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
4534 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file. Test case to
4535 test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
4536 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
4537 access to hwcap to account for hwcap size increase to uint64_t.
4538 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
4540 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
4541 (*setcontext): Likewise.
4542 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
4544 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
4546 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4547 (*setcontext): dynamically select mtfsf insn based on
4548 PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
4549 increase to uint64_t.
4550 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4551 (*swapcontext): dynamically select mtfsf insn based on
4552 PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
4553 increase to uint64_t.
4554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
4556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
4558 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4559 (*setcontext): dynamically select mtfsf insn based on
4560 PPC_FEATURE_HAS_DFP.
4561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4562 (*swapcontext): dynamically select mtfsf insn based on
4563 PPC_FEATURE_HAS_DFP.
4565 2008-11-13 Ulrich Drepper <drepper@redhat.com>
4567 * version.h: Bump for 2.9 release.
4568 * include/features.h (__GLIBC_MINOR__): Bump to 9.
4571 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
4572 Multiply with sizeof of __cpu_mask, not 8 unconditionally after
4575 2008-11-11 Ulrich Drepper <drepper@redhat.com>
4578 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
4579 unknown request types for now.
4581 2008-11-11 Roland McGrath <roland@redhat.com>
4583 * sysdeps/x86_64/configure: New file.
4585 * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
4586 * configure: Regenerated.
4588 2008-11-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
4590 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
4591 correct instruction to remove the stack frame.
4593 2008-11-03 Michael Matz <matz@suse.de>
4595 * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
4596 __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
4598 2008-11-07 Jakub Jelinek <jakub@redhat.com>
4600 * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
4603 * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
4604 __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
4605 of the thread variable instead of void *.
4606 * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
4607 __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
4608 * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4609 __libc_tsd_define arguments.
4610 (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
4611 __libc_tsd_address arguments. Remove union hack.
4612 * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
4613 * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
4614 (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
4615 Adjust __libc_tsd_{set,get} arguments.
4616 * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4617 __libc_tsd_define arguments.
4618 * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
4620 * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4621 * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
4622 (LOCALE): Adjust __libc_tsd_define arguments.
4623 * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
4625 (LOCALE): Adjust __libc_tsd_define arguments.
4626 * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
4628 (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
4631 2008-11-02 Ulrich Drepper <drepper@redhat.com>
4633 * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
4634 really all bytes. Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4636 2008-11-01 Ulrich Drepper <drepper@redhat.com>
4639 * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
4641 2008-10-24 Joseph Myers <joseph@codesourcery.com>
4642 Ulrich Drepper <drepper@redhat.com>
4644 * math/tgmath.h (__floating_type): Use __builtin_classify_type in
4645 definition for GCC 3.1 and later.
4647 2008-10-31 Jakub Jelinek <jakub@redhat.com>
4649 * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
4650 refetch dtv, as it might have changed.
4651 * elf/Makefile: Add rules to build and run tst-tls18.
4652 * elf/tst-tls18.c: New test.
4653 * elf/tst-tlsmod18a.c: New file.
4655 2008-09-09 Aurelien Jarno <aurelien@aurel32.net>
4658 * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
4660 2008-10-31 Ulrich Drepper <drepper@redhat.com>
4663 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
4666 * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
4667 Fix length of copy operation.
4669 2008-10-02 Pierre Habouzit <madcoder@debian.org>
4671 * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
4672 and fix its calling convention.
4674 2008-10-07 Andreas Schwab <schwab@suse.de>
4677 * resolv/res_send.c (send_vc): Fix last change.
4678 (send_dg): Align here as well.
4680 2008-10-31 Ulrich Drepper <drepper@redhat.com>
4682 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
4683 return value in case rlimit is RLIM_INFINITY.
4686 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
4688 * resource/Makefile (tests): Add bug-ulimit1.
4689 * resource/bug-ulimit1.c: New file.
4692 * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
4693 without dot. Properly terminate the string with a null byte.
4694 Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
4697 * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
4699 * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
4703 * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
4705 2008-10-30 Ulrich Drepper <drepper@redhat.com>
4707 * grp/initgroups.c (internal_getgrouplist): Don't prematurely
4708 abort if there is no initgroups_dyn function.
4710 * resolv/res_send.c (send_dg): On timeout, only return nonzero
4711 result if any of the queries really provided an answer.
4713 2008-10-28 Ulrich Drepper <drepper@redhat.com>
4715 * po/lt.po: Update from translation team.
4717 2008-10-26 Ulrich Drepper <drepper@redhat.com>
4719 * po/id.po: Update from translation team.
4721 2008-10-24 Ulrich Drepper <drepper@redhat.com>
4723 * resolv/res_query.c (__libc_res_nquery): Add a few casts.
4724 Fix tests for existence of second reply.
4726 2008-10-23 Ulrich Drepper <drepper@redhat.com>
4728 * po/id.po: New file.
4729 Contributed by the Indonesian translation team.
4731 2008-10-22 Dmitry V. Levin <ldv@altlinux.org>
4733 * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
4736 2008-10-17 Jakub Jelinek <jakub@redhat.com>
4738 * elf/Makefile: Add rules to build and run tst-tls17.
4739 * elf/tst-tls17.c: New test.
4740 * elf/tst-tlsmod17a.c: New file.
4741 * elf/tst-tlsmod17b.c: Likewise.
4743 2008-10-17 Ulrich Drepper <drepper@redhat.com>
4745 * stdlib/divmod_1.c: Use correct type for dummy variable.
4746 * stdlib/mod_1.c: Likewise.
4748 2008-10-16 Ulrich Drepper <drepper@redhat.com>
4750 * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
4752 2008-10-16 Jakub Jelinek <jakub@redhat.com>
4754 * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
4755 __nonnull order for C++.
4756 * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
4757 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
4759 2008-10-01 Daniel Jacobowitz <dan@codesourcery.com>
4761 * stdlib/longlong.h: Update from GCC.
4763 2008-10-09 Jakub Jelinek <jakub@redhat.com>
4764 David S. Miller <davem@davemloft.net>
4766 * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
4767 make sure any registers used with 64-bit 'branch-on-register'
4768 instructions have their top 32-bits clear.
4769 * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
4770 * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
4772 2008-09-18 Andreas Schwab <schwab@suse.de>
4775 * resolv/res_send.c (send_vc): Fix use of unaligned address.
4776 Properly handle partial reads.
4778 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
4780 * elf/elf.h (STO_MIPS_PLT): New.
4782 (R_MIPS_JUMP_SLOT): New.
4783 (R_MIPS_NUM): Redefine to 128.
4784 (DT_MIPS_PLTGOT): New.
4785 (DT_MIPS_RWPLT): New.
4786 (DT_MIPS_NUM): Redefine to 0x35.
4788 2008-10-01 Ulrich Drepper <drepper@redhat.com>
4790 * timezone/africa: Update from tzdata2008f.
4791 * timezone/asia: Likewise.
4792 * timezone/australasia: Likewise.
4793 * timezone/europe: Likewise.
4794 * timezone/leapseconds: Likewise.
4795 * timezone/northamerica: Likewise.
4796 * timezone/southamerica: Likewise.
4797 * timezone/zone.tab: Likewise.
4799 2008-09-30 Ulrich Drepper <drepper@redhat.com>
4801 * nscd/connections.c: Disable use of paccept for now.
4803 2008-09-29 Ulrich Drepper <drepper@redhat.com>
4805 * socket/Versions: Remove paccept export for GLIBC_2.9.
4806 * socket/Makefile (routines): Remove paccept.
4807 * socket/sys/socket.h: Remove paccept declaration.
4809 * po/sv.po: Update from translation team.
4811 2008-09-22 Deborah S. Townsend <dstownse@us.ibm.com>
4813 * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
4814 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4816 2008-09-16 Ulrich Drepper <drepper@redhat.com>
4818 * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
4819 Patch by Olivier Fourdan <ofourdan@redhat.com>.
4821 2008-09-15 Ulrich Drepper <drepper@redhat.com>
4823 * sunrpc/rpc/svc.h: Declare svcfd_create.
4824 Patch by Michael Solberg <msolberg@redhat.com>.
4826 2008-09-12 Flavio Leitner <fleitner@redhat.com>
4827 Ulrich Drepper <drepper@redhat.com>
4829 * malloc/malloc.c (public_vALLOc): Try other arenas in case
4831 (public_pVALLOc): Likewise.
4833 2008-09-02 Andreas Jaeger <aj@suse.de>
4835 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
4838 2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
4841 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
4843 2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>
4845 * Makefile (check-data): Check data directory in add-ons.
4846 * elf/Makefile (check-data): Likewise.
4848 2008-08-18 Roland McGrath <roland@redhat.com>
4850 * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
4851 * configure: Regenerated.
4852 * config.make.in (cflags-cpu): New substituted variable.
4853 (with-cpu): Variable removed.
4854 * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
4856 2008-08-14 Ryan S. Arnold <rsa@us.ibm.com>
4859 * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
4860 __signbitl definition and __LONG_DOUBLE_128__ guard from:
4861 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
4862 redundant. Functions which call floating point assembler operations
4863 should go into a sysdeps powerpc/fpu directory.
4865 2008-08-15 Ulrich Drepper <drepper@redhat.com>
4867 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
4868 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
4870 2008-08-14 Ulrich Drepper <drepper@redhat.com>
4872 * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
4874 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
4875 change related to AT_EXECFN. We cannot use that string.
4876 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
4878 * elf/dl-support.c: Remove _dl_execfn variable.
4879 (_dl_aux_init): Remove handling of AT_EXECFN.
4880 * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
4881 * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
4883 2008-08-13 Ulrich Drepper <drepper@redhat.com>
4886 * libio/fmemopen.c: Implement binary mode. In this mode no NUL
4887 byte gets added to writes and seeks from the end use the length of
4888 the buffer and not the currently terminating NUL byte.
4891 * login/utmp_file.c (getutent_r_file): Take additional parameter.
4892 Set to true if locking failed.
4893 (getutid_r_file): Adjust caller.
4894 (pututline_file): Likewise. Return NULL in this case.
4895 Patch mostly by halesh.s@gmail.com.
4897 2008-08-12 Ulrich Drepper <drepper@redhat.com>
4900 * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
4902 (struct ifaddrs_storage): Use it instead of sockaddr_ll.
4904 2008-08-12 Ryan S. Arnold <rsa@us.ibm.com>
4907 * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
4908 macro since it is now available in elf/dynamic-link.h.
4910 2008-08-12 Roland McGrath <roland@frob.com>
4912 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
4913 in case used outside of libc.
4914 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
4916 2008-08-11 Ulrich Drepper <drepper@redhat.com>
4918 * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
4919 directly instead of going through dn_comp.
4921 2008-08-11 Aurelien Jarno <aurel32@debian.org>
4923 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4924 Fix asm constraints.
4926 2008-08-07 Ulrich Drepper <drepper@redhat.com>
4929 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
4930 (IPV6_PMTUDISC_PROBE): Likewise.
4932 2008-08-07 Pete Eberlein <eberlein@us.ibm.com>
4935 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
4937 2008-08-01 Steven Munroe <sjmunroe@us.ibm.com>
4938 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
4941 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
4942 Added the members 'vsx' and 'arch_2_06'.
4943 (_dl_powerpc_platforms): Add the member 'power7'.
4944 * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
4945 to reflect the changes required by VSX and ISA 2.06.
4946 Modify _DL_PLATFORMS_COUNT to reflect the addition of
4948 Defined PPC_PLATFORM_POWER7.
4949 (_dl_string_platform): Add support for POWER7.
4950 * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
4951 capability and ISA 2.06.
4953 2008-08-07 Ulrich Drepper <drepper@redhat.com>
4956 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
4957 macro to detect use of 128 bit long double.
4958 Patch by Ryan S. Arnold <rsa@us.ibm.com>.
4960 2008-08-05 Ulrich Drepper <drepper@redhat.com>
4962 * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
4965 * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
4967 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
4968 Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4970 2008-08-03 Ulrich Drepper <drepper@redhat.com>
4972 * nscd/connections.c (main_loop_poll): Pass a buffer which is
4973 guaranteed to be large enough to read inotify event. Ignore
4974 EAGAIN error. Better error message. Add branch predicition.
4975 (main_loop_epoll): Likewise.
4977 2008-08-02 Roland McGrath <roland@frob.com>
4979 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4980 Add memory clobbers.
4982 2008-08-02 Ulrich Drepper <drepper@redhat.com>
4984 * manual/arith.texi: Avoid @strong{Note:}.
4985 * manual/creature.texi: Likewise.
4986 * manual/filesys.texi: Likewise.
4987 * manual/math.texi: Likewise.
4988 * manual/memory.texi: Likewise.
4989 * manual/resource.texi: Likewise.
4990 * manual/syslog.texi: Likewise.
4991 * manual/time.texi: Likewise.
4993 * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
4996 2008-08-01 Ulrich Drepper <drepper@redhat.com>
4998 * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
4999 new epoll_create1 interface.
5000 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5001 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5002 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5004 * include/arpa/nameser.h (NS_GET16): Use const pointer.
5005 (NS_GET32): Likewise.
5007 * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5010 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5011 use the AT_EXECFN value if it is no absolute path.
5012 * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5015 * Versions.def: Add GLIBC_2.9 to libresolv.
5016 * include/resolv.h: Remove hidden proto declarations for __ns_*
5017 functions. Add them for __dn_count_labels and __p_secstodate.
5018 * include/arpa/nameser.h: Add a number of hidden proto declarations.
5019 Define ns_msg_getflags macro here.
5020 * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5022 * resolv/Versions: Export functions from <arpa/nameser.h> from
5023 libresolv in version GLIBC_2.9.
5024 * resolv/ns_name.c: Integrate changes from bind 9.5.0. Add necessary
5026 * resolv/ns_netint.c: Likewise.
5027 * resolv/ns_parse.c: Likewise.
5028 * resolv/ns_print.c: Likewise.
5029 * resolv/ns_samedomain.c: Likewise.
5030 * resolv/ns_ttl.c: Likewise.
5031 * resolv/arpa/nameser_compat.h: Likewise.
5032 * resolv/arpa/nameser.h: Likewise. Remove macros which redirect
5034 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5035 instead of ns_get16.
5036 * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5037 __ns_get32 instead of ns_get16 and ns_get32 respectively.
5038 (gaih_getanswer_slice): Likewise.
5039 * resolv/Makefile (libresolv-routines): Add ns_date.
5040 * resolv/ns_date.c: New file.
5042 * elf/Makefile (check-localplt.out): Also check libresolv and
5045 2008-07-31 Ulrich Drepper <drepper@redhat.com>
5047 * sysdeps/unix/sysv/linux/kernel-features.h: Define
5050 2008-07-30 Ulrich Drepper <drepper@redhat.com>
5052 * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5053 buffer passed to NSS functions.
5055 * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5057 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5060 * misc/syslog.c (openlog_internal): Fix compile problem.
5062 2008-07-28 Roland McGrath <roland@redhat.com>
5064 * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5066 2008-07-28 Ulrich Drepper <drepper@redhat.com>
5068 * io/ftw.c (add_object): Remove inline to avoid warning.
5070 * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5072 * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5073 Use it instead of locally defined resplen2 variable.
5074 (res_nsend): Adjust for __libc_res_nsend interface change.
5075 (send_vc): Initialize *resplen2 if necessary. Read length of
5076 package into an appropriately aligned variable. Store converted length
5077 in new variable and use it appropriately.
5078 Add branch prediction help.
5079 * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5080 and pass it on to __libc_res_nsend. Adjust all callers.
5081 (__libc_res_nsearch): Likewise.
5082 (__libc_res_nqeurydomain): Likewise.
5083 * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5085 (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5086 Define resplen2 variable and pass it to __libc_res_nsearch and then
5088 (getanswer_r): In case of incorrect DNS data don't overread buffer.
5089 Add branch prediction.
5090 (gaih_getanswer_slice): Likewise. Check for invalid data types.
5091 (gaih_getanswer): Don't decode second slice if first one failed due
5092 to a too small buffer. Don't let not found status of second
5093 decoder shadow results of the first.
5094 * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5095 and __libc_res_nquery interface changes
5096 (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5097 * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5098 __libc_res_nsearch, and __libc_res_nsend.
5099 * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5101 * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5102 __libc_res_nsearch interface changes.
5104 2008-07-27 Ulrich Drepper <drepper@redhat.com>
5106 * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5108 * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5109 file descriptors with close-on-exec set.
5110 (exec_comm_child): Fix the case where the write end of the pipe is
5111 STDOUT_FILENO already. In case it is, clear close-on-exec.
5113 * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5114 * io/pipe2.c: Likewise.
5115 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5116 instead of __ASSUME_PACCEPT.
5117 * include/unistd.h: Declare __have_pipe2.
5118 * libio/iopopen.c: Implement "e" flag.
5119 * libio/Makefile (tests): Add tst-popen1.
5120 * libio/tst-popen1.c: New file.
5122 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5123 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5125 2008-07-26 Ulrich Drepper <drepper@redhat.com>
5128 * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5129 success call of _IO_SEEKOFF or calls which failed because the
5130 descriptor is for a pipe.
5132 * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5135 * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5137 * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. Drop
5138 F_SETFD use if we know fopen set the flag.
5140 * login/utmp_file.c (setutent_file): Minor optimization in case
5141 O_CLOEXEC is available.
5143 2008-07-24 Tom "spot" Callaway <tcallawa@redhat.com>
5145 * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5146 * elf/Makefile: Use pie-ccflag variable.
5147 * nscd/Makefile: Likewise.
5148 * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5150 2008-07-21 Andreas Krebbel <krebbel1@de.ibm.com>
5153 * Versions.def: Add GLIBC_2.9 version tag for libutil.
5154 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5155 gnu/bits/utmp.h. Check for __WORDSIZE_COMPAT32 removed.
5156 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5157 gnu/bits/utmpx.h. Check for __WORDSIZE_COMPAT32 removed.
5158 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5159 utmp32, utmpx32 and login32.
5160 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5161 versions of struct utmp functions to libc and libutil.
5162 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5163 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5164 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5165 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5166 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5167 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5168 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5169 * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5170 * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5171 * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5172 * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5173 * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5174 * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5175 * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5176 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5177 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5178 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5179 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5180 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5181 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5182 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5183 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5185 2008-07-26 Ulrich Drepper <drepper@redhat.com>
5187 * scripts/gen-as-const.awk: Generate more widely usable code by
5188 using 64-bit arithmetic.
5190 * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5191 the same treatment as narrow output code in last patch.
5193 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5196 * elf/dl-load.c (local_strdup): Remove inline.
5197 (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5198 * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5201 * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5203 2008-07-25 Ulrich Drepper <drepper@redhat.com>
5205 * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5206 the new syscalls, too.
5208 * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5209 Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5212 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5213 parameter for end of buffer. If temporary copy is too large use
5215 * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5217 * stdio-common/printf_fp.c (__printf_fp): Likewise.. Account for
5218 string rewrite when allocating buffer.
5220 * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5223 * nscd/connections.c (nscd_init): Clean up fcntl call.
5225 * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5226 SOCK_NONBLOCK if possible.
5228 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5229 SOCK_CLOEXEC if available.
5231 * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5232 __libc_clntudp_bufcreate_internal.
5233 * include/sys/socket.h: Declare __have_sock_cloexec.
5234 * socket/Makefile (aux): Add have_sock_cloexec.
5235 * socket/have_sock_cloexec.c: New file.
5236 * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5237 __libc_clntudp_bufcreate.
5238 (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5239 which takes an additional parameter. Create socket with non-blocking
5240 mode and close-on-exec flag set, if wanted.
5241 * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5242 * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5243 instead of clntudp_create. The socket has already the close-on-exec
5244 flag set if SOCK_CLOEXEC is defined.
5246 2008-07-24 Ulrich Drepper <drepper@redhat.com>
5248 * sysdeps/unix/sysv/linux/kernel-features.h: Define
5249 __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5251 * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5252 non-blocking mode by using socket, paccept, and inotify_init1.
5254 * Versions.def (glibc): Add GLIBC_2.9.
5255 * io/Makefile (routines): Add dup3 and pipe2.
5256 * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5257 * io/dup3.c: New file.
5258 * io/pipe2.c: New file.
5259 * posix/unistd.h: Declare dup3 and pipe2.
5260 * socket/Makefile (routines): Add paccept.
5261 * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5262 * socket/paccept.c: New file.
5263 * socket/sys/socket.h: Declare paccept.
5264 * sysdeps/unix/syscalls.list: Add entry for dup3.
5265 * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5266 epoll_create2 and inotify_init1.
5267 * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5268 * sysdeps/unix/sysv/linux/paccept.c: New file.
5269 * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5271 * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5272 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5273 inotify_init1, and pipe2 entries.
5274 * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5275 * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5276 * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5277 * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5278 * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5279 * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5281 * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5282 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5283 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5284 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5285 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5286 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5287 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5288 * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5289 EPOLL_NONBLOCK. Declare epoll_create2.
5290 * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5292 * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5293 IN_NONBLOCK. Declare inotify_init1.
5294 * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5296 * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5299 * elf/elf.h: Define AT_EXECFN.
5300 * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5302 * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5303 * elf/dl-support.c: Define _dl_execfn. Don't define _dl_origin_path
5304 if __ASSUME_AT_EXECFN is defined.
5305 (_dl_aux_init): Handle AT_EXECFN.
5306 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5308 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5309 Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5310 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5311 _dl_execfn if available and avoid compatibility code if
5312 __ASSUME_AT_EXECFN is defined.
5314 * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5315 _dl_discover_osversion only for older kernels.
5317 2008-07-22 Roland McGrath <roland@frob.com>
5319 * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5321 2008-07-21 Roland McGrath <roland@frob.com>
5323 * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5324 returned too much data out of line.
5326 2008-07-20 Ulrich Drepper <drepper@redhat.com>
5328 * locale/setlocale.c (setname): Remove inline to avoid compiler
5332 * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5334 2008-07-15 Ulrich Drepper <drepper@redhat.com>
5336 * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5337 doesn't manage to write anything, fail.
5339 * malloc/hooks.c (__malloc_check_init): Remove printf.
5341 2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
5343 * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5345 2008-07-12 Ulrich Drepper <drepper@redhat.com>
5347 * nscd/connections.c (main_loop_poll): Fix handling of read errors
5349 (main_loop_epoll): Likewise.
5351 2008-07-09 Ulrich Drepper <drepper@redhat.com>
5353 * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5355 * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5356 if DEBUG is defined.
5358 * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5359 query. Adjust buffer size computation for padding.
5361 2008-07-08 Ulrich Drepper <drepper@redhat.com>
5363 * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
5364 * stdio-common/tst-setvbuf1.c: New file.
5365 * stdio-common/tst-setvbuf1.expect: New file.
5368 * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
5369 when selecting fully-buffered stream.
5370 Patch by Wang Xin <wxinee@gmail.com>.
5372 2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
5374 * sysdeps/mach/hurd/open.c: Include <stdio.h>.
5375 (__open_2): New function.
5376 (__open64_2): New alias to __open_2.
5377 * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
5378 (__openat_2): New function.
5379 (__openat64_2): New alias to __openat_2.
5381 2008-07-06 Ulrich Drepper <drepper@redhat.com>
5384 * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5386 2008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
5388 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
5389 * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
5390 * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
5392 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5393 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5394 * sysdeps/mach/hurd/send.c (__send): Likewise.
5395 * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
5396 * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
5398 2008-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
5400 * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
5401 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5402 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5403 * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
5404 * hurd/get-host.c (_hurd_get_host_config): Likewise.
5405 * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
5407 2008-06-27 Ulrich Drepper <drepper@redhat.com>
5410 * time/strptime_l.c: Don't clear s.era_cnt after successful match
5412 Patch by Petr Baudis.
5414 2008-06-26 Ulrich Drepper <drepper@redhat.com>
5416 * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
5417 Patch by Peter Jones <pjones@redhat.com>.
5419 2008-06-25 Ulrich Drepper <drepper@redhat.com>
5422 * stdlib/canonicalize.c (__realpath): readlink can write too much
5423 into the buffer on platforms without PATH_MAX.
5425 2008-06-17 Carlos O'Donell <carlos@codesourcery.com>
5428 * posix/tst-regex.c (main): Rename to...
5429 (do_test): ... this. Remove cmdline option processing.
5431 (TEST_FUNCTION): Define.
5432 (CMDLINE_OPTIONS): Define.
5434 2008-06-25 Ulrich Drepper <drepper@redhat.com>
5437 * configure.in: Add -Werror to -fstack-protector test to catch
5438 unsupported architectures.
5439 Patch by Gilles Esponasse <g.esp@free.fr>.
5441 2008-06-17 Joseph Myers <joseph@codesourcery.com>
5443 * stdlib/tst-setcontext.c: Set back_in_main before exit if
5444 getcontext returns ENOSYS.
5446 2008-06-18 Ulrich Drepper <drepper@redhat.com>
5448 * nscd/connections.c (main_loop_poll): Fix test for read error.
5449 (main_loop_epoll): Likewise.
5451 2008-06-13 Ulrich Drepper <drepper@redhat.com>
5453 * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
5454 better place so it is not called when nscd is used.
5456 * nscd/connections.c: Also recognize and handle changes to the
5457 resolver configuration file.
5459 2008-06-12 Ulrich Drepper <drepper@redhat.com>
5461 * time/strftime.c: Pass reference to tzset_called around to handle
5465 * time/strftime.c (__strftime_internal): Call tzset() only
5466 when printing timezone-dependent values.
5467 Based on a patch by Petr Baudis <pasky@suse.cz>.
5469 * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
5470 unconditionally use second gaih_getanswer_slice result.
5472 * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
5473 (getaddrinfo): RES must always be non-NULL.
5475 2008-06-12 Jakub Jelinek <jakub@redhat.com>
5477 * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
5479 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5480 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5482 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
5485 2008-06-12 Ulrich Drepper <drepper@redhat.com>
5487 * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
5489 * nscd/connections.c (inotify_fd): New variable.
5490 (nscd_init): Try to open an inotify descriptor.
5491 If successful, watch files for databases using inotify instead of
5492 having prune threads stat the files.
5493 (nscd_run_prune): Recognize clear_cache flag being set and call
5494 prune_cache appropriately.
5495 (main_loop_poll): Add inotify descriptor to wait set and handle the
5497 (main_loop_epoll): Likewise.
5498 * nscd/cache.c (prune_cache): Don't stat files for databases if
5500 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
5501 (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
5503 * nscd/grpcache.c (cache_addgr): Correctly compute size of
5504 fixed-size portion of the record.
5505 * nscd/servicescache.c (cache_addserv): Likewise.
5506 * nscd/pwdcache.c (cache_addpw): Likewise.
5507 * nscd/initgrcache.c (addinitgroupsX): Likewise.
5509 2008-06-11 Ulrich Drepper <drepper@redhat.com>
5511 * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
5512 out we don't use uninitialized memory.
5514 * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
5517 2008-06-10 Ulrich Drepper <drepper@redhat.com>
5519 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
5520 ignore T_DNAME messages.
5521 * resolv/arpa/nameser_compat.h (T_DNAME): Define.
5523 2008-06-05 Jakub Jelinek <jakub@redhat.com>
5525 * misc/regexp.h (compile): Use __REPB_PREFIX macro.
5526 Avoid segfault if first GETC returns eof/'\0'/'\n'.
5528 2008-06-03 Jakub Jelinek <jakub@redhat.com>
5530 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
5531 instead of portstr to nscd_getserv_r. Patch by
5532 Roman Kagan <rkagan@mail.ru>.
5534 2008-05-26 Jim Meyering <meyering@redhat.com>
5536 Remove more useless "if" tests before "free".
5537 * include/inline-hashtab.h (htab_delete): Likewise.
5538 * libio/freopen.c (freopen): Likewise.
5539 * libio/freopen64.c (freopen64): Likewise.
5540 * locale/programs/ld-collate.c (collate_read): Likewise.
5541 * misc/fstab.c (libc_freeres_fn): Likewise.
5542 * posix/glob.c (globfree): Likewise.
5544 2008-05-24 Ulrich Drepper <drepper@redhat.com>
5546 * string/Makefile (strop-tests): Add memmem.
5547 * string/test-memmem.c: New file.
5548 * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
5549 (test_init): Size buf1 according to BUF1PAGES.
5551 2008-05-24 Jakub Jelinek <jakub@redhat.com>
5553 * libio/stdio.h (vscanf): Fix -std=c99 redirect.
5554 * stdio-common/Makefile (tests): Add scanf16 and scanf17.
5555 (CFLAGS-scanf17.c): New.
5556 * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
5557 * stdio-common/scanf15.c (main): Likewise.
5558 * stdio-common/scanf16.c: New file.
5559 * stdio-common/scanf17.c: New file.
5561 2008-05-24 Ulrich Drepper <drepper@redhat.com>
5563 * resolv/res_send.c (send_dg): If we already have one of two
5564 answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
5565 use the one answer insted of failing.
5567 2008-02-20 Ryan S. Arnold <rsa@us.ibm.com>
5569 * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
5570 being executed on PowerPC as the expected result exceeds IBM
5571 long double 128 __LDBL_MAX__.
5573 2008-05-21 Roland McGrath <roland@redhat.com>
5575 * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
5577 * Makefile (check-data): Use $(abi-name) before other guesses.
5578 Look in $(add-ons) dirs before scripts/data/.
5579 * elf/Makefile (check-data): Likewise.
5581 * scripts/soversions.awk: Grok ABI line.
5582 * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
5583 Emit definition for abi-name variable.
5585 2008-05-21 Ulrich Drepper <drepper@redhat.com>
5587 * string/endian.h: Define new fixed-size hto* and *toh macros only
5590 * iconvdata/Depend: Add localedata.
5592 2008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
5594 * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
5596 2008-05-08 David S. Miller <davem@davemloft.net>
5598 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
5600 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5601 (__SYSCALL_CLOBBERS): Remove %g* registers.
5602 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5603 (__SYSCALL_CLOBBERS): Likewise.
5604 * scripts/data/localplt-sparc-linux-gnu.data: New file.
5605 * scripts/data/localplt-sparc64-linux-gnu.data: New file.
5607 2008-05-21 Jakub Jelinek <jakub@redhat.com>
5609 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5610 (CALL_ERRNO_LOCATION): Define.
5611 (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5612 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5613 (CALL_ERRNO_LOCATION): Define.
5614 (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5615 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
5616 HIDDEN_JUMPTARGET for __errno_location call in libc.so.
5618 2008-05-20 Ulrich Drepper <drepper@redhat.com>
5620 * include/inline-hashtab.h (higher_prime_number): Fix type of mid
5623 2008-05-20 Jakub Jelinek <jakub@redhat.com>
5625 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
5626 (FIRST_FRAME_POINTER): Define.
5628 2008-05-09 David S. Miller <davem@davemloft.net>
5630 * sysdeps/sparc/sparc64/backtrace.c: New file.
5632 2008-05-14 David S. Miller <davem@davemloft.net>
5634 * sysdeps/sparc/machine-gmon.h: New file.
5635 * sysdeps/sparc/sparc-mcount.S: Likewise.
5636 * sysdeps/sparc/Makefile: Add sparc-mcount target to
5637 sysdep_routines in gmon directory.
5639 2008-05-19 Jakub Jelinek <jakub@redhat.com>
5641 * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
5643 2008-05-19 Ulrich Drepper <drepper@redhat.com>
5645 * resolv/res_query.c (__libc_res_nquery): In case one of two
5646 answer was too short don't try to read that answer's header.
5648 * resolv/res_send.c (send_dg): In case of timeout and there are
5649 two queries and one has been answered, return value indicating
5652 2008-05-18 Ulrich Drepper <drepper@redhat.com>
5654 * nscd/cache.c (cache_add): Take additional parameter specifying
5655 whether this is in response of a cache refill. Check alignment
5656 of package data. Revamp waking of pruning thread.
5657 (prune_cache): Small optimization.
5658 * nscd/nscd.h: Adjust cache_add prototypes.
5659 * nscd/aicache.c: Adjust cache_add calls.
5660 * nscd/grpcache.c: Likewise.
5661 * nscd/hstcache.c: Likewise.
5662 * nscd/initgrcache.c: Likewise.
5663 * nscd/pwdcache.c: Likewise.
5664 * nscd/servicescache.c: Likewise.
5665 * nscd/connections.c (restart): Really disable cache use before
5666 exec attempt. If it fails, reenable cache.
5667 (nscd_run_prune): Initialize wakeup_time. After wakeup, set wakeup
5668 time to max to be able to notice concurrent cache additions. Unlock
5669 prune_lock while performing gc. Afterwards compute wakeup time with
5670 current wakeup_time value in mind.
5672 2008-05-17 Ulrich Drepper <drepper@redhat.com>
5674 * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
5676 * nscd/mem.c (gc): Correctly determine highest used array element
5679 * nscd/mem.c (markrange): Add assert to check entries are all
5680 aligned. Small cleanup in bitmap use.
5682 * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
5683 blockoff of type nscd_ssize_t.
5684 * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
5685 (mempoll_alloc): Record block offset and not address.
5687 * nscd/mem.c (gc): Fix test for stack overuse.
5689 * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
5692 * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
5693 entry is available, believe it.
5695 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
5696 no answers return NSS_STATUS_NOTFOUND.
5697 (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
5698 buffer does not have any content.
5700 2008-05-16 Ulrich Drepper <drepper@redhat.com>
5702 * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
5704 * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
5705 lookup, don't assign canon unconditionally.
5707 2008-05-14 Ulrich Drepper <drepper@redhat.com>
5709 * string/Makefile (distribute): Add str-two-way.h.
5711 2008-03-29 Eric Blake <ebb9@byu.net>
5713 Rewrite string searches to O(n) rather than O(n^2).
5714 * string/str-two-way.h: New file. For linear fixed-allocation
5716 * string/memmem.c: New implementation.
5717 * string/strstr.c: New implementation.
5718 * string/strcasestr.c: New implementation.
5720 2008-04-11 Paolo Bonzini <bonzini@gnu.org>
5722 * posix/regcomp.c (optimize_utf8): Add a note on why we test
5724 (calc_first): Initialize constraint field.
5725 (duplicate_node_closure): Use it instead of special casing ANCHORS.
5726 Use search_duplicated_node to avoid loops. Fix grammar.
5727 (duplicate_node): Merge constraint field for all node types.
5728 (calc_eclosure_iter): Look at constraint field for all node types.
5729 * posix/regex_internal.c (create_cd_newstate): Don't look at
5732 2008-05-14 Ulrich Drepper <drepper@redhat.com>
5735 * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
5738 * string/endian.h: Add macros for fixed-size endian conversion.
5739 * bits/byteswap.h: Allow inclusion from <endian.h>.
5740 * sysdeps/i386/bits/byteswap.h: Likewise.
5741 * sysdeps/ia64/bits/byteswap.h: Likewise.
5742 * sysdeps/s390/bits/byteswap.h: Likewise.
5743 * sysdeps/x86_64/bits/byteswap.h: Likewise.
5744 * string/Makefile (tests): Add tst-endian.
5745 * string/tst-endian.c: New file.
5747 * iconvdata/run-iconv-test.sh: Use = instead of == in test.
5748 Patch by Reuben Thomas.
5750 2008-05-14 Joseph Myers <joseph@codesourcery.com>
5752 * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
5754 2008-05-14 Ulrich Drepper <drepper@redhat.com>
5756 * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
5759 * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
5761 (BODY for __gconv_transform_internal_ascii): Likewise.
5764 * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
5765 to be treated like link-local addresses.
5766 (match_prefix): Don't treat IPv4 loopback address special when
5767 converting to v4 mapped addressed.
5769 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
5771 * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
5772 * posix/tst-rfc3484-2.c: Likewise.
5773 * posix/tst-rfc3484-3.c: Likewise.
5775 * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
5778 * nss/getent.c (ahosts_keys_int): Handle all known socket types.
5780 * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
5782 * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
5784 2008-05-13 Ulrich Drepper <drepper@redhat.com>
5786 * po/lt.po: New file. From Lituanian translation team.
5788 2008-01-30 Alexandre Oliva <aoliva@redhat.com>
5790 Introduce TLS descriptors for i386 and x86_64.
5791 * include/inline-hashtab.h: New file, copied from 2005's
5792 libiberty, with fix for memory leak imported afterwards by
5793 Glauber de Oliveira Costa.
5794 * elf/tlsdeschtab.h: New file.
5795 * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
5796 (_dl_allocate_static_tls): ... here. Rearrange failure path.
5797 (CHECK_STATIC_TLS): Move to...
5798 * elf/dynamic-link.h: ... this file.
5799 (TRY_STATIC_TLS): New macro.
5800 * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
5801 * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
5802 R_386_TLS_DESC): Define.
5803 (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
5805 (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
5806 R_X86_64_TLSDESC): Define.
5807 (R_386_NUM, R_X86_64_NUM): Adjust.
5808 * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
5809 sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5810 (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5811 * sysdeps/i386/dl-lookupcfg.h: New file. Introduce _dl_unmap to
5812 release tlsdesc_table.
5813 * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
5814 (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
5815 (elf_machine_rel): Handle R_386_TLS_DESC.
5816 (elf_machine_rela): Likewise.
5817 (elf_machine_lazy_rel): Likewise.
5818 (elf_machine_lazy_rela): Likewise.
5819 * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
5820 * sysdeps/i386/dl-tlsdesc.S: New file.
5821 * sysdeps/i386/dl-tlsdesc.h: New file.
5822 * sysdeps/i386/tlsdesc.c: New file.
5823 * sysdeps/i386/tlsdesc.sym: New file.
5824 * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
5826 * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
5827 sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5828 (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5829 * sysdeps/x86_64/dl-lookupcfg.h: New file. Introduce _dl_unmap to
5830 release tlsdesc_table.
5831 * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
5832 (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
5833 (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
5834 (elf_machine_rel): Handle R_X86_64_TLSDESC.
5835 (elf_machine_rela): Likewise.
5836 (elf_machine_lazy_rel): Likewise.
5837 * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
5838 (__tls_get_addr): Do not declare for non-shared compiles.
5839 * sysdeps/x86_64/dl-tlsdesc.S: New file.
5840 * sysdeps/x86_64/dl-tlsdesc.h: New file.
5841 * sysdeps/x86_64/tlsdesc.c: New file.
5842 * sysdeps/x86_64/tlsdesc.sym: New file.
5843 * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
5844 tlsdesc_table for both 32- and 64-bit structs.
5846 2008-05-11 Ulrich Drepper <drepper@redhat.com>
5848 * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
5849 its own function. This reduces the frame setup costs and more.
5851 2008-02-11 Joseph Myers <joseph@codesourcery.com>
5854 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
5855 * math/libm-test.inc (exp_test): Test 88.72269439697265625.
5857 2008-05-11 Ulrich Drepper <drepper@redhat.com>
5859 * io/openat.c (__openat_2): Also pass fd to __openat.
5860 * io/openat64.c (__openat64_2): Also pass fd to __openat64.
5861 Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
5863 * string/tester.c (test_memcmp): Add a few more tests.
5864 Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
5866 2008-05-10 Ulrich Drepper <drepper@redhat.com>
5868 * nscd/cache.c (cache_add): Before returning with failure and this
5869 is the first use of the record, mark it as unusable.
5870 * nscd/aicache.c: Don't touch the dataset after cache_add returns
5871 reporting a failure.
5872 * nscd/grpcache.c: Likewise
5873 * nscd/hstcache.c: Likewise.
5874 * nscd/initgrcache.c: Likewise.
5875 * nscd/pwdcache.c: Likewise.
5876 * nscd/servicescache.c: Likewise.
5878 2008-05-10 Roland McGrath <roland@redhat.com>
5881 * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
5883 2008-05-08 David S. Miller <davem@davemloft.net>
5885 * misc/truncate64.c (truncate64): Use __truncate not truncate.
5887 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
5888 (__ieee754_y0l): Likewise.
5889 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
5890 (__ieee754_y1l): Likewise.
5891 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
5892 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
5893 frexpl and ldexpl. math_private.h provides them and the latter
5895 (__log1pl): Use __frexpl.
5897 2008-05-10 Ulrich Drepper <drepper@redhat.com>
5899 * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
5901 * include/arpa/nameser_compat.h: Define T_UNSPEC.
5902 * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
5903 (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
5904 * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
5906 (_nss_nis_gethostbyname4_r): New function.
5907 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
5908 Change to also handle af==AF_UNSPEC.
5909 (get_tablename): New function. Use it to avoid duplication.
5910 (_nss_nisplus_gethostbyname4_r): New function.
5911 * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
5913 * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
5914 * nss/nss.h: Define struct gaih_addrtuple.
5915 * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
5917 (_nss_files_gethostbyname4_r): New function.
5918 * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
5919 * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
5921 * resolv/res_query.c (__libc_res_nquery): Take two additional
5922 parameters for second answer buffer. Handle type=T_UNSPEC to mean
5923 look up IPv4 and IPv6.
5925 * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
5926 for an additional query and answer buffer. Pass to send_vc and
5928 (send_vc): Send possibly two requests and receive two answers.
5929 (send_dg): Likewise.
5930 * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
5932 (_nss_dns_gethostbyname4_r): New function.
5933 (gaih_getanswer_slice): Likewise.
5934 (gaih_getanswer): Likewise.
5935 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
5936 __libc_res_nquery call.
5937 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
5938 (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
5939 * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
5942 2008-05-05 David S. Miller <davem@davemloft.net>
5944 * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
5945 * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
5947 2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
5949 Fix termios bit macros.
5950 Move *DLY definitions where they belong, in termios.h.
5951 Add *[0-3] definitions.
5952 Fixes confusion between VT and FF.
5953 * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
5954 CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
5955 are already defined to avoid collision with termios.h.
5956 (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
5957 * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
5958 TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
5959 [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
5960 [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
5961 TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
5962 VTDLY, VT0, VT1): New macros.
5963 [__USE_GNU] (OLCUC): Change value of macro.
5964 [__USE_XOPEN] (OFILL): New macro.
5965 [__USE_BSD] (CRTSCTS): Change value.
5966 (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
5967 [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
5968 (B7200, B14400, B28800, B76800): New macros.
5970 2008-05-01 David S. Miller <davem@davemloft.net>
5972 * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
5973 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
5974 (gen-as-const-headers): Add it.
5975 * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
5976 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
5977 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
5978 * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
5980 * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
5981 six system call parameters.
5982 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
5984 2008-04-30 Ulrich Drepper <drepper@redhat.com>
5986 * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
5988 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
5989 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
5991 2008-04-30 Jakub Jelinek <jakub@redhat.com>
5993 * stdlib/tst-setcontext.c: Include unistd.h.
5995 2008-04-25 David S. Miller <davem@davemloft.net>
5997 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
5998 Pass "union semun" properly in to sys_ipc, it must be passed
5999 by value, not by reference.
6001 2008-04-22 Jakub Jelinek <jakub@redhat.com>
6003 * nscd/Makefile (nscd-cflags): Set back to -fpie.
6004 * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6005 * nscd/connections.c (mem_in_flight): Likewise.
6007 * nscd/nscd.h (dbs): Make hidden.
6009 * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6010 Avoid returning -1, return 0 instead.
6012 2008-04-19 Ulrich Drepper <drepper@redhat.com>
6014 * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6016 2008-04-15 Ulrich Drepper <drepper@redhat.com>
6019 * sysdeps/unix/sysv/linux/times.c: New file.
6022 * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6023 mem_in_flight_list variables. Add new parameter to mempool_alloc
6025 * nscd/mem.c (mempool_alloc): Take additional parameter. Initialize
6026 appropriate mem_in_flight element.
6027 (gc): Take allocations which have not yet been committed to the
6028 database into account.
6029 * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6030 Reset mem_in_flight before returning.
6031 * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6032 cue it up in mem_in_flight_list.
6033 * nscd/aicache.c: Adjust mempool_alloc call.
6034 * nscd/grpcache.c: Likewise.
6035 * nscd/hstcache.c: Likewise.
6036 * nscd/initgrcache.c: Likewise.
6037 * nscd/pwdcache.c: Likewise.
6038 * nscd/servicescache.c: Likewise.
6039 * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6042 * nscd/connections.c (handle_request): Provide better error message
6043 in case SELinux forbids the service.
6045 * version.h (VERSION): Bump to 2.8.90.
6047 2008-04-17 Jakub Jelinek <jakub@redhat.com>
6049 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6051 2008-04-11 Ulrich Drepper <drepper@redhat.com>
6053 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6054 Also use for 32-bit.
6055 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6056 __nextafter instead of nextafter to avoid local PLT.
6057 * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6058 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6060 * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6062 * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6064 * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. Include
6065 <fenv_libc.h> instead of <fenv.h>.
6066 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6067 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6069 * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6071 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6072 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6073 function from fegetexcept and make old name weak alias.
6074 * include/fenv.h: Declare __fegetexcept.
6075 * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6077 * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6078 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6080 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6081 instead of frexpl to avoid local PLT.
6082 * math/s_significandl.c (__significandl): Use __ilogbl instead of
6083 ilogbl to avoid local PLT.
6084 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6085 instead of ldexpl to avoid local PLT.
6086 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6087 __roundl not roundl to avoid local PLT.
6088 * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6089 local PLTs. Use __sincosl instead of separate sinl and cosl
6091 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6093 * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6094 version for ppc64 to 2.4.21 since without it makecontext will fail.
6096 * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6098 [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6100 [__powerpc64__] (TLS_GD): Likewise.
6102 2007-11-20 Ryan S. Arnold <rsa@us.ibm.com>
6105 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6106 result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6108 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6109 Likewise. Also account for when x is an odd number between 2^52
6111 * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6112 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6113 * math/libm-test.inc (lround_test, llround_test): Added test cases to
6114 detect aforementioned erroneous conditions.
6116 2008-04-11 Jakub Jelinek <jakub@redhat.com>
6118 * configure.in: Check for -fno-section-anchors in addition to
6119 -fno-toplevel-reorder.
6121 2008-04-11 Ulrich Drepper <drepper@redhat.com>
6123 * include/features.h (__GLIBC_MINOR__): Bump to 8.
6125 * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6126 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6127 * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6128 * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6129 * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6130 * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6132 2008-04-11 Jakub Jelinek <jakub@redhat.com>
6135 * time/era.c: Transform __libc_setlocale_lock into rwlock.
6136 * time/alt_digit.c: Likewise.
6137 * wcsmbs/wcsmbsload.c: Likewise.
6139 2008-04-10 Ulrich Drepper <drepper@redhat.com>
6141 * version.h (VERSION): Bump to 2.8.
6143 * timzeone/asia: Update from tzdata2008b.
6144 * timezone/backward: Likewise.
6145 * timezone/europe: Likewise.
6146 * timezone/northamerica: Likewise.
6147 * timezone/southamerica: Likewise.
6148 * timezone/iso3166.tab: Likewise.
6149 * timezone/leapseconds: Likewise.
6150 * timezone/zone.tab: Likewise.
6151 * timezone/private.h: Update from tzcode2008a.
6152 * timezone/zdump.c: Likewise.
6153 * timezone/zic.c: Likewise.
6155 2008-01-24 Steven Munroe <sjmunroe@us.ibm.com>
6158 * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6159 Define additonal Data Cache Block instruction macros.
6160 (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6161 Replace dcbst with dcbf and sync with sync/isync.
6163 2008-02-21 Alan Modra <amodra@bigpond.net.au>
6165 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6166 Always set ELF_RTYPE_CLASS_PLT.
6167 (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6169 2008-04-03 Steven Munroe <sjmunroe@us.ibm.com>
6171 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6172 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6173 * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6174 For ISA 2.01 and later replace mftb with mfspr 268.
6176 2008-02-19 Steven Munroe <sjmunroe@us.ibm.com>
6179 * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6180 * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6182 2008-02-18 Steven Munroe <sjmunroe@us.ibm.com>
6185 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6186 * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6187 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6188 * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6190 2008-04-10 Jakub Jelinek <jakub@redhat.com>
6192 * stdlib/tst-makecontext.c (othervar): New variable.
6193 (cf): Test sign extending the argument to long.
6195 2008-03-03 Steven Munroe <sjmunroe@us.ibm.com>
6197 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6198 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6199 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6200 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6201 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6202 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6203 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6205 2008-02-22 Alan Modra <amodra@bigpond.net.au>
6207 * elf/Makefile (tests): Substitute tests-vis-yes here.
6208 (tests-vis-yes): Delete.
6209 (modules-name, modules-vis-yes): Similarly.
6211 2008-02-12 Pete Eberlein <eberlein@us.ibm.com>
6214 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6215 Preserve sign in signgamp when x is zero.
6217 2007-10-26 Steven Munroe <sjmunroe@us.ibm.com>
6219 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6220 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6221 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6222 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6223 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6224 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6226 2008-04-09 Ulrich Drepper <drepper@redhat.com>
6229 * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6233 * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6234 a reserved error value.
6236 * stdlib/tst-makecontext.c: Change parameter to cf to negative
6237 value to check for correct sign extension.
6240 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6241 Copy 64-bit parameter values even though this is not required in
6244 * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6247 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
6249 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6252 2008-04-09 Jakub Jelinek <jakub@redhat.com>
6254 * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6256 2008-04-09 Ulrich Drepper <drepper@redhat.com>
6259 * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6260 in line-buffered stream failed.
6261 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6263 2008-04-08 Ulrich Drepper <drepper@redhat.com>
6266 * scripts/abi-versions.awk: If the version specified by
6267 --enable-oldest-abi is older than the first version for this
6268 architecture, use the default version.
6270 * locale/programs/ld-collate.c (collate_read): Ignore script lines
6271 as well when ignoring the whole category.
6273 2008-04-07 Ulrich Drepper <drepper@redhat.com>
6276 * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6277 ETHERTYPE_* definitions.
6278 Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6280 2008-04-07 Jakub Jelinek <jakub@redhat.com>
6282 * stdlib/mbtowc.c (__no_r_state): Remove.
6283 (mbtowc): New static state variable. Use it instead of
6285 * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6286 (__wctomb_state): New hidden variable.
6287 (wctomb): Use __wctomb_state instead of __no_r_state.
6288 * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6289 (__wctomb_state): New extern decl.
6290 (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6292 2008-04-07 Ulrich Drepper <drepper@redhat.com>
6295 * resolv/res_init.c: Handle scope IDs in resolv.conf.
6297 2008-04-07 Jakub Jelinek <jakub@redhat.com>
6299 * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6301 2008-04-06 Ulrich Drepper <drepper@redhat.com>
6303 * po/nl.po: Update from translation team.
6305 2008-03-31 Ulrich Drepper <drepper@redhat.com>
6308 * string/strfry.c: Handle empty strings again.
6310 2008-03-30 Ulrich Drepper <drepper@redhat.com>
6313 * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6314 before looking for translation.
6315 * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6316 * locale/freelocale.c: Likewise.
6317 * locale/newlocale.c: Likewise.
6318 * locale/setlocale.c: Likewise.
6319 Based partially on a patch by ryo@np.css.fujitsu.com.
6321 2008-03-30 Jakub Jelinek <jakub@redhat.com>
6323 * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6324 acquiring wrlock. Do conv_tab allocation while holding lock.
6325 * intl/Makefile: Add rules to build and run tst-gettext6.
6326 * intl/tst-gettext6.c: New test.
6327 * intl/tst-gettext6.sh: New file.
6329 2008-03-30 Ulrich Drepper <drepper@redhat.com>
6331 * po/nl.po: Update from translation team.
6333 * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6334 provided through st_blksize, try the default size before giving up.
6336 2008-03-29 Ulrich Drepper <drepper@redhat.com>
6338 * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6341 * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6343 * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6344 error message. POSIX today does not require the messages to be in
6345 a specific form. Suggested by Jim Meyering <jim@meyering.net>.
6348 * sunrpc/auth_unix.c: Unify printed strings.
6349 * sunrpc/clnt_tcp.c: Likewise.
6350 * sunrpc/clnt_udp.c: Likewise.
6351 * sunrpc/clnt_unix.c: Likewise.
6352 * sunrpc/svc_tcp.c: Likewise.
6353 * sunrpc/svc_udp.c: Likewise.
6354 * sunrpc/svc_unix.c: Likewise.
6355 * sunrpc/xdr.c: Likewise.
6356 * sunrpc/xdr_array.c: Likewise.
6357 * sunrpc/xdr_rec.c: Likewise.
6358 * sunrpc/xdr_ref.c: Likewise.
6359 * locale/programs/ld-time.c (time_finish): Unify messages.
6360 * locale/programs/locfile.c (handle_copy): Fix typo.
6361 * nscd/nscd.c (options): Fix typo.
6364 * stdlib/strtod_l.c: Use correct sign for result in one more
6366 Patch by Eric Blake <ebb9@byu.net>.
6368 2008-03-27 Jakub Jelinek <jakub@redhat.com>
6370 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
6371 and creat system calls.
6372 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
6374 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
6376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
6377 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6378 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6380 2008-03-27 Ulrich Drepper <drepper@redhat.com>
6382 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
6383 <linux/limits.h> has defined it.
6384 * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6385 ARG_MAX value and prevent ARG_MAX from being defined by the kernel
6387 * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
6388 it instead of ARG_MAX.
6390 2008-03-25 Jakub Jelinek <jakub@redhat.com>
6392 * posix/gai.conf: Fix comment for scope nullbits.
6393 * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
6394 default to 128 bits for v4 mapped addresses.
6396 2008-03-07 Martin Schwidefsky <schwidefsky@de.ibm.com>
6398 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
6399 ptrace call to get the ieee_instruction_pointer from the kernel.
6400 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
6401 ptrace call to set the ieee_instructtion_pointer.
6402 * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
6403 Add comment that ieee_instruction_pointer is always 0.
6405 2008-03-09 Andreas Jaeger <aj@suse.de>
6408 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
6409 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
6410 Patch by Mark Elliott <mark.h.elliott@lmco.com>.
6412 * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
6413 (rint_test): Likewise.
6415 2008-03-24 Ulrich Drepper <drepper@redhat.com>
6417 * nis/nis_call.c (nis_server_cache_search): Save errno around stat
6419 (__nisfind_server): Similar for open readColdStartFile call.
6420 Patch partially by Jim Meyering.
6421 * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
6422 around internal_setent call.
6424 * po/vi.po: New Vietnamese translation.
6426 * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
6429 * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
6430 remove CLONE_STOPPED.
6432 2008-02-10 Jim Meyering <meyering@redhat.com>
6434 Remove useless "if" before "free":
6435 * elf/ldconfig.c (parse_conf_include): Likewise.
6436 * gmon/gmon.c (weak_alias): Likewise.
6437 * iconv/gconv_conf.c (__gconv_get_path): Likewise.
6438 * inet/rcmd.c (__validuser2_sa): Likewise.
6439 * intl/bindtextdom.c (set_binding_values): Likewise.
6440 * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
6441 * libio/genops.c (save_for_backup): Likewise.
6442 * libio/wgenops.c (save_for_wbackup): Likewise.
6443 * locale/programs/ld-collate.c (collate_read): Likewise.
6444 * locale/programs/linereader.c (get_string): Likewise.
6445 * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
6446 * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
6447 * resolv/res_debug.c (do_section): Likewise.
6448 * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
6449 * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
6450 * sysdeps/posix/sprofil.c (__sprofil): Likewise.
6451 * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
6452 * time/tzset.c (tzset_internal): Likewise.
6454 2008-03-18 Jakub Jelinek <jakub@redhat.com>
6456 * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
6459 2008-03-11 Ulrich Drepper <drepper@redhat.com>
6462 * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
6463 not stream for output file. Open output file here.
6464 * iconv/iconv_prog.c (process_lock): Take pointer to output stream
6465 and output file name.
6466 (process_fd): Likewise.
6467 (process_file): Likewise.
6468 (main): Adjust callers of changed functions.
6469 * iconv/iconv_prog.h: Adjust prototype.
6471 2008-03-09 Andreas Jaeger <aj@suse.de>
6474 * sysdeps/ia64/ieee754.h: Use protected namespace
6475 __BIG_ENDIAN/__LITTLE_ENDIAN.
6476 * sysdeps/ieee754/ieee754.h: Likewise.
6477 Patch by Aurelien Jarno <aurelien@aurel32.net>.
6479 2008-03-08 Roland McGrath <roland@frob.com>
6481 * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
6482 ignore a signal that came from a machine exception, treat it as a
6483 fatal core-dump signal instead.
6484 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6486 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6487 Clear DF bit in thread state's eflags.
6488 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6490 2008-03-08 Ulrich Drepper <drepper@redhat.com>
6493 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
6494 of NAN(...) sequence.
6495 * stdlib/Makefile (tests): Add tst-strtod6.
6496 * stdlib/tst-strtod6.c: New file.
6498 * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
6501 * posix/getopt.c (_getopt_internal_r): Clarify error message by
6502 putting offending option character in quotes. Clean up error
6504 * po/be.po: Adjust msgstr in translation file.
6505 * po/bg.po: Likewise.
6506 * po/ca.po: Likewise.
6507 * po/cs.po: Likewise.
6508 * po/da.po: Likewise.
6509 * po/de.po: Likewise.
6510 * po/es.po: Likewise.
6511 * po/fr.po: Likewise.
6512 * po/hr.po: Likewise.
6513 * po/ko.po: Likewise.
6514 * po/nl.po: Likewise.
6515 * po/rw.po: Likewise.
6516 * po/sk.po: Likewise.
6517 * po/sv.po: Likewise.
6518 * po/tr.po: Likewise.
6519 * po/zh_CN.po: Likewise.
6520 * po/zh_TW.po: Likewise.
6523 * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
6524 Patch by Roland Bless <roland@bless.de>.
6526 * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
6528 * elf/Makefile (routines): Add dl-sysdep.
6529 (elide-routines.os): Likewise.
6531 2008-03-07 Ulrich Drepper <drepper@redhat.com>
6534 * elf/dl-sysdep.c: Undefine ROUND after use.
6535 * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
6536 (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
6537 * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
6538 * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
6540 * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
6541 * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
6543 * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
6545 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
6546 _dl_tls_get_addr_soft element.
6547 * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
6548 * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
6549 * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
6551 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6552 * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
6553 of internal_function.
6555 * stdlib/Makefile (aux): Add tens_in_limb.
6556 * stdlib/strtod_l.c: Move _tens_in_limb definition to...
6557 * stdlib/tens_in_limb.c: ...here. New file.
6560 * sysdeps/unix/sysv/linux/pathconf.h: Declare
6561 __statfs_chown_restricted.
6562 * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
6563 for _PC_CHOWN_RESTRICTED.
6564 * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
6565 Implement __statfs_chown_restricted.
6566 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
6567 _POSIX_CHOWN_RESTRICTED value to zero.
6568 * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
6571 * sysdeps/x86_64/rtld-memset.c: New file.
6573 2008-02-26 Harsha Jagasia <harsha.jagasia@amd.com>
6575 * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
6577 * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
6578 Barcelona machine. Make default fall through branch of
6579 __x86_64_preferred_memory_instruction check as the integer code path.
6581 2007-10-15 H.J. Lu <hongjiu.lu@intel.com>
6583 * sysdeps/x86_64/cacheinfo.c
6584 (__x86_64_preferred_memory_instruction): New variable.
6585 (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6587 * sysdeps/x86_64/memset.S: Rewrite.
6589 2008-03-04 Jakub Jelinek <jakub@redhat.com>
6591 * include/stdio.h (__asprintf_chk, __dprintf_chk,
6592 __obstack_printf_chk): New prototypes.
6593 (__vasprintf_chk, __vdprintf_chk,
6594 __obstack_vprintf_chk): Likewise.
6595 Add libc_hidden_proto.
6597 (_IO_obstack_jumps): No longer static, add attribute_hidden.
6598 * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
6599 __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6600 __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
6601 * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
6602 __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6603 __obstack_vprintf_chk): New prototypes.
6604 (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
6605 obstack_vprintf): New inlines.
6606 * debug/dprintf_chk.c: New file.
6607 * debug/vdprintf_chk.c: New file.
6608 * debug/asprintf_chk.c: New file.
6609 * debug/vasprintf_chk.c: New file.
6610 * debug/obprintf_chk.c: New file.
6611 * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
6612 * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
6613 __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
6615 * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
6616 vdprintf_chk and obprintf_chk, set CFLAGS for them.
6617 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
6618 __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
6620 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
6621 __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
6622 * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
6623 __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
6624 __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
6626 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
6627 vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
6628 obstack_vprintf_chk.
6629 * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
6630 * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
6631 * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
6632 * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
6633 * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
6634 * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
6636 2008-03-04 Ulrich Drepper <drepper@redhat.com>
6639 * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
6640 Patch by Roy Marples <roy@marples.name>.
6643 * malloc/malloc.c: Fix typo in comment.
6646 * locale/iso-639.def: Add Shuswap.
6648 2008-02-25 Jakub Jelinek <jakub@redhat.com>
6651 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
6652 overwrite *h_errnop/*errnop values from getanswer_r in case of
6655 2008-03-03 Ulrich Drepper <drepper@redhat.com>
6658 * nscd/connections.c (dbs): Add initializers for .suggested_module.
6659 (verify_persistent_db): Remove one unnecessary test and add a new one
6660 for bad configuration.
6661 (nscd_init): Improve error reported when persistent database cannot
6663 * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
6664 * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
6665 .suggested_module and .max_db_size and case config file says the
6667 * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
6670 * nis/ypclnt.c (yp_order): Fix handling of return value of
6672 Patch by Jeff Moyer <jmoyer@redhat.com>.
6674 * po/fr.po: Update from translation team.
6676 2008-02-22 Andreas Jaeger <aj@suse.de>,
6677 Carlos O'Donell <carlos@systemhalted.org>
6680 * FAQ.in: Describe why glibc needs to be compiled with
6683 2008-02-19 Roland McGrath <roland@redhat.com>
6685 * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
6687 2008-02-15 Ulrich Drepper <drepper@redhat.com>
6690 * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
6691 __USE_MISC is defined.
6693 2008-02-10 Ulrich Drepper <drepper@redhat.com>
6695 * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
6696 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
6698 * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
6699 timerfd_gettime, timerfd_settime.
6700 * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
6701 timerfd_gettime, timerfd_settime for GLIBC_2.8.
6703 2008-02-08 Roland McGrath <roland@redhat.com>
6705 * elf/elf.h (NT_PPC_SPE): New macro.
6707 2008-02-06 Roland McGrath <roland@redhat.com>
6709 * Makerules ($(common-objpfx)sysd-rules):
6710 Depend on $(sysdep-makeconfigs).
6712 2008-01-31 Roland McGrath <roland@redhat.com>
6715 * configure.in: Use -print-file-name if it yields a directory,
6716 for each of include and include-fixed.
6717 * configure: Regenerated.
6719 * Makeconfig (sysd-rules-targets): New variable.
6720 * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
6721 * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
6723 2008-01-30 Roland McGrath <roland@redhat.com>
6725 * manual/libc.texinfo: Update back-cover text.
6727 * elf/elf.h (NT_386_TLS): New macro.
6729 2008-01-29 Roland McGrath <roland@redhat.com>
6731 * Makeconfig (sysd-rules-patterns): New variable.
6732 * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
6733 (check-inhibit-asm): New canned sequence, replaces ...
6734 (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
6735 * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
6736 (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
6737 (CFLAGS-rtld): Variable removed.
6739 2008-01-24 Roland McGrath <roland@redhat.com>
6741 * configure.in: Let configure fragments set base_os.
6742 * configure: Regenerated.
6744 2008-01-22 Ulrich Drepper <drepper@redhat.com>
6746 * po/ko.po: Update from translation team.
6748 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
6750 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
6752 2008-01-12 Andreas Jaeger <aj@suse.de>
6755 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
6758 2008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
6760 * hurd/hurdsock.c (_hurd_socket_server): Return the standard
6761 error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
6762 * sunrpc/bindrsvprt.c (bindresvport): Likewise.
6764 2007-10-23 Alexandre Oliva <aoliva@redhat.com>
6766 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
6767 * elf/dl-close.c (_dl_close): Check for it.
6768 * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
6769 (_dl_allocate_static_tls): Likewise.
6770 * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
6771 (__tls_get_addr): Protect from race conditions in setting l_tls_offset
6773 * elf/tst-tls16.c: New file.
6774 * elf/tst-tlsmod16a.c: New file.
6775 * elf/tst-tlsmod16b.c: New file.
6776 * elf/Makefile: Add rules to build and run tst-tls16.
6778 2008-01-16 Ulrich Drepper <drepper@redhat.com>
6781 * bits/shm.h: Fix comment describing shmid_ds.
6782 * sysdeps/gnu/bits/shm.h: Likewise.
6783 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
6784 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
6785 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6786 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6787 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6788 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6789 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6790 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
6791 Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
6794 * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
6796 * conform/data/limits.h-data: Adjust limits changed in v6 and add
6797 additional suffixes.
6798 * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
6799 Add optional functions mq_timedreceive and mq_timedsend.
6800 * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
6801 * conform/data/pthread.h-data: Fix prototype of
6802 pthread_condattr_setclock. pthread_sigmask is not required in v6.
6803 * conform/data/semaphore.h-data: Allow time.h definitions.
6804 * conform/data/signal.h-data: Likewise.
6805 * conform/data/stdio.h-data: getw and putw are not required in v6.
6806 * conform/data/stdlib.h-data: Change setstate prototype.
6807 * conform/data/string.h-data: Fix strerror_r prototype.
6808 * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
6809 * conform/data/unistd.h-data: pthread_atfork not required in v6.
6810 Fix readlink prototype.
6811 * conform/data/netinet/in.h-data: Add const to in6addr_any and
6813 * inet/netinet/in.h: Cleanup namespace.
6814 * posix/regex.h: Likewise.
6815 * resolv/netdb.h: Likewise.
6816 * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
6817 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6818 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6819 * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
6820 of names of in in6_addr.
6821 (default_precedence): Likewise.
6822 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
6825 2008-01-15 Ulrich Drepper <drepper@redhat.com>
6827 * conform/data/fmtmsg.h-data: Add missing allows.
6828 * conform/data/ftw.h-data: Likewise.
6829 * conform/data/inttypes.h-data: Likewise.
6830 * conform/data/math.h-data: Likewise.
6831 * conform/data/signal.h-data: Likewise.
6832 * conform/data/net/if.h-data: Likewise.
6833 * conform/data/netinet/in.h-data: Likewise.
6834 * conform/data/sys/socket.h-data: Likewise.
6837 * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
6838 (__strtok_r): Simplify.
6839 * string/tester.c (test_strtok_r): Add test case for futile search
6840 with single-character seach string.
6842 2008-01-12 Ulrich Drepper <drepper@redhat.com>
6844 * po/ko.po: Update from translation team.
6846 2008-01-11 Andreas Jaeger <aj@suse.de>
6849 * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
6850 signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
6853 2008-01-10 Ulrich Drepper <drepper@redhat.com>
6855 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
6856 native interface lookup in all the relevant places.
6858 2008-01-10 Jakub Jelinek <jakub@redhat.com>
6859 Ulrich Drepper <drepper@redhat.com>
6861 * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
6862 field. Use sockaddr_in6 for source_addr.
6863 (get_scope): Change type of parameter to sockaddr_in6. Adjust.
6864 (match_prefix): Likewise.
6865 (get_label): Likewise.
6866 (get_precedence): Likewise.
6867 (rfc3484_sort): Change to use indirect access to results array.
6868 Adjust to use of sockaddr_in6. Replace service_order test with
6869 simple index comparison.
6870 (getaddrinfo): Define order array. Initialize it. Don't initialize
6871 service_order field. Adjust qsort_t calls. Access sorted result
6872 array indirectly through order array.
6873 * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
6874 * posix/tst-rfc3484-2.c: Likewise.
6875 * posix/tst-rfc3484-3.c: Likewise.
6877 2008-01-09 Ulrich Drepper <drepper@redhat.com>
6880 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
6882 Patch by André Cruz.
6885 * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
6886 (clnt_spcreateerror): Likewise.
6889 * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
6890 (public_mEMALIGn): Likewise.
6891 Patch mostly by Daniel Jacobowitz.
6893 2008-01-09 Jakub Jelinek <jakub@redhat.com>
6895 * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
6896 clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
6897 * stdlib/Makefile: Add rules to build and run tst-makecontext2.
6898 * stdlib/tst-makecontext2.c: New test.
6900 2008-01-08 Jakub Jelinek <jakub@redhat.com>
6902 * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
6904 (REINIT_PARAMS): Likewise. Undefine before end of file.
6905 (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
6906 transliteration hooks and REINIT_PARAMS afterwards.
6907 * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
6909 (REINIT_PARAMS): Define.
6910 * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
6911 * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
6912 * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
6913 * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
6914 * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
6915 * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
6916 * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
6917 * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
6918 * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
6919 * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
6920 * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
6921 * iconvdata/tst-iconv7.c: New test.
6923 2008-01-07 Ulrich Drepper <drepper@redhat.com>
6925 * libio/stdio.h (vscanf): Fix definition for loser compilers.
6927 2008-01-05 Jakub Jelinek <jakub@redhat.com>
6930 * nscd/connections.c (restart): Fix condition.
6932 2008-01-03 Jakub Jelinek <jakub@redhat.com>
6934 * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
6935 __ctype_toupper_loc): Add __THROW.
6937 2008-01-02 Ulrich Drepper <drepper@redhat.com>
6939 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
6940 recognition of interface family.
6942 * posix/getconf.c: Update copyright year.
6943 * nss/getent.c: Likewise.
6944 * iconv/iconvconfig.c: Likewise.
6945 * iconv/iconv_prog.c: Likewise.
6946 * elf/ldconfig.c: Likewise.
6947 * catgets/gencat.c: Likewise.
6948 * csu/version.c: Likewise.
6949 * elf/ldd.bash.in: Likewise.
6950 * elf/sprof.c (print_version): Likewise.
6951 * locale/programs/locale.c: Likewise.
6952 * locale/programs/localedef.c: Likewise.
6953 * nscd/nscd.c (print_version): Likewise.
6954 * debug/xtrace.sh: Likewise.
6955 * malloc/memusage.sh: Likewise.
6956 * malloc/mtrace.pl: Likewise.
6957 * debug/catchsegv.sh: Likewise.
6959 2007-12-26 Ulrich Drepper <drepper@redhat.com>
6961 * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
6964 2007-12-23 Ulrich Drepper <drepper@redhat.com>
6966 * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
6967 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6969 2007-12-17 Roland McGrath <roland@redhat.com>
6971 * inet/ether_line.c (ether_line): Remove unused variable.
6973 2007-12-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
6975 * login/forkpty.c (forkpty): Add const qualifier to parameters termp
6977 * login/openpty.c (openpty): Likewise.
6978 * login/pty.h (openpty, forkpty): Likewise.
6979 * manual/terminal.texi (openpty, forkpty): Likewise.
6981 2007-12-17 Ulrich Drepper <drepper@redhat.com>
6983 * malloc/malloc.c (public_cALLOc): For arenas other than
6984 main_arena, count all bytes inside the mprotect_size range of the
6985 heap as uninitialized.
6987 2007-12-16 Ulrich Drepper <drepper@redhat.com>
6989 * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
6992 * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
6993 mTRIm for all of them.
6994 (mTRIm): Additionally iterate over all free blocks and use madvise
6995 to free memory for all those blocks which contain at least one
6997 * malloc/tst-trim1.c: New file.
6998 * malloc/Makefile (tests): Add tst-trim1.
7000 * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7002 2007-12-14 Ulrich Drepper <drepper@redhat.com>
7004 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7005 First cast argument to long
7006 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7008 (__vdso_clock_gettime): Likewise.
7009 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7012 2007-12-13 Ulrich Drepper <drepper@redhat.com>
7014 * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7015 * locale/nl_langinfo_l.c: Real implementation, copied from
7017 * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7019 2007-12-01 Jim Meyering <meyering@redhat.com>
7021 * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7022 that would inhibit utf8-optimization of a regexp containing line-
7023 or buffer-anchors, e.g., `^', `$'.
7025 2007-12-12 Ulrich Drepper <drepper@redhat.com>
7027 * time/bug-getdate1.c (do_test): Don't use century values which
7028 aren't valid on 32-bit systems.
7030 2007-12-12 Jakub Jelinek <jakub@redhat.com>
7032 * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7033 (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7034 * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7035 __strcat_g, __strncat_g): Add __asm__.
7037 2007-12-12 Ulrich Drepper <drepper@redhat.com>
7040 * io/fchmodat.c: Fix typo in stub_warning use.
7041 Patch by Petr Salinger.
7043 2007-12-11 Ulrich Drepper <drepper@redhat.com>
7045 * iconvdata/hp-thai8.c: New file.
7046 * iconvdata/Makefile: Add rules for hp-thai8.c.
7047 * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7048 * iconvdata/gconv-modules: Likewise.
7051 * iconvdata/hp-greek8.c: New file.
7052 * iconvdata/Makefile: Add rules for hp-greek8.c.
7053 * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7054 * iconvdata/gconv-modules: Likewise.
7057 * iconvdata/hp-turkish8.c: New file.
7058 * iconvdata/Makefile: Add rules for hp-turkish8.c.
7059 * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7060 * iconvdata/gconv-modules: Likewise.
7062 * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7063 (shrink_heap): ... this new function.
7064 (heap_trim): Call shrink_heap instead of grow_heap.
7066 * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7067 case don't call alloc_perturb.
7069 2007-12-10 Ulrich Drepper <drepper@redhat.com>
7071 * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7073 * sysdeps/unix/sysv/linux/kernel-features.h
7074 (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7075 * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7077 2007-12-08 Ulrich Drepper <drepper@redhat.com>
7080 * stdio-common/vfprintf.c: Do not overflow when adding to done.
7081 * stdio-common/Makefile (tests): Add bug22.
7082 * stdio-common/bug22.c: New file.
7085 * time/getdate.c: Fix filling in default values.
7086 * time/bug-getdate1.c: New file.
7087 * time/Makefile: Add rules to build and run bug-getdate1.
7089 * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7090 * iconvdata/ebcdic-es.c: Likewise.
7091 * iconvdata/ebcdic-es-a.c: Likewise.
7092 * iconvdata/ebcdic-uk.c: Likewise.
7093 * iconvdata/iso8859-16.c: Likewise.
7094 * iconvdata/viscii.c: Likewise.
7095 * iconvdata/iso8859-9e.c: Likewise.
7096 * iconvdata/Makefile: Adjust appropriately.
7099 * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7102 2007-12-07 Ulrich Drepper <drepper@redhat.com>
7105 * iconvdata/hp-roman9.c: New file.
7106 * iconvdata/Makefile: Add rules for hp-roman9.c.
7107 * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7108 * iconvdata/gconv-modules: Likewise.
7110 * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7111 * iconvdata/Makefile: Adjust appropriately.
7114 * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7115 structure, it's allocated with alloca.
7116 * stdio-common/Makefile (tests): Add bug21.
7117 * stdio-common/bug21.c: New file.
7119 2007-12-06 Aurelien Jarno <aurelien@aurel32.net>
7122 * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7123 keyword for gcc's braced-groups.
7125 2007-12-07 Ulrich Drepper <drepper@redhat.com>
7128 * inet/ether_line.c: Strip hostname of whitespaces.
7129 * inet/Makefile (tests): Add tst-ether_line.
7130 * inet/tst-ether_line.c: New file.
7132 2007-12-03 Ulrich Drepper <drepper@redhat.com>
7135 * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7138 * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7140 * stdlib/tst-setcontext.c: Catch the case where the links gets
7141 messed up and we do not reach main again.
7143 * po/ca.po: Update from translation team.
7145 2007-11-26 Ulrich Drepper <drepper@redhat.com>
7147 * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7148 * posix/regex.h (REG_ENOSYS): Likewise.
7149 * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7151 2007-11-25 Ulrich Drepper <drepper@redhat.com>
7153 * nscd/nscd.h (MAX_STACK_USE): Define.
7154 * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7155 (gc): Initialize stack_used based on allocation in prune_cache.
7156 * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7157 Clear array before use.
7159 * nscd/aicache.c (addhstaiX): Update statistics counter in case
7160 memory allocation failed.
7161 * nscd/hstcache.c (cache_addhst): Likewise.
7162 * nscd/grpcache.c (cache_addgr): Likewise.
7163 * nscd/servicescache.c (cache_addserv): Likewise.
7164 * nscd/pwdcache.c (cache_addpw): Likewise.
7165 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7167 2007-11-23 Ulrich Drepper <drepper@redhat.com>
7169 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7170 and creat system calls.
7172 * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7174 2007-11-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
7176 * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7178 * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7179 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7181 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7182 * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7183 * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7185 2007-11-22 Martin Schwidefsky <schwidefsky@de.ibm.com>
7187 * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7188 strncat): Define as macros to avoid compile errors.
7190 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Add open and
7193 2007-11-22 Ulrich Drepper <drepper@redhat.com>
7196 * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7197 * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7198 * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7200 Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7202 * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7203 Return zero in case the thread library is not NPTL.
7206 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7207 initializing interface list.
7210 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7211 use result of nss_getgrgid_r if nothing was found. For other
7212 error return with a failure.
7213 Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7215 * locale/programs/ld-collate.c (collate_read): Fix loop to match
7218 2007-11-19 Ulrich Drepper <drepper@redhat.com>
7220 * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7221 (get_scope): For IPv4 scope, use scopes table.
7222 (fini): Free scopes table if necessary.
7223 (free_scopelist): New function.
7224 (scopecmp): New function.
7225 (gaiconf_init): Also handle scopev4 entries.
7226 * posix/tst-rfc3484.c (do_test): Initialize scopes.
7227 * posix/tst-rfc3484-2.c (do_test): Likewise.
7228 * posix/gai.conf: Document scopev4 defaults.
7229 * posix/Makefile (tests): Add tst-rfc3484-3.
7230 * posix/tst-rfc3484-3.c: New file.
7232 * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7234 * posix/gai.conf: Update for current default tables.
7236 2007-11-19 Ulrich Drepper <drepper@redhat.com>
7238 * po/tr.po: Update from translation team.
7240 2007-11-18 Roland McGrath <roland@frob.com>
7242 * manual/arith.texi (Remainder Functions): Spelling fix.
7243 From Shaun Silk <genix@mysoul.com.au>.
7245 * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7247 2007-11-17 Ulrich Drepper <drepper@redhat.com>
7249 * po/zh_CN.po: Update from translation team.
7251 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7252 Add sys/signalfd.h and sys/eventfd.h.
7254 2007-11-15 Bruno Haible <bruno@clisp.org>
7257 * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7259 (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7260 (DCIGETTEXT): Change the allocation of the 'search' variable so that
7261 it needs only fixed stack space. Delay the initialization of
7262 msgid_len until it is needed.
7264 2007-11-15 Andreas Jaeger <aj@suse.de>
7266 * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7267 Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7269 2007-11-15 Ulrich Drepper <drepper@redhat.com>
7271 * po/ko.po: Update from translation team.
7273 2007-11-14 Ulrich Drepper <drepper@redhat.com>
7275 * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7276 significantly. The device type is also part of the ifinfomsg data.
7278 * po/sv.po: Update from translation team.
7279 * po/nl.po: Likewise.
7281 * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7282 to wake up in 24 hours.
7284 * nscd/gai.c (__ioctl): Define. Include check_native.c.
7286 2007-11-13 Ulrich Drepper <drepper@redhat.com>
7288 * po/cs.po: Update from translation team.
7289 * po/pl.po: Likewise.
7291 * include/ifaddrs.h: Remove in6ai_temporary.
7292 (struct in6addrinfo): Add index element.
7293 Declare __check_native.
7294 * inet/Makefile (aux): Add check_native.
7295 * sysdeps/unix/sysv/linux/check_native.c: New file.
7296 * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7297 IFA_F_TEMPORARY. Pass back ifa_index.
7298 * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7299 (rfc3484_sort): Add new parameter. Implement rule 7 correctly:
7300 call __check_native if necessary.
7301 (getaddrinfo): Fill in index field. Use qsort_r instead of qsort
7302 to sort addresses. Pass information about the results.
7303 * posix/tst-rfc3484.c: Adjust for addition of index field and change
7304 of rfc3484_sort interface.
7305 * posix/tst-rfc3484-2.c: Likewise.
7307 * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.
7308 * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7310 * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7311 (qsort_r): Renamed from qsort. Take additional parameter and pass it
7312 on as third parameter to compare function and _quicksort.
7313 * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7314 to the compare function.
7315 * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7316 * Versions.def: Add GLIBC_2.8 for libc.
7318 * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7319 * posix/tst-rfc3484-2.c: Likewise.
7321 * include/kernel-features.h: Moved to...
7322 * sysdeps/mach/hurd/kernel-features.h: ...here.
7324 2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
7326 * sysdeps/i386/i586/memcpy_chk.S: New file.
7327 * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7328 * sysdeps/i386/i586/memset_chk.S: Likewise.
7330 2007-11-12 Ulrich Drepper <drepper@redhat.com>
7332 * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7333 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7334 list of interfaces. Also store prefix length.
7335 * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7336 (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7337 prefix if source and destination address are in the same subnet.
7338 (getaddrinfo): Always call __check_pf. Fill in prefixlen field.
7339 Always look for matching record in in6ai list.
7340 Correct source_addr_len value for IPv6->IPv4 converted records.
7342 2007-11-11 Roland McGrath <roland@frob.com>
7344 * include/kernel-features.h: New file.
7346 2007-11-10 Ulrich Drepper <drepper@redhat.com>
7348 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7349 complications for 64-bit platforms.
7351 * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7352 * sysdeps/unix/sysv/linux/open64_2.c: ...here. New file.
7353 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7355 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7357 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7358 * sysdeps/wordsize-64/alphasort.c: New file.
7359 * sysdeps/wordsize-64/alphasort64.c: New file.
7360 * sysdeps/wordsize-64/fseeko.c: New file.
7361 * sysdeps/wordsize-64/fseeko64.c: New file.
7362 * sysdeps/wordsize-64/ftello.c: New file.
7363 * sysdeps/wordsize-64/ftello64.c: New file.
7364 * sysdeps/wordsize-64/ftw.c: New file.
7365 * sysdeps/wordsize-64/ftw64.c: New file.
7366 * sysdeps/wordsize-64/iofgetpos.c: New file.
7367 * sysdeps/wordsize-64/iofgetpos64.c: New file.
7368 * sysdeps/wordsize-64/iofopen.c: New file.
7369 * sysdeps/wordsize-64/iofopen64.c: New file.
7370 * sysdeps/wordsize-64/iofsetpos.c: New file.
7371 * sysdeps/wordsize-64/iofsetpos64.c: New file.
7372 * sysdeps/wordsize-64/lockf.c: New file.
7373 * sysdeps/wordsize-64/lockf64.c: New file.
7374 * sysdeps/wordsize-64/mkostemp.c: New file.
7375 * sysdeps/wordsize-64/mkostemp64.c: New file.
7376 * sysdeps/wordsize-64/mkstemp.c: New file.
7377 * sysdeps/wordsize-64/mkstemp64.c: New file.
7378 * sysdeps/wordsize-64/scandir.c: New file.
7379 * sysdeps/wordsize-64/scandir64.c: New file.
7380 * sysdeps/wordsize-64/tmpfile.c: New file.
7381 * sysdeps/wordsize-64/tmpfile64.c: New file.
7382 * sysdeps/wordsize-64/versionsort.c: New file.
7383 * sysdeps/wordsize-64/versionsort64.c: New file.
7384 * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
7385 * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
7386 * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
7387 * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
7388 * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
7389 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
7390 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
7391 * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
7392 * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
7393 * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
7394 * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
7395 * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
7397 * crypt/sha256-crypt.c: Fix a comment.
7398 * crypt/sha512-crypt.c: Likewise.
7400 2007-11-07 H.J. Lu <hongjiu.lu@intel.com>
7402 * sysdeps/x86_64/memset.S: Add sfence after movnti.
7404 2007-11-07 Ulrich Drepper <drepper@redhat.com>
7407 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
7408 because output buffer is too small break, don't loop.
7409 * iconvdata/Makefile (tests): Add bug-iconv6.
7410 * iconvdata/bug-iconv6.c: New file.
7412 2007-11-06 Ulrich Drepper <drepper@redhat.com>
7414 * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
7416 * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
7417 size_t. Add casts where needed.
7419 * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
7420 old headers, don't call avc_has_perm if we don't have the
7421 permission information.
7423 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7425 * elf/rtld.c (dl_main): Use the page size to find the map start.
7427 2007-11-05 Ulrich Drepper <drepper@redhat.com>
7429 * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
7430 Patch by Szymon Siwek <sls@poczta.wp.pl>.
7432 * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
7433 when the lookup call failed.
7435 * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
7436 Add prune_cond and wakeup_time.
7437 (CACHE_PRUNE_INTERNAL): Define.
7438 Update declarations of prune_cache and setup_thread.
7439 * nscd/connections.c (dbs): Update initializers.
7440 (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
7441 (nscd_init): Default number of threads is now 4.
7442 (invalidate_cache): Take lock before calling prune_cache.
7443 (handle_request): If SELinux forbids the request, say so.
7444 (readylist_cond): Use static initializer.
7445 (nscd_run_prune): New function. Used only by pruning threads.
7446 (nscd_run_worder): Renamed from nscd_run. Remove support for pruning
7448 (fd_ready): Update nscd_run reference.
7449 (start_threads): No need to initialize readylist_cond.
7450 Start pruning threads separately.
7451 * nscd/nscd_setup_thread.c: Change return value type to int and always
7453 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
7454 to int and return nonzero value if we can use the TID address hack.
7455 * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
7456 the database is later than the new entry's timeout, update the
7457 wakeup time and wake the cleanup thread.
7458 (prune_cache): Return seconds the next entry in the database is still
7459 valid. Remove locking for pruning here.
7460 * nscd/nscd.conf: Document default number of threads.
7462 2007-10-31 Ulrich Drepper <drepper@redhat.com>
7464 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
7465 stack is properly aligned for the target function.
7466 Correct unwind info.
7468 * elf/rtld.c (dl_main): Initialize stack and pointer guard early
7469 when using auditing libraries.
7471 2007-10-29 Ulrich Drepper <drepper@redhat.com>
7473 * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
7474 _nss_dns_getnetbyaddr2_r.
7475 * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r. Pass
7476 extra parameter to getanswer_r.
7477 (_nss_dns_getnetbyaddr_r): Now a wrapper around
7478 _nss_dns_getnetbyaddr2_r.
7480 * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
7482 * nscd/gethstbynm2_r.c: Remove.
7483 * nscd/gethstbynm3_r.c: New file.
7484 * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
7486 * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function. Define
7487 __gethostbyaddr_r compatibility wrapper.
7488 * nscd/hstcache.c (cache_addhst): Add ttl parameter. Use it when
7489 determining timeout of entry.
7490 (lookup): Take new parameter and pass it to __gethostbyname3_r and
7492 (addhstbyX): Pass reference to variable for TTL to lookup and
7494 * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
7495 __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
7496 and __nss_next2. Remove __nss_services_lookup.
7497 * nss/XXX-lookup.c: Name function now *_lookup2. Add new parameter.
7499 * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
7501 * nss/getXXent_r.c: Likewise.
7502 * nss/getnssent_r.c: Likewise.
7503 * nss/nsswitch.c (__nss_lookup): Add new parameter. If first function
7504 does not exist in module, try the optional second name.
7505 (__nss_next2): New function.
7506 (__nss_next): Now wrapper around __nss_next2.
7507 * nss/nsswitch.h: Adjust __nss_lookup prototype.
7508 Declare __nss_next2.
7509 Adjust definition of db_lookup_function type.
7510 * nss/service-lookup.c: Define NO_COMPAT.
7511 * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
7512 * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
7513 * inet/ether_ntoh.c: Likewise.
7514 * sunrpc/netname.c: Likewise.
7515 * sunrpc/publickey.c: Likewise.
7516 * inet/getnetgrent.c: Likewise. Adjust calls to __nss_lookup.
7517 * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
7518 * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
7519 * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
7520 * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
7522 * nscd/aicache.c (addhstaiX): Fix default TTL handling.
7524 * inet/getnetgrent_r.c (setup): Encrypt static pointer.
7526 2007-10-28 Ulrich Drepper <drepper@redhat.com>
7529 * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
7530 * crypt/sha512c-test.c: Likewise.
7533 * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
7534 to keep track of end of %[ format string element.
7535 * stdio-common/Makefile (tests): Add bug20.
7536 * stdio-common/bug20.c: New file.
7539 * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
7540 path elements in counting mode.
7542 2007-10-27 Andreas Jaeger <aj@suse.de>
7545 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
7548 * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
7549 (__cleanup): Free shared library when exiting.
7550 * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
7551 (__cleanup): Free shared library when exiting.
7553 2006-04-14 H.J. Lu <hongjiu.lu@intel.com>
7556 * math/libm-test.inc (check_float_internal): Support
7557 denormalized return.
7559 2007-10-23 Andreas Jaeger <aj@suse.de>
7562 * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
7563 __LONG_LONG_PAIR to handle little endian byte order.
7564 Suggested by abhishekrai@google.com
7566 2007-10-27 Ulrich Drepper <drepper@redhat.com>
7568 * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
7570 2007-10-26 Ulrich Drepper <drepper@redhat.com>
7572 * nscd/cache.c (prune_cache): Move test for modified file outside
7575 2007-10-21 Andreas Jaeger <aj@suse.de>
7577 * manual/texinfo.tex: Update to latest version.
7579 * manual/sysinfo.texi (System Parameters): Fix Formatting.
7581 * manual/arith.texi (Status bit operations): Fix formatting.
7583 * manual/errno.texi (Error Messages): Fix formatting.
7585 * manual/sysinfo.texi (System Parameters): Fix formatting.
7587 * manual/libc.texinfo: Update VERSION and UPDATED.
7589 2007-10-19 Roland McGrath <roland@redhat.com>
7591 * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
7593 2007-10-06 David S. Miller <davem@davemloft.net>
7595 * configure.in: Add sparcv9v2 and sparc64v2.
7596 * scripts/config.sub: Likewise.
7597 * configure: Regenerate.
7598 * elf/elf.h (HWCAP_SPARC_N2): New.
7599 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
7600 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
7601 (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
7602 * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
7603 * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
7604 * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
7605 * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
7607 2007-10-18 Ulrich Drepper <drepper@redhat.com>
7609 * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
7610 even if the poll result indicates there is data to read.
7611 Patch by Jeff Moyer <jmoyer@redhat.com>.
7613 2007-10-18 Roland McGrath <roland@redhat.com>
7615 * elf/elf.h (NT_PPC_VMX): New macro.
7617 2007-10-17 Ulrich Drepper <drepper@redhat.com>
7619 * version.h (VERSION): Set to 2.7.90.
7621 2007-10-17 Jakub Jelinek <jakub@redhat.com>
7623 * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add
7626 2007-10-17 Roland McGrath <roland@frob.com>
7628 * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
7629 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
7631 2007-10-17 Ulrich Drepper <drepper@redhat.com>
7633 * version.h (VERSION): Bump to 2.7.
7634 * include/features.h (__GLIBC_MINOR__): Bump to 7.
7637 * time/tzset.c (__tz_convert): Don't force testing for a change of
7638 TZ if not called from localtime. But then also see whether the
7639 file changed, in case __use_tzfile is set.
7641 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
7642 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7643 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7644 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7645 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7646 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7647 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7648 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7650 2007-10-17 Jakub Jelinek <jakub@redhat.com>
7652 * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
7653 and admin selects to be able to replace the gai.conf file, lock
7654 data structures around the qsort call.
7656 2007-10-17 Ulrich Drepper <drepper@redhat.com>
7658 * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
7660 * sysdeps/x86_64/memset.S: Revert to old version for now. The cost is
7661 too high for the improvements. Implement bzero unconditionally for
7664 2007-10-17 Ulrich Drepper <drepper@redhat.com>
7665 Jakub Jelinek <jakub@redhat.com>
7667 * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
7668 even when time_t is 32-bit.
7669 (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
7670 timezone data read by __tzfile_default. Ensure __tzname[0] is
7671 always set after the search.
7673 2007-10-16 Ulrich Drepper <drepper@redhat.com>
7675 * time/tzfile.c (__tzfile_read): Help the compiler recognize
7676 unreachable code on 32-bit machines.
7678 2007-10-16 Jakub Jelinek <jakub@redhat.com>
7681 * time/strftime_l.c: Include stdbool.h.
7682 (my_strftime): New wrapper, old function renamed to...
7683 (__strftime_internal): ... new function. Add tzset_called
7684 argument, pass it down to recursive calls, don't call tzset ()
7685 if already true, set to true after call to tzset ().
7687 2007-10-16 Ulrich Drepper <drepper@redhat.com>
7689 * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
7690 into account when copying TZ string.
7692 2007-10-16 Jakub Jelinek <jakub@redhat.com>
7694 * time/tzfile.c (__tzfile_compute): For use_last case set i to
7695 num_transition rather than num_transitions - 1.
7697 2007-10-16 Jakub Jelinek <jakub@redhat.com>
7699 * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
7702 * sysdeps/x86_64/memset.S: Jump from bzero to memset using
7703 a local label rather than HIDDEN_JUMPTARGET.
7705 2007-10-15 Ulrich Drepper <drepper@redhat.com>
7707 * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
7708 (init_cacheinfo): Initialize it.
7709 * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
7710 Always define bzero.
7711 Remove non-glibc code.
7712 * sysdeps/x86_64/bzero.S: Make an empty file.
7714 2007-10-15 H.J. Lu <hongjiu.lu@intel.com>
7716 * sysdeps/x86_64/cacheinfo.c
7717 (__x86_64_preferred_memory_instruction): New.
7718 (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7720 * sysdeps/x86_64/memset.S: Rewrite.
7722 2007-10-15 Roland McGrath <roland@redhat.com>
7724 * po/libc.pot: Regenerated.
7726 2007-10-15 Ulrich Drepper <drepper@redhat.com>
7728 * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
7732 * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
7733 NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
7734 address record to T_A/T_AAAA requests.
7736 2007-10-14 Ulrich Drepper <drepper@redhat.com>
7738 * posix/glob.c: Reimplement link_exists_p to use fstatat64.
7740 * posix/glob.c: Add some branch prediction throughout.
7742 * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
7745 * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
7747 (rfc3484_sort): Make sure that even if qsort doesn't support
7748 stable sorting out sorting here is stable by comparing service_order.
7749 (getaddrinfo): Initialize service_order.
7750 * posix/tst-rfc3484.c (do_test): Adjust for addition of
7751 service_order field to sorting structure.
7752 * posix/tst-rfc3484-2.c (do_test): Likewise.
7754 * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
7755 * time/tzset.c (tzset_internal): Break TZ string parsing out into
7756 __tzset_parse_tz and updating of daylight, timezone, tzname into
7758 (__tz_compute): Renamed from tz_compute. Take additional parameters.
7759 (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
7760 happens in __tz_compute.
7761 * time/tzfile.c (__tzfile_read): Also read TZ string.
7762 (find_transition): Fold into __tzfile_compute.
7763 (__tzfile_compute): For times beyond the last transition try to
7765 * timezone/tst-timezone.c: Information in daylight and tzname does
7766 change for Asia/Tokyo timezone with more concrete information.
7769 * include/stdio.h: Add libc_hidden_proto for ftello.
7770 * libio/ftello.c: Add libc_hidden_def.
7773 * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
7774 on the specified time and not the last entries in the file. Move
7775 code to determine tzname[] to...
7776 (find_transition): ...here. Add ugly guess for times before the
7779 2007-10-13 Ulrich Drepper <drepper@redhat.com>
7782 * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
7784 * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
7785 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7786 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
7787 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7789 * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
7790 read mechanism when there are no group members and avoid no-op
7791 read syscall in this case.
7794 * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
7795 (__readall): If reading failed due to EAGAIN error wait a bit
7796 and possibly try again.
7797 (__readvall): Likewise.
7799 2007-10-13 Bruno Haible <bruno@clisp.org>
7801 * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
7802 when we cannot recode the message.
7804 2007-10-13 Ulrich Drepper <drepper@redhat.com>
7807 * libio/__freading.c (__freading): Don't return true for
7808 write-only streams. For read/write streams, check whether we
7809 performed a read operation already.
7810 * libio/Makefile (tests): Add tst-ext2.
7811 * libio/tst-ext2.c: New file.
7813 2007-10-12 Ulrich Drepper <drepper@redhat.com>
7815 * locale/programs/repertoire.c (repertoire_read): Always free
7816 memory for repertoire file name [Coverity CID 270].
7818 * elf/cache.c (save_aux_cache): Free memory allocated for
7819 temporary file name [Coverity CID 267].
7821 2007-10-12 Jakub Jelinek <jakub@redhat.com>
7823 * misc/Makefile (headers): Add bits/error.h.
7825 2007-10-12 Ulrich Drepper <drepper@redhat.com>
7827 * posix/fnmatch_loop.c: Take rule index returned as part of
7828 findidx return value into account when accessing weights.
7829 * posix/regcomp.c: Likewise.
7830 * posix/regexec.c: Likewise.
7832 * locale/programs/ld-collate.c (collate_read): Optimize a bit.
7833 (skip_to): Fix problems with parameter of elifdef/elifndef.
7835 2007-10-11 Ulrich Drepper <drepper@redhat.com>
7837 * iconv/gconv_simple.c: Add some branch prediction.
7839 2007-10-12 Jakub Jelinek <jakub@redhat.com>
7841 * locale/programs/ld-collate.c (collate_read): If ignore_content
7842 and nowtok is tok_define, eat any tok_eol tokens.
7844 2007-10-11 Jakub Jelinek <jakub@redhat.com>
7846 * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
7847 (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
7849 * inet/netinet/in.h: Don't include bits/socket.h.
7850 * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
7852 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7854 2007-10-10 Ulrich Drepper <drepper@redhat.com>
7856 * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
7858 * locale/programs/locfile-kw.gperf: Likewise.
7859 * locale/programs/ld-collate.c: Implement primitive preprocessor.
7861 2007-10-10 Jakub Jelinek <jakub@redhat.com>
7863 * stdio-common/printf-parse.h: Include string.h and wchar.h.
7864 (__find_specwc): Change into __extern_always_inline function.
7865 (__find_specmb): Likewise. Remove ps argument. Use __strchrnul.
7866 (__parse_one_specmb): Remove ps argument.
7867 * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
7868 Adjust __find_specmb and __parse_one_specmb callers.
7869 * stdio-common/printf-prs.c (parse_printf_format): Likewise.
7870 * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
7872 (__parse_one_specmb): Remove ps argument, adjust __find_specmb
7875 2007-10-09 Ulrich Drepper <drepper@redhat.com>
7877 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
7878 with some Pentium Ds.
7880 2007-10-08 Ulrich Drepper <drepper@redhat.com>
7882 * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
7884 * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
7887 2007-10-07 Ulrich Drepper <drepper@redhat.com>
7890 * locale/C-time.c: Set week_1stday data to 19971201.
7891 * locale/programs/ld-time.c (time_finish): Default for
7892 first_workday is Monday.
7895 * wcsmbs/wchar.h: Move many C99 functions into std namespace.
7898 * posix/glob.c (glob): Recognize patterns starting \/.
7899 * posix/tst-gnuglob.c (find_file): Handle absolute path names.
7900 (main): Add test for pattern starting \/.
7902 * misc/error.h: Use __const instead of const.
7903 * misc/bits/error.h: Likewise.
7905 2007-10-07 Andreas Jaeger <aj@suse.de>
7907 * include/bits/error.h: New file.
7909 * misc/bits/error.h (error_at_line): Fix prototype.
7911 2007-10-06 Ulrich Drepper <drepper@redhat.com>
7914 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
7915 more little bugs in creating the stack frame when pltexit has to
7918 * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
7919 * nscd/connections.c (verify_persistent_db): Recognize circular lists.
7922 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
7923 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
7924 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
7925 * math/libm-test.inc: Add test for this case.
7928 * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
7929 (svc_register): Initialize sc_mapped. Set to TRUE if call to
7930 map service succeeded.
7931 (svc_is_mapped): New function.
7932 (svc_unregister): Use it before trying to unmap service.
7934 2007-10-05 Ulrich Drepper <drepper@redhat.com>
7936 * timezone/zic.c: Update from tzcode2007h.
7939 * timezone/africa: Update from tzdata2007h.
7940 * timezone/antarctica: Likewise.
7941 * timezone/asia: Likewise.
7942 * timezone/australasia: Likewise.
7943 * timezone/europe: Likewise.
7944 * timezone/leapseconds: Likewise.
7945 * timezone/northamerica: Likewise.
7946 * timezone/southamerica: Likewise.
7947 * timzeone/zone.tab: Likewise.
7950 * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
7953 * string/bits/string2.h (__strdup): Cast parameters to calloc to
7954 avoid warning with -Wconversion.
7955 (__strndup): Likewise.
7956 Half the patch by Christian Iseli <christian.iseli@licr.org>.
7959 * nscd/connections.c (restart): Don't resync if database is
7960 disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
7962 * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
7963 struct tcp_md5sig. Extend struct tcp_info according to recent kernels.
7965 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
7966 evetnfd_read, eventfd_write.
7967 * sysdeps/unix/sysv/linux/eventfd.c: New file.
7968 * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
7969 * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
7970 * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
7971 * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
7972 eventfd_write for GLIBC_2.7.
7974 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
7975 * sysdeps/unix/sysv/linux/signalfd.c: New file.
7976 * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
7977 * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
7979 2007-10-04 Jakub Jelinek <jakub@redhat.com>
7981 * stdlib/msort.c: Include stdint.h.
7982 (struct msort_param): New type.
7983 (msort_with_tmp): Use struct msort_param pointer for unchanging
7984 parameters. Add optimized handling for several common sizes
7985 and indirect sorting mode.
7986 (qsort): Adjust msort_with_tmp callers. For big S use indirect
7988 Suggested by Belazougui Djamel .
7990 * stdlib/Makefile (tests): Add tst-qsort2.
7991 * stdlib/tst-qsort2.c: New test.
7993 2007-10-04 Ulrich Drepper <drepper@redhat.com>
7995 * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
7996 for dup2 in case another thread races with the current one. Retry
7999 * misc/error.h: Remove support for use outside of libc. We have to
8000 include <features.h> now. Include <bits/error.h> if possible.
8001 * misc/bits/error.h: New file.
8003 2007-10-03 Jakub Jelinek <jakub@redhat.com>
8005 * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8006 bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8007 __extern_always_inline functions unconditionally, drop macros.
8009 * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8010 * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8011 __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8013 * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8014 add __artificial__ attribute.
8016 2007-10-02 Ulrich Drepper <drepper@redhat.com>
8018 * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8019 backward to forward direction.
8021 * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8024 * locale/programs/ld-collate.c (collate_finish): Compare against last
8025 used section which is known to have rules defined.
8026 (collate_read): After order_start, correctly record order of sections
8027 and queue sections up.
8029 2007-10-01 Ulrich Drepper <drepper@redhat.com>
8032 * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8033 the same number of pages.
8034 Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8036 * locale/programs/ld-collate.c (collate_read): After initial copy
8037 statement, continue in state 0.
8039 * include/stdio_ext.h (__fsetlocking): Define as macro.
8041 2007-09-30 Ulrich Drepper <drepper@redhat.com>
8043 * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8046 * po/pt_BR.po: Fix typo.
8048 2007-09-29 Ulrich Drepper <drepper@redhat.com>
8050 * iconvdata/Makefile (modules): Add ISO8859-9E.
8051 (distribute): Add iso8859-9e.c.
8052 (gen-8bit-gap-modules): Add iso8859-9e.
8053 * iconvdata/iso8859-9e.c: New file.
8054 * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8055 * iconvdata/TESTS: Likewise.
8056 * iconvdata/tst-tables.sh: Likewise.
8058 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8060 * locale/iso-639.def: Add several new entries.
8062 2007-09-24 Jakub Jelinek <jakub@redhat.com>
8064 * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8065 void * pointers instead of struct link_map **.
8066 (_dl_scope_free): Change argument type to void *.
8067 * include/link.h (struct link_map): Change type of l_reldeps
8068 to struct link_map_reldeps, move l_reldepsact into that
8070 * elf/dl-deps.c: Include atomic.h.
8071 (_dl_map_object_deps): Only change l->l_initfini when it is
8072 fully populated, use _dl_scope_free for freeing it. Optimize
8073 removal of libs from reldeps by using l_reserved flag, when
8074 some removal is needed, allocate a new list instead of
8075 reallocating and free the old with _dl_scope_free. Adjust
8076 for l_reldeps and l_reldepsact changes.
8077 * elf/dl-lookup.c (add_dependency): Likewise. Reorganize to allow
8078 searching in l_initfini and l_reldeps without holding dl_load_lock.
8079 * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8080 l_reldepsact changes.
8081 * elf/dl-close.c (_dl_close_worker): Likewise.
8082 * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8084 2007-09-28 Ulrich Drepper <drepper@redhat.com>
8086 * iconvdata/Makefile (modules): Add KOI8-RU.
8087 (distribute): Add koi8-ru.c.
8088 (gen-8bit-gap-modules): Add koi8-ru.
8089 * iconvdata/koi8-ru.c: New file.
8090 * iconvdata/gconv-modules: Add entries for KOI8-RU.
8091 * iconvdata/TESTS: Likewise.
8092 * iconvdata/tst-tables.sh: Likewise.
8094 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8096 2007-09-26 Jakub Jelinek <jakub@redhat.com>
8098 * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8099 with __warning__/__error__ attributes.
8100 (__warnattr): Define.
8101 * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8102 __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8104 (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8105 of __*_chk if compile time detectable overflow is found.
8106 * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8107 __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8109 (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8110 instead of __*_chk if compile time detectable overflow is found.
8111 (__gets_alias): Rename to...
8112 (__gets_warn): ... this. Add __warnattr.
8113 (gets): Call __gets_warn instead of __gets_alias.
8114 * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8115 aliases with __warnattr.
8116 (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8117 time detectable overflow is found.
8118 * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8119 __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8120 __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8121 __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8122 __getdomainname_chk_warn): New aliases with __warnattr.
8123 (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8124 getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8125 __*_chk_warn instead of __*_chk if compile time detectable overflow
8127 (__getgroups_chk): Rename argument to __listlen from listlen.
8128 (__getwd_alias): Rename to...
8129 (__getwd_warn): ... this. Add __warnattr.
8130 (getwd): Call __getwd_warn instead of __getwd_alias.
8131 * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8132 __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8133 __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8134 __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8135 __wcsnrtombs_chk_warn): New aliases with __warnattr.
8136 (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8137 mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8138 compile time detectable overflow is found.
8139 (wcsncpy, wcpncpy): Likewise. For constant __n fix check whether
8140 to use __*_chk or not.
8141 (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8142 in comparisons which function should be called and in __*_chk*
8143 arguments. Call __*_chk_warn instead of __*_chk if compile time
8144 detectable overflow is found.
8145 (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8147 * debug/tst-chk1.c (do_test): Add a few more tests.
8149 2007-09-24 Ulrich Drepper <drepper@redhat.com>
8152 * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8153 * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8154 (_nl_unload_domain): Finalize conversions_lock.
8155 * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8156 handling table of known conversions.
8158 2007-09-24 Jakub Jelinek <jakub@redhat.com>
8160 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8161 close_not_cancel_no_status instead of close.
8163 2007-09-13 Aurelien Jarno <aurelien@aurel32.net>
8166 * posix/regcomp.c (lookup_collation_sequence_value): Check that
8167 nrules != 0 for multibyte chars.
8169 2007-09-23 Ulrich Drepper <drepper@redhat.com>
8171 * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8172 Provide better error message in case the type is unknown.
8175 * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8176 * string/stratcliff.c: Make usable to test wide char functions.
8177 * wcsmbs/wcsatcliff.c: New file.
8178 * wcsmbs/Makefiel (tests): Add wcsatcliff.
8181 * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8182 (distribute): Add mac-centraleurope.c.
8183 (gen-8bit-gap-modules): Add mac-centraleurope.
8184 * iconvdata/mac-centraleurope.c: New file.
8185 * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8186 * iconvdata/TESTS: Likewise.
8187 * iconvdata/tst-tables.sh: Likewise.
8190 * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8192 2007-09-21 Ulrich Drepper <drepper@redhat.com>
8194 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8195 from __x86_64_core_cache_size_half.
8196 (init_cacheinfo): Compute shared cache size for AMD processors with
8197 shared L3 correctly.
8198 * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8200 Patch in large parts by Evandro Menezes.
8202 2007-09-19 Ulrich Drepper <drepper@redhat.com>
8204 * elf/dl-lookup.c (add_dependency): Handle failing memory
8205 allocation for dependency list. Remove unnecessary check.
8207 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8208 open/close when determining source addresses.
8210 * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8211 sha512-crypt, and sha512.
8212 (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8213 (distribute): Add sha256.h and sha512.h.
8214 * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8215 and call the appropriate code.
8216 * crypt/sha256-crypt.c: New file.
8217 * crypt/sha256.c: New file.
8218 * crypt/sha256.h: New file.
8219 * crypt/sha256c-test.c: New file.
8220 * crypt/sha256test.c: New file.
8221 * crypt/sha512-crypt.c: New file.
8222 * crypt/sha512.c: New file.
8223 * crypt/sha512.h: New file.
8224 * crypt/sha512c-test.c: New file.
8225 * crypt/sha512test.c: New file.
8227 2007-09-19 Jakub Jelinek <jakub@redhat.com>
8229 * misc/bits/syslog.h (syslog): Remove extraneous argument from
8230 the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8233 2007-09-18 Jakub Jelinek <jakub@redhat.com>
8235 * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8236 %as in fscanf format strings.
8238 * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8239 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8240 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8242 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8245 * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8246 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8247 DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8248 * elf/dl-sym.c (do_sym): Likewise.
8249 * include/link.h (struct link_map): Add l_serial field.
8250 * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8251 * elf/dl-lookup.c (add_dependency): Add flags argument.
8252 Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8253 flags, use THREAD_GSCOPE_RESET_FLAG before and
8254 THREAD_GSCOPE_SET_FLAG after
8255 __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8256 Don't dereference map until it has been found on some list.
8257 If map->l_serial changed, return -1.
8259 2007-09-17 Jakub Jelinek <jakub@redhat.com>
8261 * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8262 __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8263 (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8265 * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8266 __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8267 (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8268 add libc_hidden_proto.
8269 * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8270 vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8271 conformance requested.
8272 * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8273 vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8274 conformance requested.
8275 * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8276 vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8277 conformance requested.
8278 * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8279 vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8280 ISO C99 or POSIX conformance requested.
8281 * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8282 __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8283 __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8284 and __isoc99_vsscanf@@GLIBC_2.7.
8285 * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8286 isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8287 (tests): Add scanf14.
8288 (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8289 CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8290 CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8291 CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8292 CFLAGS-isoc99_scanf.c): Add $(exceptions).
8293 (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8294 from using internal headers.
8295 * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8296 __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8297 __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8298 and __isoc99_vswscanf@@GLIBC_2.7.
8299 * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8300 isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8301 (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8302 CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8303 (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8304 * stdio-common/isoc99_scanf.c: New file.
8305 * stdio-common/isoc99_vsscanf.c: New file.
8306 * stdio-common/isoc99_vscanf.c: New file.
8307 * stdio-common/isoc99_vfscanf.c: New file.
8308 * stdio-common/isoc99_fscanf.c: New file.
8309 * stdio-common/isoc99_sscanf.c: New file.
8310 * wcsmbs/isoc99_fwscanf.c: New file.
8311 * wcsmbs/isoc99_vswscanf.c: New file.
8312 * wcsmbs/isoc99_swscanf.c: New file.
8313 * wcsmbs/isoc99_wscanf.c: New file.
8314 * wcsmbs/isoc99_vwscanf.c: New file.
8315 * wcsmbs/isoc99_vfwscanf.c: New file.
8316 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8317 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8318 clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8319 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8320 handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8321 * stdio-common/scanf14.c: New test.
8322 * stdio-common/scanf15.c: New test.
8323 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8324 isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8325 isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8326 isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8327 isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8328 * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8329 __nldbl___isoc99_scanf@@GLIBC_2.7,
8330 __nldbl___isoc99_fscanf@@GLIBC_2.7,
8331 __nldbl___isoc99_sscanf@@GLIBC_2.7,
8332 __nldbl___isoc99_vscanf@@GLIBC_2.7,
8333 __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8334 __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8335 __nldbl___isoc99_wscanf@@GLIBC_2.7,
8336 __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8337 __nldbl___isoc99_swscanf@@GLIBC_2.7,
8338 __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8339 __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8340 and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8341 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8342 __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8343 __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8344 __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8345 __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8346 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8347 (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8348 __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8349 __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8350 __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8351 __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8352 __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8354 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8355 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8356 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8357 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8358 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8359 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8360 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
8361 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
8362 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
8363 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
8364 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
8365 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
8367 * stdio-common/Makefile (tests): Add scanf13.
8369 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
8370 m modifier followed by l.
8371 (STRING_ARG): Add width argument.
8372 (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
8373 <case L_('C')>: Handle %mlc and %mC.
8374 <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
8376 * stdio-common/scanf13.c: New test.
8378 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
8379 the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
8381 2007-09-18 Ulrich Drepper <drepper@redhat.com>
8383 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
8384 type and __THROW marker of splice, vmsplice, and tee.
8385 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8386 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8387 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8388 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8389 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8390 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8391 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8392 * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
8393 as cancellation points.
8395 2003-11-01 Daniel Jacobowitz <dan@debian.org>
8397 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
8398 parse more than three parts of the version number.
8400 2007-09-15 Ulrich Drepper <drepper@redhat.com>
8402 * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
8403 modifier. Patch by Jakub Jelinek.
8405 2007-08-26 Jakub Jelinek <jakub@redhat.com>
8407 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
8408 call_fallocate in misc subdir.
8409 * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
8410 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
8411 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
8412 instead of __fallocate64.
8413 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
8415 2007-09-15 Jakub Jelinek <jakub@redhat.com>
8417 * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
8418 * rt/Makefile (headers): Add bits/mqueue2.h.
8419 * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
8420 optimizing with GCC and __va_arg_pack_len is defined.
8421 * rt/bits/mqueue2.h: New file.
8422 * rt/mq_open.c (__mq_open): Renamed from mq_open.
8423 (mq_open): New strong_alias.
8424 (__mq_open_2): New function.
8425 * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
8426 (mq_open): New strong_alias.
8427 (__mq_open_2): New function.
8428 * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
8429 * Versions.def (librt): Add GLIBC_2.7 version.
8430 * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
8431 * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
8433 * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
8434 * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
8435 is defined rather than when not C++.
8436 * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
8437 __openat64_alias): New redirects.
8438 (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
8439 __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
8440 __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
8441 (open, open64, openat, openat64): Rewrite as __extern_always_inline
8442 functions instead of function-like macros.
8444 2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
8446 * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
8447 * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
8448 * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
8450 2007-09-15 Mike Frysinger <vapier@gentoo.org>
8452 * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
8453 * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
8455 2007-09-14 Mike Frysinger <vapier@gentoo.org>
8457 * inet/tst-network.c: Increment ERRORS for failing tests.
8459 2007-09-07 Jakub Jelinek <jakub@redhat.com>
8461 * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8462 * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
8463 implement as __extern_always_inline function.
8464 (vsyslog): Define as __extern_always_inline function unconditionally.
8465 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
8466 When __va_arg_pack is defined, implement as __extern_always_inline
8468 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8469 __extern_always_inline functions unconditionally.
8470 * libio/bits/stdio.h (vprintf): Ifdef out the inline when
8471 bits/stdio2.h will be included.
8472 * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
8473 (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
8474 implement as __extern_always_inline functions.
8475 (vswprintf, vwprintf, vfwprintf): Define as
8476 __extern_always_inline functions unconditionally.
8477 * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
8479 2007-09-03 Jakub Jelinek <jakub@redhat.com>
8481 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
8482 define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
8484 * include/features.h (__USE_EXTERN_INLINES): Define only when
8485 __extern_inline is defined.
8486 * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
8487 is defined instead of when not __cplusplus.
8488 * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
8489 is defined instead of when not __cplusplus.
8490 * socket/sys/socket.h: Include bits/socket2.h when
8491 __extern_always_inline is defined instead of when not __cplusplus.
8492 * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
8493 is defined instead of when not __cplusplus.
8494 * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
8495 is defined instead of when not __cplusplus.
8496 * string/string.h: Include bits/string3.h when __extern_always_inline
8497 is defined instead of when not __cplusplus.
8498 * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
8499 is defined instead of when not __cplusplus.
8500 (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
8501 * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
8503 * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
8504 defined __extern_always_inline instead of !defined __cplusplus.
8505 * libio/bits/stdio-ldbl.h: Likewise.
8506 * wcsmbs/bits/wchar-ldbl.h: Likewise.
8507 * misc/bits/syslog.h (syslog): Don't define for C++.
8508 (vsyslog): Use __extern_always_inline function for C++ instead of
8510 * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
8511 whenever that macro is defined.
8512 (vprintf): Don't provide the inline for C++.
8513 (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
8514 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
8515 define the macros for C++.
8516 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8517 __extern_always_inline functions for C++.
8518 * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
8519 stat64, lstat64, fstat64, fstatat64): Don't define if not
8520 __USE_EXTERN_INLINES.
8521 * wcsmbs/bits/wchar2.h: Fix #error message.
8522 (swprintf, wprintf, fwprintf): Don't define the macros for C++.
8523 (vswprintf, vwprintf, vfwprintf): Define using
8524 __extern_always_inline functions for C++.
8525 * string/bits/string3.h: Don't #undef macros if __cplusplus.
8526 (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
8527 strncpy, strcat, strncat): Define as __extern_always_inline
8528 functions instead of macros for C++.
8529 * math/bits/cmathcalls.h: Guard __extern_inline routines with
8530 defined __extern_inline.
8531 * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
8532 to __extern_inline whenever that macro is defined.
8533 * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8534 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8535 * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
8536 * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
8537 * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8538 * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8539 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8540 * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8541 * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
8542 gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
8543 prototypes. Only provide __extern_inline routines if
8544 __USE_EXTERN_INLINES.
8545 * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
8547 * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
8548 For now avoid some *printf tests in C++. Skip all testing
8549 if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
8551 * debug/tst-chk4.cc: New file.
8552 * debug/tst-chk5.cc: New file.
8553 * debug/tst-chk6.cc: New file.
8554 * debug/tst-lfschk4.cc: New file.
8555 * debug/tst-lfschk5.cc: New file.
8556 * debug/tst-lfschk6.cc: New file.
8557 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
8559 * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
8560 __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
8561 __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
8563 2007-09-13 Ulrich Drepper <drepper@redhat.com>
8565 * po/cs.po: Update from translation team.
8567 2007-09-11 Roland McGrath <roland@redhat.com>
8569 * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
8572 2007-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
8574 * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
8576 2007-09-05 Roland McGrath <roland@redhat.com>
8578 * manual/signal.texi (Signaling Another Process): Typo fix.
8579 From Karl Berry <karl@freefriends.org>.
8581 2007-08-29 Ulrich Drepper <drepper@redhat.com>
8583 * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
8584 zero if not defined.
8585 (make_request): Recognize optimistic addresses and treat them like
8586 deprecated addresses.
8587 Reported by Neil Horman <nhorman@redhat.com>.
8589 2007-08-28 Ulrich Drepper <drepper@redhat.com>
8591 * nscd/connections.c (send_ro_fd): Also transfer file size.
8592 * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
8593 file size don't call fstat.
8595 * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
8596 ahead and map the file. This should always be correct and we can
8597 catch problems later.
8599 2007-08-28 Jakub Jelinek <jakub@redhat.com>
8601 * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
8603 (__fread_alias, __fread_unlocked_alias): New aliases.
8604 (fread): New extern inline.
8605 (fread_unlocked): Likewise. Undef macro before definition of
8606 the inline function.
8607 * debug/Makefile (routines): Add fread_chk and fread_u_chk.
8608 (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
8609 * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
8610 and __fread_unlocked_chk@@GLIBC_2.7.
8611 * debug/fread_chk.c: New file.
8612 * debug/fread_u_chk.c: New file.
8613 * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
8615 2007-08-27 Jakub Jelinek <jakub@redhat.com>
8617 * sysdeps/unix/sysv/linux/syscalls.list
8618 (personality): Change caller to EXTRA.
8620 2007-08-25 Ulrich Drepper <drepper@redhat.com>
8622 * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
8624 * iconvdata/iso-2022-cn.c (BODY): Likewise.
8626 * locale/programs/ld-collate.c (collate_output): Avoid warning if
8629 * Makerules: Use -p option with mkdir.
8631 * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
8632 * nis/nis_xdr.c (_xdr_nis_server): Likewise.
8633 (_xdr_directory_obj): Likewise.
8634 (xdr_entry_obj): Likewise.
8635 (xdr_group_obj): Likewise.
8636 (xdr_link_obj): Likewise.
8637 (xdr_table_obj): Likewise.
8638 (_xdr_nis_result): Likewise.
8639 (_xdr_ns_request): Likewise.
8640 (_xdr_ib_request): Likewise.
8641 (_xdr_nis_taglist): Likewise.
8642 (xdr_cback_data): Likewise.
8643 * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
8644 (xdr_ypresp_maplist): Likewise.
8646 * stdio-common/Makefile: Avoid format string warning for tst-sprint.
8648 * posix/regex_internal.h: Prevent some declarations and definitions
8649 to be seen when used in tests.
8651 * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
8652 * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
8654 * debug/Makefile: Disable format checking when compiling tst-chk?.c.
8656 * config.make.in (datarootdir): Add to shut up configure.
8658 * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
8659 associativity for fully-associative caches.
8661 * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
8662 requests. Fill on more associativity values for L2.
8663 Patch mostly by Evandro Menezes.
8665 2007-08-24 Ulrich Drepper <drepper@redhat.com>
8667 * sysdeps/unix/sysv/linux/x86_64/init-first.c
8668 (_libc_vdso_platform_setup): Avoid using exported variable by using
8671 * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
8673 * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
8674 fallocate64 as EXTRA. It is not referenced if the symbol isn't
8677 2007-08-23 Ulrich Drepper <drepper@redhat.com>
8679 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
8680 align stack for call if pltexit is to be used.
8683 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
8684 align for function call in case pltexit has to be called later.
8686 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
8687 implicit atomic operation when storing function pointer.
8688 (_dl_runtime_profile): Likewise.
8690 2007-08-17 Jakub Jelinek <jakub@redhat.com>
8692 * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
8695 2007-08-21 Ulrich Drepper <drepper@redhat.com>
8698 * string/strtok.c: Fix typo in comment.
8701 * debug/segfault.c: Fix typos in comments.
8704 * stdio-common/tempnam.c: Fix comment, it is not checked that
8705 TMPDIR points to a writable directory.
8708 * resolv/res_send.c (__libc_res_nsend): Initialize all of the
8709 memory allocated for the name server address.
8712 * nscd/connections.c (handle_request): Using sendfile always
8713 requires that mmap is used for the database.
8714 Patch by Petr Baudis <pasky@suse.cz>.
8717 * nscd/hstcache.c (cache_addhst): When reloading an entry which
8718 suddenly has two or more addresses, ignore it and remove the old
8722 * resolv/res_hconf.c: Prepare for compiling outside libc.
8723 * nscd/res_hconf.c: New file.
8724 * nscd/Makefile (nscd-modules): Add res_hconf. Add rules to build
8726 * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
8727 * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
8729 * nscd/hstcache.c (cache_addhst): Minimal optimization.
8732 * debug/pcprofiledump.c: Turn on internationalization by calling
8733 setlocale. Patch mostly by Benno Schulenberg.
8736 * iconv/gconv.c (__gconv): If flush was successful, clear rest of
8738 * iconvdata/Makefile: Add rules to build and run bug-iconv5.
8739 * iconvdata/bug-iconv5.c: New file.
8741 2007-08-04 Carlos O'Donell <carlos@systemhalted.org>
8744 * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
8745 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
8746 R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
8747 R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
8748 R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
8749 R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
8750 R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
8751 R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
8753 2007-08-21 Ulrich Drepper <drepper@redhat.com>
8756 * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
8757 lookup loop. Suggested by John Reiser.
8759 2007-08-21 Jakub Jelinek <jakub@redhat.com>
8761 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
8763 2007-08-20 Ulrich Drepper <drepper@redhat.com>
8765 * csu/libc-start.c: Don't handle VDSO_SETUP here.
8766 * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
8767 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
8768 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this. New file.
8769 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
8771 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here. New file.
8773 2007-08-18 Ulrich Drepper <drepper@redhat.com>
8775 * po/nl.po: Update from translation team.
8777 2007-08-16 Andreas Jaeger <aj@suse.de>
8779 * locale/localeinfo.h: Make _nl_category_name_idxs extern.
8780 Reported by Peter Festner <peter.festner@ewetel.net>.
8782 2007-08-17 Jakub Jelinek <jakub@redhat.com>
8784 * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
8786 2007-08-16 Jakub Jelinek <jakub@redhat.com>
8788 * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
8789 to check for undefined symbols.
8791 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
8792 If the syscall fails, set errno to the actual returned error number
8794 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
8795 arguments are incorrect, set errno to EINVAL, if the syscall
8796 fails, set errno to the actual returned error number.
8798 * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
8799 * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
8801 * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
8802 * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here. New
8804 (ASI_PNF, ASI_BLK_P): Don't define.
8805 * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
8806 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here. New
8808 * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
8809 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here. New
8812 2007-08-15 Jakub Jelinek <jakub@redhat.com>
8814 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
8815 FE_UNDERFLOW on Niagara CPUs.
8817 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
8820 2007-08-14 Jakub Jelinek <jakub@redhat.com>
8822 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
8823 need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
8824 (sparc_fixup_plt): Add do_flush argument instead of figuring whether
8825 flush should be used or not inside of the function.
8826 (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
8828 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
8829 __thread_start): Use HIDDEN_JUMPTARGET.
8830 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
8831 __thread_start): Likewise.
8832 * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
8834 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
8835 Add libc_hidden_proto.
8836 (STRTOF): Add libc_hidden_proto.
8837 (___new_strtold_l, ___new_wcstold_l): New weak aliases.
8838 (strtold_l, wcstold_l): Use them as second argument for
8841 2007-08-14 Ulrich Drepper <drepper@redhat.com>
8843 * elf/dl-misc.c: Undo last change. The kernel won't allow it.
8845 2007-08-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
8847 * stdlib/strtold_l.c: Include wchar.h if needed. Add libc_hidden_def.
8849 2007-08-14 Ulrich Drepper <drepper@redhat.com>
8851 * po/bg.po: New file. From the translation team.
8853 2007-08-13 Jakub Jelinek <jakub@redhat.com>
8855 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
8856 __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
8857 __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
8858 when each feature was introduced.
8860 * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
8861 * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
8862 (CHECK_HASH): New macro.
8863 (PREPARE_VERSION): Use it.
8865 * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
8866 prototype if not __ASSUME_PSELECT.
8867 * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
8868 prototype if not __ASSUME_PPOLL.
8870 * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
8872 * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
8873 hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
8876 2007-08-13 Ulrich Drepper <drepper@redhat.com>
8878 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
8879 (_libc_vdso_platform_setup): If vDSO is not available point
8880 __vdso_gettimeofday to the vsyscall.
8881 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
8882 __vdso_gettimeofday instead of vsyscall.
8884 2007-08-13 Jakub Jelinek <jakub@redhat.com>
8886 * nscd/servicescache.c: Include kernel-features.h.
8887 * nscd/gai.c: Likewise.
8888 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
8889 * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
8890 * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
8891 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8892 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8893 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
8894 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8895 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
8896 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8898 2007-08-12 Ulrich Drepper <drepper@redhat.com>
8900 * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
8901 and _dl_get_origin defines anymore.
8903 * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
8904 Build fix for systems which might lack POSIX timer support.
8906 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
8907 (_libc_vdso_platform_setup): Mangle function pointers before storing
8909 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
8910 Demangle vdso pointer before use.
8911 (INTERNAL_VSYSCALL): Likewise.
8913 * elf/cache.c (primes): Mark as const.
8914 Noted by Roland McGrath.
8916 2007-08-01 Andreas Jaeger <aj@suse.de>
8917 Jakub Jelinek <jakub@redhat.com>
8919 * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
8920 (options): Add option.
8921 (parse_opt): Handle option.
8922 (manual_link): Adjust process_file caller. Call implicit_soname.
8923 (search_dir): Formatting. Use and populate auxiliary cache.
8924 (main): Load and save auxiliary cache.
8925 * elf/readlib.c (process_file): Add stat_buf argument. Pass struct
8926 stat64 from fstat64 to caller.
8927 (implicit_soname): New function.
8928 * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
8929 leave *soname as NULL.
8930 * elf/cache.c: Include libgen.h.
8931 (print_entry, print_cache, compare, save_cache, add_to_cache):
8932 Formatting and cleanups.
8933 (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
8934 aux_cache_file): New structures.
8935 (AUX_CACHEMAGIC): Define.
8936 (primes): New array.
8937 (aux_hash_size, aux_hash): New variables.
8938 (aux_cache_entry_id_hash, nextprime, init_aux_cache,
8939 search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
8940 load_aux_cache, save_aux_cache): New functions.
8941 * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
8942 (init_aux_cache, search_aux_cache, add_to_aux_cache,
8943 load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
8944 (process_file): Adjust prototype.
8946 2007-08-12 Jakub Jelinek <jakub@redhat.com>
8948 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
8951 2007-08-12 Ulrich Drepper <drepper@redhat.com>
8953 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
8954 r_found_version structure as second parameter.
8955 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
8956 (_dl_vdso_vsym): Change type of second parameter accordingly.
8957 * sysdeps/unix/sysv/linux/x86-64/libc-start.c
8958 (_libc_vdso_platform_setup): Adjust.
8959 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
8960 (_libc_vdso_platform_setup): Likewise.
8962 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
8963 * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
8964 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
8965 * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
8966 * csu/libc-start.c: Pretty printing.
8967 Use VDSO_SETUP if defined.
8968 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
8969 and let generic code call into _libc_vdso_platform_setup.
8970 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
8971 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
8972 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
8973 Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
8974 * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
8976 * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
8977 (sysdep_rountines): Add dl-vdso.
8979 * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
8982 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
8983 attribute_hidden to __vdso_gettimeofday prototype.
8985 2007-08-12 Roland McGrath <roland@redhat.com>
8987 * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
8988 From: Karl Berry <karl@freefriends.org>.
8990 2007-08-11 Ulrich Drepper <drepper@redhat.com>
8992 * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
8993 an atime update for the files we read.
8995 2007-08-10 Ulrich Drepper <drepper@redhat.com>
8997 * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
8999 * nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp
9002 * misc/Makefile (routines): Add mkostemp and mkostemp64.
9003 * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9004 * misc/mkostemp.c: New file.
9005 * misc/mkostemp64.c: New file.
9006 * stdlib/stdlib.h: Declare the new functions.
9007 * sysdeps/posix/tempname.c: Add new parameter which is added to
9008 the flags for open. Remove __GT_BIGFILE handling.
9009 * stdio-common/tempname.c: Likewise.
9010 * include/stdio.h: Adjust __gen_tempname prototype.
9011 Renumber __GT_* constants.
9012 * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9013 * misc/mkdtemp.c: Likewise.
9014 * misc/mkstemp.c: Likewise.
9015 * misc/mkstemp64.c: Likewise.
9016 * misc/mktemp.c: Likewise.
9017 * stdio-common/tempnam.c: Likewise.
9018 * stdio-common/tmpfile.c: Likewise.
9019 * stdio-common/tmpfile64.c: Likewise.
9020 * stdio-common/tmpnam.c: Likewise.
9021 * stdio-common/tmpnam_r.c: Likewise.
9023 2007-08-10 Roland McGrath <roland@frob.com>
9025 * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9027 (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9028 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9030 2007-08-10 Ulrich Drepper <drepper@redhat.com>
9032 * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9034 * nss/nss_files/files-alias.c (internal_setent): Likewise.
9035 * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9036 * nss/nss_files/files-have_o_cloexec.c: New file.
9038 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9041 2007-08-10 Jakub Jelinek <jakub@redhat.com>
9043 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9044 ___new_wcstold_l): New weak aliases.
9045 (strtold_l, wcstold_l): Use them as second argument for
9048 2007-08-09 Ulrich Drepper <drepper@redhat.com>
9050 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9051 register in test for error.
9053 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9054 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9056 * po/sv.po: Update from translation team.
9058 2007-08-06 Roland McGrath <roland@redhat.com>
9060 * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9061 Remove __strto*_l inlines.
9062 * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9063 * stdlib/strtod.c: Add libc_hidden_def.
9064 * stdlib/strtod_l.c: Likewise.
9065 * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9066 for __new_strtold and __new_wcstold.
9067 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9069 * stdlib/strtol.c: Add libc_hidden_def.
9070 * stdlib/strtol_l.c: Likewise.
9071 * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9074 * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9076 * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9077 * scripts/data/localplt-generic.data: ... here.
9078 * elf/Makefile (check-data): Get generic file if no other.
9079 ($(objpfx)check-localplt.out): Make target unconditional.
9081 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9084 2007-08-05 Ulrich Drepper <drepper@redhat.com>
9086 * po/zh_CN.po: Updated translation from translation team.
9088 2007-08-05 Jakub Jelinek <jakub@redhat.com>
9090 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9091 Don't use CGOTSETUP and CGOTRESTORE macros.
9093 2007-08-04 Roland McGrath <roland@redhat.com>
9095 * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9097 2007-08-04 Jakub Jelinek <jakub@redhat.com>
9099 * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9100 __extension__ around the whole statement expression.
9102 2007-08-04 Ulrich Drepper <drepper@redhat.com>
9104 * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9105 elements during initialization.
9107 * po/pl.po: Updated translation from translation team.
9108 * po/tr.po: Likewise.
9109 * po/nl.po: Likewise.
9111 2007-08-03 Ulrich Drepper <drepper@redhat.com>
9113 * rt/aio.h: Add __nonnull attributes.
9115 2007-08-03 Jakub Jelinek <jakub@redhat.com>
9117 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9118 * stdlib/Makefile (tests): Add tst-strtod5.
9119 (tst-strtod5-ENV): New.
9120 * stdlib/tst-strtod5.c: New file.
9122 * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9124 * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9127 * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9130 2007-08-03 Jakub Jelinek <jakub@redhat.com>
9132 * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9135 2007-08-02 Ulrich Drepper <drepper@redhat.com>
9137 * io/Makefile (aux): Add have_o_cloexec.
9138 * include/fcntl.h: Declare __have_o_cloexec.
9139 * io/have_o_cloexec.c: New file.
9140 * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9141 (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9142 fcntl call if not necessary.
9143 * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9146 * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9147 Avoid memset, add explicit initialization.
9148 * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9149 to the end and change into zero-sized array.
9150 Move lock member to fill a hole on 64-bit platforms.
9152 * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9154 * include/stdlib.h: Add __strto*_internal prototypes here.
9155 * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9157 * include/wchar.h: Add __wcsto*_internal prototypes.
9158 * sysdeps/generic/inttypes.h: No need to protect the declaration
9159 of the __strto*_internal and __wcsto*_internal members here.
9161 * rt/mqueue.h: Change const to __const and add nonnull attributes.
9163 2007-08-02 Roland McGrath <roland@redhat.com>
9165 * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9166 $(inst_bindir)/getconf if possible.
9168 * posix/Makefile ($(objpfx)getconf.speclist): New target.
9169 (generated): Add it.
9170 ($(inst_libexecdir)/getconf): Use it.
9172 2007-08-01 Ulrich Drepper <drepper@redhat.com>
9174 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9175 /proc is faster and sufficient. /sys is still needed for
9178 2007-08-01 Jakub Jelinek <jakub@redhat.com>
9180 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9181 syscall as __fallocate64.
9182 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9183 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9185 2007-07-30 Jakub Jelinek <jakub@redhat.com>
9187 * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9190 * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9191 if off_t is different rank from size_t.
9193 * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9194 uw_frame_state_for): Avoid type punning warnings.
9195 * sysdeps/generic/unwind-dw2-fde-glibc.c
9196 (_Unwind_IteratePhdrCallback): Likewise.
9197 * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9198 (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9199 get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9202 2007-07-31 Ulrich Drepper <drepper@redhat.com>
9204 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9205 total processors using sysfs.
9206 (__get_nprocs): Use sysfs to determine which processors are online.
9208 2007-07-31 Jakub Jelinek <jakub@redhat.com>
9210 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9211 syscall arguments count.
9213 * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9215 2007-07-30 Roland McGrath <roland@redhat.com>
9217 * manual/libc.texinfo: Update copyrights, formatting magic, and
9218 @dircategory. From Karl Berry <karl@freefriends.org>.
9220 2007-07-29 Ulrich Drepper <drepper@redhat.com>
9223 * io/Makefile (headers): Add bits/fcntl2.h.
9225 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9227 (__CPU_EQUAL_S): Likewise.
9229 * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9230 (tests): Add tst-cpuset.
9231 * posix/sched_cpualloc.c: New file.
9232 * posix/sched_cpufree.c: New file.
9233 * posix/tst-cpuset.c: New file.
9234 * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9236 * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9237 * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9238 macros. Define CPU_*_S macros.
9240 2007-07-28 Ulrich Drepper <drepper@redhat.com>
9242 * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9246 * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9247 #.0g and value rounded to 1.0.
9248 * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9250 2007-07-26 Jakub Jelinek <jakub@redhat.com>
9252 * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9253 for int_frac_digits and frac_digits.
9255 * login/logout.c (logout): Avoid aliasing violation.
9256 * login/logwtmp.c (logwtmp): Likewise.
9258 * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9260 * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9262 * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9264 * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9266 * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9269 * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9271 * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9273 * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9274 char * to avoid warning.
9275 * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9277 * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9279 * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9280 allocate_arrays): Cast second argument to charmap_find_symbol
9281 to char * to avoid warnings.
9283 * locale/programs/repertoire.c (repertoire_new_char): Change
9284 from_nr, to_nr and cnt to unsigned long, adjust printf format
9287 * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9288 Cast second argument to new_element to char * to avoid warnings.
9290 * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9292 * intl/gettextP.h (struct loaded_domain): Change plural to const
9293 struct expression *.
9294 * intl/plural-eval.c (plural_eval): Change first argument to
9295 const struct expression *.
9296 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9297 argument to const struct expression **.
9298 * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9300 * intl/loadmsgcat (_nl_unload_domain): Cast away const
9301 in call to __gettext_free_exp.
9303 * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9304 unitialized wstring/wpattern var warnings.
9306 * posix/runtests.c (struct a_test): Make data field const char *.
9308 * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9309 vars if not LDBL_MANT_DIG >= 106.
9311 * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9313 * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9314 __find_specmb to avoid warning.
9316 * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9318 * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9321 * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9324 * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9325 tv var when it will be actually used.
9327 * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9330 * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9331 char array resp. pointer.
9332 * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9334 * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9335 to const unsigned char **.
9336 (ucs4_to_cns11643): Change second argument to unsigned char *.
9337 * iconvdata/euc-tw.c (BODY): Change endp type to
9338 const unsigned char *.
9339 * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9341 * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9342 * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9343 * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9344 types to unsigned char pointers/arrays instead of char.
9345 * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9347 * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9348 * iconvdata/jis0212.h: Include assert.h.
9349 (ucs4_to_jisx0212): Change second argument to unsigned char *.
9350 assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9351 of trying to handle that.
9352 * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9354 * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9355 from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9356 two dimensional const unsigned char arrays.
9357 (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9358 Initialize endp to inptr to shut up a warning.
9360 2007-07-20 Jakub Jelinek <jakub@redhat.com>
9363 * time/strptime_l.c (__strptime_internal): Silently ignore
9364 strftime modifiers and field width in recursive calls.
9366 * include/time.h (enum ptime_locale_status): Remove.
9367 (__strptime_internal): Remove decided and era_cnt arguments,
9368 add statep argument.
9369 * time/strptime_l.c (__strptime_internal): Remove decided
9370 and era_cnt arguments, add statep argument. Don't recompute
9371 any fields in recursive calls, only update caller's tm
9372 and state, if recursive call fails, don't change tm nor
9374 (get_alt_number): Adjust.
9375 (recursive): Adjust caller.
9376 (strptime): Likewise.
9377 * time/strptime.c (strptime): Likewise.
9379 2007-07-19 Jakub Jelinek <jakub@redhat.com>
9381 * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
9382 * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
9383 if from and to charsets are the same.
9384 * iconv/gconv_db.c (__gconv_find_transform): Likewise.
9385 * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
9386 returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9388 2007-07-17 Jakub Jelinek <jakub@redhat.com>
9390 * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
9391 Don't define wint_t when __need_mbstate_t unless it
9393 (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
9394 in the typedef if possible.
9395 * wctype/wctype.h (wint_t): Define by including
9396 wchar.h with __need_wint_t instead of including stddef.h
9397 with __need_wint_t and as fallback definining it ourselves.
9398 * iconv/gconv.h (__need_wint_t): Define before including
9400 * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
9401 or _GLIBCPP_USE_WCHAR_T.
9402 (__need_wchar_t): Don't define
9403 if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9404 (__need_wint_t): Don't define before including stddef.h,
9405 define before including wchar.h only if _LIBC or
9406 _GLIBCPP_USE_WCHAR_T.
9407 (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9408 * sysdeps/mach/hurd/_G_config.h: Likewise.
9409 * sysdeps/generic/_G_config.h: Likewise.
9410 * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
9411 prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
9412 (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
9413 if _LIBC or _GLIBCPP_USE_WCHAR_T.
9415 2007-07-28 Ulrich Drepper <drepper@redhat.com>
9417 * sysdeps/posix/posix_fallocate64.c: Undefine
9418 __posix_fallocate64_l64 before alias handling.
9419 * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
9420 * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
9421 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
9422 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
9424 * io/tst-posix_fallocate.c: Include <fcntl.h>.
9426 2007-07-23 Jakub Jelinek <jakub@redhat.com>
9428 * locale/programs/ld-collate.c (atwc): New variable.
9429 (add_to_tablewc): New toplevel function, moved from collate_output.
9430 (collate_output): Remove add_to_tablewc nested function.
9432 * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
9433 (name_insert): New function.
9434 (write_output): Remove hash_table and hash_size vars and name_insert
9437 2007-07-24 Roland McGrath <roland@redhat.com>
9439 * Makerules (install-others-programs-nosubdir): New target.
9440 (install-no-libc.a-nosubdir): Depend on it.
9442 * iconv/Makefile (install-others-programs): Set this instead of
9444 * login/Makefile (install-others-programs): Likewise.
9445 * posix/Makefile (install-others-programs): Likewise.
9447 * Makerules (install-no-libc.a-nosubdir): Clean up conditional
9450 2007-07-23 Ulrich Drepper <drepper@redhat.com>
9452 * io/Makefile (tests): Add tst-posix_fallocate.
9453 * io/tst-posix_fallocate.c: New file.
9455 * sysdeps/unix/sysv/linux/kernel-features.h: Define
9458 2007-07-22 Roland McGrath <roland@frob.com>
9460 * hurd/getdport.c: Add missing copyright year update.
9462 * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
9463 * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
9465 2007-07-22 Ulrich Drepper <drepper@redhat.com>
9467 * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
9469 * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
9470 O_CLOEXEC is needed.
9471 * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
9472 Avoid additional fcntl to set O_CLOEXEC if not needed.
9473 * nis/nss_compat/compat-initgroups.c: Likewise.
9474 * nis/nss_compat/compat-pwd.c: Likewise.
9475 * nis/nss_compat/compat-spwd.c: Likewise.
9477 2007-07-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
9480 * manual/errno.texi: Change ECANCELED value to 119.
9483 * mach/lock-intern.h: Include <sys/cdefs.h>.
9486 * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
9490 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
9493 * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
9495 2006-06-13 Thomas Schwinge <tschwinge@gnu.org>
9497 * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
9499 * sysdeps/mach/hurd/i386/tls.h: Likewise.
9501 2007-07-21 Ulrich Drepper <drepper@redhat.com>
9503 * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
9504 descriptor received from nscd.
9506 * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
9508 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
9509 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9510 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9511 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9512 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9513 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9515 2007-07-20 Jakub Jelinek <jakub@redhat.com>
9518 * manual/signal.texi (Non-atomic Example): Make memory var volatile.
9521 * login/forkpty.c (forkpty): Close master and slave fds on
9522 fork failure. Patch by
9523 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
9525 2007-07-18 Jakub Jelinek <jakub@redhat.com>
9527 * include/features.h (__USE_ISOC95): New define.
9528 * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
9529 swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
9530 for -std=iso9899:199409.
9531 * CONFORMANCE: Remove comments about unsupported AMD1.
9533 2007-07-17 Jakub Jelinek <jakub@redhat.com>
9535 * sysdeps/ia64/sched_cpucount.c: New file.
9536 * sysdeps/powerpc/sched_cpucount.c: New file.
9538 * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
9539 __BEGIN_DECLS/__END_DECLS around the prototype.
9540 * bits/sched.h (__sched_cpucount): Likewise. Make second argument
9541 pointer to const cpu_set_t.
9543 * bits/types.h: Don't include stddef.h, don't define __need_size_t.
9544 * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
9545 __need_size_t and include stddef.h.
9546 * sysvipc/sys/msg.h: Likewise.
9547 * posix/sched.h: Likewise.
9548 * hurd/hurd/signal.h (__need_size_t): Define.
9550 * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
9551 neither does signal.h in pedantic ISO C namespaces. stdio.h
9552 no longer defines wint_t or wchar_t.
9554 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
9555 * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
9556 _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
9557 * debug/vprintf_chk.c (__vprintf_chk): Likewise.
9558 * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
9559 * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
9560 * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
9561 * debug/printf_chk.c (__printf_chk): Likewise.
9562 * debug/fprintf_chk.c (__fprintf_chk): Likewise.
9563 * debug/wprintf_chk.c (__wprintf_chk): Likewise.
9565 * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
9568 * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
9569 * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
9571 2007-07-16 Jakub Jelinek <jakub@redhat.com>
9574 * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
9575 * malloc/malloc.h (realloc): Likewise.
9577 * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
9578 if one of proc_file_chain streams has that fileno.
9579 * stdio-common/Makefile (tests): Add tst-popen2.
9580 * stdio-common/tst-popen2.c: New test.
9582 2007-07-14 Jakub Jelinek <jakub@redhat.com>
9584 * elf/ldconfig.c: Allow GPLv2 or any later version.
9585 * elf/readlib.c: Likewise.
9586 * elf/chroot_canon.c: Likewise.
9587 * elf/cache.c: Likewise.
9588 * nscd/mem.c: Likewise.
9589 * nscd/getpwuid_r.c: Likewise.
9590 * nscd/grpcache.c: Likewise.
9591 * nscd/aicache.c: Likewise.
9592 * nscd/getsrvbynm_r.c: Likewise.
9593 * nscd/nscd.c: Likewise.
9594 * nscd/servicescache.c: Likewise.
9595 * nscd/getsrvbypt_r.c: Likewise.
9596 * nscd/initgrcache.c: Likewise.
9597 * nscd/gethstbyad_r.c: Likewise.
9598 * nscd/gethstbynm2_r.c: Likewise.
9599 * nscd/getgrnam_r.c: Likewise.
9600 * nscd/nscd_setup_thread.c: Likewise.
9601 * nscd/getpwnam_r.c: Likewise.
9602 * nscd/gai.c: Likewise.
9603 * nscd/connections.c: Likewise.
9604 * nscd/dbg_log.c: Likewise.
9605 * nscd/cache.c: Likewise.
9606 * nscd/hstcache.c: Likewise.
9607 * nscd/nscd_conf.c: Likewise.
9608 * nscd/getgrgid_r.c: Likewise.
9609 * nscd/pwdcache.c: Likewise.
9610 * catgets/gencat.c: Likewise.
9611 * locale/programs/linereader.h: Likewise.
9612 * locale/programs/locarchive.c: Likewise.
9613 * locale/programs/ld-paper.c: Likewise.
9614 * locale/programs/locfile-kw.h: Likewise.
9615 * locale/programs/ld-address.c: Likewise.
9616 * locale/programs/xmalloc.c: Likewise.
9617 * locale/programs/ld-time.c: Likewise.
9618 * locale/programs/localedef.c: Likewise.
9619 * locale/programs/simple-hash.c: Likewise.
9620 * locale/programs/xstrdup.c: Likewise.
9621 * locale/programs/ld-numeric.c: Likewise.
9622 * locale/programs/locfile-kw.gperf: Likewise.
9623 * locale/programs/ld-collate.c: Likewise.
9624 * locale/programs/charmap-kw.gperf: Likewise.
9625 * locale/programs/charmap.h: Likewise.
9626 * locale/programs/charmap-kw.h: Likewise.
9627 * locale/programs/config.h: Likewise.
9628 * locale/programs/locfile.c: Likewise.
9629 * locale/programs/ld-ctype.c: Likewise.
9630 * locale/programs/charmap.c: Likewise.
9631 * locale/programs/ld-messages.c: Likewise.
9632 * locale/programs/repertoire.h: Likewise.
9633 * locale/programs/locale.c: Likewise.
9634 * locale/programs/ld-name.c: Likewise.
9635 * locale/programs/linereader.c: Likewise.
9636 * locale/programs/locfile.h: Likewise.
9637 * locale/programs/3level.h: Likewise.
9638 * locale/programs/ld-monetary.c: Likewise.
9639 * locale/programs/ld-measurement.c: Likewise.
9640 * locale/programs/charmap-dir.c: Likewise.
9641 * locale/programs/ld-identification.c: Likewise.
9642 * locale/programs/localedef.h: Likewise.
9643 * locale/programs/charmap-dir.h: Likewise.
9644 * locale/programs/repertoire.c: Likewise.
9645 * locale/programs/simple-hash.h: Likewise.
9646 * locale/programs/ld-telephone.c: Likewise.
9647 * locale/programs/locale-spec.c: Likewise.
9648 * locale/programs/locfile-token.h: Likewise.
9649 * posix/getconf.c: Likewise.
9650 * iconv/dummy-repertoire.c: Likewise.
9651 * iconv/iconv_charmap.c: Likewise.
9652 * iconv/iconvconfig.c: Likewise.
9653 * iconv/iconv_prog.c: Likewise.
9654 * malloc/memusagestat.c: Likewise.
9655 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
9657 2007-07-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
9659 * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
9660 * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
9661 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
9662 check for the first argument.
9664 2007-07-12 Jakub Jelinek <jakub@redhat.com>
9667 * math/tgmath.h (__tgmath_real_type_sub): Formatting.
9668 (__tgmath_real_type): Fix if expr is const int or other const
9669 qualified integral type.
9670 (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
9671 expressions and handle const qualified arguments.
9672 (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
9673 __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
9674 (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
9675 statement expressions.
9676 (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
9677 __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
9678 (__TGMATH_UNARY_IMAG): Define.
9679 (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
9680 * math/Makefile (tests): Add test-tgmath2.
9681 (CFLAGS-test-tgmath2.c): Add.
9682 * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
9683 count_cfloat, count_cldouble): New variables.
9685 (main): Check number of complex calls as well.
9686 (F(compile_test)): Add complex tests and tests with const qualified
9688 (y, z, ccount): Define.
9689 (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
9690 F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
9691 F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
9692 F(cproj)): New functions.
9693 * math/test-tgmath2.c: New test.
9695 2007-07-11 Jakub Jelinek <jakub@redhat.com>
9698 * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
9699 RPATH etc. as "/" rather than "", don't segfault on empty paths,
9701 * dlfcn/Makefile (distribute): Add glreflib3.c.
9702 (module-names): Add glreflib3.
9703 ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
9705 (LDFLAGS_glreflib3.so): New.
9706 * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
9708 * dlfcn/glreflib3.c: New file.
9710 * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
9711 returned -1, return NULL.
9712 * intl/explodename.c (_nl_explode_name): Return -1 if
9713 _nl_normalize_codeset failed.
9715 2007-07-07 Steven Munroe <sjmunroe@us.ibm.com>
9717 * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
9718 Specify .machine power6 to get ISA-V2.0 branch hints. Unroll loops
9719 and avoid branch misspredicts for > 31 bytes memset case.
9720 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9721 Remove toc ref to __cache_line_size.
9723 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
9724 to get ISA-V2.0 branch hints.
9725 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
9726 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
9727 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
9728 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
9729 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
9730 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
9731 Remove toc ref to __cache_line_size.
9733 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
9734 Include math_ldbl_opt.h.
9736 2007-07-10 Ulrich Drepper <drepper@redhat.com>
9739 * time/strptime_l.c (__strptime_internal): Implement greedy
9740 matching of weekday and month names.
9742 2007-07-09 Roland McGrath <roland@redhat.com>
9744 * elf/elf.h (NT_GNU_ABI_TAG): New macro.
9745 (ELF_NOTE_ABI): Use it.
9746 (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
9748 2007-07-09 Ulrich Drepper <drepper@redhat.com>
9750 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
9751 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
9753 2007-07-07 Ulrich Drepper <drepper@redhat.com>
9756 * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
9757 in loop to look for conversion specifier to avoid testing of
9759 * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
9760 * stdio-common/bug18.c: New file.
9761 * stdio-common/bug18a.c: New file.
9762 * stdio-common/bug19.c: New file.
9763 * stdio-common/bug19a.c: New file.
9765 2007-07-05 Mike Frysinger <vapier@gentoo.org>
9767 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
9770 2007-07-01 Jakub Jelinek <jakub@redhat.com>
9772 * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
9773 * elf/dl-minimal.c (__libc_memalign): Likewise. Handle malloc (0).
9774 Return NULL if mmap failed instead of asserting it does not.
9775 (calloc): Check for integer overflow.
9777 * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
9780 2007-07-03 Jakub Jelinek <jakub@redhat.com>
9783 * nis/nss-default.c: Include errno.h.
9784 (init): Preserve errno.
9786 2007-07-02 Ulrich Drepper <drepper@redhat.com>
9788 * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
9790 2007-06-30 Ulrich Drepper <drepper@redhat.com>
9792 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
9794 2007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
9796 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
9798 2007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
9800 * sysdeps/s390/dl-procinfo.c: New file.
9801 * sysdeps/s390/dl-procinfo.h: New file.
9802 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
9804 2007-06-29 Jakub Jelinek <jakub@redhat.com>
9806 * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
9807 in PT_NOTE segments with multiple notes.
9808 * elf/readelflib.c (process_elf_file): Likewise.
9810 2007-06-22 Ulrich Drepper <drepper@redhat.com>
9812 * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
9815 2007-06-19 Ulrich Drepper <drepper@redhat.com>
9817 * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
9819 2007-06-13 Jakub Jelinek <jakub@redhat.com>
9821 * include/link.h: Don't include rtld-lowlevel.h.
9822 (struct link_map): Remove l_scope_lock.
9823 * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
9824 (_dl_scope_free_list): New field (variable) in _rtld_global.
9825 (DL_LOOKUP_SCOPE_LOCK): Remove.
9826 (_dl_scope_free): New prototype.
9827 * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
9828 Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
9829 (_dl_profile_fixup): Likewise.
9830 * elf/dl-sym.c (do_sym): Likewise. Use wrapped _dl_lookup_symbol_x
9831 whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
9832 THREAD_GSCOPE_RESET_FLAG around it.
9833 * elf/dl-close.c (_dl_close_worker): Don't use
9834 __rtld_mrlock_{change,done}. Call _dl_scope_free on the old
9835 scope. Make sure THREAD_GSCOPE_WAIT () happens if any old
9836 scopes were queued or if l_scope_mem has been abandoned.
9837 * elf/dl-open.c (_dl_scope_free): New function.
9838 (dl_open_worker): Use it. Don't use __rtld_mrlock_{change,done}.
9839 * elf/dl-support.c (_dl_scope_free_list): New variable.
9840 * elf/dl-lookup.c (add_dependency): Remove flags argument.
9841 Remove DL_LOOKUP_SCOPE_LOCK handling.
9842 (_dl_lookup_symbol_x): Adjust caller. Remove DL_LOOKUP_SCOPE_LOCK
9844 * elf/dl-object.c (_dl_new_object): Don't use
9845 __rtld_mrlock_initialize.
9847 2007-06-19 Ulrich Drepper <drepper@redhat.com>
9849 * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
9851 (rtld_global_ro): Likewise.
9853 2007-06-18 Jakub Jelinek <jakub@redhat.com>
9855 * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
9856 Move PT_LOAD checking to...
9857 (_dl_addr_inside_object): ... here, new function.
9858 * elf/dl-sym.c (do_sym): If not l_contiguous,
9859 call _dl_addr_inside_object.
9860 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
9861 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9862 * elf/dl-open.c (dl_open_worker): Likewise.
9863 (_dl_addr_inside_object): New function if IS_IN_rtld.
9864 * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
9865 holes are present or are PROT_NONE protected.
9866 * include/link.h (struct link_map): Add l_contiguous field.
9867 * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
9869 2007-06-18 Jakub Jelinek <jakub@redhat.com>
9870 Tomas Janousek <tjanouse@redhat.com>
9871 Ulrich Drepper <drepper@redhat.com>
9874 * resolv/res_send.c (send_dg): Remove socket_pf. Use ipv6_unavail
9875 member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
9877 * resolv/resolv.h (__res_state): Add ipv6_unavail member. Make
9878 unused member a bitmap.
9879 * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
9880 servers are configured.
9882 2007-06-18 Jakub Jelinek <jakub@redhat.com>
9884 * elf/rtld.c (dl_main): Don't call init_tls more than once.
9886 2007-06-17 Andreas Schwab <schwab@suse.de>
9888 * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
9890 2007-06-16 Andreas Jaeger <aj@suse.de>
9893 * sysdeps/unix/sysv/linux/sys/ptrace.h
9894 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
9895 PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
9896 PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
9897 PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
9898 PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
9900 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
9901 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
9902 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
9903 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
9905 2007-06-16 Ulrich Drepper <drepper@redhat.com>
9908 * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
9909 determining whether there are IPv4/IPv6 addresses, ignore loopback
9912 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
9914 * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
9915 * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
9916 as the return type. Change type of "r" variable to CMPtype.
9917 * soft-fp/eqsf2.c (__eqsf2): Likewise.
9918 * soft-fp/eqtf2.c (__eqtf2): Likewise.
9919 * soft-fp/gedf2.c (__gedf2): Likewise.
9920 * soft-fp/gesf2.c (__gesf2): Likewise.
9921 * soft-fp/getf2.c (__getf2): Likewise.
9922 * soft-fp/ledf2.c (__ledf2): Likewise.
9923 * soft-fp/lesf2.c (__lesf2): Likewise.
9924 * soft-fp/letf2.c (__letf2): Likewise.
9925 * soft-fp/unorddf2 (__unorddf2): Likewise.
9926 * soft-fp/unordsf2 (__unordsf2): Likewise.
9927 * soft-fp/unordtf2 (__unordtf2): Likewise.
9929 2007-06-09 Ulrich Drepper <drepper@redhat.com>
9931 * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
9932 make sure gcc doesn't mess around with this.
9934 2007-06-08 Ulrich Drepper <drepper@redhat.com>
9936 * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
9938 2007-06-08 Jakub Jelinek <jakub@redhat.com>
9940 * elf/dl-close.c (_dl_close_worker): Remove all to be removed
9941 libraries from the global scope at once and call THREAD_GSCOPE_WAIT
9942 at most once per _dl_close_worker.
9944 2007-06-08 Ulrich Drepper <drepper@redhat.com>
9946 * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
9947 __sched_cpucount as const.
9948 * posix/sched_cpucount.c: Adjust.
9950 * posix/sched_cpucount.c (__sched_cpucount): Allow using special
9951 instruction for counting bits.
9952 * sysdeps/x86_64/sched_cpucount.c: New file.
9954 2007-06-07 Ulrich Drepper <drepper@redhat.com>
9956 * configure.in: Avoid variable named BASH.
9957 * config.make.in: Likewise.
9958 Patch in part by Mike Frysinger.
9960 2007-06-06 Jakub Jelinek <jakub@redhat.com>
9963 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
9964 pseudo-zeros as zero.
9965 * sysdeps/x86_64/ldbl2mpn.c: New file.
9966 * sysdeps/ia64/ldbl2mpn.c: New file.
9968 2007-06-04 Jakub Jelinek <jakub@redhat.com>
9970 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
9971 unused ily variable. Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
9972 Remove unreachable code at the end.
9974 2007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
9976 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
9977 ldbl-128ibm in comment.
9978 (fpclassifyl): Correct classification of denormals.
9979 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
9980 return value for MIN denormal. Rewrite using long double math too
9981 correctly handle denormals and canonicalize the results.
9983 2007-06-05 Jakub Jelinek <jakub@redhat.com>
9985 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
9986 (__mpn_construct_long_double): Fix conversion where result ought
9987 to be smaller than __LDBL_MIN__, or the low double should be
9988 denormal. Fix decision where to negate low double - honor round
9990 * stdio-common/tst-sprintf2.c: Include string.h.
9991 (COMPARE_LDBL): Define.
9992 (TEST): Also test whether a string hexadecimal float representation
9993 can be parsed back to the number.
9994 (main): Add a couple of further tests.
9996 2007-06-04 Jakub Jelinek <jakub@redhat.com>
9998 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
9999 (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10000 is non-zero, but smaller than 2 * __DBL_MIN__.
10001 * stdio-common/tst-sprintf2.c: New test.
10002 * stdio-common/Makefile (tests): Add tst-sprintf2.
10004 * math/test-misc.c (main): Don't run last batch of tests with
10005 IBM long double format.
10007 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
10009 * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10010 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10011 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10012 * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10013 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10014 * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10015 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10016 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10017 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10018 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10019 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10020 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10022 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10024 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10026 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10028 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10033 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10035 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10037 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10042 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
10044 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10045 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10046 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10047 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10048 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10049 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10050 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10051 * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10053 2007-05-22 Steven Munroe <sjmunroe@us.ibm.com>
10055 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10056 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10057 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10058 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10059 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10060 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10061 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10062 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10064 2007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
10066 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10067 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10068 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10069 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10071 2007-03-15 Steven Munroe <sjmunroe@us.ibm.com>
10073 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10074 [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10076 2006-02-13 Steven Munroe <sjmunroe@us.ibm.com>
10078 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10079 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10080 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10081 * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10083 2006-10-20 Steven Munroe <sjmunroe@us.ibm.com>
10085 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10086 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10088 2006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
10090 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10091 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10093 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10094 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10095 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10096 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10098 2006-09-29 Steven Munroe <sjmunroe@us.ibm.com>
10100 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10101 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10102 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10103 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10105 2006-09-28 Steven Munroe <sjmunroe@us.ibm.com>
10107 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10108 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10109 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10110 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10111 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10112 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10114 2006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
10116 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10117 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10118 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10119 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10121 2006-06-15 Steven Munroe <sjmunroe@us.ibm.com>
10123 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10124 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10125 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10126 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10127 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10128 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10129 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10130 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10131 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10132 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10133 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10134 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10135 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10136 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10137 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10138 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10140 2006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
10142 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10143 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10145 2007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
10147 * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10148 * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10150 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
10152 * sysdeps/powerpc/powerpc32/970/Implies: New file.
10153 * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10154 * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10155 * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10156 * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10157 * sysdeps/powerpc/powerpc64/970/Implies: New file.
10158 * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10159 * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10160 * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10161 * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10163 2007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
10165 * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10167 2007-03-13 Steven Munroe <sjmunroe@us.ibm.com>
10169 * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10170 branch miss-predicts. Ensure that cache line crossing does not impact
10173 2006-12-13 Steven Munroe <sjmunroe@us.ibm.com>
10175 * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10176 "../../powerpc32/power4/memcopy.h".
10177 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10178 "../../powerpc32/power4/wordcopy.c".
10180 2006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
10182 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10183 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10184 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10185 * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10186 * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10187 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10189 2006-09-10 Steven Munroe <sjmunroe@us.ibm.com>
10191 * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10193 2006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
10195 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10196 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10197 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10198 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10199 * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10200 * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10201 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10202 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10204 2006-07-06 Steven Munroe <sjmunroe@us.ibm.com>
10206 * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10208 2006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
10210 * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10211 * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10212 * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10213 * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10214 * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10215 * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10216 * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10218 2007-05-29 Roland McGrath <roland@redhat.com>
10220 * po/Makefile (po-sed-cmd): New variable.
10221 (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10223 2007-05-29 Ulrich Drepper <drepper@redhat.com>
10225 * crypt/md5-crypt.c: Fix comment.
10227 * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10228 of crashing. When this is the case or if the reply is malformed,
10229 don't try to close the new file descriptor since it does not
10231 Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10233 2007-05-28 Jakub Jelinek <jakub@redhat.com>
10235 * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10236 if __NR_utimensat is not defined.
10238 2007-05-26 Ulrich Drepper <drepper@redhat.com>
10240 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10242 2007-05-25 Jakub Jelinek <jakub@redhat.com>
10244 * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10245 (open): Fix comment typos. Don't call __open_2 if flags
10246 is a compile time constant without O_CREAT.
10247 (__open64_2): Add nonnull attribute.
10248 (open64): Fix comment typos. Don't call __open64_2 if flags
10249 is a compile time constant without O_CREAT.
10250 (__openat_2): Add nonnull attribute, fix nonnull attribute
10252 (openat): Fix comment typos. Don't call __openat_2 if flags
10253 is a compile time constant without O_CREAT.
10254 (__openat64_2): Add nonnull attribute, fix nonnull attribute
10256 (openat64): Fix comment typos. Don't call __openat64_2 if flags
10257 is a compile time constant without O_CREAT.
10259 2007-05-24 Ulrich Drepper <drepper@redhat.com>
10261 * Makerules (sysd-rules): Define PTW for ptw-* files.
10262 * Versions: Define GLIBC_2.7 for libc.
10263 * include/stdio.h: Declare __fortify_fail.
10264 * debug/fortify_fail.c: New file.
10265 * debug/Makefile (routines): Add fortify_fail.
10266 * debug/chk_fail.c: Use __fortify_fail.
10267 * debug/stack_chk_fail.c: Likewise.
10268 * io/Versions: Export __open_2, __open64_2, __openat_2, and
10269 __openat64_2 for GLIBC_2.7.
10270 * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10271 * io/open.c: Define *_2 variant of function which checks for O_CREAT
10272 and fails if necessary.
10273 * io/open64.c: Likewise.
10274 * io/openat.c: Likewise.
10275 * io/openat64.c: Likewise.
10276 * sysdeps/unix/sysv/linux/open64.c: Likewise.
10277 * sysdeps/unix/sysv/linux/openat.c: Likewise.
10278 * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10279 * io/bits/fcntl2.h: New file.
10280 * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10282 * include/bits/fcntl2.h: New file.
10283 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10285 * sysdeps/unix/sysv/linux/open_2.c: New file.
10287 2007-05-21 Ulrich Drepper <drepper@redhat.com>
10289 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10290 as second parameter to handle_intel.
10292 * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10295 * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10297 * sysdeps/x86_64/cacheinfo.c: ... here. New file.
10298 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10300 * sysdeps/x86_64/memcpy.S: Complete rewrite.
10301 * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10302 Patch by Evandro Menezes <evandro.menezes@amd.com>.
10304 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10306 2007-05-21 Jakub Jelinek <jakub@redhat.com>
10309 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10310 * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10311 * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10313 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10316 * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10317 reinitialize workend at the start of each do_positional format spec
10318 loop, free workstart before do_positional loops.
10319 (printf_unknown): Fix size of work_buffer.
10320 * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10322 * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10323 (public_sET_STATe): If ms->version < 3, put all chunks into
10324 unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10327 * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10328 * malloc/hooks.c: Likewise.
10329 * malloc/arena.c: Likewise.
10330 * malloc/malloc.c (do_check_malloc_state): Don't assert
10331 n_mmaps is not greater than n_mmaps_max. This removes the need
10332 for the previous change.
10334 * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10337 2007-05-19 Ulrich Drepper <drepper@redhat.com>
10339 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10340 Define for kernel >= 2.6.22.
10342 2007-05-18 Ulrich Drepper <drepper@redhat.com>
10344 * elf/dl-close.c (_dl_close_worker): When removing object from
10345 global scope, wait for all lookups to finish afterwards.
10346 * elf/dl-open.c (add_to_global): When global scope array must
10347 grow, allocate a new one and free old array only after all
10349 * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10350 (_dl_lookup_symbol_x): Likewise.
10351 * elf/dl-support.c: Define _dl_wait_lookup_done.
10352 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10353 _dl_wait_lookup_done.
10355 * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10356 not overlapping with arena.
10358 * malloc/mcheck.c (reallochook): If size==0, free the block.
10360 * rt/tst-shm.c: Use fstat64 instead of fstat.
10362 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
10363 __NR_sync_file_range is not defined.
10365 2007-05-17 Ulrich Drepper <drepper@redhat.com>
10367 Dummy files to prevent stub versions from being used.
10368 * sysdeps/x86_64/fpu/k_cosl.c: New file.
10369 * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
10370 * sysdeps/x86_64/fpu/k_sinl.c: New file.
10371 * sysdeps/x86_64/fpu/k_tanl.c: New file.
10373 * version.h (VERSION): Set to 2.6.90.
10375 2007-05-14 Ulrich Drepper <drepper@redhat.com>
10377 * version.h (VERSION): Define to 2.6.
10378 * include/features.h (__GLIBC_MINOR__): Define to 6.
10380 * malloc/malloc.c: Use all small bin slots on 64-bit archs.
10382 * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
10385 2007-05-13 Ulrich Drepper <drepper@redhat.com>
10387 * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
10388 number of mmaps. n_mmaps_max is the target.
10389 * malloc/hooks.c: Likewise.
10390 * malloc/arena.c: Likewise.
10392 2007-05-12 Andreas Jaeger <aj@suse.de>
10394 * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
10397 2007-05-11 Ulrich Drepper <drepper@redhat.com>
10399 * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
10400 adding new variables.
10402 * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
10403 optimize. Completely extend global scope array before making the
10404 new entries visible.
10406 2007-05-10 Ulrich Drepper <drepper@redhat.com>
10408 * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
10409 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
10412 * include/link.h: Move l_version and l_nversion members around to
10415 * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
10417 * sysdeps/unix/sysv/linux/sched_setaffinity.c
10418 (__sched_setaffinity_new): If syscall was successful and
10419 RESET_VGETCPU_CACHE is defined, use it before returning.
10420 * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
10422 * io/sys/stat.h: Make sure struct timespec is defined for
10425 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
10427 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
10428 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
10429 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10430 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
10431 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10432 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
10433 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
10434 * io/sys/stat.h: Declare utimensat, futimens.
10435 * io/utimensat.c: New file.
10436 * io/futimens.c: New file.
10437 * sysdeps/unix/sysv/linux/utimensat.c: New file.
10438 * sysdeps/unix/sysv/linux/futimens.c: New file.
10439 * io/Makefile (routines): Add utimensat, futimens.
10440 * io/Versions: Add utimensat, futimens to GLIBC_2.6.
10441 * sysdeps/unix/sysv/linux/lutimes.c: New file.
10442 * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
10445 * include/sys/cdefs.h: Redefine __nonnull so that test for
10446 incorrect parameters in the libc code itself are not omitted.
10448 2007-05-09 Jakub Jelinek <jakub@redhat.com>
10450 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
10451 exception in addition to inexact when asked to raise only FE_INEXACT.
10454 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
10457 2007-05-07 Ulrich Drepper <drepper@redhat.com>
10460 * string/strfry.c (strfry): Make result more random.
10462 2007-05-07 Richard Henderson <rth@redhat.com>
10464 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
10465 if __NO_LONG_DOUBLE_MATH.
10466 * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
10467 available in the compiler, add .arch directive to the assembly.
10469 2007-05-07 Jakub Jelinek <jakub@redhat.com>
10471 * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
10472 compat_symbol to GLIBC_2_1.
10473 * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
10474 * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
10475 * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
10476 * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
10477 * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
10478 * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
10479 * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
10481 (__isnanl): New compat_symbol.
10483 2007-05-07 Ulrich Drepper <drepper@redhat.com>
10484 Jakub Jelinek <jakub@redhat.com>
10486 * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
10487 (new_heap): Initialize mprotect_size.
10488 (grow_heap): When growing, only mprotect from mprotect_size till
10489 new_size if mprotect_size is smaller. When shrinking, use PROT_NONE
10490 MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
10492 2007-04-30 Steven Munroe <sjmunroe@us.ibm.com>
10493 Peter Bergner <bergner@us.ibm.com>
10495 * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
10496 Define FE_NOMASK_ENV as FE_EANBLED_ENV. Define FE_MASK_ENV.
10497 * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
10498 * sysdeps/powerpc/fpu/fe_mask.c: New file.
10499 * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
10500 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
10501 Call __fe_mask_env() if all FP exceptions disabled.
10502 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
10503 from old FPSCR to new fenv to propagate DFP rounding modes.
10504 Call __fe_mask_env() if FP exceptions previously enabled.
10505 * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
10506 exceptions from env. Use __fe_nomask_env() or __fe_mask_env() when
10507 transitioning from all exceptions disabled to any exception enabled
10509 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
10510 merge exceptions from env. Call __fe_nomask_env or __fe_mask_env
10511 when transitioning from all exceptions disabled to any exception
10512 enabled or visa versa.
10513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
10514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
10515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
10516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
10517 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
10518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
10520 2007-05-06 Ulrich Drepper <drepper@redhat.com>
10523 * posix/unistd.h: Remove __THROW from fdatasync.
10525 2007-05-06 Mike Frysinger <vapier@gentoo.org>
10528 * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
10530 2007-05-06 Ulrich Drepper <drepper@redhat.com>
10532 * stdio-common/vfprintf.c (process_string_arg): Optimize
10533 ridiculous precision in wide char code printing multi-byte string.
10534 Reported by Jim Meyering <jim@meyering.net>.
10537 * elf/dl-addr.c (_dl_addr): Compare address with actual segment
10538 boundaries to work around systems with overlapping binary loading.
10539 Based on a patch by Suzuki <suzuki@in.ibm.com>.
10541 2007-05-04 Ulrich Drepper <drepper@redhat.com>
10543 * stdio-common/vfprintf.c (process_string_arg): Adjust call to
10544 __mbsnrtowcs after last change.
10546 * locale/programs/linereader.c (get_symname): Fix adding final NUL.
10547 (get_ident): Likewise.
10549 2007-05-03 Jakub Jelinek <jakub@redhat.com>
10551 * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
10552 with setting the sticky bit.
10553 * math/test-misc.c (main): Add more truncation tests.
10555 2007-04-14 Uros Bizjak <ubizjak@gmail.com>
10557 * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
10558 double in the function declaration.
10559 * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
10560 double in the function declaration.
10561 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10562 float in the function declaration.
10563 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10564 float in the function declaration.
10566 * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
10567 denormal operands. Do not generate FP_EX_DENORM exception.
10568 (FP_UNPACK_RAW_EP): Ditto.
10569 (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
10570 undefined _FP_UNPACK_RAW_E.
10571 (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
10572 undefined _FP_UNPACK_RAW_EP.
10573 (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
10574 undefined _FP_PACK_RAW_E.
10575 (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
10576 undefined _FP_PACK_RAW_EP.
10578 * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
10580 * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
10583 2007-04-16 Uros Bizjak <ubizjak@gmail.com>
10584 Jakub Jelinek <jakub@redhat.com>
10586 * soft-fp/op-common.h (FP_EXTEND): Do not abort when
10587 _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs. Handle denormals for
10589 * soft-fp/op-common.h (FP_TRUNC): Ditto.
10591 2007-05-03 Jakub Jelinek <jakub@redhat.com>
10593 * math/test-misc.c (main): Add tests for rounding long double
10594 values close to smallest double denormalized value to double.
10596 2007-04-30 Joseph Myers <joseph@codesourcery.com>
10598 * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
10599 condition for truncating to 0. Set sticky bit for such
10602 2007-05-02 Jakub Jelinek <jakub@redhat.com>
10604 * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
10605 fixed length array for ignore.
10607 2007-04-30 Ulrich Drepper <drepper@redhat.com>
10610 * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
10611 stack for large precisions.
10612 * stdio-common/test-vfprintf.c (main): Add test for large
10615 2007-04-30 Jakub Jelinek <jakub@redhat.com>
10617 * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
10619 * stdio-common/tfformat.c (sprint_doubles): Add a new test.
10622 * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
10623 account in the size check.
10624 * resolv/tst-inet_ntop.c: New test.
10625 * resolv/Makefile (tests): Add tst-inet_ntop.
10627 2007-04-30 Ulrich Drepper <drepper@redhat.com>
10628 Jakub Jelinek <jakub@redhat.com>
10631 * malloc/malloc.c: Keep separate list for first blocks on the bin
10632 lists with a given size. This helps skipping over list elements
10633 we know won't fit in two places.
10634 Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
10636 2007-04-28 Ulrich Drepper <drepper@redhat.com>
10639 * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
10640 label to Teredo tunnel addresses 2001://32.
10642 2007-04-27 Ulrich Drepper <drepper@redhat.com>
10644 * locale/programs/ld-collate.c (collate_read): Allow order_start
10647 * locale/programs/ld-collate.c (collate_read): Fix printing of
10651 * locale/C-translit.h.in: Add entry for U2044.
10654 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
10655 hexa-decimal floats without exponent.
10656 * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
10658 2007-04-25 Ulrich Drepper <drepper@redhat.com>
10660 * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
10661 * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
10662 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
10663 * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
10665 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
10668 2007-04-25 Jakub Jelinek <jakub@redhat.com>
10670 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
10671 of 0 after the out_fail label.
10673 2007-04-25 Ulrich Drepper <drepper@redhat.com>
10676 * iconv/gconv_charset.h (strip): Allow ':'.
10677 * iconv/iconv_open.c (iconv_open): Adjust comment.
10679 2007-04-25 Jakub Jelinek <jakub@redhat.com>
10681 * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
10684 2007-04-23 Jakub Jelinek <jakub@redhat.com>
10687 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
10688 alignment of buffer and tmp_buffer.
10689 * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
10690 internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
10691 alignment of buffer.
10692 * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise. Handle buflen
10693 bigger than INT_MAX.
10694 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise. Add errnop and
10695 h_errnop arguments. Fail if buflen is too small.
10696 (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
10698 2007-04-23 Jakub Jelinek <jakub@redhat.com>
10701 * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
10702 name. Patch by Aurelien Jarno <aurelien@aurel32.net>.
10704 2007-04-22 Roland McGrath <roland@redhat.com>
10706 * elf/elf.h (NT_PRXFPREG): New macro.
10708 2007-04-19 Andreas Jaeger <aj@suse.de>
10711 * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
10712 IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
10715 2007-04-19 Ulrich Drepper <drepper@redhat.com>
10717 * include/sys/mman.h: Mark madvise hidden.
10718 * misc/madvise.c: Add libc_hidden_def.
10720 2007-04-06 Jakub Jelinek <jakub@redhat.com>
10722 * nis/nis_domain_of.c (__nis_domain_of): New function.
10723 * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
10724 * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
10725 * nis/nis_call.c (rec_dirsearch): Likewise.
10726 (first_shoot): Likewise. Remove search_parent_first argument.
10727 (struct nis_server_cache): Rename search_parent_first field
10729 (nis_server_cache_search, nis_server_cache_add): Rename
10730 search_parent_first argument to search_parent.
10731 (__nisfind_server): Likewise. If search_parent, call
10734 2007-04-18 Ulrich Drepper <drepper@redhat.com>
10736 * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
10738 2007-04-17 Ulrich Drepper <drepper@redhat.com>
10741 * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
10743 2007-04-16 Ulrich Drepper <drepper@redhat.com>
10746 * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
10748 2007-04-15 Jakub Jelinek <jakub@redhat.com>
10750 * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
10751 INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
10752 current number of locales in SUPPORTED.
10753 (create_archive): Initialize serial.
10754 (enlarge_archive): Preserve aliases rather than duplicating
10757 2007-04-13 Jakub Jelinek <jakub@redhat.com>
10759 * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
10760 after _IO_un_link, not before it.
10762 * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
10763 special case handling when wcp == wstartp + 1. Fix a comment typo.
10764 * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
10766 2007-03-30 Jakub Jelinek <jakub@redhat.com>
10768 * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
10769 __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
10770 _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
10772 * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
10773 _IO_file_xsgetn_maybe_mmap): Likewise.
10774 * libio/oldfileops.c (old_do_write): Likewise.
10775 * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
10776 _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
10777 _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
10778 _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
10779 _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
10780 _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
10781 _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
10782 _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
10783 _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
10784 _IO_file_underflow, _IO_file_underflow_mmap,
10785 _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
10786 _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
10787 _IO_file_sync, _IO_file_close_it, _IO_file_finish,
10788 _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
10789 _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
10790 _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
10791 _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
10792 _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
10793 _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
10794 _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
10795 _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
10796 _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
10797 _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
10798 _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
10799 _IO_adjust_column_internal, _IO_default_uflow_internal,
10800 _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
10801 _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
10802 _IO_file_setbuf_internal, _IO_file_seekoff_internal,
10803 _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
10804 _IO_file_close_it_internal, _IO_file_underflow_internal,
10805 _IO_file_overflow_internal, _IO_file_attach_internal,
10806 _IO_file_fopen_internal, _IO_file_sync_internal,
10807 _IO_file_finish_internal, _IO_wfile_xsputn_internal,
10808 _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
10809 _IO_switch_to_wget_mode_internal, _IO_padn_internal,
10810 _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
10811 _IO_seekpos_unlocked): Likewise.
10812 (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
10813 _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
10815 2007-04-16 Jakub Jelinek <jakub@redhat.com>
10817 * locale/programs/locarchive.c (show_archive_content): Fix sizeof
10818 argument in xmalloc size computation.
10820 2007-04-01 Jakub Jelinek <jakub@redhat.com>
10822 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
10823 math_opt_barrier and math_force_eval macros.
10825 2007-03-27 Jakub Jelinek <jakub@redhat.com>
10828 * math/math_private.h (math_opt_barrier, math_force_eval): Define.
10829 * sysdeps/i386/fpu/math_private.h: New file.
10830 * sysdeps/x86_64/fpu/math_private.h: New file.
10831 * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
10832 math_force_eval macros. Use "+m" constraint on asm rather than
10834 * math/s_nextafter.c (__nextafter): Likewise.
10835 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
10837 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
10838 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
10839 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
10840 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
10841 math_opt_barrier and math_force_eval macros.
10842 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
10843 * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
10844 * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
10845 (__nexttoward): Use math_opt_barrier and
10846 math_force_eval macros. Use "+m" constraint on asm rather than
10847 "=m" and "m". Only use asm to force double result if
10848 FLT_EVAL_METHOD is 2.
10849 * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
10850 (__nexttowardf): Use math_opt_barrier and
10851 math_force_eval macros. Use "+m" constraint on asm rather than
10852 "=m" and "m". Only use asm to force double result if
10853 FLT_EVAL_METHOD is not 0.
10854 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
10855 (__nexttowardf): Use math_opt_barrier and
10856 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
10857 x to float using asm.
10858 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
10859 (__nldbl_nexttowardf): Use math_opt_barrier and
10860 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
10861 x to float using asm.
10862 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
10863 (__nexttowardf): Use math_opt_barrier and math_force_eval
10864 macros. If FLT_EVAL_METHOD is not 0, force x to float using asm.
10865 * math/bug-nextafter.c (zero, inf): New variables.
10866 (main): Add new tests.
10867 * math/bug-nexttoward.c (zero, inf): New variables.
10868 (main): Add new tests.
10870 2007-03-22 Jakub Jelinek <jakub@redhat.com>
10873 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
10874 exceptions both in SW and MXCSR.
10875 * sysdeps/x86_64/fpu/feupdateenv.c: New file.
10876 * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
10877 * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10878 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
10879 in MXCSR if SSE is available.
10880 * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
10882 (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
10884 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
10885 Return 0 rather than 1.
10886 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
10887 Remove incorrect part of a comment. Fix argument to feraiseexcept.
10888 * math/test-fenv.c (feholdexcept_tests): New function.
10891 2007-01-05 Richard B. Kreckel <kreckel@ginac.de>
10894 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
10897 2007-04-13 Jakub Jelinek <jakub@redhat.com>
10900 * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
10901 Reported by David Anderson <davea42@earthlink.net>.
10903 2007-04-07 Ulrich Drepper <drepper@redhat.com>
10905 * posix/sys/wait.h: Remove unnecessary forward declaration.
10907 2007-04-05 Jakub Jelinek <jakub@redhat.com>
10909 * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
10910 with obj->do_servers after first_shoot.
10912 2007-04-03 Ulrich Drepper <drepper@redhat.com>
10914 * posix/Makefile (routines): Add sched_cpucount.
10915 (tests): Add tst-cpucount.
10916 * posix/sched_cpucount.c: New file.
10917 * posix/tst-cpucount.c: New file.
10918 * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
10919 * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount.
10920 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10921 * posix/sched.h: Define CPU_COUNT.
10923 2007-03-27 Jakub Jelinek <jakub@redhat.com>
10925 * posix/fnmatch.c (STRUCT): Define.
10926 (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
10927 * posix/fnmatch_loop.c (struct STRUCT): New type.
10928 (FCT): Add ends argument. If ends != NULL and normal * is
10929 seen in the pattern, store current pattern and string pointers
10930 and return. Adjust recursive calls.
10931 (EXT): Adjust FCT callers.
10932 (STRUCT): Undef at the end of the file.
10933 * posix/Makefile (tests): Add tst-fnmatch2.
10934 * posix/tst-fnmatch2.c: New test.
10936 2007-04-01 Jakub Jelinek <jakub@redhat.com>
10938 * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
10941 * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
10942 Change last argument to unsigned int.
10944 2007-03-23 Jakub Jelinek <jakub@redhat.com>
10946 * scripts/check-local-headers.sh: Filter out sys/capability.h.
10948 2007-03-22 Jakub Jelinek <jakub@redhat.com>
10950 * config.h.in (HAVE_LIBCAP): Add.
10951 * nscd/selinux.h: Include sys/capability.h rather than non-existent
10952 sys/capabilities.h.
10953 * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
10954 free_caps. Cast away const from 4th cap_set_flag argument.
10956 2007-03-26 Ulrich Drepper <drepper@redhat.com>
10958 * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
10960 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10961 Add sync_file_range.
10962 Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10964 2007-03-19 Steven Munroe <sjmunroe@us.ibm.com>
10966 * sysdeps/powerpc/bits/atomic.h
10967 [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
10968 [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
10969 (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10970 (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
10971 (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10972 (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
10973 * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
10974 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10975 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10976 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10977 * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
10978 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10979 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10980 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10981 (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10982 (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
10983 (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10984 (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
10985 (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10986 (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
10988 2007-03-20 Jakub Jelinek <jakub@redhat.com>
10990 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
10991 (__cache_line_size): Define the variable here. Add
10992 attribute_hidden, remove weak_extern.
10993 (__libc_start_main): Set __cache_line_size
10995 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
10996 (__cache_line_size): Define the variable here. Add
10997 attribute_hidden, remove weak_extern.
10998 (DL_PLATFORM_AUXV): Set __cache_line_size
11000 * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11001 weak_extern, add attribute_hidden.
11002 (__elf_machine_runtime_setup): Assume __cache_line_size is always
11004 * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11006 * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11008 2007-03-26 Jakub Jelinek <jakub@redhat.com>
11011 * timezone/africa: Update from tzdata2007d.
11012 * timezone/asia: Likewise.
11013 * timezone/australasia: Likewise.
11014 * timezone/backward: Likewise.
11015 * timezone/europe: Likewise.
11016 * timezone/iso3166.tab: Likewise.
11017 * timezone/leapseconds: Likewise.
11018 * timezone/northamerica: Likewise.
11019 * timezone/southamerica: Likewise.
11020 * timezone/zone.tab: Likewise.
11022 * timezone/private.h: Update from tzcode2007d.
11023 * timezone/zdump.c: Likewise.
11024 * timezone/zic.c: Likewise.
11026 2007-03-21 Jakub Jelinek <jakub@redhat.com>
11028 * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11029 (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11031 (nis_server_cache_search, nis_server_cache_add): New functions.
11032 (__nisfind_server): Use them. Add dbp and flags argument, if
11033 call __nisbind_create.
11034 (__nisbind_create): Add server_used and current_ep arguments,
11035 only call __nis_findfastest if server_used is ~0.
11036 (__do_niscall2, __prepare_niscall): Adjust callers.
11037 (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11038 ckey_cache_euid, ckey_cache_lock): New variables.
11039 (get_ckey): New function.
11040 (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11041 __pmap_getnisport. Save __pmap_getnisport result in
11042 dbp->addr.sin_port if non-zero. Use get_ckey to create conversation
11044 * nis/nis_lookup.c (nis_lookup): Likewise.
11045 * nis/nis_table.c (nis_list): Likewise.
11046 * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11049 * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11050 _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11051 * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11052 _nss_nisplus_getservbyport_r): Likewise.
11053 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11054 _nss_nisplus_getnetbyaddr_r): Likewise.
11055 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11056 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11057 _nss_nisplus_getntohost_r): Likewise.
11058 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11059 _nss_nisplus_getrpcbynumber_r): Likewise.
11061 2007-03-20 Jakub Jelinek <jakub@redhat.com>
11063 * configure.in (libc_cv_gnu89_inline): Only do compile test.
11064 * configure: Rebuilt.
11066 * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11068 * soft-fp/extended.h (_FP_UNION_E): Likewise.
11070 2006-06-07 Joseph Myers <joseph@codesourcery.com>
11073 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11076 2007-03-18 Jakub Jelinek <jakub@redhat.com>
11078 * nscd/gai.c: Include alloca.h.
11079 (__libc_use_alloca): Define.
11081 2007-03-16 Jakub Jelinek <jakub@redhat.com>
11083 * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11085 * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11086 (DL_DST_REQUIRED): Adjust user.
11088 * include/dlfcn.h (struct link_map): New forward decl.
11090 * inet/getnameinfo.c: Include stddef.h.
11091 (getnameinfo): Use offsetof.
11093 * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11095 * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11097 * string/strerror_l.c: Include stdlib.h.
11099 * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11100 * config.make.in (gnu89-inline-CFLAGS): New variable.
11101 * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11103 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11104 * argp/argp.h: Use it.
11105 * bits/mathinline.h: Likewise.
11106 * bits/sigset.h: Likewise.
11107 * bits/string.h: Likewise.
11108 * ctype/ctype.h: Likewise.
11109 * hurd/hurd.h: Likewise.
11110 * hurd/hurd/fd.h: Likewise.
11111 * hurd/hurd/port.h: Likewise.
11112 * hurd/hurd/signal.h: Likewise.
11113 * hurd/hurd/threadvar.h: Likewise.
11114 * hurd/hurd/userlink.h: Likewise.
11115 * io/sys/stat.h: Likewise.
11116 * libio/bits/stdio.h: Likewise.
11117 * libio/bits/stdio2.h: Likewise.
11118 * mach/lock-intern.h: Likewise.
11119 * mach/mach/mig_support.h: Likewise.
11120 * math/bits/cmathcalls.h: Likewise.
11121 * posix/bits/unistd.h: Likewise.
11122 * socket/bits/socket2.h: Likewise.
11123 * stdlib/bits/stdlib.h: Likewise.
11124 * stdlib/stdlib.h: Likewise.
11125 * string/argz.h: Likewise.
11126 * string/bits/string2.h: Likewise.
11127 * string/bits/string3.h: Likewise.
11128 * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11129 * sysdeps/generic/inttypes.h: Likewise.
11130 * sysdeps/generic/machine-lock.h: Likewise.
11131 * sysdeps/generic/machine-sp.h: Likewise.
11132 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11133 * sysdeps/i386/i486/bits/string.h: Likewise.
11134 * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11135 * sysdeps/mach/alpha/machine-lock.h: Likewise.
11136 * sysdeps/mach/alpha/machine-sp.h: Likewise.
11137 * sysdeps/mach/i386/machine-lock.h: Likewise.
11138 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11139 * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11140 * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11141 * sysdeps/s390/bits/string.h: Likewise.
11142 * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11143 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11144 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11145 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11146 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11147 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11148 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11149 * wcsmbs/bits/wchar2.h: Likewise.
11150 * wcsmbs/wchar.h: Likewise.
11151 * stdlib/gmp.h: Likewise. Include <features.h> to get
11152 __extern_inline definition.
11154 2007-03-15 Jakub Jelinek <jakub@redhat.com>
11156 * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11160 * math/libm-test.inc (log_test): Test -Inf and NaN.
11161 (log10_test, log1p_test, log2_test): Test -Inf.
11162 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11163 FE_INVALID when argument is qNaN.
11164 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11165 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11166 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11167 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11168 andb $1, %ah with testb $1, %ah, don't test for parity, instead
11169 testb $4, %ah and jump if non-zero.
11170 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11171 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11174 * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11175 ancestors with the same depths.
11176 Patch by Niels Moeller <nisse@lysator.liu.se>.
11177 (filter_doc): Don't crash if argp is NULL.
11178 * argp/Makefile (tests): Add tst-argp2.
11179 * argp/tst-argp2.c: New test.
11182 * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11184 (updwtmp_file): Likewise.
11187 * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11188 (inet6_opt_append): Don't check extlen is big enough if extbuf
11190 (inet6_opt_finish): Likewise.
11191 * inet/Makefile (tests): Add test-inet6_opt.
11192 * inet/test-inet6_opt.c: New test.
11194 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11195 reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11196 NLMSG_ERR. Instead use a page sized buffer.
11197 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11200 2007-03-14 Richard Henderson <rth@redhat.com>
11202 * sysdeps/alpha/fpu/s_llround.c: New file.
11203 * sysdeps/alpha/fpu/s_llroundf.c: New file.
11204 * sysdeps/alpha/fpu/s_lround.c: New file.
11205 * sysdeps/alpha/fpu/s_lroundf.c: New file.
11206 * sysdeps/alpha/fpu/s_round.c: New file.
11207 * sysdeps/alpha/fpu/s_roundf.c: New file.
11208 * sysdeps/alpha/fpu/s_trunc.c: New file.
11209 * sysdeps/alpha/fpu/s_truncf.c: New file.
11211 * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11212 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11213 * sysdeps/alpha/fpu/s_floor.c: Likewise.
11214 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11215 * sysdeps/alpha/fpu/s_rint.c: Likewise.
11216 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11218 * sysdeps/alpha/fpu/s_fmax.S: New file.
11219 * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11220 * sysdeps/alpha/fpu/s_fmin.S: New file.
11221 * sysdeps/alpha/fpu/s_fminf.S: New file.
11222 * sysdeps/alpha/fpu/s_isnan.c: New file.
11223 * sysdeps/alpha/fpu/s_isnanf.c: New file.
11224 * sysdeps/alpha/fpu/s_llrint.c: New file.
11225 * sysdeps/alpha/fpu/s_llrintf.c: New file.
11226 * sysdeps/alpha/fpu/s_lrint.c: New file.
11227 * sysdeps/alpha/fpu/s_lrintf.c: New file.
11228 * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11229 * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11231 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11232 (__fdimf, fdimf, __fdim, fdim): Remove.
11233 (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11234 (__isnanf, __isnan, __isnanl): New.
11236 2007-03-13 Richard Henderson <rth@redhat.com>
11238 * sysdeps/ieee754/ldbl-128/Makefile: New file.
11240 2007-03-13 Richard Henderson <rth@redhat.com>
11242 * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11243 * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11244 * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11245 * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11246 * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11247 * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11249 2007-03-13 Richard Henderson <rth@redhat.com>
11251 * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11252 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11253 * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11254 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11255 Move to dl-auxv.h; initialize instead of extern weak.
11256 (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11258 * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11259 Extern instead of initialized.
11261 2007-03-13 Richard Henderson <rth@redhat.com>
11263 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11264 __sigsuspend_nocancel.
11266 2007-03-06 Ulrich Drepper <drepper@redhat.com>
11268 * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11269 172.16/12 address range.
11271 2007-03-02 Jakub Jelinek <jakub@redhat.com>
11273 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11274 a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11277 2007-03-01 Jakub Jelinek <jakub@redhat.com>
11280 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11282 * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11284 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11285 for x qNaN and y either +-inf or non-integer value.
11286 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11287 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11288 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11290 2007-02-10 Mike Frysinger <vapier@gentoo.org>
11292 * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11293 from sysdep_headers.
11295 2007-02-28 Jakub Jelinek <jakub@redhat.com>
11297 * time/tzfile.c (find_transition): Instead of a linear search try to
11298 guess the transition index, use a linear search if the result is at
11299 most 10 transitions away from the guess or binary search otherwise.
11301 2007-02-27 Jakub Jelinek <jakub@redhat.com>
11303 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11304 memory reallocation.
11306 2007-02-21 Ulrich Drepper <drepper@redhat.com>
11308 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11309 and fix some typos.
11310 Optimize use of TOLOWER.
11313 * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11314 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11315 * sysdeps/i386/fpu/e_fmod.S: Likewise.
11318 * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11319 * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11322 * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11323 (open_dir_stream): Likewise.
11324 * io/Makefile (tests): Add bug-ftw5.
11325 * io/bug-ftw5.c: New file.
11327 * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11328 * nscd/servicescache.c (cache_addserv): Likewise.
11330 * nscd/grpcache.c (cache_addgr): In case a record changed on
11331 refresh, adjust key_copy.
11334 * nscd/pwdcache.c (cache_addpw): In case a record changed on
11335 refresh, adjust key_copy.
11338 * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11340 * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11342 2007-02-19 Ulrich Drepper <drepper@redhat.com>
11344 * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11347 * stdio-common/vfscanf.c: Small cleanups throughout.
11349 2007-02-18 Ulrich Drepper <drepper@redhat.com>
11352 * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11353 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11354 * sysdeps/i386/fpu/e_fmod.S: Likewise.
11355 Patch by Jared Casper <jaredcasper@gmail.com>.
11357 * sysdeps/unix/closedir.c: Outside libc don't use locking.
11358 * sysdeps/unix/opendir.c: Likewise.
11359 * sysdeps/unix/readdir.c: Likewise.
11362 * stdio-common/vfscanf.c: Handle localized digits etc for floating
11364 Patch mostly by Hamed Malek <hamed@farsiweb.info>.
11366 * stdio-common/vfscanf.c: Fix problems in width accounting.
11367 * stdio-common/tst-sscanf.c (double_tests): New tests.
11368 (main): Hook them up.
11370 * stdio-common/vfscanf.c: Remove unused WIDTH handling.
11371 More simplifications of floating-point reader.
11373 * stdio-common/Makefile (tests): Add tst-swscanf.
11374 * stdio-common/tst-sscanf.c: Make tests usable for swscanf
11376 * stdio-common/tst-swscanf.c: New file.
11378 2007-02-17 Ulrich Drepper <drepper@redhat.com>
11381 * libio/stdio.h: Define struct _IO_FILE in global namespace.
11382 * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
11383 Remove using for __jmp_buf_tag.
11384 * locale/locale.h (struct lconv): Also define in std namespace.
11385 * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
11388 * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
11389 using __libc_enable_secure.
11392 * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
11395 * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
11396 of names for ellipsises.
11399 * malloc/memusage.sh: Cleanups.
11400 * debug/xtrace.sh: Quoting and trap changes.
11402 2007-02-16 Ulrich Drepper <drepper@redhat.com>
11404 * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
11406 * locale/iso-3166.def: Update entry for Serbia.
11407 * locale/iso-4217.def: Define RSD, remove CSD.
11409 * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
11410 and 64-bit operations.
11413 * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
11416 * nscd/nscd.c (parse_opt): One more conversion to use send instead
11419 2007-02-15 Ulrich Drepper <drepper@redhat.com>
11422 * assert/assert.h (assert): Simplify.
11423 (assert_perror): Likewise.
11424 Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
11426 * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
11429 * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
11430 change: don't pass NULL in place of an integer.
11432 2007-02-02 Bruno Haible <bruno@clisp.org>
11435 * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
11436 Add mapping for U+327E.
11437 * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
11438 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11439 mapping of 0xD9 0xE8.
11440 * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
11442 Reported by Jungshik Shin <jungshik@google.com>.
11445 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11446 mapping of 0xD9 0xE6 and of 0xD9 0xE7.
11447 Reported by Jungshik Shin <jungshik@google.com>.
11449 2007-02-14 Ulrich Drepper <drepper@redhat.com>
11451 * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
11455 * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
11456 byte variants. Patch mostly be tom@tommay.net.
11458 2007-02-14 Jakub Jelinek <jakub@redhat.com>
11461 * posix/glob.c (attribute_hidden): Define if not defined.
11462 (glob): Unescape dirname, filename or username when needed and not
11463 GLOB_NOESCAPE. Handle \/ correctly. Handle GLOB_MARK if filename
11464 is NULL. Handle unescaped [ in pattern without closing ].
11465 Don't pass GLOB_CHECK down to recursive glob for directories.
11466 (__glob_pattern_type): New function.
11467 (__glob_pattern_p): Implement using __glob_pattern_type.
11468 (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11469 characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11470 Remove unreachable code.
11471 * posix/globtest.sh: Add a couple of new tests.
11473 2007-02-13 Ulrich Drepper <drepper@redhat.com>
11475 * po/ru.po: Update from translation team.
11477 2007-02-12 Jakub Jelinek <jakub@redhat.com>
11479 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
11480 to the list of i486+ CPUs.
11481 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11483 2007-02-12 Ulrich Drepper <drepper@redhat.com>
11485 * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
11486 * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
11489 2007-02-09 Ulrich Drepper <drepper@redhat.com>
11491 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
11493 * resolv/res_init.c (res_setoptions): Recognize edns0 option.
11494 * resolv/res_mkquery.c: Define __res_nopt.
11495 * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
11496 try adding EDNS0 record.
11497 * resolv/res_send.c (send_dg): If request failed with FORMERR and
11498 EDNS0 record was send make sure we don't try it again.
11499 * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
11500 * include/resolv.h: Declare __res_nopt.
11502 2007-02-08 Jakub Jelinek <jakub@redhat.com>
11505 * time/strptime_l.c (__strptime_internal): Set have_mon for
11506 %b/%B/%h. Set have_mon and have_mday if tm_mon and tm_mday
11507 have been computed from tm_yday and tm_year. Don't crash
11508 in day_of_the_week or day_of_the_year if not have_mon
11509 and tm_mon contains bogus value.
11510 * time/Makefile (tests): Add tst-strptime3.
11511 * time/tst-strptime3.c: New test.
11513 2007-02-05 Jakub Jelinek <jakub@redhat.com>
11516 * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
11517 bit for RE_HAT_LISTS_NOT_NEWLINE.
11518 (build_charclass_op): Remove bogus comment.
11519 * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
11520 * posix/bug-regex27.c: New test.
11521 * posix/bug-regex28.c: New test.
11523 2007-02-03 Ulrich Drepper <drepper@redhat.com>
11525 * po/sv.po: Update from translation team.
11527 2007-02-02 Ulrich Drepper <drepper@redhat.com>
11529 * nscd/nscd_helper.c (open_socket): Minor size optimization.
11531 2007-02-02 Jakub Jelinek <jakub@redhat.com>
11533 * include/locale.h (__uselocale): Add libc_hidden_proto.
11534 * locale/uselocale.c (__uselocale): Add libc_hidden_def.
11536 * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
11539 2007-02-01 Ulrich Drepper <drepper@redhat.com>
11541 * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
11543 (PTR_DEMANGLE): Real definition now that it's not the same as
11544 PRT_MANGLE anymore.
11545 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11547 * string/strerror_l.c: New file.
11548 * string/Makefile (routines): Add strerror_l.
11549 * string/string.h: Declare strerror_l.
11550 * string/Versions: Export strerror_l for GLIBC_2.6.
11552 2007-01-31 Ulrich Drepper <drepper@redhat.com>
11554 * nscd/nscd_helper.c (open_socket): Now takes request type and key
11555 as parameter. Construct request record. Try sending request
11556 before the first poll use, it usually succeeds. Adjust all
11558 * nscd/nscd-client.h: Define MAXKEYLEN.
11559 * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
11561 2007-01-31 Jakub Jelinek <jakub@redhat.com>
11563 * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
11565 * nscd/nscd_helper.c: Include string.h.
11566 (__nscd_cache_search): Remove const qualifier from return value.
11567 On strict alignment architectures check hash entry and data head
11569 * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
11570 mmapped data during GC cycle contains garbage. If
11571 __nscd_drop_map_ref fails, decrement mapped->counter when returning
11572 error or if retrying with NO_MAPPING, only __nscd_unmap if counter
11574 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11575 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11576 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
11577 * nscd/nscd_getai.c (__nscd_getai): Likewise.
11578 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11580 2007-01-30 Ulrich Drepper <drepper@redhat.com>
11582 * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
11584 2007-01-26 Ulrich Drepper <drepper@redhat.com>
11586 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
11587 names not numbers in cfi_*.
11589 2007-01-26 Andreas Jaeger <aj@suse.de>
11591 * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
11592 ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
11593 Correct values of PER_HPUX and PER_OSF4.
11595 2007-01-24 Ulrich Drepper <drepper@redhat.com>
11597 * elf/dl-minimal.c: Undefine _itoa first.
11598 * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
11599 * malloc/mtrace.c: Revert last change.
11600 * posix/wordexp.c: Likewise.
11602 2007-01-24 Jakub Jelinek <jakub@redhat.com>
11604 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
11605 and __geode__ to the list of i486+ CPUs.
11606 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11608 2007-01-23 Ulrich Drepper <drepper@redhat.com>
11610 * stdio-common/_itoa.c: Include <limits.h>.
11611 * stdio-common/_itowa.c: Likewise.
11613 2007-01-22 Ulrich Drepper <drepper@redhat.com>
11615 * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
11617 * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
11619 * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
11621 * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
11625 * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
11626 * stdio-common/Makefile (tests): Add bug17.
11627 * stdio-common/bug17.c: New file.
11629 2007-01-19 Ulrich Drepper <drepper@redhat.com>
11631 * iconvdata/brf.c: New file.
11632 * iconvdata/testdata/BRF: New file.
11633 * iconvdata/testdata/BRF..UTF8: New file.
11634 Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
11635 * iconvdata/Makefile: Add rules to build BRF.
11636 * iconvdata/TESTS: Add BRF entry.
11637 * iconvdata/gconv-modules: Likewise.
11638 * iconvdata/tst-tables.sh: Likewise.
11640 2007-01-18 Anton Nikishaev <anton.nik@gmail.com>
11642 * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
11643 type `long long int', not `long int'.
11644 (wcstoq): Likewise.
11646 2007-01-18 Ulrich Drepper <drepper@redhat.com>
11648 * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
11649 of values on 64-bit platforms which are too large.
11651 2007-01-12 Steven Munroe <sjmunroe@us.ibm.com>
11652 Joe Kerian <jkerian@us.us.ibm.com>
11655 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
11656 <math_ldbl_opt.h>. Remove weak_alias. Use long_double_symbol macro.
11657 (__copysignl): Use signbit() for comparison.
11658 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
11659 SET_LDOUBLE_WORDS64.
11662 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
11663 (__ceill): Remove calls to fegetround(), fesetround().
11664 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
11665 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11666 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11668 2007-01-17 Jakub Jelinek <jakub@redhat.com>
11670 * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
11672 * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
11674 2007-01-17 Ulrich Drepper <drepper@redhat.com>
11676 * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
11678 * csu/libc-start.c: Likewise.
11680 2007-01-16 Ulrich Drepper <drepper@redhat.com>
11682 * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
11683 really work anyway.
11685 2007-01-15 Ulrich Drepper <drepper@redhat.com>
11687 * nscd/connections.c (servinfo): Renamed to reqinfo. Change all
11689 (handle_request): Remove unnecessary tests.
11691 * nscd/cache.c (cache_add): Record the failure to add to the cache.
11693 2007-01-15 Jakub Jelinek <jakub@redhat.com>
11695 * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
11696 workbits in semi-raw fraction.
11698 * math/test-misc.c: Add new tests.
11700 2007-01-14 Steven Munroe <sjmunroe@us.ibm.com>
11702 * math/basic-test.c: Include test-skeleton.c.
11703 (TEST_TRUNC): Define.
11704 (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
11705 (main): Rename to ...
11706 (do_test): ...this. Run new tests.
11707 (TEST_FUNCTION): Define.
11709 2006-10-05 Steven Munroe <sjmunroe@us.ibm.com>
11710 Joe Kerian <jkerian@us.us.ibm.com>
11713 * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
11714 handling for high words.
11715 * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
11716 and overflow for infinity.
11718 2007-01-15 Ulrich Drepper <drepper@redhat.com>
11720 * nscd/connections.c (handle_request): Add a __builtin_expect.
11722 * nscd/connections.c (serv2db): Change type into structure which
11723 also says whether this is a request for data. Renamed to
11724 servinfo. All users changed.
11725 (handle_request): Much simpler test whether we should search the cache.
11727 * nscd/connections.c (handle_request): Fix thinko in selinux test
11730 * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
11731 * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
11732 it before getting dl_load_lock and then relock.
11733 (_dl_lookup_symbol_x): Pass flags to add_dependency.
11734 When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
11735 case we unlocked the scope.
11736 * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
11737 _dl_lookup_symbol_x in case we locked the scope.
11738 (_dl_profile_fixup): Likewise.
11739 * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
11740 set DL_LOOKUP_SCOPE_LOCK.
11742 2007-01-13 Ulrich Drepper <drepper@redhat.com>
11744 * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
11745 CFLAGS-getsrvbynpt_r.c.
11746 * nscd/getsrvbynm_r.c: New file.
11747 * nscd/getsrvbypt_r.c: New file.
11748 * nscd/nscd_getserv_r.c: New file.
11749 * nscd/servicescache.c: New file.
11750 * nscd/Makefile (routines): Add nscd_getserv_r.
11751 (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
11752 Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
11753 CFLAGS-getsrvbypt_r.c.
11754 * nscd/cache.c (prune_cache): Rewrite to get re-add function from
11755 table. Add entries for services database.
11756 * nscd/connections.c (serv2str): Mark as const. Add entries for
11758 (dbs): Add .reset_res and servdb initialization.
11759 (serv2db): Add entries for services database.
11760 (verify_persistent_db): Accept dbnr == servdb.
11761 (invalidate_cache): Rewrite database name recognition to use a table.
11762 Call res_init() if .reset_res is set for database.
11763 (handle_request): Add code to handle services database.
11764 * nscd/gai.c: Don't define __getservbyname_r.
11765 * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
11766 GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
11767 (serv_response_header): Define.
11768 (struct datahead): Add serv_response_header member.
11769 * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
11771 * nscd/nscd.conf: Add entries for services database.
11772 * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
11773 Declare serv_iov_disabled.
11774 Declare addservbyname, readdservbyname, addservbyport, and
11776 * nscd/nscd_conf.c (dbnames): Mark as const. Add services entry.
11777 (find_db): Fix error message.
11778 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
11779 __nscd_getservbyname_r, and __nscd_getservbyport_r.
11780 * nscd/selinux.c (perms): Add entries for services database.
11781 * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
11782 * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
11784 * nscd/grpcache.c: Remove obsolete code. Cleanups.
11785 * nscd/hstcache.c: Likewise.
11786 * nscd/pwdcache.c: Likewise.
11788 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
11789 computation of keylen.
11791 * include/string.h: Only redefine strndupa if this is really for
11794 2007-01-12 Ulrich Drepper <drepper@redhat.com>
11796 * nscd/nscd_gethst_r.c: Minor cleanups.
11798 * nscd/connections.c (handle_request): Check selinux permissions
11799 for all non-admin commands.
11801 * sysdeps/i386/i486/bits/atomic.h: Define
11802 atomic_compare_and_exchange_val_acq,
11803 atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
11804 using __sync_* built-ins for gcc >= 4.1.
11805 * sysdeps/x86_64/bits/atomic.h: Likewise.
11808 * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
11811 2007-01-05 Steven Munroe <sjmunroe@us.ibm.com>
11813 * stdlib/tst-makecontext.c: Include errno.h. Change main()
11814 to do_test(). Define TEST_FUNCTION. Include test-skeleton.c.
11815 (do_test): Check errno and exit(0) if ENOSYS.
11817 2007-01-11 Jakub Jelinek <jakub@redhat.com>
11819 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
11820 thousands separators.
11821 * stdlib/Makefile: Add rules to build and run tst-strtod4.
11822 * stdlib/tst-strtod4.c: New test.
11825 * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
11826 hexadecimal digit should accept just the initial 0.
11827 * stdlib/tst-strtod2.c (tests): New variable.
11828 (do_test): Run several tests rather than just one.
11830 2007-01-11 Jakub Jelinek <jakub@redhat.com>
11832 * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
11833 * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
11835 2007-01-10 Ulrich Drepper <drepper@redhat.com>
11837 * io/fts.c: Make sure fts_cur is always valid after return from
11839 Patch by Miloslav Trmac <mitr@redhat.com>.
11841 2006-10-27 Richard Sandiford <richard@codesourcery.com>
11843 * elf/elf.h (R_MIPS_GLOB_DAT): Define.
11844 (R_MIPS_NUM): Bump by 1.
11846 2007-01-03 Jakub Jelinek <jakub@redhat.com>
11848 * posix/execvp.c: Include alloca.h.
11849 (allocate_scripts_argv): Renamed to...
11850 (scripts_argv): ... this. Don't allocate buffer here nor count
11852 (execvp): Use alloca if possible.
11853 * posix/Makefile: Add rules to build and run tst-vfork3 test.
11854 * posix/tst-vfork3.c: New test.
11856 2007-01-03 Ulrich Drepper <drepper@redhat.com>
11858 * string/Makefile (tst-strxfrm2-ENV): Define.
11859 * stdlib/Makefile (tst-strtod3-ENV): Define.
11861 2007-01-02 Ulrich Drepper <drepper@redhat.com>
11863 * posix/getconf.c: Update copyright year.
11864 * nss/getent.c: Likewise.
11865 * iconv/iconvconfig.c: Likewise.
11866 * iconv/iconv_prog.c: Likewise.
11867 * elf/ldconfig.c: Likewise.
11868 * catgets/gencat.c: Likewise.
11869 * csu/version.c: Likewise.
11870 * elf/ldd.bash.in: Likewise.
11871 * elf/sprof.c (print_version): Likewise.
11872 * locale/programs/locale.c: Likewise.
11873 * locale/programs/localedef.c: Likewise.
11874 * nscd/nscd.c (print_version): Likewise.
11875 * debug/xtrace.sh: Likewise.
11876 * malloc/memusage.sh: Likewise.
11877 * malloc/mtrace.pl: Likewise.
11878 * debug/catchsegv.sh: Likewise.
11880 2006-12-24 Ulrich Drepper <drepper@redhat.com>
11882 * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
11885 2006-12-23 Ulrich Drepper <drepper@redhat.com>
11887 * posix/wordexp.c: Remove some unnecessary tests.
11889 2006-12-22 Gavin Romig-Koch <gavin@redhat.com>
11891 * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
11892 blacklist the group till after we look it up.
11894 2006-12-21 Ulrich Drepper <drepper@redhat.com>
11896 * include/atomic.h (atomic_forced_read): New macro.
11898 2006-12-20 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
11900 * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
11902 2006-12-19 Jakub Jelinek <jakub@redhat.com>
11904 * nss/getXXbyYY_r.c: Include atomic.h.
11905 (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
11906 add atomic_write_barrier () in between.
11908 * stdlib/Makefile (tests): Add tst-makecontext.
11909 * stdlib/tst-makecontext.c: New test.
11911 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
11912 (__makecontext): Don't realign uc_mcontext.uc_regs.
11914 2006-11-28 Jakub Jelinek <jakub@redhat.com>
11916 * elf/dl-support.c: Include dl-procinfo.h.
11917 * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
11918 PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
11919 PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
11921 (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
11922 hardcoded constants.
11923 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
11924 PPC_PLATFORM_* macros for array designators.
11926 2006-11-11 Steven Munroe <sjmunroe@us.ibm.com>
11928 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
11929 names to the beginning.
11930 (_dl_powerpc_platforms): Add "power6x".
11931 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11932 (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
11933 (_DL_PLATFORMS_COUNT): Increase.
11934 (_dl_string_platform): Handle power6x case.
11935 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
11936 PPC_FEATURE_POWER6_EXT): Define.
11937 (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
11939 2006-12-18 Jakub Jelinek <jakub@redhat.com>
11942 * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
11943 [-2^31 .. 2^31) range.
11944 * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
11946 * stdlib/tst-rand48-2.c: New test.
11947 * stdlib/Makefile (tests): Add tst-rand48-2.
11949 2006-12-14 Jakub Jelinek <jakub@redhat.com>
11951 * misc/tst-pselect.c (do_test): Fix sigblock argument.
11953 2006-12-14 Ulrich Drepper <drepper@redhat.com>
11955 * misc/tst-pselect.c (do_test): Make sure the helper process is
11956 terminating when the test is aborted.
11958 2006-12-13 Ulrich Drepper <drepper@redhat.com>
11960 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
11961 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11962 Handle relatime mount option.
11965 * libio/Makefile (tests): Add tst-setvbuf1.
11966 * libio/tst-setvbuf1.c: New file.
11968 2006-12-08 Jakub Jelinek <jakub@redhat.com>
11971 * libio/genops.c (__uflow): Fix a typo.
11972 * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
11973 nor set _IO_LINE_BUF bit here. Size the wide buffer based on
11974 the narrow buffer size.
11976 2006-11-24 Jakub Jelinek <jakub@redhat.com>
11979 * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
11980 * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
11981 _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
11983 * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
11984 _IO_wstr_finish): Likewise.
11985 * libio/wmemstream.c (open_wmemstream): Likewise.
11986 * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
11987 even for wide streams.
11989 2006-12-13 Jakub Jelinek <jakub@redhat.com>
11991 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
11994 2006-12-11 Ulrich Drepper <drepper@redhat.com>
11996 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
11997 separators also if no non-zero digits found.
11998 * stdlib/Makefile (tests): Add tst-strtod3.
12000 2006-12-09 Ulrich Drepper <drepper@redhat.com>
12003 * include/features.h: Fix comment about default value for
12007 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12008 empty parsed strings.
12009 * stdlib/Makefile (tests): Add tst-strtod2.
12010 * stdlib/tst-strtod2.c: New file.
12013 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12015 * stdlib/Makefile (tests): Add tst-atof2.
12016 * stdlib/tst-atof2.c: New file.
12019 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12020 correctly if removing trailing zero of hex-float.
12021 * stdlib/Makefile (tests): Add tst-atof1.
12022 * stdlib/tst-atof1.c: New file.
12024 2006-12-09 Jakub Jelinek <jakub@redhat.com>
12026 * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12027 Start searching for next comma at p rather than rest.
12028 * misc/Makefile (tests): Add tst-mntent2.
12029 * misc/tst-mntent2.c: New test.
12031 * misc/getusershell.c (initshells): Check for integer overflows.
12032 Make strings buffer one bigger as fgets always succeeds when second
12033 argument is 1. Don't use calloc for shells array. Disallow
12036 2006-12-08 Ulrich Drepper <drepper@redhat.com>
12038 * malloc/memusage.c: Handle realloc with new size of zero and
12039 non-NULL pointer correctly.
12040 (me): Really write first record twice.
12041 (struct entry): Make format bi-arch safe.
12042 (dest): Write out more realloc statistics.
12043 * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12045 2006-12-05 Jakub Jelinek <jakub@redhat.com>
12047 * nis/nis_subr.c (nis_getnames): Revert last change.
12049 2006-12-04 Jakub Jelinek <jakub@redhat.com>
12051 * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12052 (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12053 * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12054 (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12056 * io/Makefile: Add rules to build and run tst-ttyname_r test.
12057 * io/tst-ttyname_r.c: New test.
12059 2006-12-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12061 * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12063 2006-11-30 H.J. Lu <hongjiu.lu@intel.com>
12065 * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12066 jump table entries.
12068 2006-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12070 * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12071 `clone' function to ensure proper unwinding stop of gdb.
12072 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12074 2006-12-01 Ulrich Drepper <drepper@redhat.com>
12076 * nscd/nscd.init: Remove obsolete and commented-out -S option
12079 2006-11-23 Jakub Jelinek <jakub@redhat.com>
12082 * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12085 * manual/string.texi (strtok): Remove duplicate paragraph.
12087 2006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12089 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12090 libgcc not supporting `rflags' unwinding (register # >= 17).
12092 2006-11-30 Jakub Jelinek <jakub@redhat.com>
12094 * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12097 2006-11-29 Daniel Jacobowitz <dan@codesourcery.com>
12098 Jakub Jelinek <jakub@redhat.com>
12099 Jan Kratochvil <jan.kratochvil@redhat.com>
12101 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12102 unwind information.
12103 * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12104 'restore_rt' even in the 'signal' directory.
12105 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12107 2006-11-27 Jakub Jelinek <jakub@redhat.com>
12110 * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12111 malloc crashed. Don't allocate memory unnecessarily in each
12114 2006-10-21 Jakub Jelinek <jakub@redhat.com>
12116 * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12118 2006-11-20 Ulrich Drepper <drepper@redhat.com>
12120 * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12122 2006-11-18 Bruno Haible <bruno@clisp.org>
12124 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12125 __sysconf only after having tried to call getgroups32.
12127 2006-11-19 Ulrich Drepper <drepper@redhat.com>
12129 * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12130 addresses for IPv4 queries if they can be mapped.
12132 2006-11-16 Jakub Jelinek <jakub@redhat.com>
12134 * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12135 * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12136 (signmask): Add .size directive.
12137 (othermask): Add .type directive.
12139 2006-11-14 Ulrich Drepper <drepper@redhat.com>
12141 * po/nl.po: Update from translation team.
12143 * timezone/zdump.c: Redo fix for BZ #3137.
12145 2006-11-14 Jakub Jelinek <jakub@redhat.com>
12147 * nss/nss_files/files-alias.c (get_next_alias): Set line back
12148 to first_unused after parsing :include: file.
12150 2006-11-10 Ulrich Drepper <drepper@redhat.com>
12152 * timezone/africa: Update from tzdata2006o.
12153 * timezone/antarctica: Likewise.
12154 * timezone/asia: Likewise.
12155 * timezone/australasia: Likewise.
12156 * timezone/backward: Likewise.
12157 * timezone/europe: Likewise.
12158 * timezone/iso3166.tab: Likewise.
12159 * timezone/northamerica: Likewise.
12160 * timezone/southamerica: Likewise.
12161 * timezone/zone.tab: Likewise.
12163 * time/tzfile.c (__tzfile_read): Extend to handle new file format
12164 on machines with 64-bit time_t.
12166 * timezone/checktab.awk: Update from tzcode2006o.
12167 * timezone/ialloc.c: Likewise.
12168 * timezone/private.h: Likewise.
12169 * timezone/scheck.c: Likewise.
12170 * timezone/tzfile.h: Likewise.
12171 * timezone/tzselect.ksh: Likewise.
12172 * timezone/zdump.c: Likewise.
12173 * timezone/zic.c: Likewise.
12176 * elf/ldconfig.c (main): Call setlocale and textdomain.
12177 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12180 * manual/argp.texi: Fix typos.
12181 * manual/charset.texi: Likewise.
12182 * manual/errno.texi: Likewise.
12183 * manual/filesys.texi: Likewise.
12184 * manual/lang.texi: Likewise.
12185 * manual/maint.texi: Likewise.
12186 * manual/memory.texi: Likewise.
12187 * manual/message.texi: Likewise.
12188 * manual/resource.texi: Likewise.
12189 * manual/search.texi: Likewise.
12190 * manual/signal.texi: Likewise.
12191 * manual/startup.texi: Likewise.
12192 * manual/stdio.texi: Likewise.
12193 * manual/sysinfo.texi: Likewise.
12194 * manual/syslog.texi: Likewise.
12195 * manual/time.texi: Likewise.
12196 Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12199 * sunrpc/clnt_raw.c: Minimal message improvements.
12200 * sunrpc/pm_getmaps.c: Likewise.
12201 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12202 * nis/nis_print_group_entry.c: Likewise.
12203 * locale/programs/repertoire.c: Likewise.
12204 * locale/programs/charmap.c: Likewise.
12205 * malloc/memusage.sh: Likewise.
12206 * elf/dl-deps.c: Likewise.
12207 * locale/programs/ld-collate.c: Likewise.
12208 * libio/vswprintf.c: Likewise.
12209 * malloc/memusagestat.c: Likewise.
12210 * sunrpc/auth_unix.c: Likewise.
12211 * sunrpc/rpc_main.c: Likewise.
12212 * nscd/cache.c: Likewise.
12213 * locale/programs/repertoire.c: Unify output messages.
12214 * locale/programs/charmap.c: Likewise.
12215 * locale/programs/ld-ctype.c: Likewise.
12216 * locale/programs/ld-monetary.c: Likewise.
12217 * locale/programs/ld-numeric.c: Likewise.
12218 * locale/programs/ld-time.c: Likewise.
12219 * elf/ldconfig.c: Likewise.
12220 * nscd/selinux.c: Likewise.
12221 * elf/cache.c: Likewise.
12222 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12225 * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12229 2006-11-10 Jakub Jelinek <jakub@redhat.com>
12231 * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12232 if N is one bigger than return value.
12233 * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12234 and l1 last arguments, if buf is defined, verify the return value
12235 equals to strlen (buf) and verify no byte beyond passed length
12238 2006-11-10 Ulrich Drepper <drepper@redhat.com>
12240 * po/sv.po: Update from translation team.
12242 2006-11-09 Ulrich Drepper <drepper@redhat.com>
12244 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12245 noinline attribute.
12247 2006-11-10 Jakub Jelinek <jakub@redhat.com>
12249 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12250 noinline attribute.
12252 * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12253 Use __new_sys_siglist instead of _sys_siglist_internal as
12254 second macro argument.
12255 (_old_sys_siglist): Use declare_symbol_alias macro instead of
12258 2006-11-09 Ulrich Drepper <drepper@redhat.com>
12261 * posix/unistd.h (sysconf): Remove const attribute.
12263 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12264 temporary or deprecated addresses.
12265 Patch by Sridhar Samudrala <sri@us.ibm.com>.
12267 * string/Makefile (tests): Add tst-strxfrm2.
12268 * string/tst-strxfrm2.c: New file.
12270 2006-10-09 Jakub Jelinek <jakub@redhat.com>
12272 * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12273 rather than r->r_brk.
12275 2006-11-08 Jakub Jelinek <jakub@redhat.com>
12277 * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12278 optimization even if needed > n.
12280 * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12281 If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12282 return false, otherwise return true.
12283 (cache_rpath): Return decompose_rpath return value.
12285 2006-11-07 Jakub Jelinek <jakub@redhat.com>
12287 * include/libc-symbols.h (declare_symbol): Rename to...
12288 (declare_symbol_alias): ... this. Add ORIGINAL argument, imply
12289 strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12291 * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12293 * sysdeps/gnu/siglist.c: Likewise.
12295 2006-11-03 Steven Munroe <sjmunroe@us.ibm.com>
12297 * sysdeps/powerpc/fpu/bits/mathinline.h
12298 [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12299 * sysdeps/powerpc/fpu/math_private.h: ...here. New file.
12301 2006-11-05 Ulrich Drepper <drepper@redhat.com>
12303 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12304 Update handling of cache descriptor 0x49 for new models.
12305 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12308 2006-11-02 Jakub Jelinek <jakub@redhat.com>
12310 * malloc/memusage.c (dest): Reset not_me back to false after
12311 printing statistics.
12313 2006-11-02 Ulrich Drepper <drepper@redhat.com>
12315 * configure.in: Work around ld --help change and avoid -z relro
12316 test completely if the architecture doesn't care about security.
12318 2006-11-01 Ulrich Drepper <drepper@redhat.com>
12320 * po/sv.po: Update from translation team.
12322 2006-10-31 Ulrich Drepper <drepper@redhat.com>
12324 * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12325 generate compatibility version.
12327 2006-10-29 Ulrich Drepper <drepper@redhat.com>
12329 * configure.in: Relax -z relro requirement a bit.
12331 * po/sv.po: Update from translation team.
12333 2006-10-29 Jakub Jelinek <jakub@redhat.com>
12335 * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12336 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12337 * elf/dl-close.c (_dl_close_worker): Likewise.
12338 * elf/dl-open.c (_dl_open_worker): Likewise.
12339 * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12341 2006-10-27 Ulrich Drepper <drepper@redhat.com>
12343 * configure.in: Require assembler support for visibility, compiler
12344 support for visibility and aliases, linker support for various -z
12346 * Makeconfig: Remove conditional code which now is unnecessary.
12347 * config.h.in: Likewise.
12348 * config.make.in: Likewise.
12349 * dlfcn/Makefile: Likewise.
12350 * elf/Makefile: Likewise.
12351 * elf/dl-load.c: Likewise.
12352 * elf/rtld.c: Likewise.
12353 * include/libc-symbols.h: Likewise.
12354 * include/stdio.h: Likewise.
12355 * io/Makefile: Likewise.
12356 * io/fstat.c: Likewise.
12357 * io/fstat64.c: Likewise.
12358 * io/fstatat.c: Likewise.
12359 * io/fstatat64.c: Likewise.
12360 * io/lstat.c: Likewise.
12361 * io/lstat64.c: Likewise.
12362 * io/mknod.c: Likewise.
12363 * io/mknodat.c: Likewise.
12364 * io/stat.c: Likewise.
12365 * io/stat64.c: Likewise.
12366 * libio/stdio.c: Likewise.
12367 * nscd/Makefile: Likewise.
12368 * stdlib/Makefile: Likewise.
12369 * stdlib/atexit.c: Likewise.
12370 * sysdeps/generic/ldsodefs.h: Likewise.
12371 * sysdeps/i386/dl-machine.h: Likewise.
12372 * sysdeps/i386/sysdep.h: Likewise.
12373 * sysdeps/i386/i686/memcmp.S: Likewise.
12374 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12375 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12376 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12378 * Makerules: USE_TLS support is now default.
12379 * tls.make.c: Likewise.
12380 * csu/Versions: Likewise.
12381 * csu/libc-start.c: Likewise.
12382 * csu/libc-tls.c: Likewise.
12383 * csu/version.c: Likewise.
12384 * dlfcn/dlinfo.c: Likewise.
12385 * elf/dl-addr.c: Likewise.
12386 * elf/dl-cache.c: Likewise.
12387 * elf/dl-close.c: Likewise.
12388 * elf/dl-iteratephdr.c: Likewise.
12389 * elf/dl-load.c: Likewise.
12390 * elf/dl-lookup.c: Likewise.
12391 * elf/dl-object.c: Likewise.
12392 * elf/dl-open.c: Likewise.
12393 * elf/dl-reloc.c: Likewise.
12394 * elf/dl-support.c: Likewise.
12395 * elf/dl-sym.c: Likewise.
12396 * elf/dl-sysdep.c: Likewise.
12397 * elf/dl-tls.c: Likewise.
12398 * elf/ldconfig.c: Likewise.
12399 * elf/rtld.c: Likewise.
12400 * elf/tst-tls-dlinfo.c: Likewise.
12401 * elf/tst-tls1.c: Likewise.
12402 * elf/tst-tls10.h: Likewise.
12403 * elf/tst-tls14.c: Likewise.
12404 * elf/tst-tls2.c: Likewise.
12405 * elf/tst-tls3.c: Likewise.
12406 * elf/tst-tls4.c: Likewise.
12407 * elf/tst-tls5.c: Likewise.
12408 * elf/tst-tls6.c: Likewise.
12409 * elf/tst-tls7.c: Likewise.
12410 * elf/tst-tls8.c: Likewise.
12411 * elf/tst-tls9.c: Likewise.
12412 * elf/tst-tlsmod1.c: Likewise.
12413 * elf/tst-tlsmod13.c: Likewise.
12414 * elf/tst-tlsmod13a.c: Likewise.
12415 * elf/tst-tlsmod14a.c: Likewise.
12416 * elf/tst-tlsmod2.c: Likewise.
12417 * elf/tst-tlsmod3.c: Likewise.
12418 * elf/tst-tlsmod4.c: Likewise.
12419 * elf/tst-tlsmod5.c: Likewise.
12420 * elf/tst-tlsmod6.c: Likewise.
12421 * include/errno.h: Likewise.
12422 * include/link.h: Likewise.
12423 * include/tls.h: Likewise.
12424 * locale/global-locale.c: Likewise.
12425 * locale/localeinfo.h: Likewise.
12426 * malloc/arena.c: Likewise.
12427 * malloc/hooks.c: Likewise.
12428 * malloc/malloc.c: Likewise.
12429 * resolv/Versions: Likewise.
12430 * sysdeps/alpha/dl-machine.h: Likewise.
12431 * sysdeps/alpha/libc-tls.c: Likewise.
12432 * sysdeps/generic/ldsodefs.h: Likewise.
12433 * sysdeps/generic/tls.h: Likewise.
12434 * sysdeps/i386/dl-machine.h: Likewise.
12435 * sysdeps/ia64/dl-machine.h: Likewise.
12436 * sysdeps/ia64/libc-tls.c: Likewise.
12437 * sysdeps/mach/hurd/fork.c: Likewise.
12438 * sysdeps/mach/hurd/i386/tls.h: Likewise.
12439 * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
12440 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12441 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12442 * sysdeps/s390/libc-tls.c: Likewise.
12443 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12444 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12445 * sysdeps/sh/dl-machine.h: Likewise.
12446 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12447 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12448 * sysdeps/x86_64/dl-machine.h: Likewise.
12450 * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
12451 split out locking and parameter checking.
12452 (_dl_close): Call _dl_close_worker after locking and checking.
12453 * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
12455 * elf/Makefile: Add rules to build and run tst-thrlock.
12456 * elf/tst-thrlock.c: New file.
12459 * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
12463 * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
12464 we are sure we do not need it anymore for _dl_close. Also move
12465 the asserts inside the lock region.
12466 Patch mostly by Suzuki <suzuki@in.ibm.com>.
12468 2006-10-27 Jakub Jelinek <jakub@redhat.com>
12470 * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
12472 (_dl_lookup_symbol_x): Adjust caller.
12474 * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
12476 * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
12478 * elf/dl-libc.c: Revert l_scope name changes.
12479 * elf/dl-load.c: Likewise.
12480 * elf/dl-object.c: Likewise.
12481 * elf/rtld.c: Likewise.
12482 * elf/dl-close.c (_dl_close): Likewise.
12483 * elf/dl-open.c (dl_open_worker): Likewise. If not SINGLE_THREAD_P,
12484 always use __rtld_mrlock_{change,done}. Always free old scope list
12485 here if not l_scope_mem.
12486 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
12487 change. Never free scope list here. Just __rtld_mrlock_lock before
12488 the lookup and __rtld_mrlock_unlock it after the lookup.
12489 * elf/dl-sym.c: Likewise.
12490 * include/link.h (struct r_scoperec): Remove.
12491 (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
12492 with l_scope_mem and l_scoperec_lock with l_scope_lock.
12494 2006-10-25 Ulrich Drepper <drepper@redhat.com>
12496 * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
12498 2006-10-18 Ulrich Drepper <drepper@redhat.com>
12500 * configure.in: Disable building profile libraries by default.
12502 2006-10-17 Jakub Jelinek <jakub@redhat.com>
12504 * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
12505 as signed longs, check for x_base + pos overflow.
12506 * sunrpc/Makefile (tests): Add tst-xdrmem2.
12507 * sunrpc/tst-xdrmem2.c: New test.
12509 2006-10-18 Ulrich Drepper <drepper@redhat.com>
12511 * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
12512 _dl_lookup_symbol_x code.
12514 2006-10-17 Jakub Jelinek <jakub@redhat.com>
12516 * elf/dl-runtime.c: Include sysdep-cancel.h.
12517 (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
12518 scoperec->nusers only if !SINGLE_THREAD_P. Use atomic_*
12519 instead of catomic_* macros.
12520 * elf/dl-sym.c: Include sysdep-cancel.h.
12521 (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
12522 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
12523 * elf/dl-close.c: Include sysdep-cancel.h.
12524 (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
12525 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
12526 * elf/dl-open.c: Include sysdep-cancel.h.
12527 (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
12528 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
12530 2006-10-17 Jakub Jelinek <jakub@redhat.com>
12533 * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
12534 fastbin rather than end of fastbin array.
12536 2006-10-18 Ulrich Drepper <drepper@redhat.com>
12538 * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
12540 * sysdeps/x86_64/bits/atomic.h
12541 (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
12542 (catomic_decrement): Use correct body macro.
12544 2006-10-17 Jakub Jelinek <jakub@redhat.com>
12546 * include/atomic.h: Add a unique prefix to all local variables
12548 * csu/tst-atomic.c (do_test): Test also catomic_* macros.
12550 2006-10-16 Ulrich Drepper <drepper@redhat.com>
12553 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
12556 2006-10-14 Ulrich Drepper <drepper@redhat.com>
12558 * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
12560 2006-10-13 Ulrich Drepper <drepper@redhat.com>
12563 * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
12564 determine highest fast bin to consolidate, always look into all of
12566 (do_check_malloc_state): Only require for empty bins for large
12567 sizes in main arena.
12569 * libio/stdio.h: Add more __wur attributes.
12571 * elf/dl-minimal.c (realloc): Optimize last patch.
12573 2006-10-12 Richard Sandiford <richard@codesourcery.com>
12576 * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
12577 and use memcpy() if it does.
12579 2006-11-12 Andreas Jaeger <aj@suse.de>
12582 * manual/search.texi (Hash Search Function): Clarify.
12583 (Array Search Function): Clarify.
12585 2006-11-12 Joseph Myers <joseph@codesourcery.com>
12588 * math/atest-exp.c (main): Cast hex value to mp_limb_t before
12590 * math/atest-exp2.c (read_mpn_hex): Likewise.
12591 * math/atest-sincos.c (main): Likewise.
12593 2006-10-11 Ulrich Drepper <drepper@redhat.com>
12595 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
12596 * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
12597 * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
12599 * Versions.def: Add GLIBC_2.6 for libc.
12601 * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
12603 * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
12605 2006-10-11 Jakub Jelinek <jakub@redhat.com>
12607 * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
12609 * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
12611 * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
12612 * sysdeps/generic/unsecvars.h: Add NIS_PATH.
12614 2006-10-11 Ulrich Drepper <drepper@redhat.com>
12616 * include/atomic.c: Define catomic_* operations.
12617 * sysdeps/x86_64/bits/atomic.h: Likewise. Fix a few minor problems.
12618 * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
12619 * malloc/memusage.c: Likewise.
12620 * gmon/mcount.c: Likewise.
12621 * elf/dl-close.c: Likewise.
12622 * elf/dl-open.c: Likewise.
12623 * elf/dl-profile.c: Likewise.
12624 * elf/dl-sym.c: Likewise.
12625 * elf/dl-runtime.c: Likewise.
12626 * elf/dl-fptr.c: Likewise.
12627 * resolv/res_libc.c: Likewise.
12629 2006-10-10 Ulrich Drepper <drepper@redhat.com>
12631 * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
12632 components which lack them.
12634 * nis/nis_subr.c (nis_getnames): Make sure that we always return
12635 at least one entry consisting of the parameter concatenated with
12638 2006-10-10 Roland McGrath <roland@frob.com>
12640 * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
12641 * sysdeps/mach/hurd/futimes.c: Likewise.
12642 * sysdeps/mach/hurd/lutimes.c: Likewise.
12644 2006-10-09 Ulrich Drepper <drepper@redhat.com>
12645 Jakub Jelinek <jakub@redhat.com>
12647 Implement reference counting of scope records.
12648 * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
12649 from the list in objects which remain. Always allocate new scope
12651 * elf/dl-open.c (dl_open_worker): When growing array for scopes,
12652 don't resize, allocate a new one.
12653 * elf/dl-runtime.c: Update reference counters before using a scope
12655 * elf/dl-sym.c: Likewise.
12656 * elf/dl-libc.c: Adjust for l_scope name change.
12657 * elf/dl-load.c: Likewise.
12658 * elf/dl-object.c: Likewise.
12659 * elf/rtld.c: Likewise.
12660 * include/link.h: Include <rtld-lowlevel.h>. Define struct
12661 r_scoperec. Replace r_scope with pointer to r_scoperec structure.
12662 Add l_scoperec_lock.
12663 * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
12664 * sysdeps/generic/rtld-lowlevel.h: New file.
12666 * include/atomic.h: Rename atomic_and to atomic_and_val and
12667 atomic_or to atomic_or_val. Define new macros atomic_and and
12668 atomic_or which do not return values.
12669 * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
12671 * sysdeps/i386/i486/bits/atomic.h: Likewise.
12673 * po/sv.po: Update from translation team.
12675 2006-10-07 Ulrich Drepper <drepper@redhat.com>
12677 * Versions.def: Add GLIBC_2.6 to libpthread.
12679 * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
12680 (versioned_symbol): Likewise.
12681 (compat_symbol): Likewise.
12683 * po/tr.po: Update from translation team.
12685 2006-10-06 Ulrich Drepper <drepper@redhat.com>
12687 * nis/Banner: Removed. It's been integral part forever and the
12688 author info is incomplete anyway.
12689 * libio/Banner: Likewise.
12691 * nis/nis_table.c (nis_list): If __follow_path fails in the new
12692 code, make sure the nis_freeresult call doesn't crash and that the
12693 result is reported correctly.
12695 2006-09-27 Jakub Jelinek <jakub@redhat.com>
12697 * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
12698 when callback is NULL.
12700 * nis/Versions (libnss_nisplus): Add
12701 _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
12702 * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
12703 * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
12704 _nss_create_tablename): Rename to...
12705 (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
12706 ... these. No longer static.
12707 (internal_setgrent): Adjust users.
12708 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12709 Don't use locking around _nss_grp_create_tablename call.
12710 * nis/nss_nisplus/nisplus-initgroups.c: New file.
12712 2006-10-06 Ulrich Drepper <drepper@redhat.com>
12714 * version.h (VERSION): Bump to 2.5.90 for new development tree.
12716 2006-10-06 Andreas Jaeger <aj@suse.de>
12718 * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
12720 2006-10-06 Ulrich Drepper <drepper@redhat.com>
12722 * po/pl.po: Update from translation team.
12724 * nscd/nscd.c (main): Fix typo in message.
12725 Patch by Jakub Bogsz <qboosh@pld-linux.org>.
12727 2006-10-02 Jakub Jelinek <jakub@redhat.com>
12730 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
12731 errno.h, signal.h, unistd.h and sysdep-cancel.h.
12732 (__sigprocmask): Define.
12734 2006-10-02 Ulrich Drepper <drepper@redhat.com>
12736 * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
12739 2006-10-02 Jakub Jelinek <jakub@redhat.com>
12741 * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
12742 in oldtotal and newtotal calculation.
12743 * nscd/nscd-client.h (struct mapped_database): Add datasize
12745 * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
12746 (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
12748 (__nscd_cache_search): Add checks to make sure we never reference
12749 data beyond the current mapping.
12751 2006-10-02 Dmitry V. Levin <ldv@altlinux.org>
12753 * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
12754 variables const to avoid compiler warnings.
12756 * io/fts.c (fts_close): Remove redundant checks.
12757 (fts_build): Likewise.
12758 (fts_palloc): Likewise.
12760 * manual/message.texi (Advanced gettext functions,
12761 Using gettextized software): Fix typos.
12763 2006-09-30 Ulrich Drepper <drepper@redhat.com>
12765 * posix/glob.c (glob_in_dir): Add some comments and asserts to
12766 explain why there are no leaks.
12768 2006-09-29 Ulrich Drepper <drepper@redhat.com>
12770 * libio/wmemstream.c: Include <wchar.h>.
12771 * libio/bug-wmemstream1.c: Likewise.
12772 * libio/tst-wmemstream1.c: Likewise.
12773 * libio/tst-wmemstream2.c: Likewise.
12775 * version.h (RELEASE): Bump to 2.5.
12776 * README: Regenerated.
12778 * locale/iso-3166.def: Add Aaland Islands and Montenegro.
12781 * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
12782 found no group members.
12783 Patch by Petr Baudis.
12785 2006-09-29 Jakub Jelinek <jakub@redhat.com>
12787 * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
12788 assert bootstrap_map.l_tls_modid is zero.
12789 (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
12792 2006-09-27 Ulrich Drepper <drepper@redhat.com>
12794 * libio/stdio.h: Move open_wmemstream prototype to ...
12795 * wcsmbs/wchar.h: ... here.
12797 2006-09-25 Jakub Jelinek <jakub@redhat.com>
12800 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
12801 fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
12802 __{,l}chown to handle the rest.
12803 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
12804 fchownat syscall and __ASSUME_32BITUIDS case inline, call
12805 __{,l}chown to handle the rest.
12806 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
12808 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
12809 * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
12812 * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12813 time, rather allocate increasingly bigger arrays of pointers, if
12814 possible with alloca, if too large with malloc.
12816 2006-09-24 Jakub Jelinek <jakub@redhat.com>
12818 * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
12820 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
12822 2006-09-24 Ulrich Drepper <drepper@redhat.com>
12824 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
12826 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
12827 IFA_F_HOMEADDRESS flag for interfaces.
12828 * include/ifaddrs.h (struct in6addrinfo): Define
12831 2006-09-21 Jakub Jelinek <jakub@redhat.com>
12834 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
12835 PTR_DEMANGLE3): Define.
12836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
12837 PTR_DEMANGLE3): Likewise.
12838 * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
12839 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
12841 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
12843 2006-09-20 Jakub Jelinek <jakub@redhat.com>
12845 * po/libc.pot: Regenerated.
12846 * po/be.po: Updated.
12847 * po/ca.po: Likewise.
12848 * po/cs.po: Likewise.
12849 * po/da.po: Likewise.
12850 * po/de.po: Likewise.
12851 * po/el.po: Likewise.
12852 * po/en_GB.po: Likewise.
12853 * po/es.po: Likewise.
12854 * po/fi.po: Likewise.
12855 * po/fr.po: Likewise.
12856 * po/gl.po: Likewise.
12857 * po/hr.po: Likewise.
12858 * po/hu.po: Likewise.
12859 * po/ja.po: Likewise.
12860 * po/ko.po: Likewise.
12861 * po/nb.po: Likewise.
12862 * po/nl.po: Likewise.
12863 * po/pl.po: Likewise.
12864 * po/pt_BR.po: Likewise.
12865 * po/ru.po: Likewise.
12866 * po/rw.po: Likewise.
12867 * po/sk.po: Likewise.
12868 * po/sv.po: Likewise.
12869 * po/tr.po: Likewise.
12870 * po/zh_CN.po: Likewise.
12871 * po/zh_TW.po: Likewise.
12874 * iconv/iconv_prog.c (main): Fix spelling in error message.
12875 * iconv/iconvconfig.c (main): Likewise.
12876 * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
12877 * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
12878 * locale/programs/localedef.c (main): Likewise.
12879 * locale/programs/repertoire.c (repertoire_read): Likewise.
12880 * timezone/zdump.c (main): Likewise.
12881 * nscd/connections.c (handle_request): Fix spelling in log message.
12882 Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
12884 2006-09-20 Ulrich Drepper <drepper@redhat.com>
12886 * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
12889 2006-09-20 Andreas Jaeger <aj@suse.de>
12891 * math/libm-test.inc (lrint_test_upward): Fix typo.
12893 2006-06-17 Joseph S. Myers <joseph@codesourcery.com>
12896 * math/libm-test.inc (lrint_test_tonearest): New function.
12897 (lrint_test_towardzero): New function.
12898 (lrint_test_downward): New function.
12899 (lrint_test_upward): New function.
12900 (main): Run these new tests.
12901 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
12902 of values near to 0.
12903 (two52): Use double not long double.
12904 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
12905 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
12906 (two23): Use float not double.
12907 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
12908 (two23): Use float not double.
12909 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
12910 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
12911 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
12912 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
12914 2006-09-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
12916 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
12917 Cast sp to unsigned long to avoid compiler warning.
12918 Use __makecontext_ret function instead of a trampoline on the stack.
12919 (__makecontext_ret): New function.
12920 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
12922 2006-09-19 Jakub Jelinek <jakub@redhat.com>
12924 * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
12925 platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
12928 2006-09-19 Ulrich Drepper <drepper@redhat.com>
12930 * elf/dl-close.c (_dl_close): If dependency is not unloaded make
12931 sure no reference to the unloaded map's search list remains in the
12932 dependency's scope.
12934 2006-09-16 Jakub Jelinek <jakub@redhat.com>
12936 * elf/Makefile: Add rules to build and run unload7 test.
12937 * elf/unload7.c: New test.
12938 * elf/unload7mod1.c: New file.
12939 * elf/unload7mod2.c: New file.
12941 2006-09-18 Jakub Jelinek <jakub@redhat.com>
12943 * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
12944 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
12945 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12946 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
12947 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12948 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
12949 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12950 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
12951 PTRACE_GETEVENTMSG): Likewise.
12952 (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
12955 2006-09-17 Mike Frysinger <vapier@gentoo.org>
12957 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
12958 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12959 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
12960 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
12962 2006-09-16 Jakub Jelinek <jakub@redhat.com>
12964 * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
12965 write '\0' to the fd.
12966 * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
12967 * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
12968 Change regs to unsigned long pointer from unsigned int, fix fscr
12971 2006-09-14 Jakub Jelinek <jakub@redhat.com>
12973 * io/Makefile (CFLAGS-fstatat.c): Set.
12974 (CFLAGS-fstatat64.c): Likewise.
12975 (CFLAGS-mknodat.c): Likewise.
12977 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
12978 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
12979 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
12980 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
12982 2006-09-14 Jakub Jelinek <jakub@redhat.com>
12983 Steven Munroe <sjmunroe@us.ibm.com>
12985 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
12986 names to the beginning. Rename "cell" to "cellbe".
12987 (_dl_powerpc_platforms): New.
12988 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12989 (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
12990 (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
12991 (_DL_HWCAP_PLATFORM): Define to new mask.
12992 (_dl_platform_string, _dl_string_platform): New functions.
12993 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
12994 PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
12996 2006-09-12 Jakub Jelinek <jakub@redhat.com>
12999 * README.libm: Fix a thinko in sqrt algorithm description.
13002 * manual/string.texi (argz_delete): Fix prototype.
13003 Patch by <alpt@freaknet.org>.
13005 2006-08-26 Joseph Myers <joseph@codesourcery.com>
13008 * io/test-lfs.c (do_prepare): Give name_len type size_t.
13009 * io/tst-fcntl.c (do_prepare): Likewise.
13010 * posix/tst-exec.c (do_prepare): Likewise.
13011 * posix/tst-preadwrite.c (do_prepare): Likewise.
13012 * posix/tst-spawn.c (do_prepare): Likewise.
13013 * posix/tst-truncate.c (do_prepare): Likewise.
13014 * rt/tst-aio.c (do_prepare): Likewise.
13015 * rt/tst-aio64.c (do_prepare): Likewise.
13016 * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13019 2006-09-09 Ulrich Drepper <drepper@redhat.com>
13022 * time/mktime.c (guess_time_tm): Fix overflow detection.
13023 * time/Makefile (tests): Add bug-mktime1.
13024 * time/bug-mktime1.c: New file.
13027 * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13028 (mremap): Likewise.
13030 2006-09-07 Jakub Jelinek <jakub@redhat.com>
13033 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13034 Ensure relocation doesn't clobber any bits outside of the
13035 immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13036 R_SPARC_HI22 and R_SPARC_H44.
13039 * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13040 (long) (MINSIZE + nb - old_size) is positive.
13042 * malloc/arena.c (grow_heap): When growing bail even if new_size
13046 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13049 2006-09-06 Jakub Jelinek <jakub@redhat.com>
13051 * posix/regex_internal.c (re_string_reconstruct): Handle
13052 offset < pstr->valid_raw_len && pstr->offsets_needed case.
13053 Ensure no bytes read before raw_mbs array. Pass a saved copy of
13054 pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13055 re_string_context_at.
13056 * posix/Makefile: Add rules to build and run bug-regex26 test.
13057 * posix/bug-regex26.c: New test.
13059 * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13060 rather than col_sym_free. Move seqp declaration earlier.
13062 * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13064 2006-09-05 Jakub Jelinek <jakub@redhat.com>
13066 * nscd/initgrcache.c (addinitgroupsX): Move any_success
13067 decl before first goto out.
13069 2006-09-04 Jakub Jelinek <jakub@redhat.com>
13071 * Makerules (shlib.lds): If have-hash-style, put .hash section
13072 at the end of the RO segment.
13074 2006-09-04 Ulrich Drepper <drepper@redhat.com>
13076 * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13077 style hash table format is used.
13079 2006-09-04 Jakub Jelinek <jakub@redhat.com>
13081 * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13082 randomization rather than before.
13083 * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13085 2006-08-31 Jakub Jelinek <jakub@redhat.com>
13087 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13089 * malloc/malloc.c (_int_malloc): Use full list insert and not
13090 shortcut which assumes the list is empty for large requests
13093 * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13095 2006-08-30 Jakub Jelinek <jakub@redhat.com>
13097 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13098 and offout arguments to the prototype.
13099 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13100 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13101 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13102 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13103 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13104 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13105 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13106 * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13108 2006-08-28 Ulrich Drepper <drepper@redhat.com>
13110 * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13112 * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13115 2006-08-28 Jakub Jelinek <jakub@redhat.com>
13117 * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13118 only if herrno is NETDB_INTERNAL. Handle errors other than
13119 ERANGE outside of the loops, handle TRY_AGAIN.
13121 * locale/programs/ld-ctype.c (translit_flatten): Issue error
13122 if other's ctype category was missing.
13123 * locale/programs/ld-collate.c (collate_read): Return if
13124 copy_locale's collate category is missing.
13126 2006-08-27 Ulrich Drepper <drepper@redhat.com>
13129 * malloc/malloc.c (public_rEALLOc): Try harder by using other
13130 arenas if allocation failed.
13131 Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13133 2006-08-26 Ulrich Drepper <drepper@redhat.com>
13135 * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13137 (malloc_state): Reduce bins size by 2.
13138 (_int_malloc): Fix test for large enough buffer for early termination.
13139 When no unsorted block matches perfectly and an exiting block has
13140 to be split, use full list insert and not shortcut which assumes
13143 * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13146 2006-08-24 Ulrich Drepper <drepper@redhat.com>
13148 * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13151 * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13152 symbol require exact match (these are PLTs).
13153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13154 (_dl_ppc64_addr_sym_match): Likewise.
13157 * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13158 If symbol has a value use it.
13159 * elf/tst-dladdr1.c: New file.
13160 * elf/Makefile: Add rules to build and run tst-addr1.
13162 2006-08-24 Jakub Jelinek <jakub@redhat.com>
13164 * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13165 keeps failing and heap growth or new heap creation isn't
13167 * malloc/tst-malloc.c (main): Add new tests.
13169 2006-08-24 Ulrich Drepper <drepper@redhat.com>
13172 * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13173 as in the x86-64 code to use bswap.
13175 2006-05-21 Joseph S. Myers <joseph@codesourcery.com>
13178 * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13180 * posix/bits/unistd.h: Likewise.
13182 2006-05-15 Mike Frysinger <vapier@gentoo.org>
13185 * string/strchr.c: Add cast to avoid warning.
13187 2006-08-21 Ulrich Drepper <drepper@redhat.com>
13189 * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13190 platforms define as 512K. For 64-bit platforms as 32MB. The lower
13191 limit is needed to avoid the exploding of the address space
13192 requirement for secondary heaps.
13193 * malloc/arena.c (HEAP_MAX_SIZE): Define using
13194 DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13196 2006-07-30 Joseph S. Myers <joseph@codesourcery.com>
13199 * Makerules (depfiles): Handle extra-test-objs the same as
13201 (common-mostlyclean): Likewise.
13202 * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13204 * elf/Makefile (extra-objs): Likewise.
13205 * stdlib/Makefile (extra-objs): Likewise.
13207 2006-08-14 Eric Blake <ebb9@byu.net>
13210 * misc/error.h: Assume C89 or better.
13211 * misc/error.c: Likewise.
13213 2006-08-21 Ulrich Drepper <drepper@redhat.com>
13216 * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13217 __ASSUME_ATFCTS is defined.
13219 2006-08-19 Ulrich Drepper <drepper@redhat.com>
13221 * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13222 to sort in each call.
13224 * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13225 is empty simply return and use next service.
13226 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13228 * locale/programs/charmap.c (charmap_read): Add new parameter. It
13229 tells us when not finding a charmap file is an error.
13230 * locale/programs/charmap.h: Adjust charmap_read prototype.
13231 * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13232 cannot find a charmap.
13233 * locale/programs/localedef.c (main): Adjust charmap_read call.
13235 2006-08-15 Jakub Jelinek <jakub@redhat.com>
13237 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13238 sysdeps/posix/pause.c implementation instead.
13240 2006-08-09 Jakub Jelinek <jakub@redhat.com>
13242 * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13245 2006-08-13 Andreas Schwab <schwab@suse.de>
13247 * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13248 Don't clobber caller's LRSAVE.
13249 (_dl_prof_resolve): Likewise.
13251 2006-08-14 Ulrich Drepper <drepper@redhat.com>
13254 * libio/memstream.c (open_memstream): Allocate initial buffer with
13256 * libio/wmemstream.c (open_wmemstream): Likewise.
13257 * libio/strops.c: Pretty printing.
13258 (_IO_str_overflow): Clear uninitialized part of the new buffer.
13259 (enlarge_userbuf): New function.
13260 (_IO_str_seekoff): Call it if seek position is larger than current
13262 * libio/wstrops.c: Likewise.
13263 * libio/vasprintf.c: Add comment as to why we do not have to use
13264 calloc instead of malloc to allocate initial buffer.
13265 * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13266 * libio/bug-memstream1.c: New file.
13267 * libio/bug-wmemstream1.c: New file.
13269 2006-08-13 Ulrich Drepper <drepper@redhat.com>
13271 * libio/wstrops.c: Remove dead macro definitions and comments.
13272 * libio/strops.c: Likewise.
13275 * login/utmpname.c (__utmpname): Remove unnecessary test.
13277 2006-06-08 Joseph Myers <jsm28@gcc.gnu.org>
13280 * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13283 2006-08-13 Ulrich Drepper <drepper@redhat.com>
13286 * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13288 * sysdeps/unix/clock_settime.c: Add support for platform-specific
13289 setting of CPU clocks.
13291 2006-06-23 Paul Eggert <eggert@cs.ucla.edu>
13294 * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13295 since C99 requires the result to promote to 'int' when uint_least8_t
13296 and uint_least16_t promote to 'int'.
13298 2006-08-12 Ulrich Drepper <drepper@redhat.com>
13301 * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13302 lenght of one output field, correct bitmask creation.
13303 * locale/programs/ld-time.c: Add alignment.
13306 * misc/error.c: Add space between program name and message if file
13309 2006-08-03 Eric Blake <ebb9@byu.net>
13312 * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13314 2006-08-09 Ulrich Drepper <drepper@redhat.com>
13316 * malloc/memusagestat.c: Silence warnings.
13318 * malloc/malloc.c: Dynamically size mmap treshold if the program
13319 frees mmaped blocks.
13320 Patch by Valerie Henson and Arjan van de Ven.
13322 2006-08-08 Jakub Jelinek <jakub@redhat.com>
13324 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13327 * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13328 __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13329 (DEF): Don't put the var into .gnu.linkonce.r.* section.
13330 Only provide var definitions in strtol_l (or for *ull*
13333 * stdio-common/bug16.c (tests): New array.
13334 (do_tests): Allow the first hexadecimal digit
13335 to be 1, 2, 4 or 8. Do 3 additional tests.
13337 * sysdeps/s390/fpu/libm-test-ulps: Update.
13339 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13340 fchownat syscall if available.
13341 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13342 * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13343 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13345 2006-08-07 Ulrich Drepper <drepper@redhat.com>
13347 * nis/nis_xdr.c: Avoid some function calls.
13349 2006-08-07 Jakub Jelinek <jakub@redhat.com>
13350 Ulrich Drepper <drepper@redhat.com>
13352 * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13353 short cut if only one name component is stripped away.
13355 2006-08-07 Ulrich Drepper <drepper@redhat.com>
13357 * nis/nis_call.c: Minor cleanups throughout.
13358 (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13359 (first_shoot): Add search_parent_first parameter. Only if it is set
13360 search parent server first.
13361 If directory for table found through cold start cache is not the same
13362 as referenced in the cache, don't use it.
13363 (__nisfind_server): Take additional parameter. Pass it on to
13365 (__prepare_niscall): Adjust __nisfind_server call.
13366 * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
13367 * nis/nis_table.c: Adjust __nisfind_server call.
13368 * nis/nis_lookup.c: Likewise.
13369 (nis_lookup): Don't loop endlessly if name is reduced to ".".
13371 2006-08-03 Ulrich Drepper <drepper@redhat.com>
13374 * math/s_cacosh.c: Return values from positive branch.
13375 * math/s_cacoshf.c: Likewise.
13376 * math/s_cacoshl.c: Likewise.
13379 * sysvipc/sys/msg.h: Change return value to ssize_t.
13380 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13381 * sysvipc/msgrcv.c: Likewise.
13382 * include/sys/msg.h: Likewise.
13384 * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
13385 test introduced in patch for bz #661.
13386 (getgrouplist): Simplify code a bit. Don't allocate one additional
13387 element for NEWGROUPS.
13390 * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
13391 'f', use '1' as leading digit not '\1'.
13392 * stdio-common/Makefile (tests): Add bug16.
13393 * stdio-common/bug16.c: New file.
13396 * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
13397 and don't try to open it. The patch introducing the macro
13398 contained a bug and used the same file name as the new file
13399 instead of using /var/adm/hostid. Nobody complaint so I'm taking
13400 this out completely.
13403 * assert/assert.h: Move cast to void inside ?: to quiet gcc.
13404 Patch by Jerry James <Jerry.James@usu.edu>.
13406 * rt/Makefile (tests): Add tst-clock2.
13407 * rt/tst-clock2.c: New file.
13410 * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
13411 function and its parameters and pass it to new thread.
13412 (__gai_notify): Add support for alternative waiting for completion.
13413 * resolv/gai_suspend.c (gai_suspend): Add support for alternative
13414 waiting for completion.
13415 * resolv/getaddrinfo_a.c: Likewise.
13416 * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
13417 waiting for completion is used.
13418 * resolv/gai_misc.c: Allow overwriting code to start helper thread.
13419 * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
13420 * resolv/gai_error.c: Likewise.
13421 * resolv/gai_sigqueue.c: Likewise.
13423 2006-08-02 Thomas Schwinge <tschwinge@gnu.org>
13425 * hurd/getdport.c (__getdport): Don't return EBADF; instead set
13426 errno to EBADF and return MACH_PORT_NULL.
13428 2006-06-23 Joseph Myers <joseph@codesourcery.com>
13431 * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
13433 2006-08-02 Ulrich Drepper <drepper@redhat.com>
13435 * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
13436 walk them instead of the symbol table.
13438 2006-08-01 Ulrich Drepper <drepper@redhat.com>
13441 * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
13442 status of NSS calls, not the number of returned entries.
13444 * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
13445 request_key, keyctl.
13447 2006-07-31 Ulrich Drepper <drepper@redhat.com>
13449 * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
13451 2006-07-16 Jeff Bailey <jbailey@ubuntu.com>
13453 * elf/tst-auditmod1.c: Fix typo in #error.
13455 2006-07-31 Ulrich Drepper <drepper@redhat.com>
13457 * elf/tst-auditmod1.c: Remove code for unsupported architectures.
13459 * iconvdata/run-iconv-test.sh: Run cmp in C locale.
13461 2006-07-20 Adam Nemet <anemet@caviumnetworks.com>
13463 * stdlib/test-canon.c (do_test): Close fd before unlinking file so
13464 that the directory is empty even on non-POSIX filesystems.
13466 2006-07-31 Ulrich Drepper <drepper@redhat.com>
13468 * elf/dl-open.c (dl_open_worker): Add branch prediction.
13470 * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
13471 the backend NSS module. If backend setgrent call failed, don't have
13472 internal_setgrent fail. Just remember this until it is needed.
13473 * nis/nss_compat/compat-pwd.c: Likewise.
13474 * nis/nss_compat/compat-spwd.c: Likewise.
13476 2006-07-30 Roland McGrath <roland@redhat.com>
13478 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
13479 * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
13480 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
13481 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
13483 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
13484 (nanosleep_not_cancel): New macro.
13485 (sigsuspend_not_cancel): new macro.
13486 * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
13487 (do_sigsuspend): Define as inline.
13488 (__sigsuspend): Always use do_sigsuspend.
13489 [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
13490 * include/signal.h: Declare __sigsuspend_nocancel.
13491 * sysdeps/posix/pause.c
13492 [! NO_CANCELLATION] (__pause_nocancel): New function.
13494 * include/unistd.h (__pause_nocancel): Add attribute_hidden.
13495 * include/time.h (__nanosleep_nocancel): Likewise.
13497 2006-07-30 Ulrich Drepper <drepper@redhat.com>
13499 * locale/programs/localedef.c (add_to_readlist): Rename local
13500 variables to avoid confusion.
13502 * locale/programs/charmap.c (charmap_read): Emit error message if
13503 charmap couldn't be found or read.
13505 2006-07-28 Ulrich Drepper <drepper@redhat.com>
13507 * sysdeps/unix/sysv/linux/kernel-features.h: Define
13508 __ASSUME_FUTEX_LOCK_PI.
13509 * include/time.h: Declare __nanosleep_nocancel.
13510 * include/unistd.h: Declare __pause_nocancel.
13512 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
13513 LDFLAGS. Add -lgcc_eh and libc_nonshared (again) to make sure we
13514 get the __stack_chk_fail_local definition when it's needed.
13516 2006-07-26 Ulrich Drepper <drepper@redhat.com>
13518 * dlfcn/Makefile: Add rules to build and run bug-atexit3.
13519 * dlfcn/bug-atexit3.c: New file.
13520 * dlfcn/bug-atexit3-lib.cc: New file.
13522 * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
13523 used when the namespace is not the base namespace.
13525 2006-07-26 Gavin Romig-Koch <gavin@redhat.com>
13527 * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
13528 (__new_exitfn): Bump it in every successful call.
13529 * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
13530 more exit handlers, call them right away.
13531 * stdlib/exit.h: Declare __new_exitfn_called.
13533 2006-07-25 Ulrich Drepper <drepper@redhat.com>
13535 * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
13536 calling registered handler.
13538 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
13539 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13540 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13541 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13542 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13543 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13544 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13545 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13547 2006-07-10 Ulrich Drepper <drepper@redhat.com>
13549 * elf/dl-lookup.c (dl_new_hash): New functions.
13550 (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
13551 value here. Compute new-style hash value. Pass new hash value
13552 and reference to variable with the old value to do_lookup_x.
13553 (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
13554 old-style hash table.
13555 (_dl_debug_bindings): Pass new hash value and reference to variable
13556 with the old value to do_lookup_x.
13557 * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
13558 new-style hash value and change old-style hash value parameter to
13559 be a reference. Reoganize functions to determine whether
13560 new-style hash table is available. Only fall back on old-style
13561 table. If old-style hash value is needed, compute it here.
13562 * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
13564 * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
13565 DT_TLSDEC_GOT. Adjust DT_ADDRNUM.
13566 * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
13567 l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
13568 * Makeconfig: If linker supports --hash-style option add it to all
13569 linker command lines to build DSOs.
13570 * config.make.in: Define have-hash-style.
13571 * configure.in: Test whether linker supports --hash-style option.
13573 * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
13574 * sysdeps/generic/ldsodefs.h: Adjust prototype.
13576 2006-06-27 Ulrich Drepper <drepper@redhat.com>
13578 * elf/dl-load.c (open_path): Fix test to determine whether DSO is
13581 * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
13582 RPATH of main map twice.
13584 2006-06-22 Ulrich Drepper <drepper@redhat.com>
13586 * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
13587 look further, return original strings.
13588 (_nl_find_msg): Do not return found translation if the conversion
13589 failed. Either signal the string is unusable or that something went
13590 wrong and the original should be used.
13592 2006-06-21 Ulrich Drepper <drepper@redhat.com>
13594 * string/_strerror.c (__strerror_r): Add __builtin_expect.
13596 2006-06-14 Jakub Jelinek <jakub@redhat.com>
13599 * misc/insremque.c (insque): Handle prev == NULL.
13600 * misc/Makefile (tests): Add tst-insremque.
13601 * misc/tst-insremque.c: New test.
13603 2006-06-17 Ulrich Drepper <drepper@redhat.com>
13606 * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
13607 conflict with DL_DST_REQUIRED.
13609 2006-06-16 Ulrich Drepper <drepper@redhat.com>
13611 * nis/nis_subr.c (nis_getnames): Fix the implementation to better
13612 match what Solaris does.
13614 2006-06-04 Ulrich Drepper <drepper@redhat.com>
13616 * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
13617 local_setegid instead of seteuid and setegid.
13618 * sysdeps/generic/local-setxid.h: New file.
13619 * sysdeps/unix/sysv/linux/local-setxid.h: New file.
13621 * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
13623 * string/Makefile (tests): Add bug-envz1.
13624 * string/bug-envz1.c: New file.
13626 2006-06-02 Jakub Jelinek <jakub@redhat.com>
13628 * posix/regex_internal.c (re_string_skip_chars): If no character has
13629 been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc
13630 to the byte which couldn't be converted.
13631 (re_string_reconstruct): Don't clear valid_raw_len before calling
13632 re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set
13633 tip_context using re_string_context_at.
13634 * posix/Makefile: Add rules to build and run bug-regex25 test.
13635 * posix/bug-regex25.c: New test.
13637 2006-06-02 Ryan S. Arnold <rsa@us.ibm.com>
13640 * string/envz.c (envz_strip): Correct erroneously reversed src
13641 and dest parameters to memmove() invocation.
13643 2006-05-30 Jakub Jelinek <jakub@redhat.com>
13645 * nscd/nscd.h (prune_cache): Add fd argument to prototype.
13646 * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
13647 to make sure the database has been already invalidated.
13648 * nscd/cache.c (prune_cache): Add fd argument. Write response to fd
13649 after the cache has been invalidated. Use pthread_mutex_lock rather
13650 than pthread_mutex_trylock if fd != -1.
13651 * nscd/connections.c (invalidate_cache): Add fd argument, write
13652 response to fd if not calling prune_cache, pass fd to prune_cache.
13653 (handle_request): Adjust invalidate_cache caller.
13654 (nscd_run): Pass -1 as fd to prune_cache.
13656 2006-05-30 Ulrich Drepper <drepper@redhat.com>
13658 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
13661 2006-05-29 Ulrich Drepper <drepper@redhat.com>
13663 * nscd/nscd.h (struct database_dyn): Add prunelock field.
13664 * nscd/cache.c (prune_cache): Take prunelock before starting the
13665 work. Just return in case it is already taken.
13666 * nscd/connections.c (dbs): Initialize .prunelock.
13668 2006-05-25 Ulrich Drepper <drepper@redhat.com>
13670 * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
13671 copying. No need to allocate new array for group members. Just
13672 move the pointers and update the size.
13674 * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
13675 Avoid memory leak in case realloc fails. Simplification for
13676 better code generation.
13678 Avoid deprecation warning because of libc_hidden_proto for
13679 inet6_option_alloc.
13680 * inet/inet6_option.c (option_alloc): Renamed from
13681 inet6_option_alloc. Made static.
13682 (inet6_option_alloc): Now a simple wrapper around option_alloc.
13683 (inet6_option_append): Call option_alloc.
13684 * include/netinet/in.h: Remove libc_hidden_proto for
13685 inet6_option_alloc.
13687 * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
13688 for cleanup when cb!=NULL [Coverity CID 233].
13690 2006-05-24 Ulrich Drepper <drepper@redhat.com>
13693 * inet/Makefile (routines): Add inet6_opt and inet6_rth.
13694 * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
13695 inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
13696 inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
13697 inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
13698 and inet6_rth_getaddr.
13699 * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
13701 * inet/netinet/in.h (struct ip6_mtuinfo): Define.
13702 Mark inet6_option_* interfaces as deprecated.
13703 Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
13704 inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
13705 inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
13706 inet6_rth_segments, and inet6_rth_getaddr.
13707 * inet/inet6_opt.c: New file.
13708 * inet/inet6_rth.c: New file.
13710 * inet/netinet/icmp6.h: Pretty printing.
13713 * elf/dl-addr.c (_dl_addr): Don't match undefined references.
13715 2006-05-23 Ulrich Drepper <drepper@redhat.com>
13717 * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
13718 doing it all here. When server does not know the answer do not
13719 fail immediate, try parent first.
13721 * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
13724 2006-05-20 Ulrich Drepper <drepper@redhat.com>
13726 * nis/nis_call.c (__prepare_niscall): New function. Split out
13728 * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
13730 (__follow_path): New function. Split out from nis_list.
13731 * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
13733 * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
13735 * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
13737 * nis/Versions: Export __prepare_niscall, __create_ib_request,
13738 __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
13739 from libnsl for version GLIBC_PRIVATE.
13740 * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
13741 Remove entry parameter from _nss_nisplus_parse_pwent and
13742 _nss_nisplus_parse_grent.
13743 * nis/nss_nisplus/nisplus-parser.c: Likewise.
13744 * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
13745 again. Rewrite getpwent handling to not use nis_first_entry and
13746 nis_next_entry. Roll out own niscall handling.
13747 * nis/nss_nisplus/nisplus-grp.c: Likewise.
13749 * sunrpc/xdr_rec.c: Fix typo in comment.
13751 2006-05-19 Ulrich Drepper <drepper@redhat.com>
13753 * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
13756 * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
13757 to allocate memory for my_pollfd. Better initialization of
13758 cb_is_running. Use TEMP_FAILURE_RETRY.
13760 * malloc/memusage.sh (memusageso): Add quotes.
13761 (memusagestat): Likewise.
13762 * debug/xtrace.sh (pcprofileso): Likewise.
13763 (pcprofiledump): Likewise.
13764 * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
13766 * malloc/Makefile ($(objpfx)memusage): Likewise.
13768 * nis/nis_callback.c (__nis_create_callback): Calls to
13769 svcudp_bufcreate and svctcp_create can fail. Free ->xprt if
13770 asprintf call fails.
13772 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
13773 no uninitialized memory is passed to sendto.
13775 2006-05-18 Ulrich Drepper <drepper@redhat.com>
13777 * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
13778 of snprintf+strdup. Handle OOM.
13779 * nis/nis_callback.c (__nis_create_callback): Allocate cb and
13780 cb->serv together. Remove now obsolete free calls.
13781 (__nis_destroy_callback): Remove now obsolete free call.
13783 2006-05-18 David Woodhouse <dwmw2@redhat.com>
13785 * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
13786 RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
13787 and ULA respectively). Set precedence for IPv4 address to 10 as
13788 defined in RFC3484 for preferring IPv6.
13789 * posix/gai.conf: Update to match the new default tables.
13791 2006-05-18 Jakub Jelinek <jakub@redhat.com>
13793 * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
13794 returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
13795 * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
13796 * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
13798 * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
13800 (init_nss_interface): Remove initialization of these variables.
13802 2006-05-18 Ulrich Drepper <drepper@redhat.com>
13804 * nis/nis_call.c (rec_dirsearch): Little optimization: pull
13805 nis_free_directory forward to avoid duplication.
13807 2006-05-17 Ulrich Drepper <drepper@redhat.com>
13809 * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
13810 rec_dirsearch returning NULL.
13811 (first_shoot): Handle __nis_finddirectory returning NULL.
13812 (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
13814 * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
13815 IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
13817 2006-05-17 Jakub Jelinek <jakub@redhat.com>
13819 * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
13822 2006-05-15 Ulrich Drepper <drepper@redhat.com>
13824 * include/rpc/pmap_prot.h: Mark all functions as hidden.
13826 * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
13827 * nscd/nscd_getgr_r.c: Likewise.
13829 * include/rpc/pmap_rmt.h: Mark all functions as hidden.
13831 * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
13832 * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
13834 * stdlib/longlong.h (__clz_tab): Mark as hidden.
13836 * iconv/gconv_int.h: Mark __gconv_lock as hidden.
13838 * include/rpc/key_prot.h: Mark all _internal functions as hidden.
13840 * include/rpc/auth.h: Mark xdr_des_block_internal and
13841 xdr_opaque_auth_internal as hidden.
13843 * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
13846 * include/rpc/xdr.h: Mark all _internal functions as hidden.
13848 * misc/getusershell.c (okshells): Don't use static initializers,
13851 * stdlib/fmtmsg.c (keywords): Change type of len element to
13852 uint32_t to not waste space on 64bit machines.
13854 * locale/setlocale.c: Change _nl_category_names into a string.
13855 Add new _nl_category_name_idxs. Change all users.
13856 * locale/localeinfo.h: Adjust declaration of _nl_category_names.
13857 Declare _nl_category_name_idxs.
13858 * locale/findlocale.c: Adjust for _nl_category_names change.
13859 * locale/loadlocale.c: Likewise.
13860 * locale/newlocale.c: Likewise.
13861 * intl/dcigettext.c: Likewise.
13863 * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
13864 (add_alias2): ...here. New function.
13865 (__gconv_read_conf): Simplify builtin alias handling.
13866 (builtin_aliases): Convert to string to avoid relocations.
13867 * iconv/gconv_builtin.h: Add comment about correct formatting.
13869 2006-05-15 Jakub Jelinek <jakub@redhat.com>
13871 * resolv/res_debug.c (loc_ntoa): Make error const.
13873 2006-05-14 Andreas Schwab <schwab@suse.de>
13875 * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
13877 2006-05-12 Jakub Jelinek <jakub@redhat.com>
13879 * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
13880 (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
13881 sizeof (cpu_set_t).
13883 2006-05-11 Ulrich Drepper <drepper@redhat.com>
13885 * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
13887 * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
13889 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
13890 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
13892 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
13893 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
13895 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
13896 * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
13899 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
13900 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
13903 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
13904 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
13906 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
13907 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
13909 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
13910 * include/rpcsvc/nis_callback.h: New file.
13912 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
13913 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
13915 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13916 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13918 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
13919 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
13921 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13922 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13924 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
13925 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
13928 * nis/nis_xdr.h: Mark all functions as hidden. Remove
13929 __BEGIN_DECLS and __END_DECLS, the header is not installed.
13931 * nis/nis_error.c: Remove table of strings. Use position
13932 independent mechanism.
13933 * nis/nis_error.h: New file.
13935 2006-05-11 Jakub Jelinek <jakub@redhat.com>
13937 * locale/programs/ld-time.c (time_finish): If wide era name or
13938 format aren't provided, set both wname and wformat to L"".
13940 2006-05-10 Ulrich Drepper <drepper@redhat.com>
13942 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
13943 results if the call was succesful.
13945 * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
13947 * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
13950 2006-05-10 Jakub Jelinek <jakub@redhat.com>
13952 * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
13954 2006-05-10 Ulrich Drepper <drepper@redhat.com>
13956 * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
13957 caller makes sure this is not the case.
13958 (wordexp): Simplify ifs_white creation. [Coverity CID 231]
13960 2006-05-09 Ulrich Drepper <drepper@redhat.com>
13962 * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
13965 * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
13966 [Coverity CID 229, 230]
13968 * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
13970 (hol_help): Likewise. [Coverity CID 226, 227]
13972 * string/argz-replace.c (__argz_replace): Unconditionally call
13973 free on SRC. [Coverity CID 225]
13975 * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
13976 the return value of __nis_default_owner and __nis_default_group,
13977 it has been especially allocated. [Coverity CID 224]
13979 * nis/nis_defaults.c (searchXYX): New functions. Used by both
13980 searchgroup and searchowner. Significantly simplified.
13981 (__nis_default_owner): Remove duplication. Do not locally copy the
13982 string before duplicating it.
13983 (__nis_default_group): Likewise.
13985 * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
13986 we must clear the variable before calling __nisfind_server.
13988 * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
13989 nis_getnames. [Coverity CID 223]
13991 * locale/programs/locfile.c (locfile_read): Use alloca instead of
13992 xmalloc to allocate local repertoire name. [Coverity CID 222]
13994 * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
13995 allocate memory for the input to add_bytes. [Coverity CID 221]
13997 * posix/wordexp.c (w_addword): Free word if realloc fails and it
13998 was allocated here. [Coverity CID 219, 220]
14000 * posix/getconf.c (print_all): Free confstr data after printing.
14003 * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14004 list allocation fails. [Coverity CID 215]
14006 * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14009 * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14010 string is NULL. [Coverity CID 212]
14011 * argp/Makefile: Add rules to build and run bug-argp1.
14012 * argp/bug-argp1.c: New file.
14014 * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14016 * stdlib/canonicalize.c (__realpath): Likewise.
14018 * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14019 pointer. [Coverity CID 206]
14021 * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14022 in statically linked code.
14023 * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14024 statically built code, be prepared to have no link map.
14027 * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14028 dgettext calls. [Coverity CID 204]
14030 * argp/argp-help.c (struct uparams): Remove valid member. Change
14032 (uparam_names): Reduce size. Avoid relative relocations.
14033 Moved to read-only segment.
14034 (fill_in_uparams): Update for new layout.
14036 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14037 assumed to always be != NULL. [Coverity CID 202]
14039 * argp/argp-help.c (hol_entry_help): Remove some dead code
14040 [Coverity CID 200].
14042 * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14043 away a few more unconditional yperr2nss calls.
14044 (_nss_nis_getservbyname_r): Likewise.
14046 2006-05-06 Ulrich Drepper <drepper@redhat.com>
14048 * sysdeps/generic/ldsodefs.h: Remove support for non-core
14051 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14052 that unused memory passed to sendto is nevertheless initialized.
14055 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14056 possibly unaligned memory accesses.
14058 * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14059 * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14060 and __putlong respectively. Correct buffer overflow check for
14063 * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14065 * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14066 (send_dg): Rewrite error handling to be more compact and avoid
14067 double recomputation of timeouts. Pass MSG_NOSIGNAL to send.
14069 * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14071 * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14072 instead of ns_get16.
14073 (res_queriesmatch): Likewise. Minor optimization.
14076 * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14077 __libc_res_nsend might reallocate the buffer for the answer. In
14078 this case we have to reload the HP pointer.
14080 2006-05-05 Ulrich Drepper <drepper@redhat.com>
14082 * stdio-common/vfscanf.c (memory_error): Remove definition. Add
14083 some branch prediction hints.
14085 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14086 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14087 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14088 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14089 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14090 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14091 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14092 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14094 2006-05-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
14096 * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14097 by a GOT relocation to make Scrt1.o position independent.
14098 * sysdeps/s390/s390-64/elf/start.S: Likewise.
14100 * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14101 six system call parameters.
14102 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14104 2006-05-05 Ulrich Drepper <drepper@redhat.com>
14106 * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14109 * sunrpc/svc_udp.c (BZERO): Remove definition.
14111 (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14113 * sunrpc/des_impl.c: Remove ALT_ECB support. We never used it.
14114 (des_SPtrans): Use uint32_t type.
14115 (des_skb): Likewise.
14117 * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14119 2006-05-05 Jakub Jelinek <jakub@redhat.com>
14122 * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14125 2006-05-05 Ulrich Drepper <drepper@redhat.com>
14127 * locale/programs/ld-address.c (address_finish): Fix one more
14128 place where the iso639 array might be accessed beyond the limits.
14130 2006-05-04 Ulrich Drepper <drepper@redhat.com>
14132 * nis/nis_table.c (nis_list): Avoid clearing res twice before
14133 filling it for the first time.
14135 * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14136 Adjust all callers.
14137 Free res object content before returning.
14139 * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14141 * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14144 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14145 cleanup for initial thread, just the free call on TVP.
14147 * nscd/gai.c (__getline): Define.
14150 See ChangeLog.16 for earlier changes.