]> sourceware.org Git - glibc.git/blob - ChangeLog
[BZ #524]
[glibc.git] / ChangeLog
1 2005-09-26 Ulrich Drepper <drepper@redhat.com>
2
3 [BZ #524]
4 * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of
5 number of bits is multiple of 8.
6 Patch by Fredrik Tolf <fredrik@dolda2000.com>.
7
8 [BZ #516]
9 * elf/dl-load.c: Report failed loading due to ELF class mismatch
10 with better words.
11
12 [BZ #162]
13 * manual/llio.texi (Waiting for I/O): Correct description of read
14 conditions reported by select.
15
16 2005-09-24 Jakub Jelinek <jakub@redhat.com>
17
18 * inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.
19 Return 1 only if result == 1. Patch by Benoit Capelle.
20
21 2005-09-25 Ulrich Drepper <drepper@redhat.com>
22
23 [BZ #278]
24 * manual/stdio.texi (Hook Functions): Correct type of position
25 parameter of seeker and fix fallout of the change in the text.
26
27 [BZ #714]
28 * iconv/loop.c [!STORE_REST] (SINGLE): Correctly record number of
29 left-over bytes and store them correctly.
30 * wcsmbs/tst-mbrtowc2.c: New file.
31 * wcsmbs/Makefile (tests): Add tst-mbrtowc2.
32
33 2005-09-24 Roland McGrath <roland@redhat.com>
34
35 * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.
36 * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
37
38 2005-09-24 Ulrich Drepper <drepper@redhat.com>
39
40 [BZ #545]
41 * locale/iso-639.def: More updates from the current spec.
42
43 * locale/programs/ld-address.c (address_finish): Produce better
44 error messages for invalid lang_ab use.
45
46 * locale/iso-639.def: Add a few updates from current spec.
47
48 2005-09-23 Ulrich Drepper <drepper@redhat.com>
49
50 [BZ #704]
51 * locale/iso-4217.def: Replace MGF with MGA.
52
53 * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of
54 array.
55 * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access.
56
57 2004-08-13 GOTO Masanori <gotom@debian.or.jp>
58
59 [BZ #395]
60 * iconvdata/jis0208.c: Remove 0x005C mapping from
61 __jisx0208_from_ucs4_lat1.
62 Reported by Fumitoshi UKAI <ukai@debian.or.jp>
63
64 2005-09-23 Ulrich Drepper <drepper@redhat.com>
65
66 [BZ #394]
67 * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if
68 nothing can be written.
69 * libio/iofopncook.c (_IO_cookie_write): If something went wrong,
70 set error bit.
71
72 2005-09-22 Ulrich Drepper <drepper@redhat.com>
73
74 [BZ #281]
75 * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
76 * posix/regcomp.c: Remove unnecessary uses of
77 unsigned RE_TRANSLATE_TYPE.
78 * posix/regex_internal.h: Likewise.
79 * posix/regex_internal.c: Likewise.
80 * posix/regexexec.c: Likewise.
81 Based on a patch by Stepan Kasal <kasal@ucw.cz>.
82
83 [BZ #1035]
84 * locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira.
85
86 [BZ #1363]
87 * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped
88 free call in code handling detection of GC runs.
89
90 2005-09-22 Roland McGrath <roland@redhat.com>
91
92 * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for
93 static __thread variable.
94 From Alexandre Oliva <aoliva@redhat.com>
95
96 * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.
97 Reported by Alexandre Oliva <aoliva@redhat.com>.
98
99 2005-09-20 Jakub Jelinek <jakub@redhat.com>
100
101 * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.
102
103 2005-09-20 Roland McGrath <roland@redhat.com>
104
105 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use execv, not execl.
106
107 [BZ #1346]
108 * elf/dl-load.c (_dl_map_object_from_fd) [HAVE_Z_RELRO]: Do relro
109 magic on __stack_prot only if [SHARED]. Skip mprotect if __stack_prot
110 lies outside the page-rounded-down relro region.
111
112 2005-09-19 Richard Henderson <rth@redhat.com>
113
114 [BZ #1358]
115 * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s)
116 to a temporary first.
117 (inline_syscall2, inline_syscall3, inline_syscall4): Likewise.
118 (inline_syscall5, inline_syscall6): Likewise.
119
120 * sysdeps/alpha/ldiv.S (lldiv): Add alias.
121
122 2005-09-17 Ulrich Drepper <drepper@redhat.com>
123
124 [BZ #1010]
125 * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly.
126
127 [BZ #1053]
128 * debug/xtrace.sh: Add missing escape character in -? match.
129 Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
130
131 [BZ #1051]
132 * wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
133 * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
134 __END_NAMESPACE_C99 in one place.
135 * scripts/begin-end-check.pl: New file.
136 Patch by Ralph Loader <suckfish@ihug.co.nz>.
137 * Makefile: Add rules to run scripts/begin-end-check.pl.
138
139 2005-09-17 Andreas Jaeger <aj@suse.de>
140
141 * timezone/zdump.c: Include ctype.h.
142
143 2005-09-16 Andreas Jaeger <aj@suse.de>
144
145 [BZ #1047]
146 * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file.
147
148 2005-09-16 Maciej W. Rozycki <macro@linux-mips.org>
149
150 [BZ #933]
151 * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of
152 the syscall immediately before invocation.
153 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise.
154 * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise.
155
156 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
157 macros to handle GP.
158 * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall):
159 Likewise. Update inaccurate comments.
160
161 2005-09-13 Ulrich Drepper <drepper@redhat.com>
162
163 * sysdeps/posix/spawni.c (__spawni): Automatically recognize some
164 more cases when we can use vfork.
165
166 2005-08-29 Thomas Schwinge <schwinge@nic-nac-project.de>
167
168 [BZ #1261]
169 * manual/memory.texi (Hooks for Malloc): Correct prototype of
170 my_init_hook and definition of my_free_hook.
171
172 2005-09-12 Roland McGrath <roland@redhat.com>
173
174 [BZ #1331]
175 * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
176 macro argument.
177 Reported by Matej Vela <vela@debian.org>.
178
179 2005-09-12 Jakub Jelinek <jakub@redhat.com>
180
181 * malloc/malloc.c (struct malloc_chunk): Fix comment typo.
182 (public_cALLOc): For mmapped chunks and perturb_byte != 0,
183 don't clear SIZE_SZ bytes more than should be cleared.
184
185 2005-09-09 Jakub Jelinek <jakub@redhat.com>
186
187 * inet/getnetgrent_r.c: Include assert.
188 (setup): Remove FUNC_NAME and ALL arguments, assume they are always
189 "setnetgrent" and 1.
190 (endnetgrent_hook): New function.
191 (internal_endnetgrent): Use it.
192 (__internal_setnetgrent_reuse): Use it. Adjust setup caller.
193 If status is NSS_STATUS_SUCCESS, yet action is continue, call
194 endnetgrent hook.
195 (internal_getnetgrent_r): Use __nss_lookup_function rather than
196 setup. Recompute getfct pointer after successful
197 __internal_setnetgrent_reuse. Don't use __nss_next.
198 (innetgr): Use __nss_lookup_function instead of __nss_lookup.
199 Adjust setup caller.
200 * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear
201 data_size and cursor. Add libnss_files_hidden_proto and
202 libnss_files_hidden_def.
203 (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure.
204 * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear
205 data_size and cursor.
206 (_nss_nis_setnetgrent): Don't call internal_endnetgrent.
207 (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling.
208 * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear
209 data_size and position.
210 (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent.
211
212 2005-09-09 Ulrich Drepper <drepper@redhat.com>
213
214 * nss/getent.c (netgroup_keys): Call endnetgrent.
215 (main): Call mtrace.
216
217 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't
218 need locking for the stream. Use feof_unlocked.
219
220 2005-09-09 Jakub Jelinek <jakub@redhat.com>
221
222 [BZ #1318]
223 * locale/loadarchive.c (_nl_load_locale_from_archive): Free
224 normalized_codeset even if p was already normalized.
225 Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
226
227 2005-09-08 Roland McGrath <roland@redhat.com>
228
229 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
230 properly, first byte is bit number in mask. Skip disabled caps.
231
232 2005-07-11 Derek R. Price <derek@ximbiot.com>
233
234 [BZ #1061]
235 * sysdeps/generic/glob.c (glob): Only a 0 return from
236 getlogin_r means success, according to POSIX 1003.2.
237
238 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
239
240 [BZ #1033]
241 * time/mktime.c: Import from gnulib.
242 The following macros are now consistent with other gnulib code.
243 This does not change mktime's behavior.
244 (TYPE_IS_INTEGER): New macro.
245 (time_t_is_integer): Use it.
246 (TYPE_TWOS_COMPLEMENT): New macro.
247 (twos_complement_arithmetic): Use it.
248 (TYPE_ONES_COMPLEMENT): New macro.
249 (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
250 mktime doesn't use this, but the code now matches other gnulib code.
251 (ranged_convert): Pacify GCC 4.0 in a different way, which
252 generates a few bytes less code.
253 (ranged_convert, __mktime_internal): When calling a function via a
254 pointer P, use P () rather than (*P) (), as we now assume C89 or
255 better.
256
257 2005-09-07 Alexandre Oliva <aoliva@redhat.com>
258
259 * timezone/test-tz.c: Update to match tzdata2005m.
260 * timezone/tst-timezone.c: Likewise.
261
262 2005-09-07 Ulrich Drepper <drepper@redhat.com>
263
264 * posix/regexec.c (find_recover_state): Remove unnecessary
265 initialization.
266 (transit_state_bkref): Make DFA a const pointer.
267 (get_subexp): Likewise.
268 (check_arrival): Likewise.
269 (update_cur_sifted_state): Likewise.
270 (re_search_internal): Likewise.
271 (prune_impossible_nodes): Likewise.
272 (acquire_init_state_context): Likewise.
273 (proceed_next_node): Likewise.
274 (set_regs): Likewise.
275 (free_fail_stack_return): Likewise.
276 (check_arrival_expand_ecl): Mark DFA parameter as const.
277 (check_arrival_expand_ecl_sub): Likewise.
278 (check_subexp_limits): Likewise.
279 (sub_epsilon_src_nodes): Likewise.
280 (add_epsilon_src_nodes): Likewise.
281 (merge_state_array): Likewise.
282 (update_regs): Likewise.
283 (build_trtable): Likewise.
284 (sift_states_backward): Mark MCTX parameter as const.
285 (build_sifted_states): Likewise.
286 (update_cur_sifted_state): Likewise.
287 (sift_states_mkref): Likewise.
288 (check_arrival_expand_ecl): Mark eclosure as const.
289 (check_dst_limits_calc_pos_1): Likewise.
290 * posix/regex_internal.h (re_match_context_t): Make dfa a const
291 pointer.
292
293 2005-09-06 Ulrich Drepper <drepper@redhat.com>
294
295 * timezone/africa: Update from tzdata2005m.
296 * timezone/asia: Likewise.
297 * timezone/australasia: Likewise.
298 * timezone/backward: Likewise.
299 * timezone/europe: Likewise.
300 * timezone/northamerica: Likewise.
301 * timezone/southamerica: Likewise.
302 * timezone/zone.tab: Likewise.
303 * timezone/zdump.c: Update from tzcode2005m.
304
305 * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.
306 (transit_state_sb): Likewise.
307 (transit_state_mb): Likewise.
308 (sift_states_iter_mb): Likewise.
309 (check_arrival_add_next_nodes): Likewise.
310 (check_node_accept_bytes): Change first parameter to pointer-to-const.
311 [_LIBC] (re_search_2_stub): Use mempcpy.
312
313 * posix/regex_internal.c (re_string_reconstruct): Avoid calling
314 mbrtowc for very simple UTF-8 case.
315
316 2005-09-01 Paul Eggert <eggert@cs.ucla.edu>
317
318 * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability
319 bugs in int versus size_t comparisons.
320
321 2005-09-06 Ulrich Drepper <drepper@redhat.com>
322
323 * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg
324 a pointer-to-const.
325 (re_acquire_state_context): Likewise.
326 * posix/regex_internal.h: Adjust prototypes.
327
328 2005-08-31 Jim Meyering <jim@meyering.net>
329
330 * posix/regcomp.c (search_duplicated_node): Make first pointer arg
331 a pointer-to-const.
332 * posix/regex_internal.c (create_ci_newstate, create_cd_newstate,
333 register_state): Likewise.
334 * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
335 (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
336 (group_nodes_into_DFAstates): Likewise.
337
338 2005-08-31 Paul Eggert <eggert@cs.ucla.edu>
339
340 * posix/regexec.c (re_search_internal): Simplify update of
341 rm_so and rm_eo by replacing "if (A == B) A += C - B;"
342 with the equivalent of "if (A == B) A = C;".
343
344 2005-09-06 Ulrich Drepper <drepper@redhat.com>
345
346 * posix/regcomp.c (re_compile_internal): Change third parameter type
347 to size_t.
348 (init_dfa): Likewise. Make sure that arithmetic on pat_len doesn't
349 overflow.
350 * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc
351 and nodes_len to size_t.
352 * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for
353 new_nodes_alloc. Check for overflow.
354
355 2005-08-31 Paul Eggert <eggert@cs.ucla.edu>
356
357 * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
358 (optimize_subexps, lower_subexp):
359 Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
360 since the signed shift might overflow. Use 1u<<31 instead.
361 * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
362 Likewise.
363 * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise.
364 (check_subexp_matching_top): Likewise.
365 * posix/regcomp.c (optimize_subexps, lower_subexp):
366 Use CHAR_BIT rather than 8, for clarity.
367 * posix/regexec.c (check_dst_limits_calc_pos_1):
368 (check_subexp_matching_top): Likewise.
369 * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we
370 don't have to worry about portability issues when shifting it left.
371 Remove no-longer-needed test for table_size > 0.
372 * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there
373 are in a word, as the resulting behavior is undefined.
374 * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise;
375 in one case, a <= should have been an <, and in another case the
376 whole test was missing.
377 * posix/regex_internal.h (BYTE_BITS): Remove. All uses changed to
378 the standard name CHAR_BIT.
379
380 * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
381 next_last_offset.
382 (struct re_dfa_t): Remove unused member states_alloc.
383 * posix/regcomp.c (init_dfa): Don't initialize unused members.
384
385 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
386
387 * posix/regexec.c (set_regs): Don't alloca with an unbounded size.
388
389 alloca modernization/simplification for regex.
390 * posix/regex.c: Remove portability cruft for alloca. This no longer
391 needs to be at the start of the file, and can be moved into
392 regex_internal.h and simplified.
393 * posix/regex_internal.h: Include <alloca.h>.
394 (__libc_use_alloca) [!defined _LIBC]: New macro.
395 * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
396 since the code now works outside glibc.
397
398 2005-09-06 Ulrich Drepper <drepper@redhat.com>
399
400 * include/regex.h: Remove use of _RE_ARGS.
401
402 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
403
404 * posix/regexec.c (find_recover_state): Change "err" to "*err".
405
406 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
407
408 * posix/regcomp.c (regerror): Pointer args are 'restrict',
409 as per POSIX.
410 * posix/regex.h (regerror): Likewise.
411 * manual/pattern.texi (POSIX Regexp Compilation): Likewise.
412 Similarly for regcomp and regexec. Also, first 2 args of regexec
413 and 2nd arg of regerror are const.
414
415 * posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
416 requires this. (The code never needed it.)
417
418 2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
419
420 * posix/regexec.c (sift_states_bkref): re_node_set_insert returns
421 int, not reg_errcode_t.
422
423 * posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
424 since some broken compilers warn about it otherwise.
425
426 * posix/regcomp.c (create_initial_state): Remove duplicate decl.
427
428 2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
429
430 * posix/regex.h (_RE_ARGS): Remove. No longer needed, since we assume
431 C89 or better. All uses removed.
432
433 2005-09-06 Ulrich Drepper <drepper@redhat.com>
434
435 * posix/regex.c: Prevent using C++ compilers.
436
437 2005-08-19 Paul Eggert <eggert@cs.ucla.edu>
438
439 * posix/regcomp.c (duplicate_node): Return new index, not an error
440 code, and let the caller return REG_ESPACE if out of space. This
441 removes an uninitialied-variable warning with GCC 4.0.1, and also
442 avoids taking the address of a local variable. All callers
443 changed.
444
445 2005-09-06 Ulrich Drepper <drepper@redhat.com>
446
447 * include/time.h (__strptime_internal): Rename parameter to avoid
448 bogus compiler warning.
449
450 2005-08-19 Jim Meyering <jim@meyering.net>
451
452 * posix/regexec.c (proceed_next_node): Redo local variables to
453 avoid GCC shadowing warnings.
454
455 2005-09-06 Ulrich Drepper <drepper@redhat.com>
456
457 * posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
458 (re_acquire_state_context): Likewise.
459
460 2005-08-19 Paul Eggert <eggert@cs.ucla.edu>
461
462 * posix/regex_internal.c (re_string_realloc_buffers):
463 (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
464 Rename local variables to avoid GCC shadowing warnings.
465
466 2005-07-08 Eric Blake <ebb9@byu.net>
467 Paul Eggert <eggert@cs.ucla.edu>
468
469 * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
470 wchar_t. Remove now-unnecessary cast.
471 (build_range_exp): Likewise.
472
473 2005-08-31 Bob Wilson <bob.wilson@acm.org>
474
475 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove the
476 exponent bias from the increment value for scaling by 2^60.
477
478 2005-09-05 Alexandre Oliva <aoliva@redhat.com>
479
480 * configure.in: Compile source test file with -fPIC for -shared.
481
482 2005-09-04 Ulrich Drepper <drepper@redhat.com>
483
484 * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
485 it wasn't used. Remove use of from_object and to_object variable,
486 replace with some constants. Adjust users.
487
488 * sysdeps/i386/bits/string.h: Removed.
489
490 * stdio-common/Makefile (tests): Add tst-put-error.
491 * stdio-common/tst-put-error.c: New file.
492 * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more
493 data would have to be written signal error.
494 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
495
496 * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
497
498 2005-09-02 Ulrich Drepper <drepper@redhat.com>
499
500 * elf/dl-load.c (_dl_map_object_from_fd): No need to change
501 protection of memory used for the last segment.
502
503 2005-08-22 Robert Millan <robertmh@gnu.org>
504
505 * sysdeps/mach/hurd/nfs/nfs.h: Move to ...
506 * sysdeps/generic/nfs/nfs.h: ... here.
507
508 2005-09-01 Ulrich Drepper <drepper@redhat.com>
509
510 * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
511 Add __wur to feof{,_unlocked}, ferror{,_unlocked},
512 fileno{,_unlocked}, and popen.
513
514 2005-08-30 Ulrich Drepper <drepper@redhat.com>
515
516 * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.
517
518 2005-08-01 Bob Wilson <bob.wilson@acm.org>
519 Richard Sandiford <richard@codesourcery.com>
520
521 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing
522 exponent bias to the value for 2^126.
523
524 2005-08-30 Jakub Jelinek <jakub@redhat.com>
525 Alan Modra <amodra@bigpond.net.au>
526
527 * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro.
528 * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define.
529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file.
530
531 2005-08-23 Ulrich Drepper <drepper@redhat.com>
532
533 * nscd/nscd.c (main): Use error while process isn't running in the
534 background, not dbg_log.
535 * nscd/nscd_conf.c (nscd_parse_file): Likewise.
536 Mark messages with _(). Unify testing for database name.
537
538 * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
539 (dbs): Initialize max_db_size fields.
540 (nscd_init): When mapping the database, use max_db_size as the
541 mapping size even if it is bigger than the file size.
542 * nscd/mem.c (mempool_alloc): When resizing the file make sure the
543 limit in max_db_size is not exceeded. Don't use mremap, just
544 posix_fallocate is enough (according to Linus). Use posix_fallocate
545 correctly.
546 * nscd/nscd.conf: Add max-db-size parameters.
547 * nscd/nscd.h (struct database_dyn): Add max_db_size field.
548 Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.
549 Temporarily define TEMP_FAILURE_RETRY_VAL here.
550 * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter
551 and add sanity checks for it.
552
553 * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to
554 send reply.
555 * nscd/connection.c (writeall): Likewise.
556 (handle_request): Likewise.
557 * nscd/grpcache.c (cache_addgr): Likewise.
558 * nscd/hstcache.c (cache_addhst): Likewise.
559 * nscd/initgrcache.c (addinitgroupsX): Likewise.
560 * nscd/nscd.c (parse_opt): Likewise.
561 * nscd/nscd_stat.c (send_stats): Likewise.
562 (receive_print_stats): Likewise.
563 * nscd/pwdcache.c (cache_addpw): Likewise.
564
565 * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
566
567 2005-08-22 Jakub Jelinek <jakub@redhat.com>
568
569 * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by
570 sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t).
571 Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine.
572 * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise.
573 * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply
574 len by sizeof (wchar_t).
575 * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise.
576 * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise.
577 Fix type of SRC argument. Pass &SRC rather than SRC to
578 __mbsrtowcs.
579 * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC
580 to __wcsrtombs.
581 * debug/tst-chk1.c: Include assert.h.
582 (do_test): Change enough array from VLA into a fixed size array.
583 Assert that MB_CUR_MAX is <= sizeof (enough). Use FAIL () macro
584 instead of print error details. Add several new tests.
585 Kill some unused variable warnings.
586
587 2005-08-21 Ulrich Drepper <drepper@redhat.com>
588
589 * resolv/res_send.c (Aerror): Fix printing IP address.
590
591 * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.
592
593 2005-08-19 H.J. Lu <hongjiu.lu@intel.com>
594
595 * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
596
597 2005-08-17 Robert Love <rml@novell.com>
598
599 * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event.
600
601 2005-08-19 Bruno Haible <bruno@clisp.org>
602
603 * intl/localealias.c (read_alias_file): In case of failure, close the
604 file descriptor and sort the array before returning.
605
606 2005-08-19 Ulrich Drepper <drepper@redhat.com>
607
608 * malloc/Makefile: Link libmemusage.so with ld.so.
609 * malloc/memusage.c: Use atomic operations for all counter and size
610 computations. Handle thread stacks.
611 * sysdeps/generic/memusage.h: Define memusage_cntr_t and
612 memusage_size_t.
613 * sysdeps/i386/i686/memusage.h: New file.
614 * include/atomic.h: Define atomic_max and atomic_min.
615
616 * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs.
617
618 2005-08-17 Paul Eggert <eggert@cs.ucla.edu>
619
620 [BZ #1207]
621 * posix/regex.h: Remove spurious space-before-tab. From gnulib.
622
623 2005-08-16 Ulrich Drepper <drepper@redhat.com>
624
625 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
626 sys/inotify.h.
627 * sysdeps/unix/sysv/linux/sys/inotify.h: New file.
628 * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
629
630 * nscd/cache.c (prune_cache): Add more debug output. Only for
631 debug level 3 and higher and very verbose.
632
633 * nscd/cache.c (prune_cache): Use stat64 not stat.
634 * nscd/connections.c (nscd_init): Likewise.
635
636 2005-08-10 Sergio Gelato <Sergio.Gelato@astro.su.se>
637
638 [BZ #1188]
639 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
640 from (len > 0) to (len >= 0).
641
642 2005-08-16 Ulrich Drepper <drepper@redhat.com>
643
644 * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
645 Reported by Thomas Schwinge.
646
647 2005-08-15 Jakub Jelinek <jakub@redhat.com>
648
649 * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
650
651 2005-08-16 Ulrich Drepper <drepper@redhat.com>
652
653 * nss/getent.c (more_help): Use open_memstream instead of handling
654 memory allocation ourselves.
655
656 2005-08-16 Jay Fenlason <fenlason@redhat.com>
657
658 * nss/getent.c (parse_options): change the -s option to support
659 {database}:{search} to override /etc/resolv.conf for only the
660 specified database.
661
662 2005-08-08 Ulrich Drepper <drepper@redhat.com>
663
664 * nscd/connections.c (main_loop_epoll): Pass NULL as event
665 argument for epoll_ctl(EPOLL_CTL_DEL) calls.
666
667 * nscd/nscd_stat.c (receive_print_stats): Really print values of
668 thread number, paranoia, and restart interval the server is using.
669
670 * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
671 * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
672 * debug/vfprintf_chk.c: Add libc_hidden_def.
673
674 2005-08-08 Roland McGrath <roland@redhat.com>
675
676 * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
677 (__argp_failure): Likewise.
678
679 2005-08-08 Ulrich Drepper <drepper@redhat.com>
680
681 * nscd/cache.c (cache_add): Commit hash table and header to disk.
682
683 * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
684 * nscd/connections.c (nscd_init): Likewise.
685
686 2005-08-08 Jakub Jelinek <jakub@redhat.com>
687
688 * stdio-common/fxprintf.c: Include libioP.h.
689
690 * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
691 getdomainname): Add __NTH.
692 * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
693 Likewise.
694 (realpath): Likewise. Use __const instead of const. Add __restrict
695 keywords.
696 * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
697 * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
698 wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
699 mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
700 * string/bits/string3.h (__memset_ichk): Likewise.
701 (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
702 __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
703 __strncat_ichk): Likewise. Use __const instead of const.
704 (__stpncpy_chk): Use __const instead of const.
705 (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
706
707 2005-08-08 Ulrich Drepper <drepper@redhat.com>
708 Jakub Jelinek <jakub@redhat.com>
709
710 * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
711 definitions to...
712 * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
713 * nscd/connections.c (usekey): New enum.
714 (check_use, verify_persistent_db): New functions.
715 (nscd_init): If persistent database is corrupted, unlink it and
716 recreate rather than falling back to non-persistent database.
717 Call verify_persistent_db. Avoid overflows in total computation.
718
719 2005-08-08 Ulrich Drepper <drepper@redhat.com>
720
721 * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
722 better readable. Avoid passing var to loop function, it's not
723 necessary at all.
724
725 2005-08-07 Ulrich Drepper <drepper@redhat.com>
726
727 * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
728 definition.
729
730 2005-08-05 Ulrich Drepper <drepper@redhat.com>
731
732 * timezone/checktab.awk: Update from tzcode2005k.
733 * timezone/private.h: Likewise.
734 * timezone/scheck.c: Likewise.
735 * timezone/tzselect.ksh: Likewise.
736 * timezone/zdump.c: Likewise.
737 * timezone/zic.c: Likewise.
738 * timezone/africa: Update from tzdata2005k.
739 * timezone/antarctica: Likewise.
740 * timezone/asia: Likewise.
741 * timezone/australasia: Likewise.
742 * timezone/europe: Likewise.
743 * timezone/iso3166.tab: Likewise.
744 * timezone/leapseconds: Likewise.
745 * timezone/northamerica: Likewise.
746 * timezone/solar87: Likewise.
747 * timezone/solar88: Likewise.
748 * timezone/solar89: Likewise.
749 * timezone/southamerica: Likewise.
750 * timezone/zone.tab: Likewise.
751
752 2005-08-05 Roland McGrath <roland@redhat.com>
753
754 * mach/shortcut.awk: Ignore `weak_alias' lines.
755 Reported by Alfred M. Szmidt <ams@gnu.org>.
756
757 * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
758 Reported by Alfred M. Szmidt <ams@gnu.org>.
759
760 2005-08-03 Dwayne Grant McConnell <dgm69@us.ibm.com>
761
762 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
763 Use +=, not =, to append. Remove duplicate flags.
764 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
765 Likewise. Fix comments.
766
767 2005-08-01 Ulrich Drepper <drepper@redhat.com>
768
769 * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
770 call if it returned EINTR.
771
772 2005-07-31 Ulrich Drepper <drepper@redhat.com>
773
774 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
775 helper variable into .data.rel.ro. Simplify the code. Extend
776 comment to explain prelinking.
777
778 2005-07-31 Andreas Jaeger <aj@suse.de>
779
780 * include/bits/syslog.h: New file.
781
782 2005-07-30 Ulrich Drepper <drepper@redhat.com>
783
784 * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
785 up. We have more program header entries now and the note section
786 was normally not loaded.
787
788 * nis/nis_subr.c: Some minor code cleanups.
789
790 2005-07-29 Ulrich Drepper <drepper@redhat.com>
791
792 * misc/bits/syslog.h: New file.
793 * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
794 * misc/Makefile (headers): Add bits/syslog.h.
795 * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
796 * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
797 Call __vfprintf_chk if necessary. Make vsyslog a wrapper. Add
798 __syslog_chk.
799 * misc/Versions: Export __syslog_chk and __vsyslog_chk.
800
801 2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
802
803 [BZ #1137]
804 * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
805
806 2005-07-28 Ulrich Drepper <drepper@redhat.com>
807
808 * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
809 functions.
810
811 2005-07-28 Jakub Jelinek <jakub@redhat.com>
812
813 * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
814 call.
815 * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
816
817 2005-07-28 Ulrich Drepper <drepper@redhat.com>
818
819 * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
820 around a pair of new, generalized functions. 22% size reduction.
821
822 2005-07-27 Ulrich Drepper <drepper@redhat.com>
823
824 * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
825 Rearrange code. This reduces the code size 10%.
826
827 2005-07-26 Jakub Jelinek <jakub@redhat.com>
828
829 * misc/error.c (error_tail): Fix a comment typo.
830
831 2005-07-25 Ulrich Drepper <drepper@redhat.com>
832
833 * po/zh_TW.po: Update from translation team.
834
835 * debug/mbstowcs_chk.c: New file.
836 * debug/wcstombs_chk.c: New file.
837 * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
838 * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
839 * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
840
841 * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
842
843 2005-07-24 Ulrich Drepper <drepper@redhat.com>
844
845 * string/test-memset.c (test_main): Use negative byte value in
846 test.
847
848 * string/test-memset.c (do_one_test): Compare effect of call, not
849 only return value.
850 Add a few casts to avoid warnings.
851
852 2005-07-24 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
853
854 * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
855
856 2005-07-24 Ulrich Drepper <drepper@redhat.com>
857
858 [BZ #1125]
859 * posix/Makefile (tests): Add tst-execvp4.
860 * posix/tst-execvp4.c: New file.
861
862 2005-07-24 Jakub Jelinek <jakub@redhat.com>
863
864 [BZ #1125]
865 * posix/execvp.c (execvp): Change path_malloc to
866 char *, free that pointer on failure.
867
868 2005-07-24 Ulrich Drepper <drepper@redhat.com>
869
870 * wcsmbs/bits/wchar2.h: Use __FILE not FILE.
871 * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
872 * wcsmbs/tst-wchar-h.c: New file.
873
874 2005-07-22 Ulrich Drepper <drepper@redhat.com>
875
876 * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
877
878 2005-07-22 Jakub Jelinek <jakub@redhat.com>
879
880 * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
881 __gnuc_va_list rather than _G_va_list.
882
883 2005-07-22 Roland McGrath <roland@redhat.com>
884
885 [BZ #869]
886 * Makerules ($(objpfx)stubs): Fix last change.
887
888 2005-07-21 Roland McGrath <roland@redhat.com>
889
890 * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
891
892 * stdlib/Makefile (headers): Move bits/wchar.h to ...
893 * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
894
895 2005-07-21 Jakub Jelinek <jakub@redhat.com>
896
897 * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
898 * debug/tst-chk1.c (do_test): Add test for swprintf with format
899 being the last argument.
900
901 2005-07-21 Thorsten Kukuk <kukuk@suse.de>
902
903 * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
904
905 * stdio-common/fxprintf.c: Include string.h.
906
907 2005-07-20 Ulrich Drepper <drepper@redhat.com>
908
909 [BZ #1138]
910 * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
911 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
912 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
913
914 2005-07-20 Bob Wilson <bob.wilson@acm.org>
915 Darin Petkov <darin@tensilica.com>
916
917 [BZ #1138]
918 * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
919
920 2005-07-20 Jakub Jelinek <jakub@redhat.com>
921
922 * include/stdio.h (__fxprintf): Remove wfmt argument.
923 * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
924 (__fxprintf): Remove wfmt argument, create wfmt format string on
925 the fly from fmt.
926 * argp/argp-fmtstream.c: Adjust all __fxprintf callers.
927 * argp/argp-help.c: Likewise.
928 * assert/assert-perr.c: Likewise.
929 * assert/assert.c: Likewise.
930 * gmon/gmon.c: Likewise.
931 * inet/rcmd.c: Likewise.
932 * malloc/obstack.c: Likewise.
933 * misc/error.c: Likewise.
934 * misc/getpass.c: Likewise.
935 * posix/getopt.c: Likewise.
936 * resolv/res_hconf.c: Likewise.
937 * stdio-common/perror.c: Likewise.
938 * stdio-common/psignal.c: Likewise.
939 * stdlib/fmtmsg.c: Likewise.
940 * sunrpc/auth_unix.c: Likewise.
941 * sunrpc/clnt_perr.c: Likewise.
942 * sunrpc/clnt_tcp.c: Likewise.
943 * sunrpc/clnt_udp.c: Likewise.
944 * sunrpc/clnt_unix.c: Likewise.
945 * sunrpc/svc_simple.c: Likewise.
946 * sunrpc/svc_tcp.c: Likewise.
947 * sunrpc/svc_udp.c: Likewise.
948 * sunrpc/svc_unix.c: Likewise.
949 * sunrpc/xdr.c: Likewise.
950 * sunrpc/xdr_array.c: Likewise.
951 * sunrpc/xdr_rec.c: Likewise.
952 * sunrpc/xdr_ref.c: Likewise.
953 * sysdeps/generic/wordexp.c: Likewise.
954
955 2005-07-20 Ulrich Drepper <drepper@redhat.com>
956
957 * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
958 wcsrtombs, mbsnrtowcs, and wcsnrtombs.
959 * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
960 wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
961 * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
962 __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
963 * debug/tst-chk1.c: Add tests for new functions.
964 * debug/mbsnrtowcs_chk.c: New file.
965 * debug/mbsrtowcs_chk.c: New file.
966 * debug/wcrtomb_chk.c: New file.
967 * debug/wcsnrtombs_chk.c: New file.
968 * debug/wcsrtombs_chk.c: New file.
969
970 2005-07-19 Ulrich Drepper <drepper@redhat.com>
971
972 * stdio-common/Makefile (aux): Add fxprintf.
973 * stdio-common/fxprintf.c: New file.
974 * include/stdio.h: Add declaration for __fxprintf.
975 * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
976 orientation test and two separate function calls.
977 * argp/argp-help.c: Likewise.
978 * assert/assert-perr.c: Likewise.
979 * assert/assert.c: Likewise.
980 * gmon/gmon.c: Likewise.
981 * inet/rcmd.c: Likewise.
982 * malloc/obstack.c: Likewise.
983 * misc/error.c: Likewise.
984 * misc/getpass.c: Likewise.
985 * posix/getopt.c: Likewise.
986 * resolv/res_hconf.c: Likewise.
987 * stdio-common/perror.c: Likewise.
988 * stdio-common/psignal.c: Likewise.
989 * stdlib/fmtmsg.c: Likewise.
990 * sunrpc/auth_unix.c: Likewise.
991 * sunrpc/clnt_perr.c: Likewise.
992 * sunrpc/clnt_tcp.c: Likewise.
993 * sunrpc/clnt_udp.c: Likewise.
994 * sunrpc/clnt_unix.c: Likewise.
995 * sunrpc/svc_simple.c: Likewise.
996 * sunrpc/svc_tcp.c: Likewise.
997 * sunrpc/svc_udp.c: Likewise.
998 * sunrpc/svc_unix.c: Likewise.
999 * sunrpc/xdr.c: Likewise.
1000 * sunrpc/xdr_array.c: Likewise.
1001 * sunrpc/xdr_rec.c: Likewise.
1002 * sunrpc/xdr_ref.c: Likewise.
1003 * sysdeps/generic/wordexp.c: Likewise.
1004
1005 [BZ #1137]
1006 * misc/Makefile: Add rules to build and run tst-error1.
1007 * misc/tst-error1.c: New file.
1008 * misc/error.c: Fix memory leak and possibly endless loop.
1009
1010 * configure.in: Check for -fstack-protector gcc option.
1011 * config.make.in (have-ssp): Add template.
1012 * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
1013
1014 * nscd/nscd.c (main): Don't ignore result of chdir call.
1015
1016 2005-07-18 Roland McGrath <roland@redhat.com>
1017
1018 [BZ #869]
1019 * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
1020 objdump command line.
1021
1022 2005-07-18 Ulrich Drepper <drepper@redhat.com>
1023
1024 * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
1025
1026 * nscd/connections.c: Fix a few wur warnings.
1027
1028 [BZ #1113]
1029 * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
1030 length. Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
1031
1032 * debug/confstr_chk.c: New file.
1033 * debug/getdomainname_chk.c: New file.
1034 * debug/getgroups_chk.c: New file.
1035 * debug/gethostname_chk.c: New file.
1036 * debug/getlogin_r_chk.c: New file.
1037 * debug/ttyname_r_chk.c: New file.
1038 * posix/bits/unistd.h: Add definitions for new debug versions.
1039 * debug/tst-chk1.c: Add tests for new functions.
1040 * debug/Versions: Export new functions.
1041 * debug/Makefile (routines): Add new files.
1042
1043 * stdlib/bits/stdlib.h: Fix typo.
1044
1045 2005-07-13 Thorsten Kukuk <kukuk@suse.de>
1046
1047 * manual/Makefile (libc/index.html): Depend on dir-add.texi.
1048
1049 2005-07-15 Ulrich Drepper <drepper@redhat.com>
1050
1051 * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
1052 where necessary.
1053 * wcsmbs/bits/wchar2.h: Likewise.
1054
1055 2005-07-15 Andreas Jaeger <aj@suse.de>
1056
1057 * debug/Makefile (tst-lfschk3-ENV): New, set locale.
1058 (tst-lfschk2-ENV): New.
1059 (tst-lfschk1-ENV): New.
1060 (tst-chk3-ENV): New.
1061 (tst-chk2-ENV): New.
1062 (tst-chk1-ENV): New.
1063
1064 [BZ #1079]
1065 * include/stdlib.h: Remove malloc attribute from __posix_memalign.
1066 * stdlib/stdlib.h: Likewise.
1067
1068 2005-07-15 Ulrich Drepper <drepper@redhat.com>
1069
1070 * wcsmbs/bits/wchar2.h: New file.
1071 * include/bits/wchar2.h: New file.
1072 * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
1073 requested.
1074 * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
1075 * string/bits/string3.h: Add fortified stpncpy definitions.
1076 * sysdeps/generic/stpncpy_chk.c: New file.
1077 * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
1078 Export _IO_wstrn_jumps.
1079 * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
1080 * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
1081 * debug/fgetws_chk.c: New file.
1082 * debug/fgetws_u_chk.c: New file.
1083 * debug/fwprintf_chk.c: New file.
1084 * debug/swprintf_chk.c: New file.
1085 * debug/vfwprintf_chk.c: New file.
1086 * debug/vswprintf_chk.c: New file.
1087 * debug/vwprintf_chk.c: New file.
1088 * debug/wcpcpy_chk.c: New file.
1089 * debug/wcpncpy_chk.c: New file.
1090 * debug/wcscat_chk.c: New file.
1091 * debug/wcscpy_chk.c: New file.
1092 * debug/wcsncat_chk.c: New file.
1093 * debug/wcsncpy_chk.c: New file.
1094 * debug/wmemcpy_chk.c: New file.
1095 * debug/wmemmove_chk.c: New file.
1096 * debug/wmempcpy_chk.c: New file.
1097 * debug/wmemset_chk.c: New file.
1098 * debug/wprintf_chk.c: New file.
1099 * debug/tst-chk1.c: Add tests for new functions.
1100 * debug/Versions: Export new functions.
1101 * debug/Makefile (routines): Add new functions.
1102
1103 2005-07-13 Ulrich Drepper <drepper@redhat.com>
1104
1105 * nscd/nscd_helper.c: Add a few __builtin_expect.
1106
1107 [BZ #1080]
1108 * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
1109 * nscd/nscd_helper.c (wait_on_socket): New function.
1110 (get_mapping): Use wait_on_socket instead of poll. The former handles
1111 EINTR of poll correctly.
1112 (__nscd_open_socket): Likewise.
1113 (get_mapping): Make sure BUF is aligned correctly.
1114 (get_mapping): Use munmap on correct pointer.
1115
1116 2005-07-12 Ulrich Drepper <drepper@redhat.com>
1117
1118 * include/libc-symbols.h: Define macros for librt hidden symbols.
1119 * include/time.h: Add librt_hidden_proto definition for clock_gettime.
1120 * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
1121 * sysdeps/unix/clock_gettime.c: Likewise.
1122
1123 * stdlib/bits/stdlib.h: New file.
1124 * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
1125 requested.
1126 * Makefile (headers): Add bits/stdlib.h.
1127 * include/bits/stdlib.h: New file.
1128 * debug/Depend: New file.
1129 * debug/ptsname_r_chk.c: New file.
1130 * debug/realpath_chk.c: New file.
1131 * debug/wctomb_chk.c: New file.
1132 * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
1133 wctomb_chk.
1134 * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
1135 __wctomb_chk.
1136 * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
1137 __wctomb_chk.
1138
1139 2005-07-12 Jakub Jelinek <jakub@redhat.com>
1140
1141 [BZ #1106]
1142 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
1143 (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
1144 instead of read and close_not_cancel_no_status instead of close.
1145
1146 [BZ #1106]
1147 * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
1148 HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
1149
1150 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>
1151
1152 * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
1153 after init_dfa.
1154
1155 2005-07-08 Ulrich Drepper <drepper@redhat.com>
1156
1157 * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. Remove
1158 alignment.
1159 * sysdeps/x86_64/fpu/s_sincos.S: New file.
1160
1161 * include/fenv.h: Add libm_hidden_proto for fesetround and
1162 feholdexcept.
1163 * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
1164 * sysdeps/alpha/fpu/fesetround.c: Likewise.
1165 * sysdeps/generic/feholdexcpt.c: Likewise.
1166 * sysdeps/generic/fesetround.c: Likewise.
1167 * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
1168 * sysdeps/i386/fpu/fesetround.c: Likewise.
1169 * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
1170 * sysdeps/ia64/fpu/fesetround.c: Likewise.
1171 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
1172 * sysdeps/powerpc/fpu/fesetround.c: Likewise.
1173 * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
1174 * sysdeps/s390/fpu/fesetround.c: Likewise.
1175 * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
1176 * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
1177 * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
1178 * sysdeps/sparc/fpu/fesetround.c: Likewise.
1179 * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
1180 * sysdeps/x86_64/fpu/fesetround.c: Likewise.
1181 * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
1182 ilogb.
1183 * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
1184 not ilogbf.
1185 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
1186 __cos, not sin and cos.
1187
1188 2005-07-07 Ulrich Drepper <drepper@redhat.com>
1189
1190 * resolv/res_send.c (send_dg): Recognize referral results and
1191 treat them as server errors.
1192 Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
1193
1194 2005-07-08 Carlos O'Donell <carlos@systemhalted.org>
1195
1196 * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
1197
1198 * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
1199 * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
1200 * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
1201 * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
1202 * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1203 * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1204
1205 2005-07-07 Ulrich Drepper <drepper@redhat.com>
1206
1207 * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
1208 * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
1209 * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
1210 * sysdeps/generic/s_ctan.c (__ctan): Likewise.
1211 * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
1212 * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
1213
1214 2005-04-13 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 [BZ #974]
1217 * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
1218 (__preinit_array_end): Likewise.
1219 (__init_array_start): Likewise.
1220 (__init_array_end): Likewise.
1221 (__libc_csu_init): Take int argc, char **argv, char **envp.
1222 Call preinit_array and init_array with argc, argv, envp.
1223 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
1224 INIT_MAIN_ARGS.
1225 * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
1226 * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
1227 tst-array5dep.c, and tst-array5.exp.
1228 (tests): Add tst-array5.
1229 (tests-static): Add tst-array5-static.
1230 ($(objpfx)tst-array5): New target.
1231 ($(objpfx)tst-array5.out): Likewise.
1232 ($(objpfx)tst-array5-static.out): Likewise.
1233 * elf/tst-array5-static.c: New file.
1234 * elf/tst-array5-static.exp: Likewise.
1235 * elf/tst-array5.c: Likewise.
1236 * elf/tst-array5.exp: Likewise.
1237 * elf/tst-array5dep.c: Likewise.
1238
1239 2005-07-07 Ulrich Drepper <drepper@redhat.com>
1240
1241 * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
1242
1243 2005-07-05 Jakub Jelinek <jakub@redhat.com>
1244
1245 * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
1246 Reported by Ulrich Weigand <uweigand@de.ibm.com>.
1247
1248 * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
1249
1250 2005-07-06 Ulrich Drepper <drepper@redhat.com>
1251
1252 * elf/dl-error.c (_dl_signal_error): When testing for executable
1253 being relocated, take into account that nothing might even be loaded.
1254
1255 * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
1256 consider_profiling always to zero. Don't count of compiler to
1257 remove unreached if block.
1258 * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1259 Don't compile.
1260 * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1261 * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1262 * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1263 Likewise.
1264 * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
1265 Likewise.
1266 * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
1267 (_dl_profile_resolve): Likewise.
1268 * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
1269 (_dl_profile_resolve): Likewise.
1270 * gmon/Makefile: Add rules to build and run tst-profile-static.
1271 * gmon/tst-profile-static.c: New file.
1272 * Makeconfig (+link-static): Allow passing program-specific flags.
1273
1274 2005-07-05 Thorsten Kukuk <kukuk@suse.de>
1275
1276 [BZ #1111]
1277 * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
1278 module provides getgrgid_r.
1279 (getgrnam_plusgroup): Preserve original return value.
1280 * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
1281 original return value.
1282 * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
1283
1284 2005-07-05 Ulrich Drepper <drepper@redhat.com>
1285
1286 [BZ #1101]
1287 * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
1288 MB_CUR_MAX.
1289 (build_wcs_upper_buffer): Likewise.
1290
1291 * csu/elf-init.c (__libc_csu_fini): Pretty printing.
1292
1293 2005-07-02 Roland McGrath <roland@redhat.com>
1294
1295 * NEWS: Note LinuxThreads removal.
1296 * manual/install.texi (Installation): Don't mention linuxthreads.
1297 (Configuring and compiling): Don't use linuxthreads as example.
1298
1299 * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
1300 not linuxthreads.
1301 * sysdeps/unix/sysv/linux/configure: Regenerated.
1302 * resolv/Depend: Add nptl.
1303 * rt/Depend: Likewise.
1304
1305 * linuxthreads, linuxthreads_db: Directories removed (preserved in
1306 ports repository).
1307
1308 2005-06-27 Jakub Jelinek <jj@ultra.linux.cz>
1309
1310 [BZ #1037]
1311 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
1312 use -mcpu=v8.
1313
1314 2005-06-16 Jakub Jelinek <jakub@redhat.com>
1315
1316 [BZ #1016]
1317 * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
1318
1319 2005-06-23 Thorsten Kukuk <kukuk@suse.de>
1320
1321 [BZ #1109]
1322 * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
1323 with own translation.
1324
1325 2005-06-25 Jakub Jelinek <jakub@redhat.com>
1326
1327 [BZ #1097]
1328 * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
1329 t2 to uint32_t instead of ulong.
1330 * sunrpc/Makefile (tests): Add tst-xdrmem.
1331 * sunrpc/tst-xdrmem.c: New test.
1332
1333 * Versions.def (ld): Add GLIBC_2.4.
1334 * configure.in: Add --enable-stackguard-randomization option.
1335 (ENABLE_STACKGUARD_RANDOMIZE): New define.
1336 * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
1337 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
1338 (_dl_setup_stack_chk_guard): New inline function.
1339 * sysdeps/generic/dl-osinfo.h: Include stdint.h.
1340 (_dl_setup_stack_chk_guard): New inline function.
1341 * elf/rtld.c (__stack_chk_guard): New variable.
1342 (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
1343 Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
1344 use THREAD_SET_STACK_GUARD if defined.
1345 * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
1346 * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
1347 (__libc_start_main): Set __stack_chk_guard to
1348 _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
1349 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
1350 traces of TLS_INIT_TP_EXPENSIVE.
1351 * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
1352 * debug/Makefile (routines): Add stack_chk_fail.
1353 (static-only-routines): Add stack_chk_fail_local.
1354 * debug/stack_chk_fail_local.c: New file.
1355 * debug/stack_chk_fail.c: New file.
1356 * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
1357 tests.
1358 * elf/tst-stackguard1.c: New file.
1359 * elf/tst-stackguard1-static.c: New file.
1360 * elf/stackguard-macros.h: New file.
1361
1362 2005-06-21 Ulrich Drepper <drepper@redhat.com>
1363
1364 * resource/Makefile (tests): Add tst-getrlimit.
1365 * resource/tst-getrlimit.c: New file.
1366
1367 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
1368 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1369 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1370
1371 2005-06-20 Ulrich Drepper <drepper@redhat.com>
1372
1373 * nscd/nscd.init: Get more in line with lsb3.
1374 * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
1375 * nscd/connections.c: Likewise.
1376
1377 2005-06-20 Jakub Jelinek <jakub@redhat.com>
1378
1379 [BZ #653]
1380 * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
1381 _LINUX_QUOTA_VERSION >= 2.
1382 (_LINUX_QUOTA_VERSION): Define if not yet defined.
1383
1384 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
1385 RLIMIT_RTPRIO): Add.
1386 (RLIMIT_NLIMITS): Adjust.
1387 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
1388 RLIMIT_RTPRIO): Add.
1389 (RLIMIT_NLIMITS): Adjust.
1390 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
1391 RLIMIT_RTPRIO): Add.
1392 (RLIMIT_NLIMITS): Adjust.
1393 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
1394 RLIMIT_RTPRIO): Add.
1395 (RLIMIT_NLIMITS): Adjust.
1396
1397 2005-06-17 Ulrich Drepper <drepper@redhat.com>
1398
1399 [BZ #1106]
1400 * time/mktime.c: Always include <string.h> for prototype of
1401 implicitly used memcpy.
1402
1403 [BZ #1104]
1404 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
1405 (truncate64): Use __truncate, not truncate.
1406 (__have_no_truncate64): Renamed from have_no_truncate64.
1407 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
1408 (__have_no_truncate64): Renamed from have_no_truncate64.
1409
1410 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
1411 float functions for gcc 4.
1412
1413 2005-06-10 Jakub Jelinek <jakub@redhat.com>
1414
1415 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
1416 Handle prelinked libraries and binaries with new style PLT.
1417
1418 2005-06-07 Jakub Jelinek <jakub@redhat.com>
1419
1420 * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
1421 R_PPC_REL16_HA): Define.
1422
1423 2005-06-14 Alan Modra <amodra@bigpond.net.au>
1424
1425 * config.h.in (HAVE_ASM_PPC_REL16): Add.
1426 * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
1427 * elf/tls-macros.h (PowerPC32): Include config.h. Add variants of
1428 TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
1429 * sysdeps/powerpc/powerpc32/configure.in: New file,
1430 * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
1431 * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
1432 (ppc_got): New inline function.
1433 (elf_machine_dynamic): Use ppc_got. Add attribute const.
1434 (elf_machine_load_address): Add attribute const. Don't use int vars.
1435 Use bcl rather than bl to save trashing branch target stack. Use
1436 elf_machine_dynamic rather than duplicating code here.
1437 (elf_machine_runtime_setup): New inline function replacing define.
1438 Handle new PLT.
1439 (elf_machine_fixup_plt): Handle new PLT.
1440 (elf_machine_rela): Likewise.
1441 * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
1442 (CALL_MCOUNT): Don't set up counter vars.
1443 * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
1444 * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
1445 define when HAVE_ASM_PPC_REL16.
1446 (_start): Add HAVE_ASM_PPC_REL16 code.
1447 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
1448 into the GOT when HAVE_ASM_PPC_REL16.
1449 * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
1450 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
1451 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
1452 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
1453 * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
1454 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
1455 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
1456 * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
1457 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
1458 * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
1459 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
1460 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
1461 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
1462 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
1463 Likewise.
1464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
1465 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1466 (__getcontext): Likewise.
1467 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
1468 (__setcontext): Likewise.
1469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1470 (__swapcontext): Likewise.
1471 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
1472 Comment.
1473 (__socket): Bomb if NARGS >= 7. Invoke CGOTSETUP and CGOTRESTORE.
1474
1475 2005-06-17 Ulrich Drepper <drepper@redhat.com>
1476
1477 [BZ #1106]
1478 * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
1479 to use __GI_memset.
1480 * sysdeps/posix/signal.c: Likewise.
1481 * sysdeps/posix/sigset.c: Likewise.
1482 * sysdeps/posix/sysv_signal.c: Likewise.
1483 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1484 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
1485 * sysdeps/unix/sysv/linux/system.c: Likewise.
1486
1487 2005-06-15 Jakub Jelinek <jakub@redhat.com>
1488
1489 [BZ #1088]
1490 * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
1491 or both classes equal here.
1492 (parse_config_file): If both classes are equal, clear the second one.
1493
1494 2005-06-08 Karl Kelley <kekelley@iastate.edu>
1495
1496 [BZ #1088]
1497 * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
1498 * hesiod/hesiod.c (hesiod_init): Initialize classes. Fail if no
1499 valid classes were given or if both are equal.
1500 (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
1501 and C_HS order.
1502 (parse_config_file): Handle classes keyword.
1503 * hesiod/README.hesiod: Mention addition of the classes keyword.
1504
1505 2005-06-14 Ulrich Drepper <drepper@redhat.com>
1506
1507 [BZ #1085]
1508 * configure.in: Add test for availability of libaudit.
1509 * config.h.in: Define HAVE_LIBAUDIT.
1510 * config.make.in: Define have-libaudit.
1511 * nscd/Makefile: If libaudit is available, link nscd with it.
1512 * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
1513 Patch by Steve Grubb <sgrubb@redhat.com>.
1514
1515 * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
1516 * sysdeps/posix/posix_fallocate64.c: Likewise.
1517 * include/string.h: Use libc_hidden_proto for strnlen.
1518 * sysdeps/generic/strnlen.c: Add libc_hidden_def.
1519 * include/libintl.h: Use libc_hidden_proto for __dcgettext.
1520 * intl/dcgettext.c: Add libc_hidden_def.
1521 * include/execinfo.h: Add libc_hidden_proto for __backtrace and
1522 __backtrace_symbols_fd.
1523 * sysdeps/generic/backtrace.c: Add libc_hidden_def.
1524 * sysdeps/generic/backtracesymsfd.c: Likewise.
1525 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1526 * sysdeps/i386/backtrace.c: Likewise.
1527 * sysdeps/ia64/backtrace.c: Likewise.
1528 * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
1529 * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
1530 * sysdeps/s390/s390-32/backtrace.c: Likewise.
1531 * sysdeps/s390/s390-64/backtrace.c: Likewise.
1532
1533 2005-06-13 Ulrich Drepper <drepper@redhat.com>
1534
1535 * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
1536 where HANDLED_REALTIME is not defined. [BZ #966]
1537
1538 2005-06-13 Jakub Jelinek <jakub@redhat.com>
1539
1540 [BZ #1096]
1541 * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
1542 __netlink_receive): Remove prototypes.
1543 (__netlink_request): New prototype.
1544 * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
1545 <stdint.h>.
1546 (__netlink_sendreq): Make static.
1547 (__netlink_receive): Rename to...
1548 (__netlink_request): ... this. Add type argument, call
1549 __netlink_sendreq. If MSG_TRUNC is set after recvmsg, retry
1550 with a bigger buffer. Don't record buffers that contain no
1551 messages we are expecting.
1552 (getifaddrs): Use __netlink_request instead of __netlink_sendreq
1553 and __netlink_receive pairs. Formatting.
1554 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
1555 __netlink_request instead of __netlink_sendreq and __netlink_receive
1556 pair.
1557
1558 2005-06-13 Thorsten Kukuk <kukuk@suse.de>
1559
1560 * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
1561 headers, instead copy important structs/defines.
1562
1563 2005-06-13 Jakub Jelinek <jakub@redhat.com>
1564
1565 * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
1566 _dl_debug_state call.
1567
1568 2005-06-12 Ulrich Drepper <drepper@redhat.com>
1569
1570 * elf/dl-error.c (_dl_signal_error): Store information about use of
1571 real malloc in the catch object.
1572 (_dl_catch_error): Forward information about malloc use to caller
1573 in new parameter.
1574 (_dl_out_of_memory): Make static.
1575 * elf/dl-deps.c: Adjust callers of _dl_catch_error.
1576 * elf/dl-libc.c: Likewise.
1577 * elf/dl-open.c: Likewise.
1578 * elf/rtld.c: Likewise.
1579 Add new --audit option.
1580 * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
1581 (rtld_global_ro._dl_signal_error): Add new parameter.
1582 * include/dlfcn.h (_dl_catch_error): Add new parameter.
1583 * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
1584 _dl_catch_error. Only free if the returned newly value says so.
1585
1586 2005-06-01 Roland McGrath <roland@redhat.com>
1587
1588 [BZ #959]
1589 * posix/tst-mmap.c (main): Fill the test file with enough data for the
1590 page size.
1591
1592 2005-05-30 Jakub Jelinek <jakub@redhat.com>
1593
1594 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
1595 GLRO(dl_osversion) has been already set to a value smaller than
1596 _dl_discover_osversion (), don't overwrite it here.
1597
1598 2005-05-24 Thomas Schwinge <schwinge@nic-nac-project.de>
1599
1600 * sysdeps/mach/i386/syscall.S (syscall): Call END.
1601
1602 2005-05-28 Richard Henderson <rth@redhat.com>
1603
1604 * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
1605 * sysdeps/alpha/dl-dtprocnum.h: New file.
1606 * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
1607 (elf_machine_load_address): Simplify to rely on gprel relocations.
1608 (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
1609 Remove thread safety workaround for binutils 2.6.
1610 (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
1611 * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
1612 (_dl_runtime_profile_new): New.
1613 (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
1614 (_dl_runtime_profile_old): Rename from _dl_runtime_profile. Fix
1615 typo in _dl_call_pltexit argument loading.
1616
1617 * sysdeps/alpha/div_libc.h (funcnoplt): New.
1618 * sysdeps/alpha/divl.S: Use it.
1619 * sysdeps/alpha/divq.S: Likewise
1620 * sysdeps/alpha/divqu.S: Likewise.
1621 * sysdeps/alpha/reml.S: Likewise.
1622 * sysdeps/alpha/remq.S: Likewise.
1623 * sysdeps/alpha/remqu.S: Likewise.
1624
1625 2005-05-26 Andreas Schwab <schwab@suse.de>
1626
1627 * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
1628
1629 2005-05-26 Ulrich Drepper <drepper@redhat.com>
1630
1631 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
1632 Reported by Colin Gibbs <colin@gibbsonline.net>. [BZ #954]
1633
1634 2005-05-17 Alan Modra <amodra@bigpond.net.au>
1635
1636 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
1637 _dl_hwcap access in PIC && !SHARED case.
1638 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1639
1640 2005-05-25 Dwayne Grant McConnell <dgm69@us.ibm.com>
1641
1642 * gmon/gmon.c: Add space in weak_alias use.
1643 * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1644 * sysdeps/alpha/htonl.S: Likewise.
1645 * sysdeps/alpha/htons.S: Likewise.
1646 * sysdeps/alpha/elf/start.S: Likewise.
1647 * sysdeps/i386/i386-mcount.S: Likewise.
1648 * sysdeps/ia64/strchr.S: Likewise.
1649 * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1650 * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1651 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1652 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1653 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1654 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1655 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1656 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1657 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1658 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1659 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1660 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1661 * sysdeps/mach/hurd/readdir64_r.c: Likewise.
1662 * sysdeps/mach/hurd/sigaltstack.c: Likewise.
1663 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1664 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1665 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1666 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1667 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1668 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1669 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1670 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1671 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1672 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1673 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1674 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1675 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1676 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1677 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1678 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1679 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1680 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1681 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1682 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1683 * sysdeps/sparc/sparc32/memset.S: Likewise.
1684 * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
1685 * sysdeps/sparc/sparc32/strchr.S: Likewise.
1686 * sysdeps/sparc/sparc32/strchr.S: Likewise.
1687 * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1688 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1689 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1690 * sysdeps/sparc/sparc64/memset.S: Likewise.
1691 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1692 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1693 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1694 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1695 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1696 * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
1697 * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
1698 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1699 * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
1700 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
1701 * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
1702 * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
1703 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1704 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
1705 * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
1706 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1707 * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
1708 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1709 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1710 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
1711 * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
1712 * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1713 * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1715 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
1716 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
1717 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1718 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1719 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1720 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1721 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
1722 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1723 * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
1724 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1725 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1726 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1727 * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
1728 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1729 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
1730 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1731 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1732 * sysdeps/x86_64/_mcount.S: Likewise.
1733
1734 2005-05-24 Roland McGrath <roland@redhat.com>
1735
1736 * sysdeps/unix/sysv/linux/i386/sysdep.h
1737 (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
1738 * sysdeps/i386/sysdep.h [PIC]: ... to here.
1739
1740 2005-05-23 Roland McGrath <roland@redhat.com>
1741
1742 * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
1743 Subdirectories moved to ports repository.
1744 * configure.in (base_machine): Remove arm* and thumb* patterns.
1745 * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
1746
1747 2005-05-23 Ulrich Drepper <drepper@redhat.com>
1748
1749 [BZ #1086]
1750 * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
1751 implementations are broken and don't accept ports < 512.
1752
1753 2005-05-22 Dmitry V. Levin <ldv@altlinux.org>
1754
1755 [BZ #961]
1756 * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
1757 declarations.
1758
1759 2005-05-23 Ulrich Drepper <drepper@redhat.com>
1760
1761 [BZ #1086]
1762 * sunrpc/pm_getport.c (__get_socket): New function.
1763 (pmap_getport): Use it to open a non-reserved socket to the portmapper
1764 for TCP.
1765 * include/rpc/pmap_clnt.h (__get_socket): Declare.
1766 * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
1767 non-reserved socket for the portmapper.
1768 Based on a patch by Steve Dickson <steved@redhat.com>.
1769
1770 [BZ #1086]
1771 * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
1772 If we tried looking at the usual range without success extend the
1773 range to even lower ports.
1774
1775 * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
1776
1777 2005-05-22 Andreas Schwab <schwab@suse.de>
1778
1779 * elf/rtld.c: Include <dl-osinfo.h>.
1780
1781 2005-05-17 Alan Modra <amodra@bigpond.net.au>
1782
1783 * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
1784 JUMPTARGET. Instead append @local to __syscall_error.
1785 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
1786 of JUMPTARGET. Instead append @local to labels.
1787 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
1788 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1789 * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
1790 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1791 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
1792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1793 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1794 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
1795 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1796 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1797 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1798
1799 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
1800 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
1801 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
1802 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
1803 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise. Use one GOT
1804 slot to access both constants.
1805 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
1806 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
1807
1808 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
1809 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
1810 * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
1811 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
1812 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
1813 (NEGZERO.0, POINTFIVE.0): Delete.
1814 * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
1815 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
1816 * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
1817 (TWO52.0, POINTFIVE.0): Delete.
1818 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
1819 (TWO23.0, POINTFIVE.0): Delete.
1820 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
1821 (TWO52.0): Delete.
1822 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
1823 (TWO23.0): Delete.
1824 * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
1825
1826 2005-05-19 Richard Henderson <rth@redhat.com>
1827
1828 * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
1829 CLOCK_REALTIME.
1830
1831 * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
1832 __arch_compare_and_exchange_bool_64_acq,
1833 __arch_compare_and_exchange_val_32_acq,
1834 __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
1835 Use __sync builtin without _si or _di suffix.
1836
1837 2005-05-19 Jakub Jelinek <jakub@redhat.com>
1838
1839 [BZ #955]
1840 * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
1841 <UFFFF> and above.
1842
1843 2005-05-17 Andreas Schwab <schwab@suse.de>
1844
1845 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1846 (clock_getcpuclockid): Always return a defined value.
1847
1848 2005-05-17 Neal H. Walfield <neal@gnu.org>
1849
1850 * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
1851 instead of [SALEN].
1852 (gaih_inet): Likewise.
1853
1854 2005-05-11 Ulrich Drepper <drepper@redhat.com>
1855
1856 * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
1857 (Elf64_auxv_t): Likewise.
1858 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
1859 removal of a_ptr element in ElfXX_auxv_t.
1860 * elf/dl-support.c (_dl_aux_init): Likewise.
1861
1862 2005-05-09 Daniel Jacobowitz <dan@codesourcery.com>
1863
1864 * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
1865 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1866
1867 2005-05-09 Alan Modra <amodra@bigpond.net.au>
1868
1869 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
1870 .pushsection/.popsection in place of .section/.previous.
1871
1872 2005-05-08 Ulrich Drepper <drepper@redhat.com>
1873
1874 * MakeTAGS: Make xgettext not look into test cases.
1875
1876 * MakeTAGS: Make sure translations in error calls are marked with
1877 c-format by xgettext.
1878
1879 2005-05-07 Ulrich Drepper <drepper@redhat.com>
1880
1881 * intl/libintl.h: Always use __attribute_format_arg__ for gettext
1882 functions since gcc sometimes forgets the attribute for the
1883 standard functions.
1884
1885 2005-05-06 Jakub Jelinek <jakub@redhat.com>
1886
1887 [BZ #934]
1888 * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
1889 __libc_lock_* macros if not _LIBC.
1890 (struct re_dfa_t): Add lock.
1891 * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
1892 * posix/regexec.c (regexec, re_search_stub): Add locking.
1893
1894 2005-05-04 Jakub Jelinek <jakub@redhat.com>
1895
1896 * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
1897 as argument to the scripts.
1898 * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
1899 * intl/tst-gettext4.sh: Likewise. Use run_program_prefix argument.
1900 * intl/tst-gettext5.sh: Likewise.
1901
1902 * intl/tst-translit.sh: Add mkdir -p.
1903
1904 * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
1905 .ifndef/.endif to allow use of this macro more than once per .S
1906 file.
1907 (LOAD_PIC_REG): New macro.
1908 * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
1909 information.
1910 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1911 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1912 * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro. Add call frame
1913 information.
1914 * sysdeps/i386/fpu/e_log10f.S: Likewise.
1915 * sysdeps/i386/fpu/s_expm1.S: Likewise.
1916 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1917 * sysdeps/i386/fpu/e_log2l.S: Likewise.
1918 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
1919 * sysdeps/i386/fpu/s_lrint.S: Likewise.
1920 * sysdeps/i386/fpu/s_llrint.S: Likewise.
1921 * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
1922 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
1923 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
1924 * sysdeps/i386/fpu/e_log.S: Likewise.
1925 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1926 * sysdeps/i386/fpu/s_lrintl.S: Likewise.
1927 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1928 * sysdeps/i386/fpu/e_scalb.S: Likewise.
1929 * sysdeps/i386/fpu/s_log1p.S: Likewise.
1930 * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
1931 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
1932 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
1933 * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
1934 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
1935 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
1936 * sysdeps/i386/fpu/s_lrintf.S: Likewise.
1937 * sysdeps/i386/fpu/e_acosh.S: Likewise.
1938 * sysdeps/i386/fpu/s_cexp.S: Likewise.
1939 * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
1940 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
1941 * sysdeps/i386/fpu/e_powl.S: Likewise.
1942 * sysdeps/i386/fpu/e_powf.S: Likewise.
1943 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1944 * sysdeps/i386/fpu/e_logl.S: Likewise.
1945 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1946 * sysdeps/i386/fpu/s_frexp.S: Likewise.
1947 * sysdeps/i386/fpu/e_pow.S: Likewise.
1948 * sysdeps/i386/fpu/e_logf.S: Likewise.
1949 * sysdeps/i386/fpu/e_log2.S: Likewise.
1950 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
1951 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
1952 * sysdeps/i386/fpu/s_llrintf.S: Likewise.
1953 * sysdeps/i386/fpu/s_ilogb.S: Likewise.
1954 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
1955 * sysdeps/i386/fpu/e_atanh.S: Likewise.
1956 * sysdeps/i386/fpu/e_log10.S: Likewise.
1957 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
1958 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
1959 * sysdeps/i386/fpu/s_llrintl.S: Likewise.
1960 * sysdeps/i386/fpu/e_log10l.S: Likewise.
1961 * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
1962 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
1963 * sysdeps/i386/fpu/e_log2f.S: Likewise.
1964 * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
1965 * sysdeps/i386/mul_1.S: Likewise.
1966 * sysdeps/i386/strtok.S: Likewise.
1967 * sysdeps/i386/sub_n.S: Likewise.
1968 * sysdeps/i386/submul_1.S: Likewise.
1969 * sysdeps/i386/i586/addmul_1.S: Likewise.
1970 * sysdeps/i386/i586/memcpy.S: Likewise.
1971 * sysdeps/i386/i586/mul_1.S: Likewise.
1972 * sysdeps/i386/i586/rshift.S: Likewise.
1973 * sysdeps/i386/i586/sub_n.S: Likewise.
1974 * sysdeps/i386/i586/submul_1.S: Likewise.
1975 * sysdeps/i386/i686/memcmp.S: Likewise.
1976 * sysdeps/i386/i686/memmove.S: Likewise.
1977 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1978 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1979 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1980 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1981
1982 2005-05-03 Ulrich Drepper <drepper@redhat.com>
1983
1984 * sysdeps/i386/add_n.S: Add call frame information.
1985 * sysdeps/i386/addmul_1.S: Likewise.
1986 * sysdeps/i386/bsd-setjmp.S: Likewise.
1987 * sysdeps/i386/lshift.S: Likewise.
1988 * sysdeps/i386/memchr.S: Likewise.
1989 * sysdeps/i386/memcmp.S: Likewise.
1990 * sysdeps/i386/mul_1.S: Likewise.
1991 * sysdeps/i386/rawmemchr.S: Likewise.
1992 * sysdeps/i386/rshift.S: Likewise.
1993 * sysdeps/i386/stpncpy.S: Likewise.
1994 * sysdeps/i386/strchr.S: Likewise.
1995 * sysdeps/i386/strchrnul.S: Likewise.
1996 * sysdeps/i386/strcspn.S: Likewise.
1997 * sysdeps/i386/strpbrk.S: Likewise.
1998 * sysdeps/i386/strrchr.S: Likewise.
1999 * sysdeps/i386/strspn.S: Likewise.
2000 * sysdeps/i386/strtok.S: Likewise.
2001 * sysdeps/i386/sub_n.S: Likewise.
2002 * sysdeps/i386/submul_1.S: Likewise.
2003 * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
2004 * sysdeps/i386/i486/strcat.S: Likewise.
2005 * sysdeps/i386/i586/add_n.S: Likewise.
2006 * sysdeps/i386/i586/addmul_1.S: Likewise.
2007 * sysdeps/i386/i586/lshift.S: Likewise.
2008 * sysdeps/i386/i586/memcpy.S: Likewise.
2009 * sysdeps/i386/i586/memset.S: Likewise.
2010 * sysdeps/i386/i586/mul_1.S: Likewise.
2011 * sysdeps/i386/i586/rshift.S: Likewise.
2012 * sysdeps/i386/i586/strchr.S: Likewise.
2013 * sysdeps/i386/i586/strcpy.S: Likewise.
2014 * sysdeps/i386/i586/sub_n.S: Likewise.
2015 * sysdeps/i386/i586/submul_1.S: Likewise.
2016 * sysdeps/i386/i686/add_n.S: Likewise.
2017 * sysdeps/i386/i686/memcmp.S: Likewise.
2018 * sysdeps/i386/i686/memmove.S: Likewise.
2019 * sysdeps/i386/i686/mempcpy.S: Likewise.
2020 * sysdeps/i386/i686/memset.S: Likewise.
2021 * sysdeps/i386/i686/strtok.S: Likewise.
2022 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2023 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2024 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2025 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
2026 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
2027 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2028
2029 * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
2030
2031 * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
2032 on ppc in 2.6.12.
2033
2034 2005-04-29 Jakub Jelinek <jakub@redhat.com>
2035
2036 [BZ #1083]
2037 * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
2038 call ftruncate if offset is bigger than current size. Make sure
2039 the file is offset + len bytes long if that is more than current size.
2040 Don't overwrite previous content of the file.
2041 * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
2042 Likewise.
2043
2044 2005-05-02 Roland McGrath <roland@redhat.com>
2045
2046 [BZ #924]
2047 * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
2048
2049 2005-04-29 Roland McGrath <roland@redhat.com>
2050
2051 * timezone/africa: Update from tzdata2005i.
2052 * timezone/asia: Likewise.
2053 * timezone/northamerica: Likewise.
2054 * timezone/yearistype: Likewise.
2055
2056 * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
2057
2058 2005-04-29 Ulrich Drepper <drepper@redhat.com>
2059
2060 [BZ #1093]
2061 * nis/nis_table.c: Fix realloc handling.
2062 * nis/nis_removemember.c: Likewise.
2063
2064 2005-04-28 Ulrich Drepper <drepper@redhat.com>
2065
2066 [BZ #798]
2067 * nscd/Makefile: Help losers who use --with-headers.
2068
2069 2005-04-28 Roland McGrath <roland@redhat.com>
2070
2071 [BZ #796]
2072 * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
2073 Define NEED_DL_SYSINFO_DSO for all platforms.
2074
2075 * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
2076 * sysdeps/alpha/dl-sysdep.h: Likewise.
2077 Use #include_next instead of duplicating generic file's contents.
2078 * sysdeps/ia64/dl-sysdep.h: Likewise.
2079 * sysdeps/sparc/dl-sysdep.h: Likewise.
2080
2081 2005-03-22 Steven Munroe <sjmunroe@us.ibm.com>
2082
2083 * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
2084
2085 2005-03-07 Steven Munroe <sjmunroe@us.ibm.com>
2086
2087 [BZ #781]
2088 * sysdeps/unix/sysv/linux/kernel-features.h
2089 (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
2090 (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
2091 (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
2092 with 2.6.1.
2093 (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
2094
2095 2005-04-28 Ulrich Drepper <drepper@redhat.com>
2096
2097 * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
2098 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2099 * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
2100 cfi_startproc and cfi_endproc.
2101
2102 * configure.in: Remove ultrasparc names.
2103
2104 * sysdeps/i386/i686/memcmp.S: Move misplaced END.
2105
2106 2005-03-27 Bruno Haible <bruno@clisp.org>
2107
2108 Make it possible for multiple threads to use gettext() in different
2109 locales.
2110 * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
2111 (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
2112 field.
2113 (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
2114 (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
2115 search and newp.
2116
2117 * intl/tst-gettext4.c: New file.
2118 * intl/tst-gettext4.sh: New file.
2119 * intl/tst-gettext4-de.po: New file.
2120 * intl/tst-gettext4-fr.po: New file.
2121 * intl/tst-gettext5.c: New file.
2122 * intl/tst-gettext5.sh: New file.
2123 * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
2124 tst-gettext4-fr.po, tst-gettext5.sh.
2125 (multithread-test-srcs): New variable.
2126 (test-srcs): Add its contents.
2127 (tests): Depend on tst-gettext4.out, tst-gettext5.out.
2128 (tst-gettext4.out, tst-gettext5.out): New rules.
2129 (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
2130 Add rule for linking the multithread-test-srcs with the appropriate
2131 thread-library.
2132
2133 2005-04-28 Ulrich Drepper <drepper@redhat.com>
2134
2135 * po/rw.po: New file. From translation team.
2136
2137 * scripts/config.guess: Update from upstream.
2138 * scripts/config.sub: Likewise.
2139
2140 2005-04-27 Ulrich Drepper <drepper@redhat.com>
2141
2142 [BZ #1094]
2143 * nscd/connections.c (nscd_run): Use time() value in prune_cache
2144 call, not timeout value, since the latter might be from another clock.
2145
2146 2005-04-27 Roland McGrath <roland@redhat.com>
2147
2148 [BZ #877]
2149 * posix/unistd.h: Remove __nonnull from acct decl.
2150
2151 * rt/tst-cpuclock1.c: New file.
2152 * rt/tst-cpuclock2.c: New file.
2153 * rt/tst-cputimer1.c: New file.
2154 * rt/tst-cputimer2.c: New file.
2155 * rt/tst-cputimer3.c: New file.
2156 * rt/Makefile (tests): Add them.
2157
2158 * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
2159 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
2160 * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
2161 (HAS_CPUCLOCK): New macro.
2162 (clock_getcpuclockid): Function removed.
2163 #include the new linux file to define it instead.
2164 * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
2165 New function, broken out of ...
2166 (clock_gettime) [HP_TIMING_AVAIL]: ... here. Call it.
2167 (realtime_gettime): New function, broken out of ...
2168 (clock_gettime) [! HANDLED_REALTIME]: ... here. Call it.
2169 (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
2170 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
2171 (SYSDEP_GETTIME_CPUTIME): New macro.
2172 (SYSDEP_GETTIME): Use both.
2173 [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
2174 out of ...
2175 (SYSDEP_GETTIME): ... here. Use it.
2176 [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
2177 (SYSDEP_GETTIME_CPUTIME): New macro. Handle CPU timers by trying
2178 kernel support and falling back to hp-timing code.
2179 * sysdeps/posix/clock_getres.c
2180 [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
2181 (clock_getres) [HP_TIMING_AVAIL]: ... here. Call it.
2182 (realtime_getres): New function, broken out of ...
2183 (clock_getres) [! HANDLED_REALTIME]: ... here. Call it.
2184 (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
2185 * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
2186 (SYSDEP_GETRES_CPUTIME): New macro.
2187 (SYSDEP_GETRES): Use both.
2188 [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
2189 out of ...
2190 (SYSDEP_GETRES): ... here. Use it.
2191 [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
2192 (SYSDEP_GETRES_CPUTIME): New macro. Handle CPU timers by trying
2193 kernel support and falling back to hp-timing code.
2194 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
2195 CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
2196 translating to the kernel clockid_t for our own process/thread clock.
2197
2198 2005-04-27 Ulrich Drepper <drepper@redhat.com>
2199
2200 * stdlib/test-canon.c: Make doesExist a directory and add more tests
2201 for the new error case.
2202
2203 2004-06-02 Dmitry V. Levin <ldv@altlinux.org>
2204 Ranjani Murthy <ranmur@gmail.com>
2205
2206 * stdlib/canonicalize.c (__realpath): Change realpath(3) to
2207 return NULL and set errno to ENOTDIR for such pathnames like
2208 "/path/to/existing-non-directory/".
2209
2210 2005-04-26 Ulrich Drepper <drepper@redhat.com>
2211
2212 [BZ #1105]
2213 * time/strptime_l.c (__strptime_internal): Handle 'z' to set
2214 tm_gmtoff.
2215 * time/Makefile (tests): Add tst-strptime2.
2216 * time/tst-strptime2.c: New file.
2217
2218 2005-04-26 Jakub Jelinek <jakub@redhat.com>
2219
2220 [BZ #1081]
2221 * elf/dl-close.c: Include stddef.h.
2222 (_dl_close): If called recursively, just remember GC needs to be rerun
2223 and decrease l_direct_opencount. Avoid GC if l_direct_opencount
2224 decreased to 1. Rerun GC at the end if any destructor unloaded some
2225 additional libraries.
2226 * elf/Makefile: Add rules to build and run unload6 test.
2227 * elf/unload6.c: New test.
2228 * elf/unload6mod1.c: New file.
2229 * elf/unload6mod2.c: New file.
2230 * elf/unload6mod3.c: New file.
2231
2232 * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
2233 if magic_p is not NULL.
2234 (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
2235 (malloc_check): Fail if sz == -1.
2236 (free_check): Adjust mem2chunk_check caller.
2237 (realloc_check): Likewise. Fail if bytes == -1. If bytes == 0 and
2238 oldmem != NULL, call free_check and return NULL. If reallocating
2239 and returning NULL, invert magic byte again to make oldmem valid
2240 region for further checking.
2241 (memalign_check): Fail if bytes == -1.
2242 * malloc/Makefile: Add rules to build and run tst-mcheck.
2243 * malloc/tst-mcheck.c: New test.
2244
2245 2005-04-26 Ulrich Drepper <drepper@redhat.com>
2246
2247 [BZ #1110]
2248 * stdio-common/vfscanf.c: Correctly account for characters of
2249 decimal points right after +-.
2250
2251 2005-04-26 Roland McGrath <roland@redhat.com>
2252
2253 * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
2254 ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
2255
2256 2005-04-25 Roland McGrath <roland@redhat.com>
2257
2258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2259 (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
2260
2261 * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
2262
2263 * elf/dl-load.c: Revert last change.
2264
2265 2005-04-24 Ulrich Drepper <drepper@redhat.com>
2266
2267 [BZ #1110]
2268 * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
2269 Patch by Hamed Malek <hamed@bamdad.org>.
2270
2271 2005-04-21 Roland McGrath <roland@redhat.com>
2272
2273 * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
2274 since Linux ignores it in user mmap calls.
2275
2276 2005-04-17 David S. Miller <davem@davemloft.net>
2277
2278 * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
2279 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2280
2281 2005-04-15 Roland McGrath <roland@redhat.com>
2282
2283 * timezone/Makefile (zic-deps): New variable.
2284 ($(testdata)/America/New_York): Use it instead of explicit deps.
2285 ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
2286 ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
2287 (%/UTC %/Universal): New pattern rule, replaces ...
2288 ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
2289 ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
2290 ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
2291
2292 2005-04-14 Roland McGrath <roland@redhat.com>
2293
2294 * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
2295 (extract): Filter-out distinfo file name.
2296
2297 [BZ #253]
2298 * MakeTAGS (text-srcs): Match %.bash.in files too.
2299
2300 [BZ #253]
2301 * nscd/Makefile (all-nscd-modules): New variable, include selinux
2302 module regardless of configuration.
2303 (distribute): Use that instead of $(nscd-modules).
2304
2305 2005-04-13 David S. Miller <davem@davemloft.net>
2306
2307 Add sparc64 TLS and NPTL support.
2308 * elf/tls-macros.h: Add Sparc64 defines.
2309 * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
2310 always_inline.
2311 (elf_machine_fixup_plt): Likewise.
2312 (elf_machine_rela): Handle TLS relocations.
2313 (elf_machine_type_cleaa): Likewise.
2314 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2315 (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
2316 It does not always fit in R_SPARC_GOT13 when building -fPIC.
2317 Also, add TLS handling.
2318 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2319 Increase it to 2.4.21 for sparc64.
2320 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
2321 backtrace by zero'ing out %fp. Store away flags, func_ptr,
2322 and func_arg in global registers not local registers.
2323 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
2324 and CTID arguments properly. Add RESET_PID handling.
2325 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
2326 do not invoke __sigprocmask(). We can always assume rt signals
2327 are present on sparc64, so just do an inline syscall.
2328
2329 2005-04-13 Jakub Jelinek <jakub@redhat.com>
2330
2331 * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
2332 inclusion guard for the first half of the header.
2333 (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
2334 ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
2335 elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
2336 #ifndef dl_machine_h guarded part of the header.
2337
2338 2005-04-14 Ulrich Drepper <drepper@redhat.com>
2339
2340 [BZ #851]
2341 * posix/execvp.c (execvp): Use file name including path when
2342 trying to run it with shell.
2343 * posix/Makefile: Add rules to build and run tst-execvp3.
2344 * posix/tst-execvp3.c: New file.
2345
2346 2005-04-12 Ulrich Drepper <drepper@redhat.com>
2347
2348 [BZ #1090]
2349 * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
2350 * string/tst-strfry.c: New file.
2351 * string/Makefile (tests): Add tst-strfry.
2352
2353 2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
2354
2355 * manual/string.texi: Fix typo in wmemcpy decl.
2356
2357 2005-04-10 David S. Miller <davem@davemloft.net>
2358
2359 * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
2360
2361 2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
2362
2363 * FAQ.in: Explain why `make' might fail running rpcgen.
2364 * FAQ: Regenerated.
2365
2366 2005-04-07 Roland McGrath <roland@redhat.com>
2367
2368 * po/libc.pot: Regenerated.
2369
2370 2005-04-07 Roland McGrath <roland@redhat.com>
2371
2372 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
2373 [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2374 GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
2375 we can skip the uname call if it's there.
2376 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
2377 DL_SYSDEP_OSCHECK here.
2378 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
2379
2380 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
2381 Add _dl_sysinfo_map.
2382 * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
2383 rtld_is_main case. Call it unconditionally later.
2384 Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
2385 Initialize GLRO(dl_sysinfo_map).
2386 * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
2387 * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
2388 (_dl_important_hwcaps)
2389 [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2390 GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
2391 and bit values.
2392 * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
2393 (hwcap_extra): New static variable.
2394 (is_hwcap_platform): Check hwcap_extra for a matching name.
2395 Remove tls special case.
2396 (path_hwcap): Likewise.
2397 (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
2398 and their names, stored in hwcap_extra.
2399 (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
2400
2401 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
2402 _dl_hwcap and _dl_hwcap_mask.
2403 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
2404 AT_HWCAP to unsigned long int.
2405 * elf/dl-support.c (_dl_aux_init): Likewise.
2406 (_dl_hwcap): Update defn.
2407
2408 * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
2409 * elf/ldconfig.c (search_dir): Likewise.
2410
2411 2005-04-05 Roland McGrath <roland@redhat.com>
2412
2413 * NEWS: Copy 2.3.5 section from 2.3 branch.
2414
2415 * intl/tst-codeset.sh: Use mkdir -p. Put msgfmt output in temporary
2416 file and mv it into place.
2417 * intl/tst-gettext3.sh: Likewise.
2418
2419 * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
2420 are up to date in srcdir. Touch all configure scripts after export.
2421
2422 * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
2423
2424 2005-04-05 H.J. Lu <hongjiu.lu@intel.com>
2425
2426 [BZ #592]
2427 * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
2428 (comment changes only).
2429 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2430 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2431 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2432 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2433 * sysdeps/ia64/fpu/e_exp.S: Likewise.
2434 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2435 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2436 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2437 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2438 * sysdeps/ia64/fpu/e_expf.S: Likewise.
2439 * sysdeps/ia64/fpu/e_log.S: Likewise.
2440 * sysdeps/ia64/fpu/e_logf.S: Likewise.
2441 * sysdeps/ia64/fpu/e_pow.S: Likewise.
2442 * sysdeps/ia64/fpu/e_powf.S: Likewise.
2443 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2444 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2445 * sysdeps/ia64/fpu/libm_error.c: Likewise.
2446 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2447 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2448 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2449 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2450 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2451 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2452 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2453 * sysdeps/ia64/fpu/s_cos.S: Likewise.
2454 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2455 * sysdeps/ia64/fpu/s_erf.S: Likewise.
2456 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2457 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2458 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2459 * sysdeps/ia64/fpu/s_erff.S: Likewise.
2460 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2461 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2462 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2463 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2464 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2465 * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
2466 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2467 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2468 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2469
2470 2005-04-05 Roland McGrath <roland@redhat.com>
2471
2472 * scripts/config.guess: Update from master, timestamp='2005-03-24'.
2473 * scripts/config.sub: Update from master, timestamp='2005-02-10'.
2474
2475 2005-04-04 David S. Miller <davem@davemloft.net>
2476
2477 * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
2478 * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
2479 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2480 (elf_machine_runtime_setup): Test for dl_profile non-null.
2481 * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
2482 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
2483 * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
2484 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2485 (elf_machine_runtime_setup): Test for dl_profile non-null.
2486 * sysdeps/sparc/bits/link.h: New file.
2487 * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
2488 La_sparc64_regs, La_sparc64_retval): New.
2489 (struct audit_ifaces): Add sparc entries.
2490 * elf/tst-auditmod1.c: Add sparc entries.
2491
2492 2005-03-27 Bruno Haible <bruno@clisp.org>
2493
2494 * intl/tst-gettext3.c: New file.
2495 * intl/tst-gettext3.sh: New file.
2496 * intl/Makefile (distribute): Add tst-gettext3.sh.
2497 (test-srcs): Add tst-gettext3.
2498 (tests): Depend on tst-gettext3.out.
2499 (tst-gettext3.out): New rule.
2500 (CFLAGS-tst-gettext3.c): New variable.
2501
2502 Fix bug exposed by tst-gettext3.
2503 * intl/gettextP.h (struct converted_domain): New type.
2504 (struct loaded_domain): Remove the conv, conv_tab fields. Add
2505 conversions, nconversions fields.
2506 (_nl_init_domain_conv): Remove declaration.
2507 (_nl_free_domain_conv): Remove declaration.
2508 (_nl_find_msg): Add convert argument.
2509 * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
2510 (_nl_find_msg): Add convert argument. When a conversion to a different
2511 charset is needed, create a new converted_domain element, instead of
2512 throwing away the old converted translations.
2513 (get_output_charset): New function.
2514 * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
2515 (_nl_free_domain_conv): Remove function.
2516 (_nl_load_domain): Initialize the conversions array to empty. Use
2517 _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
2518 entry.
2519 (_nl_unload_domain): Free the conversions array and its contents.
2520
2521 * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
2522 (struct binding): Likewise.
2523 * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
2524 modifications.
2525
2526 2005-04-04 Jakub Jelinek <jakub@redhat.com>
2527
2528 [BZ #1082]
2529 * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
2530 of trying to encode uninitialized arglen.
2531
2532 2005-04-04 Ulrich Drepper <drepper@redhat.com>
2533
2534 [BZ #825]
2535 * timezone/scheck.c: Update from tzcode2005h.
2536 * timezone/tzfile.h: Likewise.
2537 * timezone/zdump.c: Likewise.
2538 * timezone/zic.c: Likewise.
2539
2540 [BZ #825]
2541 * timezone/antarctica: Update from tzdata2005h.
2542 * timezone/asia: Likewise.
2543 * timezone/australasia: Likewise.
2544 * timezone/etcetera: Likewise.
2545 * timezone/europe: Likewise.
2546 * timezone/northamerica: Likewise.
2547 * timezone/southamerica: Likewise.
2548 * timezone/leapseconds: Likewise.
2549 * timezone/iso3166.tab: Likewise.
2550
2551 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 [BZ #592]
2554 * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
2555
2556 2005-04-01 Ulrich Drepper <drepper@redhat.com>
2557
2558 * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
2559 * wcsmbs/wctob.c (wctob): Likewise.
2560 * wcsmbs/wchar.h (btowc): Add optimized inline function.
2561 (wctob): Likewise.
2562
2563 2005-03-31 Jakub Jelinek <jakub@redhat.com>
2564
2565 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
2566 equivalent, but shorter instructions.
2567 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2568 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
2569 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2570 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
2571 * sysdeps/unix/x86_64/sysdep.S: Likewise.
2572 * sysdeps/x86_64/strchr.S: Likewise.
2573 * sysdeps/x86_64/memset.S: Likewise.
2574 * sysdeps/x86_64/strcspn.S: Likewise.
2575 * sysdeps/x86_64/strcmp.S: Likewise.
2576 * sysdeps/x86_64/elf/start.S: Likewise.
2577 * sysdeps/x86_64/strspn.S: Likewise.
2578 * sysdeps/x86_64/dl-machine.h: Likewise.
2579 * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
2580 * sysdeps/x86_64/bsd-setjmp.S: Likewise.
2581 * sysdeps/x86_64/strtok.S: Likewise.
2582
2583 2005-03-30 H.J. Lu <hongjiu.lu@intel.com>
2584
2585 [BZ #592]
2586 * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
2587 * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
2588 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2589 * sysdeps/ia64/fpu/e_acosh.S: Likewise.
2590 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
2591 * sysdeps/ia64/fpu/e_acos.S: Likewise.
2592 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
2593 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
2594 * sysdeps/ia64/fpu/e_asin.S: Likewise.
2595 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
2596 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
2597 * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
2598 * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
2599 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2600 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2601 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
2602 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2603 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2604 * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
2605 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2606 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2607 * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
2608 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2609 * sysdeps/ia64/fpu/e_expf.S: Likewise.
2610 * sysdeps/ia64/fpu/e_exp.S: Likewise.
2611 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
2612 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
2613 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
2614 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
2615 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
2616 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
2617 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
2618 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
2619 * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
2620 * sysdeps/ia64/fpu/e_log2f.S: Likewise.
2621 * sysdeps/ia64/fpu/e_log2l.S: Likewise.
2622 * sysdeps/ia64/fpu/e_log2.S: Likewise.
2623 * sysdeps/ia64/fpu/e_logf.S: Likewise.
2624 * sysdeps/ia64/fpu/e_logl.S: Likewise.
2625 * sysdeps/ia64/fpu/e_log.S: Likewise.
2626 * sysdeps/ia64/fpu/e_powf.S: Likewise.
2627 * sysdeps/ia64/fpu/e_powl.S: Likewise.
2628 * sysdeps/ia64/fpu/e_pow.S: Likewise.
2629 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
2630 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
2631 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
2632 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
2633 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
2634 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
2635 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2636 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
2637 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2638 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
2639 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
2640 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
2641 * sysdeps/ia64/fpu/libm_error.c: Likewise.
2642 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2643 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2644 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2645 * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
2646 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2647 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
2648 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
2649 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2650 * sysdeps/ia64/fpu/libm_support.h: Likewise.
2651 * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
2652 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2653 * sysdeps/ia64/fpu/s_atanf.S: Likewise.
2654 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2655 * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
2656 * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
2657 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2658 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
2659 * sysdeps/ia64/fpu/s_cos.S: Likewise.
2660 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2661 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2662 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2663 * sysdeps/ia64/fpu/s_erfl.S: Likewise.
2664 * sysdeps/ia64/fpu/s_erf.S: Likewise.
2665 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2666 * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
2667 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2668 * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
2669 * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
2670 * sysdeps/ia64/fpu/s_fdim.S: Likewise.
2671 * sysdeps/ia64/fpu/s_frexp.c: Likewise.
2672 * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
2673 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
2674 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
2675 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
2676 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
2677 * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
2678 * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
2679 * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
2680 * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
2681 * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
2682 * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
2683 * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
2684 * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
2685 * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
2686 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
2687 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
2688 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2689 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
2690 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
2691 * sysdeps/ia64/fpu/s_logb.S: Likewise.
2692 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
2693 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
2694 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
2695 * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
2696 * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
2697 * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
2698 * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
2699 * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
2700 * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
2701 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
2702 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
2703 * sysdeps/ia64/fpu/s_round.S: Likewise.
2704 * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
2705 * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
2706 * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
2707 * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
2708 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2709 * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
2710 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2711 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
2712 * sysdeps/ia64/fpu/s_tan.S: Likewise.
2713 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
2714 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2715 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2716 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2717 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2718 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2719
2720 [BZ #592]
2721 * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
2722 * sysdeps/ia64/fpu/libm_error_codes.h: New file.
2723
2724 [BZ #592]
2725 * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
2726 2005-03-21.
2727 * sysdeps/ia64/fpu/import_file.awk: Likewise.
2728 * sysdeps/ia64/fpu/import_intel_libm: Likewise.
2729 * sysdeps/ia64/fpu/Makefile: Likewise.
2730
2731 2005-03-29 Jakub Jelinek <jakub@redhat.com>
2732
2733 [BZ #1087]
2734 * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
2735 avoid calling mbsrtowcs twice.
2736
2737 2005-03-29 Roland McGrath <roland@redhat.com>
2738
2739 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
2740 function, inline broken out of ...
2741 (DL_SYSDEP_OSCHECK): ... here. Use that.
2742 Do the discovery and set GLRO(dl_osversion) if successful,
2743 if __LINUX_KERNEL_VERSION <= 0.
2744 * elf/dl-load.c: Don't include dl-osinfo.h here.
2745
2746 2005-03-29 Alfred M. Szmidt <ams@gnu.org>
2747
2748 * manual/install.texi (Tools for Compilation): GNU binutils 2.15
2749 is now needed.
2750
2751 2005-03-19 Bruno Haible <bruno@clisp.org>
2752
2753 * intl/dcigettext.c (struct known_translation_t): Change type of
2754 domainname field to 'const char *'.
2755 (DCIGETTEXT): Remove const-cast.
2756
2757 2005-03-29 Thorsten Kukuk <kukuk@suse.de>
2758
2759 [BZ #661]
2760 * grp/initgroups.c (internal_getgrouplist): Check if we have
2761 enough space before adding the primary group to the list.
2762
2763 * posix/tst-execle1.c (do_test): Fix execle arguments.
2764 * posix/tst-execle2.c (do_test): Likewise.
2765
2766 2005-03-28 Roland McGrath <roland@redhat.com>
2767
2768 * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
2769 Reported by Mark Mitchell <mark@codesourcery.com>.
2770 * Versions.def (libm): Define GLIBC_2.4 set.
2771 * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
2772 * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
2773 * sysdeps/ia64/Versions: Likewise.
2774 * sysdeps/m68k/Versions: Likewise.
2775 * sysdeps/sparc/sparc64/Versions: Likewise.
2776 * sysdeps/x86_64/Versions: New file.
2777 * sysdeps/mips/mips64/Versions: New file.
2778
2779 * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
2780 [__USE_GNU] (NL_LOCALE_NAME): New macro.
2781 * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
2782 return locale name string for the category.
2783
2784 2005-03-25 Jakub Jelinek <jakub@redhat.com>
2785
2786 * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
2787 <wcstol_l.c>.
2788
2789 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
2790
2791 * sysdeps/mips/atomicity.h: Remove unused file.
2792 * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
2793 * sysdeps/mips/dl-tls.h: New file.
2794 * sysdeps/mips/libc-tls.c: New file.
2795 * sysdeps/mips/tls-macros.h: New file.
2796 * sysdeps/mips/bits/atomic.h: New file.
2797 * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
2798 * sysdeps/mips/elf/configure.in: New file.
2799 * sysdeps/mips/elf/configure: Generated.
2800 * sysdeps/mips/sys/asm.h: New file.
2801 * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
2802 * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
2803 clone support.
2804 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2805 (INTERNAL_SYSCALL_NCS): New.
2806 (INTERNAL_SYSCALL): Update for non-constant support.
2807 (internal_syscall0): Likewise.
2808 (internal_syscall1): Likewise.
2809 (internal_syscall2): Likewise.
2810 (internal_syscall3): Likewise.
2811 (internal_syscall4): Likewise.
2812 (internal_syscall5): Likewise.
2813 (internal_syscall6): Likewise.
2814 (internal_syscall7): Likewise.
2815 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
2816 Update to match the kernel.
2817 (SIGEV_CALLBACK): Likewise.
2818 (SIGEV_THREAD_ID): Likewise.
2819
2820 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
2821
2822 [BZ #783]
2823 * elf/tst-auditmod1.c: Add MIPS support.
2824 * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
2825 (La_mips_32_retval): New.
2826 (La_mips_64_regs): New.
2827 (La_mips_64_retval): New.
2828 (struct audit_ifaces): Add MIPS entries.
2829 * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
2830 (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
2831 ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
2832 ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
2833 (RTLD_START): Align the stack before calling _dl_init_internal.
2834 Use .ent for _dl_start_user.
2835 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
2836 (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
2837 (elf_machine_runtime_setup): Use "auto inline".
2838 (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
2839 (elf_machine_got_rel): Likewise. Use RESOLVE_MAP.
2840 * sysdeps/mips/dl-trampoline.c: New file.
2841 * sysdeps/mips/bits/link.h: New file.
2842 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2843 (internal_syscall5): Use register operands instead of non-lvalue
2844 memory operands.
2845 (internal_syscall6): Likewise.
2846 (internal_syscall7): Likewise.
2847
2848 2005-03-27 Andreas Jaeger <aj@suse.de>
2849
2850 * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
2851 avoid warnings with older compiler.
2852 (__builtin___memcpy_chk): Likewise.
2853 (__builtin___memmove_chk: Likewise.
2854 (__builtin___mempcpy_chk): Likewise.
2855 (__builtin___memset_chk): Likewise.
2856 (__builtin___stpcpy_chk): Likewise.
2857 (__builtin___strcat_chk): Likewise.
2858 (__builtin___strcpy_chk): Likewise.
2859 (__builtin___strncat_chk): Likewise.
2860 (__builtin___strncpy_chk): Likewise.
2861 (__builtin_object_size): Likewise.
2862
2863 2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
2864
2865 * elf/tls-macros.h: Correct typo.
2866
2867 2005-03-23 Jakub Jelinek <jakub@redhat.com>
2868
2869 [BZ #822]
2870 * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
2871 (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
2872
2873 2005-03-22 Roland McGrath <roland@redhat.com>
2874
2875 * locale/setlocale.c: Comment typo.
2876
2877 * scripts/versions.awk: No errors for GLIBC_PRIVATE.
2878
2879 * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
2880
2881 * scripts/versions.awk: Print all errors and die at the end.
2882 Use library name in versions array keys.
2883
2884 2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
2885
2886 * elf/elf.h (PT_ARM_EXIDX): New macro.
2887
2888 2005-03-21 Thorsten Kukuk <kukuk@suse.de>
2889
2890 [BZ #1098]
2891 * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
2892 Convert correctly between long/int on 64bit big-endian.
2893
2894 2005-03-21 David Mosberger <davidm@hpl.hp.com>
2895
2896 * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
2897 with more than 8 output registers. Fix this by passing original
2898 ar.pfs to _mcount_ret_helper via r3.
2899
2900 2005-03-15 Jakub Jelinek <jakub@redhat.com>
2901
2902 [BZ #786]
2903 * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
2904 GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
2905 * elf/Makefile: Add rules to build and run tst-tls15.
2906 * elf/tst-tls15.c: New test.
2907 * elf/tst-tlsmod15a.c: New file.
2908 * elf/tst-tlsmod15b.c: New file.
2909
2910 2005-03-20 Ulrich Drepper <drepper@redhat.com>
2911
2912 * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
2913
2914 2005-03-20 Alfred M. Szmidt <ams@gnu.org>
2915
2916 * elf/dl-open.c (dl_open_worker): Fix typo.
2917
2918 2005-03-20 Ulrich Drepper <drepper@redhat.com>
2919
2920 * malloc/malloc.c (public_cALLOc): We cannot skip the memory
2921 clearing if perturb_byte != 0.
2922
2923 2005-03-20 Jakub Jelinek <jakub@redhat.com>
2924
2925 * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
2926 instead of __off_t for last argument.
2927 * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
2928 * debug/tst-lfschk1.c: New test.
2929 * debug/tst-lfschk2.c: New test.
2930 * debug/tst-lfschk3.c: New test.
2931
2932 2005-02-09 Jakub Jelinek <jakub@redhat.com>
2933
2934 * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
2935 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
2936 and __USE_XOPEN guards to match linux/bits/termios.h.
2937 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2938 (CMSPAR): Define.
2939 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2940
2941 2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
2942
2943 * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
2944
2945 2005-02-27 Denis Barbier <barbier@debian.org>
2946
2947 [BZ #549]
2948 * locale/iso-4217.def: Add CSD currency.
2949
2950 2005-03-19 Ulrich Drepper <drepper@redhat.com>
2951
2952 * inet/test-ifaddrs.c: Use test-skeleton.
2953 * inet/test_ifindex.c: Likewise.
2954
2955 [BZ #821]
2956 * elf/dl-lookup.c (add_dependency): Always search l_initfini if
2957 the list exists.
2958
2959 [BZ #821]
2960 * elf/Makefile: Add rules to build and run order2.
2961 * elf/order2.c: New file.
2962 * elf/order2mod1.c: New file.
2963 * elf/order2mod2.c: New file.
2964 * elf/order2mod3.c: New file.
2965 * elf/order2mod4.c: New file.
2966
2967 2005-03-19 Jakub Jelinek <jakub@redhat.com>
2968
2969 [BZ #821]
2970 * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
2971 it has been incremented before.
2972
2973 2005-03-18 Ulrich Drepper <drepper@redhat.com>
2974
2975 [BZ #821]
2976 * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
2977 function _dl_sort_fini.
2978 (_dl_sort_fini): New function.
2979 * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
2980 * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
2981 destructors to call them in the right order.
2982
2983 2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
2984
2985 * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
2986 (La_ppc64_retval): Correct size of lrc_fp.
2987 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
2988 Fix up ABI problems and complete function.
2989
2990 2005-03-10 Jakub Jelinek <jakub@redhat.com>
2991
2992 * math/test-misc.c (main): Add some more tests.
2993
2994 2005-03-17 Jakub Jelinek <jakub@redhat.com>
2995
2996 * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
2997 __wcrtomb. Check return values of other __wcrtomb calls.
2998 * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
2999 Change mbclen type to size_t.
3000 (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
3001 Handle mb chars whose upper case doesn't have multibyte representation
3002 in locale's charset.
3003
3004 2005-03-15 Jakub Jelinek <jakub@redhat.com>
3005
3006 * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
3007 public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
3008 #ifndef _LIBC.
3009
3010 [BZ #779]
3011 * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
3012 initialized.
3013
3014 2005-03-10 Jakub Jelinek <jakub@redhat.com>
3015
3016 * misc/sys/cdefs.h (__always_inline): Define.
3017 * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
3018 Use __always_inline instead of __inline.
3019 * socket/bits/socket2.h (recv, recvfrom): Likewise.
3020 * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
3021 * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
3022 __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
3023 __strcat_ichk, __strncat_ichk): Use __always_inline instead of
3024 __inline__ __attribute__ ((__always_inline__)).
3025
3026 2005-03-09 Jakub Jelinek <jakub@redhat.com>
3027
3028 * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
3029 (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
3030 readlink. Add some more tests for read, pread, pread64, fgets and
3031 fgets_unlocked.
3032
3033 * posix/bits/unistd.h (read, pread, pread64, readlink,
3034 getcwd, getwd): Change macros into extern inline functions.
3035 (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
3036 __getcwd_alias, __getwd_alias): New prototypes.
3037 * socket/bits/socket2.h (recv, recvfrom): Change macros into
3038 extern inline functions.
3039 (__recv_alias, __recvfrom_alias): New prototypes.
3040 * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
3041 into extern inline functions.
3042 (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
3043
3044 * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
3045 to __pread.
3046 * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
3047 to __pread64.
3048
3049 2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>
3050
3051 * configure.in: Use %function instead of @function.
3052
3053 2005-03-18 Ulrich Drepper <drepper@redhat.com>
3054
3055 [BZ #821]
3056 * include/link.h (struct link_map): Remove l_opencount. Add l_removed.
3057 Change type of l_idx to int.
3058 * elf/dl-close.c: Basically rewrite. Do not use l_opencount to
3059 determine whether a DSO has to be unloaded. Instead compute this
3060 in this function.
3061 * elf/dl-deps.c: No need to manipulate l_opencount anymore.
3062 * elf/dl-lookup.c: Likewise.
3063 * elf/rtld.c: Likewise
3064 * elf/dl-open.c: Likewise. Use l_init_called to determine whether
3065 object was just loaded.
3066 * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
3067 * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
3068 is about to be unloaded as a match.
3069 (_dl_map_object): Likewise.
3070 * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
3071 to be unloaded.
3072 * elf/circleload1.c: Don't use l_opencount anymore.
3073 * elf/neededtest.c: Likewise.
3074 * elf/neededtest2.c: Likewise.
3075 * elf/neededtest3.c: Likewise.
3076 * elf/neededtest4.c: Likewise.
3077 * elf/unload.c: Likewise.
3078 * elf/unload2.c: Likewise.
3079 * elf/loadtest.c: Likewise.
3080
3081 [BZ #821]
3082 * elf/rtld.c: Preloading errors are now never fatal.
3083
3084 2005-03-08 Jakub Jelinek <jakub@redhat.com>
3085
3086 [BZ #821]
3087 * elf/Makefile: Add rules to build and run unload5 test.
3088 * elf/unload5.c: New file.
3089
3090 [BZ #821]
3091 * elf/Makefile: Add rules to build and run unload4 test.
3092 * elf/unload4.c: New file.
3093 * elf/unload4mod1.c: New file.
3094 * elf/unload4mod2.c: New file.
3095 * elf/unload4mod3.c: New file.
3096 * elf/unload4mod4.c: New file.
3097
3098 2005-03-17 Roland McGrath <roland@redhat.com>
3099
3100 * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
3101
3102 2005-03-16 Richard Henderson <rth@redhat.com>
3103
3104 * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
3105 of internal.
3106 (__hidden_def1, __hidden_dot_def1): Remove.
3107 (__hidden_def2, __hidden_def3): Remove.
3108 (__hidden_ver1): New.
3109 (hidden_ver, hidden_def, hidden_weak): Use it.
3110 (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
3111 version of the macro.
3112
3113 * include/wchar.h (__wcscoll): Remove.
3114 * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
3115 * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
3116
3117 2005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3118
3119 * elf/elf.h: Define MIPS TLS relocations.
3120
3121 2005-03-16 Ulrich Drepper <drepper@redhat.com>
3122
3123 * elf/circleload1.c (main): Pretty printing.
3124
3125 2005-03-15 Jakub Jelinek <jakub@redhat.com>
3126
3127 * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
3128 Patch by Dan Kegel <dank@kegel.com>.
3129
3130 * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
3131 elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
3132 Add inline keyword.
3133 * sysdeps/alpha/dl-machine.h (elf_machine_rela,
3134 elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
3135 attribute.
3136 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
3137 elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. Change
3138 static inline into auto inline.
3139 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
3140 elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3141 * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
3142 Likewise.
3143 * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
3144 elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
3145 Likewise.
3146
3147 2005-03-15 Jakub Jelinek <jakub@redhat.com>
3148
3149 [BZ #789]
3150 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
3151 Remove memory clobber.
3152
3153 * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
3154 thread-safe. Subtract GLRO(dl_hp_timing_overhead) from Diff.
3155
3156 2005-03-14 Jakub Jelinek <jakub@redhat.com>
3157
3158 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
3159 asm/types.h.
3160
3161 2005-03-10 GOTO Masanori <gotom@debian.or.jp>
3162
3163 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
3164 MAP_NONBLOCK.
3165 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
3166 Correct MAP_GROWSDOWN value.
3167
3168 2005-03-13 Roland McGrath <roland@redhat.com>
3169
3170 * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
3171 version if there is one. Only #error if macros are then undefined.
3172 * sysdeps/generic/tls-macros.h: New file.
3173
3174 2005-03-10 GOTO Masanori <gotom@debian.or.jp>
3175
3176 * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
3177 * sysdeps/hppa/configure: Regenerated.
3178
3179 2005-03-08 Roland McGrath <roland@redhat.com>
3180
3181 * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
3182 array types match exactly in C alias decls.
3183
3184 2005-03-07 Ulrich Drepper <drepper@redhat.com>
3185
3186 * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
3187 mallopt appropriately.
3188 * malloc/malloc.h: Define M_PERTURB.
3189 * malloc/malloc.c (perturb_byte): New variable.
3190 (alloc_perturb, free_perturb): New macros.
3191 (_int_malloc): Before returning, overwrite the memory if this is
3192 requested.
3193 (_int_free): Overwrite freed memory if requested.
3194 (mALLOPt): Handle M_PERTURB.
3195 * test-skeleton.c: Add call to mallopt with M_PERTURB command.
3196
3197 * elf/dl-close.c (_dl_close): Decrement l_opencount before
3198 printing debug message.
3199 * elf/dl-open.c (dl_open_worker): Always print the new opencount
3200 in debug messages.
3201
3202 2005-03-06 Ulrich Drepper <drepper@redhat.com>
3203
3204 * elf/dl-close.c (_dl_close): Unify debug message format.
3205
3206 * elf/dl-close.c (_dl_close): Print debug message just before
3207 destroying a link map.
3208
3209 * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
3210 * elf/dl-version.c (match_symbol): Likewise.
3211
3212 * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
3213
3214 * debug/recv_chk.c (__recv_chk): Always fail if request could
3215 overflow the buffer.
3216 * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
3217 * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
3218 we know the call succeeds.
3219 (recvfrom): Likewise.
3220
3221 2005-03-05 Ulrich Drepper <drepper@redhat.com>
3222
3223 * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
3224 warning.
3225 * posix/regex_internal.c (re_string_reconstruct): Add cast to
3226 avoid warning.
3227 (build_wcs_upper_buffer): Change type of bug to plain char.
3228 * locale/weightwc.h (findidx): Add casts to avoid warnings.
3229 * time/mktime.c (ranged_convert): Initialize tm to make the
3230 compiler happy.
3231 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
3232 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
3233 * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
3234 * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
3235 * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
3236 * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
3237 * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
3238 * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
3239 * libio/iofwide.c: Add casts to avoid warnings.
3240 * stdio-common/printf-prs.c (parse_printf_format): Introduce new
3241 variable f to avoid warnings.
3242 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3243 Fix a few casts to avoid warnings.
3244 * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
3245 to avoid warning.
3246
3247 [BZ #1101]
3248 * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
3249 dynamically sized array.
3250 (build_wcs_upper_buffer): Likewise.
3251
3252 2005-03-05 Jakub Jelinek <jakub@redhat.com>
3253
3254 * include/bits/unistd.h: New file.
3255 * include/bits/socket2.h: New file.
3256
3257 2005-03-05 Ulrich Drepper <drepper@redhat.com>
3258
3259 * sunrpc/key_call.c: Remove doors support.
3260 * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
3261 * configure.in: Remove test for doors support which never existed.
3262 * config.make.in: Remove have_doors entry.
3263
3264 * configure.in: Make sure at least gcc 3.4 is used. Undo last change.
3265 * config.make.in: Undo last change.
3266
3267 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
3268 -mtune.
3269
3270 2005-03-05 Roland McGrath <roland@redhat.com>
3271
3272 * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
3273 (_dl_out_of_memory): Use rtld_hidden_proto.
3274 * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
3275 (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
3276 * elf/dl-open.c (_dl_open): Likewise.
3277 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
3278
3279 * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
3280
3281 * elf/dl-addr.c (_dl_addr): Add a cast.
3282
3283 [BZ #821]
3284 * elf/unload3mod4.c: Declare foo.
3285 * elf/testobj2.c: Include <stdio.h>.
3286
3287 * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
3288 value constant, and use it in the defn.
3289 * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
3290 Use actual size for compat array decls.
3291
3292 * config.make.in (cc-mtune): New substituted variable.
3293 * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
3294 done only if libc_mtune_example is defined.
3295 * sysdeps/i386/configure.in (libc_mtune_example): Set it.
3296 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
3297
3298 2005-03-05 Jakub Jelinek <jakub@redhat.com>
3299
3300 * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
3301 unconditionally to (defined RTLD_BOOTSTRAP).
3302 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
3303
3304 2005-03-05 Jakub Jelinek <jakub@redhat.com>
3305
3306 * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
3307 $(inst_slibdir) in AS_NEEDED directive.
3308
3309 2005-03-03 Jakub Jelinek <jakub@redhat.com>
3310
3311 * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
3312
3313 2005-03-01 H.J. Lu <hongjiu.lu@intel.com>
3314
3315 [BZ #776]
3316 * iconv/iconvconfig.c: Fix comment for the output file.
3317 (write_output): Clear padding in header.
3318
3319 2005-03-03 Ulrich Drepper <drepper@redhat.com>
3320
3321 [BZ #821]
3322 * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
3323 loader is closed. Fixes unload3.
3324 * elf/tst-global1.c: New file.
3325 * elf/Makefile (tests): Add tst-global1.
3326 * elf/testobj2.c (p): New function.
3327
3328 2005-03-03 Jakub Jelinek <jakub@redhat.com>
3329
3330 [BZ #821]
3331 * elf/Makefile: Add rules to build and run unload3 test.
3332 * elf/unload3.c: New test.
3333 * elf/unload3mod1.c: New file.
3334 * elf/unload3mod2.c: New file.
3335 * elf/unload3mod3.c: New file.
3336 * elf/unload3mod4.c: New file.
3337
3338 2005-02-21 Alan Modra <amodra@bigpond.net.au>
3339
3340 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
3341 use __uint128_t.
3342
3343 2005-03-01 Jakub Jelinek <jakub@redhat.com>
3344
3345 * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
3346 of __bos.
3347 * socket/bits/socket2.h (recv, recvfrom): Likewise.
3348
3349 2005-03-01 Roland McGrath <roland@redhat.com>
3350
3351 [BZ #721]
3352 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3353 of [RESOLVE_MAP].
3354
3355 2005-03-01 Alfred M. Szmidt <ams@gnu.org>
3356
3357 [BZ #777]
3358 * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
3359 Add missing initializer.
3360
3361 [BZ #777]
3362 * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
3363 USE_TLS && !USE___THREAD].
3364
3365 2005-02-26 GOTO Masanori <gotom@debian.or.jp>
3366
3367 * csu/Makefile: Use printf instead of echo for some shells.
3368
3369 2005-02-28 Roland McGrath <roland@redhat.com>
3370
3371 * debug/warning-nop.c (__nop): Rename to nop, make it static.
3372 (__warndecl): Use alias attribute directly, instead of strong_alias
3373 macro. Add attribute_hidden.
3374
3375 2005-02-28 Ulrich Drepper <drepper@redhat.com>
3376
3377 * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
3378 determine the call will never trigger a failure.
3379 * debug/read_chk.c (__read_chk): Always fail if the buffer is too
3380 small.
3381 * debug/readlink_chk.c (__readlink_chk): Likewise.
3382 * debug/pread64_chk.c (__pread64_chk): Likewise.
3383 * debug/pread_chk.c (__pread_chk): Likewise.
3384
3385 * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
3386 * sysdeps/x86_64/memset_chk.S: Likewise.
3387
3388 2005-02-24 Roland McGrath <roland@redhat.com>
3389
3390 * debug/Versions (libc: GLIBC_2.4): Remove
3391 __memset_zero_constant_len_parameter.
3392 * sysdeps/generic/memset_chk.c: Remove alias and warning.
3393 * misc/sys/cdefs.h (__warndecl): New macro.
3394 * debug/warning-nop.c: New file.
3395 * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
3396 arguments, instead of calling __memset_zero_constant_len_parameter.
3397 Use __warndecl for __warn_memset_zero_len.
3398 * debug/Makefile (routines): Add $(static-only-routines).
3399 (static-only-routines): New variable.
3400
3401 2005-02-27 Ulrich Drepper <drepper@redhat.com>
3402
3403 * po/tr.po: Update from translation team.
3404
3405 2005-02-26 Ulrich Drepper <drepper@redhat.com>
3406
3407 * elf/dl-addr.c: Cleanups. Move declaration next to first use.
3408
3409 * dlfcn/dlerror.c (check_free): New function. Extract common code
3410 from fini and free_key_mem. Check whether this is libdl in the
3411 base namespace.
3412
3413 2005-02-25 Ulrich Drepper <drepper@redhat.com>
3414
3415 * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
3416 to debug output.
3417
3418 2004-11-11 Richard Sandiford <rsandifo@redhat.com>
3419
3420 [BZ #758]
3421 * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
3422 preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
3423 like __NR_N32_open. Just include <asm/unistd.h> otherwise.
3424 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3425 * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
3426 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
3427 standard __NR prefix.
3428 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
3429 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
3430 the output file is compatible with both pre-2.6 and 2.6 kernel headers.
3431 Extract separate syscall lists for each ABI.
3432
3433 2005-02-23 Ulrich Drepper <drepper@redhat.com>
3434
3435 * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
3436
3437 [BZ #719]
3438 * elf/Makefile: Run tst-tls9-static again.
3439
3440 2005-02-22 Ulrich Drepper <drepper@redhat.com>
3441
3442 [BZ #719]
3443 * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
3444 slotinfo array.
3445 (__libc_setup_tls): Initialize length of DTV based on array length.
3446 * elf/dl-load.c: Revert last change.
3447 * sysdeps/generic/dl-tls.c: Revert last change.
3448
3449 * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
3450 tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
3451 tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
3452 * posix/tst-execl1.c: New file.
3453 * posix/tst-execl2.c: New file.
3454 * posix/tst-execle1.c: New file.
3455 * posix/tst-execle2.c: New file.
3456 * posix/tst-execlp1.c: New file.
3457 * posix/tst-execlp2.c: New file.
3458 * posix/tst-execv1.c: New file.
3459 * posix/tst-execv2.c: New file.
3460 * posix/tst-execve1.c: New file.
3461 * posix/tst-execve2.c: New file.
3462 * posix/tst-execvp1.c: New file.
3463 * posix/tst-execvp2.c: New file.
3464
3465 2005-02-22 Roland McGrath <roland@redhat.com>
3466
3467 * include/signal.h: Revert last change.
3468 (__sigemptyset): Use __builtin_memset instead of memset.
3469
3470 2005-02-22 Ulrich Drepper <drepper@redhat.com>
3471
3472 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
3473 non-cancelable I/O functions.
3474
3475 2005-02-22 Jakub Jelinek <jakub@redhat.com>
3476
3477 [BZ #769]
3478 * nscd/nscd-client.h: Include sys/uio.h.
3479 (__readall, __readvall, writeall): New prototypes.
3480 * nscd/connections.c (writeall): New function.
3481 (handle_request): Use it.
3482 * nscd/aicache.c (addhstaiX): Likewise.
3483 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3484 * nscd/hstcache.c (cache_addhst): Likewise.
3485 * nscd/grpcache.c (cache_addgr): Likewise.
3486 * nscd/pwdcache.c (cache_addpw): Likewise.
3487 * nscd/nscd_helper.c (__readall, __readvall): New functions.
3488 * nscd/nscd_getai.c (__nscd_getai): Use them.
3489 * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
3490 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
3491 * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
3492 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3493
3494 2005-02-22 Roland McGrath <roland@redhat.com>
3495
3496 * include/sys/socket.h: Declare __recv.
3497 * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
3498 * sysdeps/mach/hurd/recv.c: Likewise.
3499
3500 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
3501 __backtrace_* decls.
3502
3503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3504 (INTERNAL_SYSCALL_ERROR_P): Evalute VAL. Parenthesize ERR.
3505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3506
3507 * include/signal.h: Include <string.h> for memset decl.
3508
3509 2005-02-22 Andreas Schwab <schwab@suse.de>
3510
3511 * posix/execvp.c (execvp): Fix invalid free.
3512
3513 2005-02-22 Jakub Jelinek <jakub@redhat.com>
3514
3515 [BZ #1095]
3516 * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
3517 * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
3518 librpcsvc.a objects.
3519
3520 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3521
3522 [BZ #1107]
3523 * iconvdata/ibm930.h: Correct Yen mapping.
3524 * iconvdata/ibm939.h: Likewise.
3525 * iconvdata/testdata/IBM930..UTF8: Adjust test data.
3526 * iconvdata/testdata/IBM939..UTF8: Likewise.
3527 Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3528
3529 * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
3530 IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3531 (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
3532 ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
3533 ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
3534 ibm1158.c, and ibm1158.h.
3535 * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
3536 IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3537 * iconvdata/gconv-modules: Likewise.
3538 * iconvdata/ibm1025.c: New file.
3539 * iconvdata/ibm1025.h: New file.
3540 * iconvdata/ibm1122.c: New file.
3541 * iconvdata/ibm1122.h: New file.
3542 * iconvdata/ibm1137.c: New file.
3543 * iconvdata/ibm1137.h: New file.
3544 * iconvdata/ibm1153.c: New file.
3545 * iconvdata/ibm1153.h: New file.
3546 * iconvdata/ibm1154.c: New file.
3547 * iconvdata/ibm1154.h: New file.
3548 * iconvdata/ibm1155.c: New file.
3549 * iconvdata/ibm1155.h: New file.
3550 * iconvdata/ibm1156.c: New file.
3551 * iconvdata/ibm1156.h: New file.
3552 * iconvdata/ibm1157.c: New file.
3553 * iconvdata/ibm1157.h: New file.
3554 * iconvdata/ibm1158.c: New file.
3555 * iconvdata/ibm1158.h: New file.
3556 * iconvdata/testdata/IBM1025: New file.
3557 * iconvdata/testdata/IBM1025..UTF8: New file.
3558 * iconvdata/testdata/IBM1122: New file.
3559 * iconvdata/testdata/IBM1122..UTF8: New file.
3560 * iconvdata/testdata/IBM1137: New file.
3561 * iconvdata/testdata/IBM1137..UTF8: New file.
3562 * iconvdata/testdata/IBM1153: New file.
3563 * iconvdata/testdata/IBM1153..UTF8: New file.
3564 * iconvdata/testdata/IBM1154: New file.
3565 * iconvdata/testdata/IBM1154..UTF8: New file.
3566 * iconvdata/testdata/IBM1155: New file.
3567 * iconvdata/testdata/IBM1155..UTF8: New file.
3568 * iconvdata/testdata/IBM1156: New file.
3569 * iconvdata/testdata/IBM1156..UTF8: New file.
3570 * iconvdata/testdata/IBM1157: New file.
3571 * iconvdata/testdata/IBM1157..UTF8: New file.
3572 * iconvdata/testdata/IBM1158: New file.
3573 * iconvdata/testdata/IBM1158..UTF8: New file.
3574 Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3575
3576 2005-02-10 Paolo Bonzini <bonzini@gnu.org>
3577
3578 * posix/regcomp.c (lower_subexp): Do not optimize empty
3579 subexpressions even with REG_NOSUB.
3580 * posix/rxspencer/tests: Add a previously failing testcase.
3581
3582 2005-02-21 Alan Modra <amodra@bigpond.net.au>
3583
3584 [BZ #719]
3585 * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
3586 array index is within bounds.
3587
3588 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3589
3590 [BZ #719]
3591 * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
3592 linked code.
3593 * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
3594 * elf/Makefile: Remove rules to build and run tst-tls9-static.
3595
3596 [BZ #719]
3597 * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
3598 THREAD_DTV multiple times, this minimally reduces code size on
3599 some archs.
3600
3601 2005-02-21 Jakub Jelinek <jakub@redhat.com>
3602
3603 [BZ #768]
3604 * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
3605 NETDB_INTERNAL if buffer is too small.
3606
3607 [BZ #768]
3608 * nscd/hstcache.c (INCR): Remove.
3609 (addhstbyX): Double buflen in each iteration rather than add INCR.
3610 * nscd/grpcache.c: Likewise.
3611 * nscd/pwdcache.c: Likewise.
3612
3613 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3614
3615 * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
3616 map if requested.
3617 * debug/chk_fail.c: Request backtrace and memory map dump.
3618
3619 * Versions.def: Add GLIBC_2.4 for libc.
3620 * debug/fgets_chk.c: New file.
3621 * debug/fgets_u_chk.c: New file.
3622 * debug/getcwd_chk.c: New file.
3623 * debug/getwd_chk.c: New file.
3624 * debug/readlink_chk.c: New file.
3625 * debug/read_chk.c: New file.
3626 * debug/pread_chk.c: New file.
3627 * debug/pread64_chk.c: New file.
3628 * debug/recv_chk.c: New file.
3629 * debug/recvfrom_chk.c: New file.
3630 * debug/Versions: Add all new functions with version GLIBC_2.4.
3631 * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
3632 pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
3633 getwd_chk, and getcwd_chk. Plus appropriate CFLAGS definitions.
3634 * debug/tst-chk1.c: Add more tests.
3635 * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
3636 * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
3637 * posix/unistd.h: Include <bits/unistd.h> for fortification.
3638 * posix/bits/unistd.h: New file.
3639 * posix/Makefile (headers): Add bits/unistd.h.
3640 * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
3641 * socket/bits/socket2.h: New file.
3642 * socket/Makefile (headers): Add bits/socket2.h.
3643
3644 * string/bits/string3.h: Extend memset macro to check for zero 3rd
3645 parameter and use __memset_zero_constant_len_parameter in that case.
3646 * sysdeps/generic/memset_chk.c: Add
3647 __memset_zero_constant_len_parameter alias and linker warning.
3648 * debug/Versions: Add __memset_zero_constant_len_parameter to libc
3649 with version GLIBC_2.4.
3650
3651 * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
3652 in __STD_TYPE definition.
3653
3654 2005-02-21 Jakub Jelinek <jakub@redhat.com>
3655
3656 * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
3657 the error message rather than program name.
3658
3659 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3660
3661 [BZ #767]
3662 * posix/unistd.h: symlink and readlink are unconditionally
3663 available in the 2001 spec.
3664
3665 2005-02-16 Roland McGrath <roland@redhat.com>
3666
3667 * intl/dcigettext.c (_nl_find_msg): Add a cast.
3668
3669 * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
3670 * nis/nis_clone_obj.c (nis_clone_object): Likewise.
3671 * nis/nis_clone_res.c (nis_clone_result): Likewise.
3672
3673 * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
3674 for END_OF_MESSAGE and CP.
3675
3676 * resolv/res_send.c (send_dg): Add else branch for case impossible
3677 unless `poll' is buggy.
3678
3679 * crypt/crypt_util.c (__setkey_r): Add a cast.
3680
3681 * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
3682 NBYTES, and unsigned char * for BYTES.
3683
3684 * locale/programs/charmap.c (charmap_new_char): Use size_t and
3685 unsighed char * for NBYTES, BYTES parameters.
3686
3687 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
3688 and cast it.
3689 * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
3690
3691 * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
3692
3693 * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
3694
3695 * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
3696 (authdes_marshal): Don't use unsigned int for LEN.
3697 * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
3698 (xdr_u_hyper): Likewise.
3699 (xdr_u_short): Don't use u_long for L.
3700 * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
3701
3702 * inet/rexec.c (rexec_af): Use socklen_t.
3703 * sunrpc/key_call.c (getkeyserv_handle): Likewise.
3704 * sunrpc/rtime.c (rtime): Likewise.
3705 * resolv/res_send.c (send_vc, send_dg): Likewise.
3706 * nis/nis_callback.c (__nis_create_callback): Likewise.
3707
3708 * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
3709
3710 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
3711
3712 * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
3713
3714 * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
3715 (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
3716 (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
3717 * intl/bindtextdom.c (INTUSE): Macro removed.
3718 (_nl_default_dirname): Use libc_hidden_proto.
3719 (set_binding_values): Don't use INTUSE.
3720 * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
3721 (_libc_intl_domainname): Use libc_hidden_proto.
3722 * posix/regex_internal.h (gettext): Remove INTUSE on it.
3723 * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
3724 rather than INTDEF.
3725 * include/libintl.h (_): Don't use *_internal name.
3726
3727 * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
3728 not uint32_t.
3729 * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
3730
3731 * iconv/gconv_open.c (__gconv_open): Remove useless cast.
3732
3733 [BZ #721]
3734 * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3735 of [RESOLVE_MAP].
3736 * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
3737 * sysdeps/powerpc/powerpc32/dl-machine.h
3738 (elf_machine_rel, elf_machine_rel_relative): Removed.
3739 * sysdeps/powerpc/powerpc64/dl-machine.h
3740 (elf_machine_rel, elf_machine_rel_relative): Removed.
3741
3742 2005-02-03 Alexandre Oliva <aoliva@redhat.com>
3743
3744 [BZ #721]
3745 * elf/dynamic-link.h: Don't declare nested auto functions that are
3746 not going to be defined.
3747
3748 2004-07-23 Jakub Jelinek <jakub@redhat.com>
3749
3750 [BZ #284]
3751 * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
3752 if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
3753
3754 2005-02-16 Roland McGrath <roland@redhat.com>
3755
3756 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
3757 inside [! SHARED] where it's used.
3758
3759 2005-02-15 Ulrich Drepper <drepper@redhat.com>
3760
3761 * sysdeps/generic/bits/byteswap.h: Make sure result of all the
3762 functions and macros is unsigned.
3763
3764 2005-02-11 Barry deFrese <bddebian@comcast.net>
3765
3766 [BZ #722]
3767 * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
3768 * sysdeps/mach/hurd/setresuid.c: Likewise.
3769
3770 2005-02-14 GOTO Masanori <gotom@debian.or.jp>
3771
3772 * misc/sys/syslog.h: Fix typo in comment.
3773
3774 2005-02-14 Roland McGrath <roland@redhat.com>
3775
3776 [BZ #720]
3777 * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
3778 if it wasn't originally.
3779
3780 2005-02-14 GOTO Masanori <gotom@debian.or.jp>
3781
3782 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
3783 getpeername entry.
3784 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3785 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3786
3787 2005-02-11 Jakub Jelinek <jakub@redhat.com>
3788
3789 * scripts/soversions.awk: Only record first WORDSIZE{32,64}
3790 matching line.
3791
3792 2005-02-14 Alan Modra <amodra@bigpond.net.au>
3793
3794 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
3795 with auto inline, and attribute always_inline.
3796 (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3797 (elf_machine_rel, elf_machine_rel_relative): Likewise.
3798 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3799 (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3800 (elf_machine_rel, elf_machine_rel_relative): Likewise.
3801 (elf_machine_tprel): Likewise.
3802
3803 2005-02-14 Andreas Schwab <schwab@suse.de>
3804
3805 * manual/filesys.texi (Random Access Directory): Fix type of file
3806 position value for telldir and seekdir.
3807 (Attribute Meanings): Fix typo.
3808
3809 2005-02-14 H.J. Lu <hongjiu.lu@intel.com>
3810
3811 * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
3812 isn't defined.
3813 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
3814 if SHARED isn't defined.
3815 * elf/Makefile (tests-static): Add tst-array1-static.
3816 ($(objpfx)tst-array1-static.out): New target.
3817 * elf/tst-array1-static.c: New file.
3818
3819 2005-02-11 Jakub Jelinek <jakub@redhat.com>
3820
3821 [BZ #1100]
3822 * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
3823 __libc_message to kill GCC warning about noreturn function returning.
3824
3825 * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
3826 before relocating ld.so again.
3827
3828 * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
3829 for already prelinked ld.so.
3830
3831 2005-02-11 Roland McGrath <roland@redhat.com>
3832
3833 [BZ #715]
3834 * Makefile (installed-stubs): New variable.
3835 Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
3836 or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
3837 [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
3838 ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
3839 rule's target.
3840 ($(inst_includedir)/gnu/stubs.h): New target, install from ...
3841 * include/stubs-biarch.h: New file.
3842
3843 * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
3844
3845 * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
3846 Emit defn for variable `biarch'.
3847
3848 * include/stub-tag.h: Update comment.
3849
3850 * scripts/soversions.awk: Fix default version set handling.
3851
3852 2005-02-10 Roland McGrath <roland@redhat.com>
3853
3854 [BZ #157]
3855 * include/libc-symbols.h (stub_warning): Emit a marker section called
3856 .gnu.glibc-stub.NAME.
3857 * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
3858 Use objdump to collect those marker section names.
3859 ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
3860
3861 * Rules (subdir_objs, subdir_stubs): New phony targets.
3862 * Makefile (+subdir_targets): Add them.
3863
3864 * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
3865 soversions.i.
3866
3867 * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
3868 Reported by H.J. Lu <hongjiu.lu@intel.com>.
3869
3870 * scripts/lib-names.awk: Always print WORDSIZE32 section first when
3871 doing two.
3872
3873 2005-02-10 Jakub Jelinek <jakub@redhat.com>
3874
3875 * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
3876 * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
3877 * sysdeps/powerpc/bits/link.h: ... here. New file.
3878
3879 2005-02-09 Jakub Jelinek <jakub@redhat.com>
3880
3881 [BZ #710]
3882 * stdlib/random_r.c (__initstate_r): Save old state.
3883 * stdlib/Makefile (tests): Add tst-random2.
3884 * stdlib/tst-random2.c: New test.
3885 Reported by Peter Bergner <bergner@vnet.ibm.com>.
3886
3887 2005-01-25 H.J. Lu <hongjiu.lu@intel.com>
3888
3889 * dlfcn/dlfcn.c (init): Put it in .init_array section.
3890
3891 2005-02-10 Roland McGrath <roland@redhat.com>
3892
3893 [BZ #632]
3894 * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
3895 from command line.
3896 Grok shlib-versions lines with WORDSIZE* in second column.
3897 Add new leading column to output, DEFAULT for existing output lines.
3898 Also emit lines with WORDSIZE* for alternate configurations.
3899 * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
3900 ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
3901 ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
3902 of soversions.mk; replace inline shell script with use of ...
3903 * scripts/lib-names.awk: New file. If input has non-DEFAULT lines,
3904 emit multiple sets of macros under #if.
3905 * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
3906 (s390x-.*-.*): Likewise for s390.
3907 (powerpc64-.*-.*): Likewise for powerpc.
3908 (sparc64-.*-.*): Likewise for sparc.
3909 (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
3910 for these mapping back to the above.
3911
3912 2005-02-08 Jakub Jelinek <jakub@redhat.com>
3913
3914 * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
3915
3916 2005-02-08 Andreas Schwab <schwab@suse.de>
3917
3918 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
3919 RESOLVE.
3920
3921 2005-02-07 Richard Henderson <rth@redhat.com>
3922
3923 * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
3924
3925 2005-02-08 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3926
3927 * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
3928 RESOLVE.
3929
3930 2005-02-07 Ulrich Drepper <drepper@redhat.com>
3931
3932 * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
3933 set correctly.
3934
3935 2005-01-07 Richard Henderson <rth@redhat.com>
3936
3937 * math/math_private.h (__copysign): Define as builtin for gcc 4.
3938 (__copysignf, __copysignl): Likewise.
3939 * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
3940 for gcc 4.0.
3941 (copysignf, copysignl, fabsf, fabs): Likewise.
3942 (__copysign, __copysignf, __copysignl): Remove.
3943 (__fabs, __fabsf): Remove.
3944
3945 2005-01-07 Jakub Jelinek <jakub@redhat.com>
3946
3947 [BZ #738]
3948 * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
3949 avoid writing to it if none of the standard search directories exist.
3950
3951 2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
3952
3953 [BZ #700]
3954 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3955 (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
3956 Load MSR as a doubleword.
3957 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3958 (__novec_swapcontext, __swapcontext): Likewise.
3959
3960 2005-02-07 Ulrich Drepper <drepper@redhat.com>
3961
3962 * iconv/iconv_prog.c (main): Provide more help in case on an error.
3963
3964 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
3965
3966 2005-02-07 Jakub Jelinek <jakub@redhat.com>
3967
3968 [BZ #741]
3969 * nscd/nscd.c (termination_handler): Avoid segfault if some database
3970 is not enabled.
3971
3972 [BZ #741]
3973 * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
3974 __nss_not_use_nscd_hosts and return -1.
3975 * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
3976 initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
3977 Avoid leaking sockets.
3978
3979 2005-01-28 Andreas Schwab <schwab@suse.de>
3980 H.J. Lu <hongjiu.lu@intel.com>
3981
3982 [BZ #677]
3983 * elf/dl-runtime.c (fixup): Change return type to
3984 DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
3985 DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
3986 values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
3987 store and retrieve relocation values.
3988 (profile_fixup): Likewise.
3989 * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
3990 l_reloc_result.
3991 * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
3992 * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
3993 (DL_FIXUP_MAKE_VALUE): Likewise.
3994 (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
3995 (DL_FIXUP_VALUE_ADDR): Likewise.
3996 (DL_FIXUP_ADDR_VALUE): Likewise.
3997 * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
3998 (DL_FIXUP_VALUE_TYPE): New.
3999 (DL_FIXUP_MAKE_VALUE): Likewise.
4000 (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
4001 (DL_FIXUP_VALUE_ADDR): Likewise.
4002 (DL_FIXUP_ADDR_VALUE): Likewise.
4003 * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
4004 (elf_machine_profile_plt): Removed.
4005 (elf_machine_fixup_plt): Change return type and type of value
4006 parameter to struct fdesc.
4007 (elf_machine_plt_value): Likewise.
4008 (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
4009 argument for elf_machine_fixup_plt.
4010
4011 2005-02-07 Jakub Jelinek <jakub@redhat.com>
4012
4013 [BZ #742]
4014 * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
4015 after the status string printed by killproc.
4016
4017 2004-11-18 Alexandre Oliva <aoliva@redhat.com>
4018
4019 * manual/.cvsignore: Add dir-add.texi.
4020
4021 2005-02-06 Richard Henderson <rth@redhat.com>
4022
4023 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
4024 all the time.
4025
4026 2004-11-03 Marcus Brinkmann <marcus@gnu.org>
4027
4028 * configure.in (sysnames): Append sysdeps/generic for each add-on.
4029 * configure: Regenerated.
4030
4031 2005-02-02 Alfred M. Szmidt <ams@gnu.org>
4032
4033 * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
4034 (dtv_t): Change pointer type to be a struct which also contains
4035 information whether the memory pointed to is static TLS or not.
4036
4037 * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
4038
4039 * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
4040 (FALSEP): ... this. Updated all references.
4041
4042 [BZ #765]
4043 * libio/fmemopen.c: Include <stdint.h>.
4044
4045 2005-01-30 Ulrich Drepper <drepper@redhat.com>
4046
4047 [BZ #1103]
4048 * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
4049 * nscd/connections.c (send_ro_fd): Likewise.
4050
4051 2005-01-28 H.J. Lu <hongjiu.lu@intel.com>
4052
4053 * elf/tst-auditmod1.c: Add ia64 entries.
4054 * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
4055 (La_ia64_retval): New.
4056 (audit_ifaces): Add ia64 entries.
4057 * sysdeps/ia64/bits/link.h: New file.
4058 * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
4059 for dl_profile non-null.
4060 (ARCH_LA_PLTENTER): New.
4061 (ARCH_LA_PLTEXIT): New.
4062 * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
4063 only 2 output registers. Allocate stack to save/restore
4064 8 incoming fp registers. Call _dl_fixup instead of fixup.
4065 (_dl_runtime_profile): Rewrite.
4066
4067 2005-01-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
4068
4069 * sysdeps/s390/bits/link.h: New file.
4070 * sysdeps/s390/s390-32/dl-trampoline.S: New file.
4071 * sysdeps/s390/s390-64/dl-trampoline.S: New file.
4072 * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
4073 dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
4074 relocation code.
4075 (elf_machine_runtime_setup): Test for dl_profile non-null.
4076 (elf_machine_rela): Remove code using RESOLVE.
4077 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
4078 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4079 * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
4080 La_s390_64_regs, La_s390_64_retval): New.
4081 * elf/tst-auditmod1.c: Add s390 entries.
4082
4083 [BZ #743]
4084 * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
4085 strncat, memchr, strcmp): Add missing memory clobber.
4086
4087 2005-01-27 Ulrich Drepper <drepper@redhat.com>
4088
4089 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
4090 copy gl_offs. Patch by Sergey Tikhonov <tsv@solvo.ru>.
4091
4092 2005-01-27 Paolo Bonzini <bonzini@gnu.org>
4093
4094 [BZ #558]
4095 * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
4096 Initialize the node sets in dfa->inveclosures.
4097 (analyze): Initialize inveclosures only if it is needed.
4098 Check errors from calc_inveclosure.
4099 * posix/regex_internal.c (re_dfa_add_node): Do not initialize
4100 the inveclosure node set.
4101 * posix/regexec.c (re_search_internal): If nmatch includes unused
4102 subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
4103
4104 * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
4105 Do build a SIMPLE_BRACKET token.
4106
4107 * posix/regexec.c (transit_state_mb): Do not examine nodes
4108 where ACCEPT_MB is not set.
4109
4110 2005-01-27 Jakub Jelinek <jakub@redhat.com>
4111
4112 * stdlib/tst-fmtmsg.c: Include stdlib.h.
4113 * stdio-common/tst-fmemopen2.c: Include string.h.
4114 * posix/execvp.c: Include stdbool.h.
4115
4116 2004-12-13 Paolo Bonzini <bonzini@gnu.org>
4117
4118 Separate parsing and creation of the NFA. Avoided recursion on
4119 the (very unbalanced) parse tree.
4120 [BZ #611]
4121 * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
4122 re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
4123 (optimize_subexps, duplicate_tree, calc_first, calc_next,
4124 mark_opt_subexp): Rewritten.
4125 (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
4126 create_token_tree, free_tree, free_token): New.
4127 (analyze): Accept a regex_t *. Invoke the passes via the preorder and
4128 postorder generic visitors. Do not initialize the fields in the
4129 re_dfa_t that represent the transitions.
4130 (free_dfa_content): Use free_token.
4131 (re_compile_internal): Analyze before UTF-8 optimizations. Do not
4132 include optimization of subexpressions.
4133 (create_initial_state): Fetch the DFA node index from the first node's
4134 bin_tree_t *.
4135 (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
4136 Return on COMPLEX_BRACKET.
4137 (duplicate_node_closure): Fix comment.
4138 (duplicate_node): Do not initialize the fields in the
4139 re_dfa_t that represent the transitions.
4140 (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
4141 (create_tree): Remove final argument. All callers adjusted. Rewritten
4142 to use create_token_tree.
4143 (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
4144 build_charclass_op): Use create_tree or create_token_tree instead
4145 of re_dfa_add_tree_node.
4146 (parse_dup_op): Likewise. Also free the tree using free_tree for
4147 "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
4148 to "a|". Adjust invocation of mark_opt_subexp.
4149 (parse_sub_exp): Create a single SUBEXP node.
4150 * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
4151 always perform as if it was 1. Do not initialize OPT_SUBEXP and
4152 DUPLICATED, and initialize the DFA fields representing the transitions.
4153 * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
4154 (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
4155 section. Add a tree-only code SUBEXP. Remove OP_DELETED_SUBEXP.
4156 (bin_tree_t): Include a full re_token_t for TOKEN. Turn FIRST and
4157 NEXT into pointers to trees. Remove ECLOSURE.
4158
4159 2004-12-28 Paolo Bonzini <bonzini@gnu.org >
4160
4161 [BZ #605]
4162 * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
4163 that were already created.
4164 * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
4165 in the token if needed.
4166 (create_ci_newstate, create_cd_newstate): Set accept_mb field
4167 from the tokens' field.
4168 * posix/regex_internal.h (re_token_t): Add accept_mb field.
4169 (ACCEPT_MB_NODE): Removed.
4170 * posix/regexec.c (proceed_next_node, transit_states_mb,
4171 build_sifted_states, check_arrival_add_next_nodes): Use
4172 accept_mb instead of ACCEPT_MB_NODE.
4173
4174 2005-01-26 Ulrich Drepper <drepper@redhat.com>
4175
4176 [BZ #1100]
4177 * debug/chk_fail.c (__chk_fail): Print program name in final message.
4178
4179 * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
4180 MSG_NOSIGNAL being in 2.2 kernels.
4181
4182 2005-01-26 Jakub Jelinek <jakub@redhat.com>
4183
4184 * sysdeps/unix/sysv/linux/i386/sysdep.h
4185 (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
4186
4187 [BZ #693]
4188 * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
4189 (WORD_DELIM_CONSTRAINT): ...this.
4190 (NOT_WORD_DELIM_CONSTRAINT): Define.
4191 (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
4192 change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
4193 * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
4194 anchor instead of INSIDE_WORD.
4195 (parse_expression): Handle NOT_WORD_DELIM constraint.
4196 * posix/bug-regex19.c (tests): Adjust tests that relied on \B
4197 being inside word instead of not word delim.
4198 * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
4199 characters.
4200 * posix/rxspencer/tests: Add some new tests.
4201
4202 2005-01-14 GOTO Masanori <gotom@debian.or.jp>
4203
4204 [BZ #1108]
4205 * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
4206 irrespective of Cflag.
4207
4208 * manual/memory.texi (sbrk): Fix definition.
4209 * manual/string.texi (strcasestr): Fix example typo.
4210
4211 2005-01-25 Roland McGrath <roland@redhat.com>
4212
4213 * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
4214
4215 2005-01-23 Roland McGrath <roland@redhat.com>
4216
4217 [BZ #737]
4218 * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
4219 in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
4220 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
4221 (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
4222 from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
4223 * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
4224
4225 2005-01-25 Jakub Jelinek <jakub@redhat.com>
4226
4227 [BZ #731]
4228 * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
4229 (free_mem): Don't free string.
4230 * stdlib/tst-fmtmsg.c: Include string.h.
4231 (main): Add some more tests.
4232
4233 2005-01-25 Andreas Schwab <schwab@suse.de>
4234
4235 [BZ #736]
4236 * timezone/asia: Update from tzdata2005c.
4237 * timezone/backward: Likewise.
4238 * timezone/europe: Likewise.
4239 * timezone/leapseconds: Likewise.
4240 * timezone/northamerica: Likewise.
4241 * timezone/southamerica: Likewise.
4242
4243 [BZ #736]
4244 * timezone/private.h: Update from tzcode2005c.
4245 * timezone/tzfile.h: Likewise.
4246 * timezone/zdump.c: Likewise.
4247 * timezone/zic.c: Likewise.
4248
4249 2005-01-25 Ulrich Drepper <drepper@redhat.com>
4250
4251 * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
4252 RESOLVE.
4253 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
4254 using RESOLVE.
4255 * elf/rtld.c (_dl_start): Remove RESOLVE definition.
4256
4257 2005-01-25 Alan Modra <amodra@bigpond.net.au>
4258
4259 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
4260 sym_map, not sym, against zero.
4261
4262 2005-01-24 Ulrich Drepper <drepper@redhat.com>
4263
4264 [BZ #671]
4265 * misc/syslog.c: Moved to...
4266 * sysdeps/generic/syslog.c: ...here.
4267 [NO_SIGIPE]: Don't install SIGPIPE handler.
4268 * sysdeps/unix/sysv/linux/syslog.c: New file.
4269 * sysdeps/unix/sysv/linux/kernel-features.h: Define
4270 __ASSUME_MSG_NOSIGNAL.
4271
4272 2005-01-22 Richard Henderson <rth@redhat.com>
4273
4274 * sysdeps/alpha/dl-trampoline.S: New file.
4275 * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
4276 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
4277 (elf_machine_runtime_setup): Test for dl_profile non-null.
4278 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
4279 * sysdeps/alpha/bits/link.h: New file.
4280 * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
4281 (struct audit_ifaces): Add alpha entries.
4282 * elf/tst-auditmod1.c: Add alpha entries.
4283
4284 2005-01-22 Ulrich Drepper <drepper@redhat.com>
4285
4286 * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
4287 * sysdeps/ia64/dl-trampoline.S: New file.
4288
4289 * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
4290 La_x86_64_xmm definition.
4291
4292 * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
4293 pointer option.
4294 * stdlib/Makefile (CFLAGS-system.os): Use this instead of
4295 CFLAGS-system.c for frame pointer option.
4296
4297 2005-01-21 Roland McGrath <roland@redhat.com>
4298
4299 * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
4300 * sysdeps/i386/dl-machine.h: Update decl.
4301
4302 2005-01-21 Jakub Jelinek <jakub@redhat.com>
4303
4304 [BZ #735]
4305 * elf/Makefile: Add rules to build and run tst-align2.
4306 * elf/tst-align2.c: New test.
4307 * elf/tst-alignmod2.c: New file.
4308 * sysdeps/powerpc/tst-stack-align.h: New file.
4309 * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
4310 pointer before calling _dl_init.
4311 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4312
4313 2005-01-20 Ulrich Drepper <drepper@redhat.com>
4314
4315 * posix/execl.c: Do not allocate potentially large buffers on the
4316 stack.
4317 * posix/execle.c: Likewise.
4318 * posix/execlp.c: Likewise.
4319 * posix/execvp.c: Likewise.
4320 (script_execute): Removed.
4321 (allocate_scripts_argv): New function. Called at most once to
4322 allocate memory, not every time a script is run. Adjust caller.
4323
4324 * sysdeps/generic/wordexp.c (exec_comm): Add a few
4325 TEMP_FAILURE_RETRY. Reorganize code to avoid multiple calls to
4326 exec_comm_child.
4327 (exec_comm_child): Can now be inlined.
4328
4329 * posix/Makefile: Add -fomit-frame-pointer for a few more files.
4330 * stdlib/Makefile: Likewise.
4331
4332 2005-01-19 Roland McGrath <roland@redhat.com>
4333
4334 [BZ #681]
4335 * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
4336 argument to execlp.
4337 Reported by Marcus Meissner <meissner@suse.de>.
4338
4339 2005-01-19 Jakub Jelinek <jakub@redhat.com>
4340
4341 * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
4342 in assert.
4343 * iconv/strtab.c (strtabfinalize): Likewise.
4344
4345 * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
4346
4347 2005-01-17 Roland McGrath <roland@redhat.com>
4348
4349 [BZ #745]
4350 * nscd/Makefile (LDLIBS-nscd): New variable.
4351 ($(objpfx)nscd): Use that instead of selinux-LIBS.
4352
4353 * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
4354 (link-extra-libs-static): Define to $(link-extra-libs).
4355 (link-extra-libs-bounded): Likewise.
4356
4357 2005-01-17 Ulrich Drepper <drepper@redhat.com>
4358
4359 * include/link.h: Remove stray definition of pltenter.
4360
4361 2005-01-16 GOTO Masanori <gotom@debian.or.jp>
4362
4363 [BZ #734]
4364 * sysdeps/unix/rewinddir.c: Reset filepos.
4365 * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
4366
4367 2005-01-15 Ulrich Drepper <drepper@redhat.com>
4368
4369 * elf/tst-auditmod1.c: Reduce duplication.
4370
4371 2005-01-16 Andreas Schwab <schwab@suse.de>
4372
4373 * sysdeps/m68k/dl-machine.h: Remove trampoline code. Define
4374 ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4375 (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4376 GLRO(dl_profile) != NULL.
4377 * sysdeps/m68k/dl-trampoline.S: New file.
4378 * sysdeps/m68k/bits/link.h: New file.
4379 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
4380 variants.
4381 * elf/tst-auditmod1.c: Add m68k support.
4382
4383 2005-01-14 Ulrich Drepper <drepper@redhat.com>
4384
4385 * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
4386 LC_* variable. Patch by Aharon Robbins <arnold@skeeve.com>.
4387
4388 [BZ #731]
4389 * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
4390 * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
4391
4392 2005-01-12 Ulrich Drepper <drepper@redhat.com>
4393
4394 * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
4395 callers from libc anymore.
4396
4397 * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
4398 to _dl_map_object_deps.
4399 * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
4400 protections when loading auditing modules.
4401
4402 * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
4403
4404 * posix/getconf.c: Update copyright year.
4405 * nss/getent.c: Likewise.
4406 * nscd/nscd_nischeck.c: Likewise.
4407 * iconv/iconvconfig.c: Likewise.
4408 * iconv/iconv_prog.c: Likewise.
4409 * elf/ldconfig.c: Likewise.
4410 * catgets/gencat.c: Likewise.
4411 * csu/version.c: Likewise.
4412 * elf/ldd.bash.in: Likewise.
4413 * elf/sprof.c (print_version): Likewise.
4414 * locale/programs/locale.c: Likewise.
4415 * locale/programs/localedef.c: Likewise.
4416 * nscd/nscd.c (print_version): Likewise.
4417 * debug/xtrace.sh: Likewise.
4418 * malloc/memusage.sh: Likewise.
4419 * malloc/mtrace.pl: Likewise.
4420 * debug/catchsegv.sh: Likewise.
4421
4422 2005-01-11 Thorsten Kukuk <kukuk@suse.de>
4423
4424 [BZ #733]
4425 * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
4426 as backlog.
4427 * sunrpc/svc_unix.c (svcunix_create): Likewise.
4428
4429 [BZ #1099]
4430 * grp/putgrent.c (putgrent): Don't write 0 as group
4431 ID if groupname starts with + or -.
4432 * pwd/putpwent.c (putpwent): Don't write 0 as user or
4433 group ID if user name starts with + or -.
4434
4435 2005-01-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4436
4437 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
4438 * sysdeps/elf/tst-auditmod1.c: Add sh support.
4439 * sysdeps/sh/bits/link.h: New.
4440 * sysdeps/sh/dl-machine.h: Remove trampoline code here. Define
4441 ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT. Remove obsolete comments.
4442 (RTLD_START): Define __fpscr_values.
4443 * sysdeps/sh/dl-trampoline.S: New file.
4444 * sysdeps/sh/sh4/dl-trampoline.S: New file.
4445 * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
4446 * sysdeps/sh/sh4/dl-machine.h: Remove.
4447
4448 2005-01-10 Jakub Jelinek <jakub@redhat.com>
4449
4450 [BZ #732]
4451 * time/tst-strptime.c (day_tests): Add 2 new tests.
4452 (test_tm, main): Issue an error instead of segfaulting if
4453 strptime returns NULL.
4454
4455 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
4456
4457 * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
4458 * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
4459
4460 2005-01-11 Ulrich Drepper <drepper@redhat.com>
4461
4462 * malloc/malloc.h: Remove no-glibc support.
4463
4464 2005-01-12 GOTO Masanori <gotom@debian.or.jp>
4465
4466 [BZ #650]
4467 * malloc/malloc.h: Always include features.h.
4468
4469 2005-01-10 Roland McGrath <roland@redhat.com>
4470
4471 * sysdeps/ia64/fpu/e_logl.c: File removed.
4472
4473 * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
4474
4475 2005-01-10 Ulrich Drepper <drepper@redhat.com>
4476
4477 * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
4478 recognition of last entry.
4479
4480 2005-01-09 Ulrich Drepper <drepper@redhat.com>
4481
4482 * elf/dl-runtime.c: Include <sys/param.h>.
4483
4484 * elf/Makefile (headers): Add bits/link.h.
4485
4486 2005-01-09 Andreas Schwab <schwab@suse.de>
4487
4488 * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
4489
4490 2005-01-09 Andreas Jaeger <aj@suse.de>
4491
4492 [BZ #732]
4493 * time/strptime_l.c (__strptime_internal): Add braces to avoid
4494 warning.
4495
4496 * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
4497
4498 * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
4499
4500 2005-01-08 Jakub Jelinek <jakub@redhat.com>
4501
4502 * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
4503
4504 2005-01-09 Ulrich Drepper <drepper@redhat.com>
4505
4506 * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
4507 those of all the regular objects.
4508
4509 * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
4510 use it to select the r_debug structure for that namespace.
4511 * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
4512 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4513 * elf/dl-open.c (_dl_open): Likewise.
4514 * elf/rtld.c (dl_main): Likewise.
4515 * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
4516 member.
4517 (_dl_debug_initialize): Add new parameter in declaration.
4518
4519 * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
4520 called for the auditing objects themselves.
4521 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4522
4523 2005-01-07 Ulrich Drepper <drepper@redhat.com>
4524
4525 * sysdeps/powerpc/powerpc64/dl-machine.h
4526 (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4527 GLRO(dl_profile) != NULL.
4528 * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
4529 padding.
4530 * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
4531 Extend _dl_prof_resolve to add pass extra parameters to
4532 _dl_profile_fixup and set up structure with register content.
4533
4534 * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
4535 If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
4536 * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
4537 Extend _dl_prof_resolve to add pass extra parameters to
4538 _dl_profile_fixup and set up structure with register content.
4539 * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
4540 the register and result structures.
4541 * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
4542 in the 32-bit register and result structures.
4543
4544 * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
4545
4546 * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
4547 * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
4548 Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4549 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
4550 * elf/tst-auditmod1.c: Add ppc32 support.
4551 * sysdeps/powerpc/powerpc32/bits/link.h: New file.
4552 * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
4553
4554 * malloc/malloc.c (malloc_printerr): Print program name as part of
4555 error message.
4556
4557 * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
4558 * stdlib/stdlib.h: Make realloc with
4559 __attribute_warn_unused_result__ instead of __wur.
4560 * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
4561 markers as in <stdlib.h>.
4562
4563 * libio/stdio.h: Remove __wur from rename and remove.
4564 * posix/unistd.h: Remove __wur from dup2.
4565
4566 2005-01-03 Andreas Jaeger <aj@suse.de>
4567
4568 * elf/Makefile (tests): Revert patch from 2005-01-03.
4569
4570 2005-01-07 Ulrich Drepper <drepper@redhat.com>
4571
4572 * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
4573 make __libc_init_first hidden.
4574
4575 * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
4576 l_relocated of rtld map.
4577 * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
4578 * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
4579 Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4580 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
4581 * elf/tst-auditmod1.c: Add ppc64 support.
4582 * sysdeps/powerpc/powerpc64/bits/link.h: New file.
4583
4584 2005-01-06 Roland McGrath <roland@redhat.com>
4585
4586 [BZ #633]
4587 * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
4588 indicating file-name lookup errors, and return ENOSYS or EBADF instead.
4589
4590 2005-01-06 Ulrich Drepper <drepper@redhat.com>
4591
4592 * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
4593 * sysdeps/generic/libc-start.c: Don't register program destructor here.
4594
4595 * dlfcn/Makefile: Add rules to build dlfcn.c.
4596 (LDFLAGS-dl.so): Removed.
4597 * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
4598 table.
4599 * dlfcn/dlmopen.c: Likewise for _dl_open.
4600 * dlfcn/dlopen.c: Likewise.
4601 * dlfcn/dlopenold.c: Likewise.
4602 * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
4603 * elf/Makefile (routines): Remove dl-open and dl-close.
4604 (dl-routines): Add dl-open, dl-close, and dl-trampoline.
4605 Add rules to build and run tst-audit1.
4606 * elf/tst-audit1.c: New file.
4607 * elf/tst-auditmod1.c: New file.
4608 * elf/Versions [libc]: Remove _dl_open and _dl_close.
4609 * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
4610 * elf/dl-open.c: Likewise.
4611 * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
4612 signaled by nonzero parameter.
4613 * elf/dl-init.c: Fix use of r_state.
4614 * elf/dl-load.c: Likewise.
4615
4616 * elf/dl-close.c: Add auditing checkpoints.
4617 * elf/dl-open.c: Likewise.
4618 * elf/dl-fini.c: Likewise.
4619 * elf/dl-load.c: Likewise.
4620 * elf/dl-sym.c: Likewise.
4621 * sysdeps/generic/libc-start.c: Likewise.
4622 * elf/dl-object.c: Allocate memory for auditing information.
4623 * elf/dl-reloc.c: Remove RESOLV. We now always need the map.
4624 Correctly initialize slotinfo.
4625 * elf/dynamic-link.h: Adjust after removal of RESOLV.
4626 * sysdeps/hppa/dl-lookupcfg.h: Likewise.
4627 * sysdeps/ia64/dl-lookupcfg.h: Likewise.
4628 * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
4629 * elf/dl-runtime.c (_dl_fixup): Little cleanup.
4630 (_dl_profile_fixup): New parameters to point to register struct and
4631 variable for frame size.
4632 Add auditing checkpoints.
4633 (_dl_call_pltexit): New function.
4634 Don't define trampoline code here.
4635 * elf/rtld.c: Recognize LD_AUDIT. Load modules on startup.
4636 Remove all the functions from _rtld_global_ro which only _dl_open
4637 and _dl_close needed.
4638 Add auditing checkpoints.
4639 * elf/link.h: Define symbols for auditing interfaces.
4640 * include/link.h: Likewise.
4641 * include/dlfcn.h: Define __RTLD_AUDIT.
4642 Remove prototypes for _dl_open and _dl_close.
4643 Adjust access to argc and argv in libdl.
4644 * dlfcn/dlfcn.c: New file.
4645 * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
4646 is gone.
4647 * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
4648 * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
4649 * sysdeps/i386/dl-machine.h: Remove trampoline code here.
4650 Adjust for removal of RESOLVE.
4651 * sysdeps/x86_64/dl-machine.h: Likewise.
4652 * sysdeps/generic/dl-trampoline.c: New file.
4653 * sysdeps/i386/dl-trampoline.c: New file.
4654 * sysdeps/x86_64/dl-trampoline.c: New file.
4655
4656 * sysdeps/generic/dl-tls.c: Cleanups. Fixup for dtv_t change.
4657 Fix updating of DTV.
4658 * sysdeps/generic/libc-tls.c: Likewise.
4659
4660 * sysdeps/arm/bits/link.h: Renamed to ...
4661 * sysdeps/arm/bits/linkmap.h: ...this.
4662 * sysdeps/generic/bits/link.h: Renamed to...
4663 * sysdeps/generic/bits/linkmap.h: ...this.
4664 * sysdeps/hppa/bits/link.h: Renamed to...
4665 * sysdeps/hppa/bits/linkmap.h: ...this.
4666 * sysdeps/i386/bits/link.h: Renamed to...
4667 * sysdeps/i386/bits/linkmap.h: ...this.
4668 * sysdeps/ia64/bits/link.h: Renamed to...
4669 * sysdeps/ia64/bits/linkmap.h: ...this.
4670 * sysdeps/s390/bits/link.h: Renamed to...
4671 * sysdeps/s390/bits/linkmap.h: ...this.
4672 * sysdeps/sh/bits/link.h: Renamed to...
4673 * sysdeps/sh/bits/linkmap.h: ...this.
4674 * sysdeps/x86_64/bits/link.h: Renamed to...
4675 * sysdeps/x86_64/bits/linkmap.h: ...this.
4676
4677 * posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]
4678
4679 2004-12-22 Steven Munroe <sjmunroe@us.ibm.com>
4680
4681 [BZ #602]
4682 * math/libm-test.inc (rint_test_tonearest): New test.
4683 (rint_test_towardzero): New test.
4684 (rint_test_downward): New test.
4685 (rint_test_upward): New test.
4686 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
4687 Remove redundant const values.
4688 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
4689 Remove redundant const values. Use float const.
4690 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
4691 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
4692 Use float const.
4693 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
4694 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
4695 Use float const.
4696 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
4697 Remove redundant const values.
4698 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
4699 Remove redundant const values. Use float const.
4700 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
4701 Remove redundant const values.
4702 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
4703 Remove redundant const values. Use float const.
4704 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
4705 alignment. Fix -0.0 case. Remove redundant const values.
4706 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
4707 alignment. Fix -0.0 case. Remove redundant const values.
4708 Use float const.
4709 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
4710 alignment. Fix -0.0 case.
4711 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
4712 alignment. Fix -0.0 case. Use float const.
4713 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
4714 alignment. Fix -0.0 case.
4715 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
4716 alignment. Fix -0.0 case. Use float const.
4717 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
4718 alignment. Fix -0.0 case. Remove redundant const values.
4719 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
4720 alignment. Fix -0.0 case. Remove redundant const values.
4721 Use float const.
4722 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
4723 alignment. Fix -0.0 case.
4724 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
4725 alignment. Fix -0.0 case. Remove redundant const values.
4726 Use float const.
4727
4728 2005-01-06 Ulrich Drepper <drepper@redhat.com>
4729
4730 * misc/sys/cdefs.h: Define __wur.
4731 * libio/stdio.h: Use __wur for a number of interfaces.
4732 * posix/unistd.h: Likewise.
4733 * stdlib/stdlib.h: Likewise.
4734
4735 2004-12-29 Jakub Jelinek <jakub@redhat.com>
4736
4737 [BZ #592]
4738 * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
4739 libc_hidden_proto instead of HIDDEN_PROTO.
4740 * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
4741 (__libm_error_support): If ASSEMBLER and in libc, define to
4742 HIDDEN_JUMPTARGET(__libm_error_support).
4743
4744 2004-12-28 David Mosberger <davidm@hpl.hp.com>
4745
4746 [BZ #592]
4747 * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
4748 (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
4749 with $(duplicated-routines).
4750 (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
4751 "m_" prefix.
4752
4753 2004-12-27 David Mosberger <davidm@hpl.hp.com>
4754
4755 [BZ #592]
4756 * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
4757 undefine "ret" macro. Add __libm_error_support hidden definitions.
4758
4759 [BZ #592]
4760 * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment. Add
4761 missing portion of copyright statement.
4762 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
4763 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
4764
4765 [BZ #592]
4766 * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment. Add
4767 missing portion of copyright statement.
4768 (__ieee754_lgamma): Rename from lgamma(). Make lgamma() a weak alias.
4769 (__ieee754_gamma): Likewise.
4770 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4771 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4772
4773 2004-12-09 H.J. Lu <hjl@lucon.org>
4774
4775 [BZ #592]
4776 * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
4777 * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
4778 * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
4779 * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
4780 * sysdeps/ia64/fpu/e_expl.S: Likewise.
4781 * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
4782
4783 2004-11-18 David Mosberger <davidm@hpl.hp.com>
4784
4785 [BZ #592]
4786 * sysdeps/ia64/fpu/README: New file.
4787 * sysdeps/ia64/fpu/gen_import_file_list: New file.
4788 * sysdeps/ia64/fpu/import_check: Likewise.
4789 * sysdeps/ia64/fpu/import_diffs: Likewise.
4790 * sysdeps/ia64/fpu/import_file.awk: Likewise.
4791 * sysdeps/ia64/fpu/import_intel_libm: Likewise.
4792 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4793
4794 [BZ #592]
4795 * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
4796 * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4797 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4798 * sysdeps/ia64/fpu/e_asin.S: Likewise.
4799 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4800 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4801 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4802 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4803 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4804 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4805 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4806 * sysdeps/ia64/fpu/e_exp.S: Likewise.
4807 * sysdeps/ia64/fpu/e_expf.S: Likewise.
4808 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4809 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4810 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4811 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4812 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4813 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4814 * sysdeps/ia64/fpu/e_log.S: Likewise.
4815 * sysdeps/ia64/fpu/e_log2.S: Likewise.
4816 * sysdeps/ia64/fpu/e_log2f.S: Likewise.
4817 * sysdeps/ia64/fpu/e_log2l.S: Likewise.
4818 * sysdeps/ia64/fpu/e_logf.S: Likewise.
4819 * sysdeps/ia64/fpu/e_pow.S: Likewise.
4820 * sysdeps/ia64/fpu/e_powf.S: Likewise.
4821 * sysdeps/ia64/fpu/e_powl.S: Likewise.
4822 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4823 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4824 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4825 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4826 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4827 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4828 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4829 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4830 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4831 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4832 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4833 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4834 * sysdeps/ia64/fpu/libm_error.c: Likewise.
4835 * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
4836 * sysdeps/ia64/fpu/libm_support.h: Likewise.
4837 * sysdeps/ia64/fpu/s_atan.S: Likewise.
4838 * sysdeps/ia64/fpu/s_atanf.S: Likewise.
4839 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
4840 * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
4841 * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
4842 * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
4843 * sysdeps/ia64/fpu/s_ceil.S: Likewise.
4844 * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
4845 * sysdeps/ia64/fpu/s_ceill.S: Likewise.
4846 * sysdeps/ia64/fpu/s_cos.S: Likewise.
4847 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
4848 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
4849 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
4850 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
4851 * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
4852 * sysdeps/ia64/fpu/s_fabs.S: Likewise.
4853 * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
4854 * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
4855 * sysdeps/ia64/fpu/s_floor.S: Likewise.
4856 * sysdeps/ia64/fpu/s_floorf.S: Likewise.
4857 * sysdeps/ia64/fpu/s_floorl.S: Likewise.
4858 * sysdeps/ia64/fpu/s_frexp.c: Likewise.
4859 * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
4860 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4861 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4862 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4863 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4864 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4865 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4866 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4867 * sysdeps/ia64/fpu/s_logb.S: Likewise.
4868 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4869 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4870 * sysdeps/ia64/fpu/s_modf.S: Likewise.
4871 * sysdeps/ia64/fpu/s_modff.S: Likewise.
4872 * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4873 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4874 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4875 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4876 * sysdeps/ia64/fpu/s_rint.S: Likewise.
4877 * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4878 * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4879 * sysdeps/ia64/fpu/s_round.S: Likewise.
4880 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4881 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4882 * sysdeps/ia64/fpu/s_significand.S: Likewise.
4883 * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4884 * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4885 * sysdeps/ia64/fpu/s_tan.S: Likewise.
4886 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4887 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4888 * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4889 * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4890 * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4891
4892 [BZ #592]
4893 * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
4894 * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
4895 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
4896 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
4897 * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
4898 * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
4899 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
4900 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
4901 * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
4902 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
4903 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
4904 * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
4905 * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
4906 * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
4907 * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
4908 * sysdeps/ia64/fpu/e_logl.S: Likewise.
4909 * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
4910 * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
4911 * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
4912 * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
4913 * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
4914 * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
4915 * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
4916 * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
4917 * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
4918 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
4919 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
4920 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
4921 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
4922 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
4923 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
4924 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
4925 * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
4926 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
4927 * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
4928 * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
4929 * sysdeps/ia64/fpu/s_erf.S: Likewise.
4930 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
4931 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
4932 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
4933 * sysdeps/ia64/fpu/s_erff.S: Likewise.
4934 * sysdeps/ia64/fpu/s_erfl.S: Likewise.
4935 * sysdeps/ia64/fpu/s_fdim.S: Likewise.
4936 * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
4937 * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
4938 * sysdeps/ia64/fpu/s_fma.S: Likewise.
4939 * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
4940 * sysdeps/ia64/fpu/s_fmal.S: Likewise.
4941 * sysdeps/ia64/fpu/s_fmax.S: Likewise.
4942 * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
4943 * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
4944 * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
4945 * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
4946 * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
4947 * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
4948 * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
4949 * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
4950 * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
4951 * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
4952 * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
4953 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
4954 * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
4955 * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
4956 * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
4957 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
4958 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4959 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4960 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
4961 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
4962 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
4963
4964 [BZ #592]
4965 * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
4966 * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
4967 * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
4968 * sysdeps/ia64/fpu/w_acosh.c: Likewise.
4969 * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
4970 * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
4971 * sysdeps/ia64/fpu/w_atanh.c: Likewise.
4972 * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
4973 * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
4974 * sysdeps/ia64/fpu/w_exp10.c: Likewise.
4975 * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
4976 * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
4977 * sysdeps/ia64/fpu/w_exp2.c: Likewise.
4978 * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
4979 * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
4980 * sysdeps/ia64/fpu/w_expl.c: Likewise.
4981 * sysdeps/ia64/fpu/e_expl.S: Likewise.
4982 * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
4983 * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
4984 * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
4985 * sysdeps/ia64/fpu/w_log2.c: Likewise.
4986 * sysdeps/ia64/fpu/w_log2f.c: Likewise.
4987 * sysdeps/ia64/fpu/w_log2l.c: Likewise.
4988 * sysdeps/ia64/fpu/w_sinh.c: Likewise.
4989 * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
4990 * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
4991
4992 [BZ #592]
4993 * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
4994 * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4995 * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4996 * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4997 * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4998 * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4999 * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5000
5001 [BZ #592]
5002 * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
5003 * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
5004 * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
5005
5006 [BZ #592]
5007 * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
5008
5009 [BZ #592]
5010 * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
5011 alias for use by libm_error.c
5012
5013 [BZ #592]
5014 * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
5015 libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
5016 Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
5017 libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
5018 libm_scalbn{,f,l}, libm_scalblnf.
5019 (sysdep_routines): Remove libm_frexp4{,f,l}.
5020 Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
5021 (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
5022 _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
5023 -DSIZE_LONG_LONG_INT_64.
5024
5025 2005-01-05 Steven Munroe <sjmunroe@us.ibm.com>
5026
5027 [BZ #729]
5028 * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
5029 l_text_end are set for a VDSO with a single PT_LOAD entry.
5030
5031 2005-01-05 Ulrich Drepper <drepper@redhat.com>
5032
5033 [BZ #730]
5034 * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as
5035 invalid to disable optimizations in fileops which won't work here.
5036 (_IO_cookie_jumps): Use it.
5037 (_IO_old_cookie_jumps): Likewise.
5038 * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
5039 not the return value.
5040 * stdio-common/Makefile (tests): Add tst-fmemopen2.
5041 * stdio-common/tst-fmemopen2.c: New file.
5042
5043 * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
5044
5045 2005-01-05 Roland McGrath <roland@redhat.com>
5046
5047 * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
5048 * sysdeps/i386/configure.in: ... here. New file.
5049
5050 2005-01-03 Ulrich Drepper <drepper@redhat.com>
5051
5052 [BZ #727]
5053 * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
5054 initialize __environ again.
5055 * stdlib/Makefile: Add rules to build and run tst-putenv.
5056 * stdlib/tst-putenv.c: New file.
5057 * stdlib/tst-putenvmod.c: New file.
5058
5059 * sysdeps/unix/sysv/linux/init-first.c: Clean file up. Don't
5060 define unnecessary wrappers or aliases of static functions.
5061
5062 2005-01-03 Andreas Jaeger <aj@suse.de>
5063
5064 * csu/Makefile (generated): Add start.os and start.ob.
5065
5066 * elf/Makefile (tests): Change rule for tst-pie1 so that make
5067 clean works.
5068
5069 2004-12-29 Roland McGrath <roland@redhat.com>
5070
5071 [BZ #626]
5072 * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
5073 than always up; when nearest is zero, round up to one.
5074
5075 2004-12-28 Ulrich Drepper <drepper@redhat.com>
5076
5077 * po/es.po: Update from translation team.
5078
5079 [BZ #726]
5080 * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
5081
5082 2004-12-27 Ulrich Drepper <drepper@redhat.com>
5083
5084 [BZ #744]
5085 * include/signal.h: Define __sigemptyset.
5086
5087 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5088
5089 * posix/regex_internal.h (struct re_dfastate_t): Make
5090 word_trtable a pointer to the 512-item transition table.
5091 * posix/regexec.c (build_trtable): Fill in either state->trtable
5092 or state->word_trtable. Return a boolean indicating success.
5093 (transit_state): Expect state->trtable to be a 256-item
5094 transition table. Reorganize code to have less tests in
5095 the common case, and to save an indentation level.
5096 * posix/regex_internal.c (free_state): Free word_trtable.
5097
5098 2004-12-21 Jakub Jelinek <jakub@redhat.com>
5099
5100 [BZ #723]
5101 * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
5102 calling fn is 16 byte aligned.
5103 * sysdeps/i386/tst-stack-align.h: New file.
5104
5105 [BZ #725]
5106 * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
5107 (ecvt_r): Special case denormals.
5108 * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
5109 * misc/tst-efgcvt.c: Include float.h.
5110 (ecvt_tests): Add 2 new tests.
5111
5112 2004-12-20 Roland McGrath <roland@frob.com>
5113
5114 * version.h (RELEASE, VERSION): development, 2.3.90
5115 * include/features.h (__GLIBC_MINOR__): Now 4.
5116
5117
5118 See ChangeLog.15 for earlier changes.
This page took 0.281345 seconds and 6 git commands to generate.