]> sourceware.org Git - glibc.git/blob - ChangeLog
* sysdeps/mips/bits/wordsize.h: New file, appropriate for all 3 ABIs. * sysdeps/mips...
[glibc.git] / ChangeLog
1 2003-03-17 Alexandre Oliva <aoliva@redhat.com>
2
3 * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
4 3 ABIs.
5 * sysdeps/mips/mips64/gmp-mparam.h: New file. Define
6 BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
7 * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
8 (__sigsetjmp_aux): Use them. Adjust for all 3 ABIs.
9 * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
10 * sysdeps/unix/mips/brk.S: Likewise.
11 * sysdeps/unix/mips/sysdep.S: Likewise.
12 * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
13 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
14 * sysdeps/mips/sys/ucontext.h: Likewise.
15 * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
16 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
17 * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
18 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
19 * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
20 * sysdeps/mips/mips64/setjmp.S: Likewise.
21 * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
22 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
23 64-bit types.
24
25 2003-03-16 Ulrich Drepper <drepper@redhat.com>
26
27 * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
28 not at function level.
29 * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
30
31 2003-03-15 Roland McGrath <roland@redhat.com>
32
33 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
34 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
35 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
36 * nis/nis_table.c (__create_ib_request): Likewise.
37
38 * posix/fnmatch_loop.c: Add casts for signedness.
39 * nss/nss_files/files-hosts.c: Likewise.
40 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
41 * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
42 * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
43
44 * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
45 get errors into the log file.
46 (libc_cv_broken_visibility_attribute): Likewise.
47 (libc_cv_broken_alias_attribute): Likewise.
48 (libc_cv_asm_weak_directive): Likewise.
49 (libc_cv_need_minus_P): Likewise.
50 (libc_cv_dot_text): Likewise.
51 (libc_cv_asm_global_directive): Likewise.
52 (libc_cv_asm_type_prefix): Likewise.
53 * configure: Regenerated.
54
55 * nscd/cache.c (cache_search): Give first arg type `request_type'.
56 * nscd/nscd.h: Update decl.
57
58 * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
59 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
60 * elf/dl-close.c (_dl_close): Likewise.
61 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
62 * io/fts.c (fts_build): Likewise.
63 * elf/cache.c (add_to_cache): Likewise.
64 * locale/programs/locarchive.c (show_archive_content): Likewise.
65
66 * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
67
68 * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
69 happy.
70 (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
71
72 2003-03-15 Ulrich Drepper <drepper@redhat.com>
73
74 * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
75 code for most parts.
76
77 2003-03-15 Roland McGrath <roland@redhat.com>
78
79 * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
80 * sysdeps/unix/sysv/linux/system.c: ... here.
81 (FORK): Don't #define if already #define'd.
82 * sysdeps/unix/sysv/linux/s390/system.c: File removed.
83 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
84 (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
85
86 * dlfcn/tst-dlinfo.c: New file.
87 * dlfcn/Makefile (tests): Add tst-dlinfo.
88 ($(objpfx)tst-dlinfo): New target.
89
90 * dlfcn/dlinfo.c: New file.
91 * dlfcn/Makefile (libdl-routines): Add it.
92 * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
93 * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
94 [__USE_GNU] (RTLD_DI_*): New enum constants.
95 [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
96 * elf/dl-load.c (cache_rpath): New inline function.
97 (_dl_map_object): Use it.
98 (_dl_rtld_di_serinfo): New function.
99 * sysdeps/generic/ldsodefs.h: Declare it.
100 * elf/Versions (ld: GLIBC_PRIVATE): Add it.
101
102 * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
103 (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
104 (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
105 (__libc_start_main): Just call the generic one for most of the work.
106
107 * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
108 static function by that name instead of BP_SYM (__libc_start_main).
109 [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
110 [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
111 [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
112
113 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
114 Use this macro for extra AT_* cases.
115 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
116 New macro, guts from ...
117 (__aux_init_cache): ... here, function removed.
118 (DL_PLATFORM_INIT): Don't define this.
119
120 * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
121 * sysdeps/powerpc/powerpc64/memset.S: Likewise.
122
123 * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
124
125 2003-03-14 Roland McGrath <roland@redhat.com>
126
127 * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
128
129 2003-03-14 Jakub Jelinek <jakub@redhat.com>
130
131 * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
132
133 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
134 sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
135
136 2003-03-14 Alexandre Oliva <aoliva@redhat.com>
137
138 * sysdeps/mips/fpu/bits/mathdef.h: New.
139 (__NO_LONG_DOUBLE_MATH): Define for o32.
140
141 * sysdeps/mips/sys/asm.h: Formatting changes.
142 (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
143 (CPADD): Define for all of them.
144 (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
145 SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
146 NARGSAVE): Define per ABI spec.
147 (END): Don't redefine.
148 (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
149 LONG_SRAV): Remove duplicate definitions.
150 (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
151 PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
152 PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
153 (PTR_LA): Define for all 3 ABIs.
154
155 * sysdeps/mips/dl-machine.h: Include sys/asm.h.
156 (elf_machine_matches_host): Prevent linking of o32 and n32
157 together.
158 (elf_machine_dynamic): Document assumption on $gp.
159 (STRINGXP, STRINGXV, STRINGV_): New macros.
160 (elf_machine_load_address): Use them to stringize PTR_LA and
161 PTR_SUBU.
162 (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
163 ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
164 (_dl_runtime_resolve): Adjust it for all 3 ABIs.
165 (__dl_runtime_resolve): Cast the symtab initializer to the
166 right type.
167 (RTLD_START): Use it. Adjust it for all 3 ABIs.
168 (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
169 Handle 64-bit R_MIPS_REL composite relocation and accept
170 R_MIPS_64 relocations to shift addend size to 64 bits.
171 Document assumption regarding local GOT entries. Document
172 backward-compatibility departing from the ABI behavior in
173 applying relocations that reference section symbols, no longer
174 used. Support relocations to mis-aligned offsets.
175 * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
176
177 * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
178
179 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
180 (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
181 * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
182 restore_rt functions. Use them.
183
184 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
185 .set mips2 on new abis.
186
187 2003-03-13 Ulrich Drepper <drepper@redhat.com>
188
189 * posix/getconf.c: Recognize POSIX2_SYMLINKS.
190 * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
191 * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
192 * sysdeps/posix/pathconf.c: Likewise.
193 * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
194 * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
195 * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
196
197 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
198 words.
199
200 2003-03-14 Alexandre Oliva <aoliva@redhat.com>
201
202 * include/gmp.h: Include/gmp-mparam.h.
203 * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
204 gmp-impl.h.
205
206 * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
207 ELF_MACHINE_NO_RELA is set.
208 * elf/rtld.c (dl_main): No prelink support for REL-only.
209
210 * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
211 FLAG_MIPS64_LIBN64): Define.
212 * elf/cache.c (print_entry): Handle mips64 n32 and n64.
213
214 * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
215 * sysdeps/mips/memset.S: Likewise.
216 * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
217 depending on the ABI.
218
219 * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
220 Don't .set mips2 on new abi.
221 (compare_and_swap): Likewise. Support 64-bit longs on n64.
222
223 * stdlib/fpioconst.h: Include gmp.h with angle brackets.
224
225 2003-03-13 Roland McGrath <roland@redhat.com>
226
227 * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
228 found. Reported by Alexandre Oliva <aoliva@redhat.com>.
229
230 2003-03-13 Alexandre Oliva <aoliva@redhat.com>
231
232 * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
233 literals long long.
234 * stdlib/fpioconst.c: Likewise.
235 * stdlib/strtod.c: Likewise.
236
237 * sysdeps/mips/add_n.S: Use L macro for local labels.
238 * sysdeps/mips/addmul_1.S: Likewise.
239 * sysdeps/mips/lshift.S: Likewise.
240 * sysdeps/mips/memcpy.S: Likewise.
241 * sysdeps/mips/memset.S: Likewise.
242 * sysdeps/mips/mul_1.S: Likewise.
243 * sysdeps/mips/rshift.S: Likewise.
244 * sysdeps/mips/sub_n.S: Likewise.
245 * sysdeps/mips/submul_1.S: Likewise.
246 * sysdeps/mips/mips64/add_n.S: Likewise.
247 * sysdeps/mips/mips64/addmul_1.S: Likewise.
248 * sysdeps/mips/mips64/lshift.S: Likewise.
249 * sysdeps/mips/mips64/mul_1.S: Likewise.
250 * sysdeps/mips/mips64/rshift.S: Likewise.
251 * sysdeps/mips/mips64/sub_n.S: Likewise.
252 * sysdeps/mips/mips64/submul_1.S: Likewise.
253 * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
254 conventions. Define END as in sys/asm.h.
255 * sysdeps/unix/mips/sysdep.S: Likewise.
256 * sysdeps/unix/mips/wait.S: Likewise.
257 * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
258
259 * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
260 Cast shifted values that may be too narrow to mp_limb_t.
261 * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
262 Likewise.
263 * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
264 Likewise.
265 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
266 (__mpn_extract_long_double): Likewise.
267 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
268 (__mpn_construct_long_double): Likewise.
269 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
270 (__mpn_extract_long_double): Likewise.
271 * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
272 (__mpn_construct_long_double): Likewise.
273
274 2003-03-13 Roland McGrath <roland@redhat.com>
275
276 * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
277 entries in the map file match too.
278
279 2003-03-13 Guido Guenther <agx@sigxcpu.org>
280
281 * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
282 label .Lthread_start since current binutils don't allow branches
283 to globally visible symbols.
284
285 2003-03-13 Jakub Jelinek <jakub@redhat.com>
286
287 * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
288 ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
289 ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
290 (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it. Make syscall arguments
291 clobbered by the syscall.
292 (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
293 ASM_ARGS_6): Change constraints from r to index of corresponding
294 output register.
295 * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
296 ptid and ctid to match kernel.
297 * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
298
299 2003-03-12 Steven Munroe <sjmunroe@us.ibm.com>
300
301 * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
302 AC_DEFINE(PI_STATIC_AND_HIDDEN). Not supported for PowerPC64.
303 * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
304
305 2003-03-11 Roland McGrath <roland@redhat.com>
306
307 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
308 Check SYM_MAP rather than SYM as definedness check.
309 Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
310 Don't handle R_PPC64_REL24 reloc.
311 Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
312
313 * sysdeps/powerpc/powerpc64/dl-machine.h
314 [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
315 block, so we cover all the TPREL16* flavors without 6 ||s.
316 [USE_TLS] (elf_machine_tprel): New function.
317 (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
318 and handle TPREL16 relocs too. Return rather than break for DTPREL64.
319 Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
320
321 2003-03-11 Ralf Baechle <ralf@linux-mips.org>
322
323 * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
324 instead of jalr to invoke subroutine so restoring the $gp register
325 will work properly.
326
327 2003-03-11 Martin Schwidefsky <schwidefsky@de.ibm.com>
328
329 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
330 to __NR_pread if not defined.
331 (__NR_pwrite64): Define to __NR_pwrite if not defined.
332
333 2003-03-11 Jakub Jelinek <jakub@redhat.com>
334
335 * sysdeps/unix/sysv/linux/ia64/system.c: New file.
336 * sysdeps/unix/sysv/linux/kernel-features.h
337 (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
338 kernel >= 2.5.64.
339
340 2003-03-11 Jakub Jelinek <jakub@redhat.com>
341
342 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
343 allocate space even for the trailing '/'.
344 Reported by John Reiser <jreiser@BitWagon.com>.
345
346 * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
347 ASM_CLOBBERS_6): Define.
348 (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
349 * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
350 to match IA-32 order.
351 * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
352
353 2003-03-10 Steven Munroe <sjmunroe@us.ibm.com>
354
355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
356 Copy extra params for NPTL to registers used in clone syscall.
357
358 2003-03-10 Martin Schwidefsky <schwidefsky@de.ibm.com>
359
360 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
361 call names for pread and pwrite.
362
363 2003-03-10 Roland McGrath <roland@redhat.com>
364
365 * dlfcn/Makefile (libdl-routines): Add dladdr1.
366 * dlfcn/dladdr1.c: New file.
367 * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
368 [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
369 * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
370 a const ElfNN_Sym ** to fill in.
371 * include/dlfcn.h: Update decl. Include <link.h>.
372 * dlfcn/dladdr.c (dladdr): Update caller.
373 * malloc/mtrace.c (tr_where): Likewise.
374 * sysdeps/generic/elf/backtracesyms.c: Likewise.
375 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
376 * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
377 * Versions.def (libdl): Define GLIBC_2.3.3 set.
378
379 * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
380 assembler command.
381 * sysdeps/unix/Makefile (compile-syscall): New variable.
382 Pass -g0 to compiler for assembling syscall stubs from stdin.
383
384 * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
385 (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
386 Define these to do nothing.
387
388 * configure.in: New check for -g on .S files.
389 * configure: Regenerated.
390 * config.make.in (have-cpp-asm-debuginfo): New variable.
391 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
392 * Makeconfig (ASFLAGS): New variable, if undefined and
393 $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
394 * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
395
396 2003-03-09 Roland McGrath <roland@redhat.com>
397
398 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
399 used by NPTL on new kernels. From Paul Mackerras <paulus@samba.org>.
400
401 2003-03-09 Ulrich Drepper <drepper@redhat.com>
402
403 * po/fi.po: Update from translation team.
404 * po/ca.po: Likewise.
405 * po/da.po: Likewise.
406
407 2003-03-08 Ulrich Drepper <drepper@redhat.com>
408
409 * rt/tst-aio7.c (do_test): Change BYTES into a #define.
410
411 2003-03-07 Ulrich Drepper <drepper@redhat.com>
412
413 * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
414
415 * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
416
417 2003-03-07 Roland McGrath <roland@redhat.com>
418
419 * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
420 * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
421
422 2003-03-04 Guido Guenther <agx@sigxcpu.org>
423
424 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
425 stubs, we have INLINE_SYSCALL.
426 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
427 MAP_NONBLOCK.
428
429 2003-03-06 Roland McGrath <roland@redhat.com>
430
431 * rt/tst-aio7.c (do_test): Revert last change. Instead, give CB1
432 permanent extent and add a comment about testing its implicit teardown.
433
434 2003-03-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
435
436 * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
437
438 2003-03-05 Ulrich Drepper <drepper@redhat.com>
439
440 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
441 reversed __builtin_expect expectation.
442
443 2003-03-05 Roland McGrath <roland@redhat.com>
444
445 * stdio-common/sscanf.c: Use prototype defn with ... syntax.
446 * libio/swscanf.c: Likewise.
447 * libio/swprintf.c: Likewise.
448
449 2003-03-04 Roland McGrath <roland@redhat.com>
450
451 * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
452 (elf_machine_rela): Always use RESOLVE_MAP, needed for
453 R_PPC64_JMP_SLOT as well as TLS cases.
454 (BIT_INSERT): Move parenthesis where it ought to have been.
455 Reported by Steven Munroe <sjmunroe@us.ibm.com>.
456
457 * posix/confstr.c (confstr): Correct STRING_LEN values for
458 _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
459 break. Reported by Alexandre Julliard <julliard@winehq.com>.
460
461 2003-03-04 Jakub Jelinek <jakub@redhat.com>
462
463 * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
464
465 2003-03-04 Ulrich Drepper <drepper@redhat.com>
466
467 * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
468 clone parameters.
469
470 * po/sv.po: Update from translation team.
471
472 2003-03-04 Andreas Jaeger <aj@suse.de>
473 Ulrich Drepper <drepper@redhat.com>
474
475 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
476
477 2003-03-03 Ulrich Drepper <drepper@redhat.com>
478
479 * sysdeps/generic/dl-sysdep.h: Add double include protection.
480
481 * po/tr.po: Update from translation team.
482
483 * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
484 are holes between the segments. Only call mprotect to set
485 proection to PROT_NONE if there are some.
486
487 * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
488 Update comment.
489
490 * include/sched.h (__clone2): Use ... instead of adding all the
491 new parameters.
492
493 2003-03-03 Roland McGrath <roland@redhat.com>
494
495 * elf/dl-load.c (struct filebuf): Fix typo in last change.
496
497 * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
498 PI_STATIC_AND_HIDDEN.
499
500 2003-03-03 Ian Wienand <ianw@gelato.unsw.edu.au>
501
502 * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
503 flags.
504 * include/sched.h: Update clone2 prototype.
505
506 2003-03-03 Andreas Jaeger <aj@suse.de>
507
508 * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
509 (llrint): Use it to correct return type.
510 (lrint): Likewise.
511 (lround): Likewise.
512 (llround): Likewise.
513
514 2003-03-03 Ulrich Drepper <drepper@redhat.com>
515
516 * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
517 byte filebuf size.
518
519 * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
520 if ccs parameter isn't valid. Reported by Andreas Schwab.
521
522 2003-03-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
523
524 * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
525 for system call numbers > 255.
526 * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
527 INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
528 INTERNAL_SYSCALL): Likewise.
529 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
530 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
531 INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
532 INTERNAL_SYSCALL): Likewise.
533
534 2003-03-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
535
536 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
537 array if it is the initial dtv.
538
539 2003-03-03 Ulrich Drepper <drepper@redhat.com>
540
541 * po/es.po: Update from translation team.
542 * po/fr.po: Likewise.
543 * po/gl.po: Likewise.
544 * po/sk.po: Likewise.
545 * po/sv.po: Likewise.
546
547 * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
548 * misc/sys/mman.h: Add prototype for remap_file_pages.
549 * sysdeps/generic/remap_file_pages.c: New file.
550 * misc/Makefile (routines): Add remap_file_pages.
551 * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
552
553 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
554 and MAP_NONBLOCK.
555 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
556 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
557 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
558 * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
559 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
560 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
561 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
562 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
563
564 2003-03-03 Roland McGrath <roland@redhat.com>
565
566 * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
567 * sysdeps/ia64/dl-machine.h: Likewise.
568 * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
569 argument type.
570 * sysdeps/ia64/dl-lookupcfg.h: Update decl.
571
572 * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
573 * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
574 * locale/Versions (libc: GLIBC_2.3): Move those to ...
575 * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
576 * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
577 * Versions.def (libc): Add GLIBC_2.3.3 set.
578
579 * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
580 * sysdeps/ia64/dl-machine.h: Update decl.
581
582 2003-03-03 Andreas Jaeger <aj@suse.de>
583
584 * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
585
586 2003-03-02 Roland McGrath <roland@redhat.com>
587
588 * scripts/abilist.awk: Reject data items with apparent 0 size.
589
590 * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
591 after foo.* as if it were a duplicate.
592
593 * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
594
595 2003-03-02 Ulrich Drepper <drepper@redhat.com>
596
597 * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
598
599 * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
600 * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
601 if not already defined. Use SYSDEP_GETRES to allow other files to
602 provide alternative implementations.
603 * sysdeps/unix/sysv/linux/clock_getres.c: New file
604 * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
605 if not already defined. Use SYSDEP_GETTIME to allow other files to
606 provide alternative implementations.
607 * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
608 * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
609 if not already defined. Use SYSDEP_GETTIME to allow other files to
610 provide alternative implementations.
611 * sysdeps/unix/sysv/linux/clock_settime.c: New file.
612 * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
613 other files to provide alternative implementations. Rearrange
614 tests for invalid parameters.
615 * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
616 * sysdeps/unix/sysv/linux/sysconf.c: New file.
617 * sysdeps/unix/sysv/linux/kernel-features.h: Define
618 __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
619 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
620 _POSIX_MONOTONIC_CLOCK.
621
622 2003-03-02 Roland McGrath <roland@redhat.com>
623
624 * scripts/merge-abilist.awk: More checks for bogus input.
625 Uniquify duplicate config names.
626
627 * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
628
629 * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
630 from dl_reloc_overflow, make global.
631 (__process_machine_rela): Update callers.
632 * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
633 Add attribute_hidden to __process_machine_rela decl.
634 (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
635
636 * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
637 variable.
638
639 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
640 Don't use weak_extern for dl_rtld_map. Instead check only if [SHARED].
641 (elf_machine_rela): Clean up.
642
643 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
644
645 PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
646 * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
647 * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
648 * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
649 (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
650 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
651 new relocs for TLS.
652
653 * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
654 macros out of [SHARED].
655 (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
656
657 * elf/elf.h: Define R_PPC_* relocs for TLS support.
658 Clean up R_PPC64_* macro definition comments.
659
660 * configure.in: In "running configure fragment for" message,
661 omit $srcdir from the name if we prepended it.
662 * configure: Regenerated.
663
664 * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
665 From Jakub Jelinek <jakub@redhat.com>.
666
667 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
668 which duplicated the O_DIRECT defn.
669
670 2003-03-01 GOTO Masanori <gotom@debian.or.jp>
671
672 * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
673 random functions.
674
675 2003-03-01 Andreas Schwab <schwab@suse.de>
676
677 * resolv/Makefile (tests): Don't depend on
678 $(objpfx)mtrace-tst-leaks when cross compiling.
679
680 * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
681 __libc_stack_end through GOT since it is a global symbol.
682
683 2003-03-01 GOTO Masanori <gotom@debian.or.jp>
684
685 * argp/argp.h: Fix a typo.
686 Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
687
688 * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
689
690 2003-02-27 Pat Rankin <rankin@pactechdata.com>
691
692 * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
693 char *.
694 (get_subexp): Likewise.
695
696 2003-03-01 GOTO Masanori <gotom@debian.or.jp>
697
698 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
699
700 2003-02-26 Steven Munroe <sjmunroe@us.ibm.com>
701
702 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
703
704 2003-02-27 Roland McGrath <roland@redhat.com>
705
706 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
707 special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
708 repeat it and avoids the test for the common case.
709 Clean up and fix calculations for TLS relocs.
710
711 * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
712 * sysdeps/powerpc/dl-tls.h: ... here.
713 (TLS_TP_OFFSET): New macro.
714
715 * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
716
717 2003-02-27 Ulrich Drepper <drepper@redhat.com>
718
719 * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
720 code generation changes in recent gcc.
721
722 2003-02-26 Steven Munroe <sjmunroe@us.ibm.com>
723
724 * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
725 Rename argument to avoid symbol conflict.
726
727 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
728 [__USE_GNU] (O_DIRECT): New macro.
729
730 2003-02-24 David Mosberger <davidm@hpl.hp.com>
731
732 * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
733 unwind info.
734
735 2003-02-27 Ulrich Drepper <drepper@redhat.com>
736
737 * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
738 initializer anymore now that res_thread_freeres is more careful.
739
740 * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
741 except the PKTINFO. Reset interface in PKTINFO.
742 Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
743
744 2003-02-25 Steven Munroe <sjmunroe@us.ibm.com>
745
746 * elf/elf.h: Add new R_PPC64_* relocs for TLS.
747 * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
748 Define.
749 * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
750 * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
751 * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
752 * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
753
754 * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
755 Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
756
757 2003-02-25 Andreas Jaeger <aj@suse.de>
758
759 * manual/memory.texi (Malloc Tunable Parameters): Clarify
760 behaviour of M_MMAP_THRESHOLD.
761
762 2003-02-25 Roland McGrath <roland@redhat.com>
763
764 * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
765 zero, inidicating _res was not initialized yet.
766
767 2003-02-24 Ulrich Drepper <drepper@redhat.com>
768
769 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
770 test.
771
772 2003-02-24 Roland McGrath <roland@redhat.com>
773
774 * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
775
776 2003-02-23 Roland McGrath <roland@redhat.com>
777
778 * sysdeps/posix/pause.c: New file.
779 * sysdeps/unix/common/pause.c: File removed.
780
781 2003-02-23 Ulrich Drepper <drepper@redhat.com>
782
783 * sysdeps/generic/bits/confname.h: Remove #ifs.
784
785 * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
786 * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
787
788 * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
789 element to -1.
790
791 2003-02-22 Ulrich Drepper <drepper@redhat.com>
792
793 * sysdeps/generic/dl-sysdep.c: Avoid warning.
794
795 2003-02-22 Roland McGrath <roland@redhat.com>
796
797 * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
798 * resolv/Makefile (tests): Add tst-leaks.
799 ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
800 (tst-leaks-ENV): New variable.
801 ($(objpfx)mtrace-tst-leaks): New target.
802 (tests): Depend on it.
803
804 * include/libc-internal.h: Declare __libc_thread_freeres.
805
806 * Makerules: Fix last change to use $($(subdir)-version) when set.
807
808 * Makerules (install-lib-nosubdir): Depend on installed
809 libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
810 regardless of the libfoo.so target's dependencies.
811
812 * MakeTAGS (sub-make-vars): New variable, includes generating=t.
813 Use that in $(MAKE) calls.
814
815 2003-02-22 Ulrich Drepper <drepper@redhat.com>
816
817 * catgets/gencat.c (read_input_file): Collision between
818 auto-assigned numbers and user-defined nubmers is not fatal.
819 Handle it.
820 Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
821 * catgets/Makefile: Add rules to run test2.msg test.
822 * catgets/test2.msg: New file.
823
824 * catgets/gencat.c (main): Return 1 if messages have been printed.
825
826 * iconv/iconv_prog.c (main): Unify messages.
827
828 * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
829 when shifting retval.
830 * stdlib/tst-strtod.c (main): Add strtold test case.
831 Reported by Fred J. Tydeman <tydeman@tybor.com>.
832
833 2003-02-21 Roland McGrath <roland@redhat.com>
834
835 * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
836 * sunrpc/rpc_thread.c: Likewise for text_set_element use.
837 (__rpc_thread_destroy): Add it to __libc_subfreeres too.
838
839 * include/resolv.h: Add libc_hidden_proto for __res_nclose.
840 * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
841 (res_thread_freeres): New function, on __libc_thread_subfreeres and
842 __libc_subfreeres.
843
844 * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
845 * malloc/thread-freeres.c: New file.
846 * malloc/Makefile (aux): Add it.
847 * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
848 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
849 "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
850
851 * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
852 * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
853
854 2003-02-21 Roland McGrath <roland@frob.com>
855
856 * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
857
858 * iconvdata/Makefile (tests): Add bug-iconv3 only if
859 [$(have-thread-library) = yes].
860
861 2003-02-21 Ulrich Drepper <drepper@redhat.com>
862
863 * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
864
865 * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
866 not chechk for errors (unless testing for 32bit variant).
867 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
868 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
869 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
870
871 2003-02-21 Jakub Jelinek <jakub@redhat.com>
872
873 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
874 Check for signed overflow, not unsigned.
875
876 * sysdeps/sparc/sparc64/elf/configure.in: New file.
877 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
878 Use -fcall-used-g6, not -fcall-used-g7.
879
880 2003-02-21 Andreas Jaeger <aj@suse.de>
881
882 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
883 mode.
884
885 * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
886 clear whole mxcsr but only exceptions.
887
888 2003-02-21 Roland McGrath <roland@redhat.com>
889
890 * Makerules: Filter $(install-lib-ldscripts) out of list of targets
891 for libfoo.so that need $(make-link) rules.
892
893 2003-02-21 Roland McGrath <roland@frob.com>
894
895 * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
896 to match existing struct stat layout in mig protocols.
897
898 2003-02-20 Ulrich Drepper <drepper@redhat.com>
899
900 * version.h (VERSION): Bump to 2.3.2.
901
902 * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
903 tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
904 and dl-sysdep.h.
905 * sysdeps/generic/Dist: Add sysdep-cancel.h.
906 * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
907 * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
908 * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
909 * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
910 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
911 ucontext_i.h.
912 * Makefile (distribute): Add include/stubs-prologue.h,
913 include/gnu/stubs.h, scripts/merge-abilist.awk, and
914 scripts/extract-abilist.awk.
915
916 2003-02-20 Roland McGrath <roland@redhat.com>
917
918 * math/Makefile (distribute): Don't add generated files.
919
920 2003-02-20 Ulrich Drepper <drepper@redhat.com>
921
922 * math/Makefile: Rearrange variable definitions slightly to get
923 definition in the right order.
924
925 2003-02-20 Roland McGrath <roland@redhat.com>
926
927 * Makerules: Clean up conditional around include of tls.make.
928 * Make-dist: Export generating=t to prevent using that.
929 (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
930
931 2003-02-20 Ulrich Drepper <drepper@redhat.com>
932
933 * inet/rcmd.c (rresvport_af): Avoid using invliad values. Wrap
934 around in search if port IPPORT_RESERVED/2 has been test.
935
936 2002-02-20 Paolo Bonzini <bonzini@gnu.org>
937
938 * posix/regcomp.c: Remove inclusions.
939 * posix/regexec.c: Likewise.
940 * posix/regex_internal.c: Likewise.
941 * posix/regex_internal.h: Add inclusions here.
942 * posix/regex.c: Only include sys/types.h before regex.h. Include
943 regex_internal.h here. Include regex_internal.c before regcomp.c
944 and regexec.c (might expose more opportunities to the C compiler).
945
946 * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
947
948 * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
949 [!_LIBC] (__wcrtomb): New definition.
950 [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
951 HAVE_LOCALE_H as well.
952
953 2003-02-20 Ulrich Drepper <drepper@redhat.com>
954
955 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
956 patch to check for system call errors.
957
958 2002-07-24 Philip Blundell <philb@gnu.org>
959
960 * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
961 on unknown systems.
962
963 2003-02-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
964
965 * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
966 * sysdeps/unix/sysv/linux/kernel-features.h
967 (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
968 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
969 if possible.
970 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
971 interprocedure branches.
972 * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
973 * sysdeps/powerpc/nofpu/Dist: ...here.
974 * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
975 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
976 * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
977 * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
978 * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
979
980 2003-02-18 Alan Modra <amodra@bigpond.net.au>
981
982 * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
983
984 2003-02-20 Philip Blundell <philb@gnu.org>
985
986 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
987 missing arguments to INTERNAL_SYSCALL_ERROR_P and
988 INTERNAL_SYSCALL_ERRNO.
989
990 2003-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
991
992 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
993 for __ASSUME_32BITUIDS.
994
995 2003-02-20 Andreas Schwab <schwab@suse.de>
996
997 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
998 POSIX_MADV_* constants.
999
1000 2003-02-20 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1001
1002 * sysdeps/unix/sysv/linux/sh/pread.c: New file.
1003 * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
1004 * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
1005 * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
1006
1007 2003-02-19 Jiro Sekiba <jir@yamato.ibm.com>
1008
1009 * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
1010
1011 2003-02-16 Roland McGrath <roland@redhat.com>
1012
1013 * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
1014
1015 2003-02-19 Ulrich Drepper <drepper@redhat.com>
1016
1017 * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
1018 decimal input digits.
1019 * stdlib/tst-strtod.c (main): Add test for strtof bug.
1020
1021 2003-02-18 Ulrich Drepper <drepper@redhat.com>
1022
1023 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
1024 invalid file descriptors and missing access permissions.
1025
1026 2003-02-17 Ulrich Drepper <drepper@redhat.com>
1027
1028 * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
1029 been found.
1030
1031 * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
1032 TTY_NAME_MAX and not the _POSIX_* minimal value macros.
1033 * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
1034 and LOGIN_NAME_MAX.
1035
1036 2003-02-17 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
1037 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1038
1039 * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
1040 * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
1041 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1042 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1043 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1044
1045 2003-02-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1046
1047 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
1048 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
1049 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
1050 * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
1051 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
1052 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
1053
1054 * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
1055 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
1056 * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
1057 * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
1058
1059 * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
1060 * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
1061 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
1062 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
1063
1064 2003-02-14 Thorsten Kukuk <kukuk@suse.de>
1065
1066 * nss/getent.c (print_hosts): Print all IP addresses of one host.
1067
1068 2003-02-15 Roland McGrath <roland@frob.com>
1069
1070 * sysdeps/mach/hurd/tls.h: New file.
1071 * sysdeps/mach/hurd/i386/tls.h: New file.
1072
1073 * mach/errsystems.awk: Include <errno.h> in generated output.
1074
1075 * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
1076 use target mach-before-compile instead of generated.
1077 (mach-before-compile): New target.
1078 * Makerules: Disable use of tls.make if $(generating) is set.
1079 * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
1080 * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
1081 mach-shortcuts.h so mach/ generation happens before hurd/.
1082
1083 2003-02-14 Ulrich Drepper <drepper@redhat.com>
1084
1085 * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
1086 of demorm correctly if low word is zero.
1087 Reported by Fred J. Tydeman <tydeman@tybor.com>.
1088 * math/libm-test.inc (nextafter_test): New test, but disabled due
1089 to gcc bug.
1090
1091 * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
1092 counter and only call __exit_thread if this is not the last thread.
1093
1094 2003-02-13 Jakub Jelinek <jakub@redhat.com>
1095
1096 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
1097 subtracting map->l_tls_offset.
1098
1099 2003-02-12 Ulrich Drepper <drepper@redhat.com>
1100
1101 * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
1102 _CS_GNU_LIBPTHREAD_VERSION.
1103 * posix/conststr.c: Handle these new values.
1104 * posix/getconf.c: Likewise.
1105
1106 * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
1107 masking of version index.
1108 Patch by Lance Larsh <Lance.Larsh@oracle.com>.
1109
1110 2003-02-11 Ulrich Drepper <drepper@redhat.com>
1111
1112 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
1113 correctly. Reported by Thorsten Kukuk.
1114
1115 2003-02-10 Ulrich Drepper <drepper@redhat.com>
1116
1117 * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
1118 _BSD_SOURCE to compiler.
1119 * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
1120 Patches by Alan Modra.
1121
1122 2003-02-08 Ulrich Drepper <drepper@redhat.com>
1123
1124 * io/ftwtest.c: Get current working directory before and after the
1125 nftw call and make sure they match.
1126
1127 2003-02-08 Jim Meyering <jim@meyering.net>
1128
1129 * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
1130 the current directory, not just when DIR contains a slash.
1131 Reported by Manoj Srivastava.
1132
1133 2003-02-07 Jim Meyering <jim@meyering.net>
1134
1135 * io/ftw.c: Add autoconf-recommended block of alloca-related code.
1136 Include autoconf-recommended block of dirent/NAMELEN-related
1137 definitions and includes. Use NAMELEN throughout, rather than
1138 _D_EXACT_NAMLEN.
1139 [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
1140 [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
1141 (stpcpy): Declare, if necessary.
1142 (mempcpy): Define, if necessary.
1143 [!_LIBC] (__stpcpy, __mempcpy): Define.
1144 [!_LIBC] (LXSTAT, XSTAT): Define.
1145 (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
1146 (find_object): Don't use c99-style struct initializer.
1147 Tweak wording in a couple comments.
1148
1149 2003-02-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1150
1151 * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
1152 for SH.
1153 * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
1154 after the trapa instruction.
1155 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
1156 parameters.
1157 * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
1158 (NEED_SYSCALL_INST_PAD): Define.
1159 * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
1160 avoid to use definition for the kernel.
1161 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
1162 Save and restore the frame pointer.
1163 (SYSCALL_INST_PAD): Define.
1164 (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
1165 (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
1166 after trapa instruction.
1167 (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1168 INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
1169
1170 2003-02-07 Jakub Jelinek <jakub@redhat.com>
1171
1172 * resolv/res_libc.c (_res): Ensure _res is not common symbol,
1173 so that it can have aliases.
1174 * inet/herrno.c (h_errno): Put it into .bss not .data section.
1175
1176 2003-02-07 Ulrich Drepper <drepper@redhat.com>
1177
1178 * elf/dl-runtime.c (fixup): Correct typo in version index computation.
1179 (profile_fixup): Likewise.
1180 Patch by Lance Larsh <Lance.Larsh@oracle.com>.
1181
1182 2002-11-24 Robert Love <rml@tech9.net>
1183
1184 * posix/sched.h: Second parameter of sched_setaffinity and
1185 sched_getaffinity is `unsigned int', not `unsigned long'.
1186 * sysdeps/generic/sched_setaffinity.c: Likewise.
1187 * sysdeps/generic/sched_getaffinity.c: Likewise.
1188
1189 2003-02-05 Ulrich Drepper <drepper@redhat.com>
1190
1191 * debug/catchsegv.sh: Fix typo in error messsage.
1192 Reported by John Levon <levon@movementarian.org>.
1193
1194 * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
1195 * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
1196 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
1197 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1198 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
1199 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1200 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1201
1202 * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
1203 Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
1204
1205 2003-02-05 Jim Meyering <jim@meyering.net>
1206
1207 Fix a heap-corrupting bug.
1208 * io/ftw.c: Include <limits.h>.
1209 (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
1210 (process_entry): Allocate enough space to hold the resulting
1211 file name. Don't presume that 2*dirbufsize is enough.
1212 (ftw_startup): Always use PATH_MAX to compute buffer size, now that
1213 it is guaranteed to be defined.
1214
1215 2003-02-04 Ulrich Drepper <drepper@redhat.com>
1216
1217 * iconvdata/Makefile: Add rules to build and run bug-iconv3.
1218 * iconvdata/bug-iconv3.c: New file.
1219
1220 2003-02-04 Martin Schwidefsky <schwidefsky@de.ibm.com>
1221
1222 * sysdeps/unix/sysv/linux/s390/system.c: New file.
1223
1224 2003-02-03 Jakub Jelinek <jakub@redhat.com>
1225
1226 * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
1227 check.
1228 * config.h.in (BROKEN_SPARC_WDISP22): Add.
1229
1230 2003-02-03 Ulrich Drepper <drepper@redhat.com>
1231
1232 * sysdeps/i386/i686/memmove.S: New file.
1233
1234 2003-01-31 Steven Munroe <sjmunroe@us.ibm.com>
1235
1236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
1237 Include kernel-features.h
1238 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1239 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1240 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1241 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1242
1243 2003-02-02 Jakub Jelinek <jakub@redhat.com>
1244
1245 * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
1246
1247 2003-01-25 Jim Meyering <jim@meyering.net>
1248
1249 * io/ftw.c (object_compare): Compare inode numbers before device
1250 numbers, since the former are much more likely to differ.
1251
1252 2003-02-01 Ulrich Drepper <drepper@redhat.com>
1253
1254 * time/tzfile.c (__tzfile_compute): Change return value type to
1255 void. Adjust return statements.
1256 * include/time.h (__tzfile_compute): Adjust prototype.
1257
1258 2003-02-01 Jim Meyering <jim@meyering.net>
1259
1260 * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
1261 always returns 1.
1262
1263 2003-01-31 Steven Munroe <sjmunroe@us.ibm.com>
1264
1265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
1266 [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
1267
1268 2003-01-31 Steven Munroe <sjmunroe@us.ibm.com>
1269
1270 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
1271 [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
1272 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1273 [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
1274 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1275 [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
1276 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1277 [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
1278
1279 2003-01-31 Steven Munroe <sjmunroe@us.ibm.com>
1280
1281 * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
1282 back to 2.4.19 for powerpc64.
1283 * sysdeps/unix/sysv/linux/kernel-features.h
1284 (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
1285 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
1286
1287 2003-02-01 Ulrich Drepper <drepper@redhat.com>
1288
1289 * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
1290 platforms with strange alignment requirements on wchar_t.
1291
1292 2003-01-31 Andreas Schwab <schwab@suse.de>
1293
1294 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
1295 aliases, already added by make-syscalls.sh.
1296 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1297 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
1298 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1299 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1300 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1301 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1302 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1303 * sysdeps/unix/inet/syscalls.list: Likewise.
1304 * sysdeps/unix/syscalls.list: Likewise.
1305
1306 2003-01-31 Andreas Schwab <schwab@suse.de>
1307
1308 * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
1309 any more.
1310
1311 2003-01-30 Jakub Jelinek <jakub@redhat.com>
1312
1313 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
1314 not l to load tls from stack.
1315
1316 2003-01-30 Roland McGrath <roland@redhat.com>
1317
1318 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
1319 null argument before all else.
1320 Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
1321
1322 2003-01-30 Jakub Jelinek <jakub@redhat.com>
1323
1324 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
1325 Move to RESOLVE protected part of the header.
1326 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
1327 Likewise.
1328
1329 2003-01-30 Ulrich Drepper <drepper@redhat.com>
1330
1331 * stdio-common/Makefile (tests): Add bug15.
1332 (bug15-ENV): Define.
1333 * stdio-common/bug15.c: New file.
1334
1335 2002-10-07 Wolfram Gloger <wg@malloc.de>
1336
1337 * malloc/malloc.c (sYSMALLOc): Only check for breakage due
1338 to foreign sbrk()'s if arena is contiguous. Bug report from
1339 Bruno Haible <bruno@clisp.org>.
1340
1341 2003-01-30 Jakub Jelinek <jakub@redhat.com>
1342
1343 * sysdeps/s390/libc-tls.c: Include stdlib.h.
1344
1345 2003-01-30 Jakub Jelinek <jakub@redhat.com>
1346
1347 * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
1348 ps.__count.
1349
1350 2003-01-30 Ulrich Drepper <drepper@redhat.com>
1351
1352 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
1353 restoring of %r6.
1354 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise. Use
1355 64-bit load.
1356 Patch by Martin Schwidefsky <schwidefsky@de.ibm.com>.
1357
1358 2003-01-30 Jakub Jelinek <jakub@redhat.com>
1359
1360 * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
1361 (allocate_static_tls): ...here. Add __attribute_noinline__.
1362 Don't return on failure.
1363 (_dl_reloc_bad_type): Add __attribute_noinline__.
1364 * elf/do-rel.h (elf_dynamic_do_rel): Add
1365 __attribute__((always_inline)).
1366 * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
1367 elf_machine_rel_relative, elf_machine_rela_relative,
1368 elf_machine_lazy_rel): Add prototypes with
1369 __attribute__((always_inline)).
1370
1371 2003-01-29 David Mosberger <davidm@hpl.hp.com>
1372
1373 * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
1374
1375 2003-01-29 Roland McGrath <roland@redhat.com>
1376
1377 * configure.in: Barf if configured in $srcdir.
1378
1379 2003-01-28 Steven Munroe <sjmunroe@us.ibm.com>
1380
1381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
1382 (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
1383
1384 2003-01-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
1385
1386 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
1387 clone parameters to match the order used on ia32.
1388 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1389
1390 2003-01-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
1391
1392 * elf/elf.h: Add new s390 relocs.
1393 * elf/tls-macros.h: Add s390 versions.
1394 * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
1395 * sysdeps/s390/dl-tls.h: New file.
1396 * sysdeps/s390/libc-tls.c: New file.
1397 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
1398 relocs for class PLT.
1399 (elf_machine_rela): Handle TLS relocs.
1400 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1401 * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
1402 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
1403 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
1404 CLONE_CHILD_*TID flags.
1405 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1406 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
1407 bit offset.
1408 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1409 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
1410 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
1411 Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
1412 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
1413 Likewise.
1414 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
1415 (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
1416 (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
1417 variants.
1418 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
1419 (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
1420 direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
1421 (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
1422 variants.
1423
1424 2003-01-28 Ulrich Drepper <drepper@redhat.com>
1425
1426 * sysdeps/unix/common/pause.c (do_pause): New function. Split
1427 from __libc_pause. Implement using sigsuspend.
1428 (__libc_pause): Call do_pause to do the real work.
1429
1430 * sysdeps/posix/sigpause.c (do_sigpause): Check range of
1431 sig_or_mask parameter is is_sig != 0.
1432
1433 2003-01-21 Philip Blundell <philb@gnu.org>
1434
1435 * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
1436
1437 2003-01-27 Steven Munroe <sjmunroe@us.ibm.com>
1438
1439 * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
1440
1441 2003-01-27 Ulrich Drepper <drepper@redhat.com>
1442
1443 * stdio-common/bug14.c: Use official name for the locale.
1444
1445 * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
1446 instead of __libc_cleanup_region_start and _IO_cleanup_region_end
1447 instead of __libc_cleanup_region_end.
1448
1449 * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
1450 as first parameter to __libc_cleanup_region_start.
1451
1452 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
1453 (__fe_nomask_env): Use __prctl not prctl.
1454 * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
1455 prctl syscall.
1456
1457 * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
1458
1459 * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
1460
1461 * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
1462 wrap-around in test.
1463
1464 2003-01-26 Andreas Schwab <schwab@suse.de>
1465
1466 * sysdeps/wordsize-32/divdi3.c: Export the functions only as
1467 compatibility symbols. Remove INTDEF for __divdi3.
1468 * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
1469 * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
1470 * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
1471 define.
1472 * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
1473
1474 2003-01-24 Jakub Jelinek <jakub@redhat.com>
1475
1476 * elf/tls-macros.h: Add SPARC 32-bit definitions.
1477 * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
1478 * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
1479 for the first half of the header. Include tls.h.
1480 (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
1481 relocs too.
1482 (elf_machine_rela): Handle TLS relocs.
1483 * sysdeps/sparc/dl-tls.h: New file.
1484
1485 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
1486 support.
1487
1488 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
1489 * sysdeps/sparc/sparc32/memchr.S: Likewise.
1490 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
1491 * sysdeps/sparc/sparc32/strcat.S: Likewise.
1492 * sysdeps/sparc/sparc32/strchr.S: Likewise.
1493 * sysdeps/sparc/sparc32/strcmp.S: Likewise.
1494 * sysdeps/sparc/sparc32/strcpy.S: Likewise.
1495 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1496 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1497 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1498 * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
1499 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
1500 * sysdeps/sparc/sparc64/strcat.S: Likewise.
1501 * sysdeps/sparc/sparc64/strchr.S: Likewise.
1502 * sysdeps/sparc/sparc64/strcmp.S: Likewise.
1503 * sysdeps/sparc/sparc64/strcpy.S: Likewise.
1504 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1505 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
1506 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1507 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1508
1509 2003-01-24 Andreas Schwab <schwab@suse.de>
1510
1511 * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
1512 elements, and process them backwards.
1513 * elf/Makefile ($(objpfx)tst-array4): New target.
1514 ($(objpfx)tst-array4.out): Likewise.
1515 (tests) [$(have-initfini-array) = yes]: Add tst-array4.
1516 * elf/tst-array4.c: New file.
1517 * elf/tst-array4.exp: Likewise.
1518
1519 2003-01-24 Steven Munroe <sjmunroe@us.ibm.com>
1520
1521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
1522
1523 2003-01-27 Guido Guenther <agx@sigxcpu.org>
1524
1525 * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
1526 * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
1527 cancellation handling and handle both __NR_pread64 and __NR_pread.
1528 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1529 * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
1530 cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
1531 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1532 * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
1533 case, use register names consistently.
1534
1535 2003-01-27 Wolfram Gloger <wg@malloc.de>
1536
1537 * malloc/hooks.c (mem2chunk_check): Check alignment of mem
1538 pointer, not of the computed chunk. Bug report from Carlos
1539 O'Donell <carlos@baldric.uwo.ca>.
1540
1541 2003-01-25 Andreas Schwab <schwab@suse.de>
1542
1543 * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
1544 addressing to save GOT entries.
1545
1546 2003-01-21 Jakub Jelinek <jakub@redhat.com>
1547
1548 * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
1549 inline_syscall1, inline_syscall2, inline_syscall3,
1550 inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
1551 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
1552 __attribute__((unused)) to ChEcK.
1553
1554 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
1555
1556 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
1557 Fix inline assembler constraints.
1558 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
1559 Likewise.
1560
1561 * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
1562 -fPIC.
1563
1564 2003-01-20 Segher Boessenkool <segher@koffie.nl>
1565
1566 * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
1567 compute the cosine, not the sine, even if x > 0.8.
1568
1569 2003-01-19 Ulrich Drepper <drepper@redhat.com>
1570
1571 * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
1572 _nss_nis_setspent. Work around the different prototypes.
1573 * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
1574 internal_nis_endrpcent.
1575 (internal_nis_endrpcent): Change return type to void. Change callers.
1576 * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
1577 _nss_nis_setpwent. Work around the different prototypes.
1578 * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
1579 of the function to...
1580 (internal_nis_endprotoent): ... here. New function.
1581 (internal_nis_setprotoent): Use internal_nis_endprotoent.
1582 * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
1583 _nss_nis_setnetent. Work around the different prototypes.
1584 * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
1585 of the function to...
1586 (internal_nis_endnetgrent): ... here. New function.
1587 (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
1588
1589 2003-01-19 Jim Meyering <jim@meyering.net>
1590
1591 * time/strftime.c: (widen): Merge nearly-identical definitions.
1592 (nl_get_alt_digit) [! defined my_strftime]: Define.
1593 (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
1594 _nl_get_alt_digit and _nl_get_walt_digit.
1595
1596 2003-01-19 Ulrich Drepper <drepper@redhat.com>
1597
1598 * time/strftime.c (my_strftime): Handle very large width
1599 specifications for numeric values correctly. Improve checks for
1600 overflow.
1601 * time/Makefile (tests): Add tst-strftime.
1602 * time/tst-strftime.c: New file.
1603
1604 2003-01-18 Ulrich Drepper <drepper@redhat.com>
1605
1606 * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
1607 _nss_nis_sethostent. Work around the different prototypes.
1608 * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
1609 _nss_nis_setgrent. Work around the different prototypes.
1610 * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
1611 function. Split out from _nss_nis_endetherent.
1612 (internal_nis_setetherent): Use internal_nis_endetherent instead of
1613 duplicating the code.
1614 * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
1615 of _nss_nis_setaliasent.
1616 * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
1617 internal_nis_endservent code, don't duplicate it.
1618
1619 * inet/rexec.c (rexec_af): Protect socket operations with
1620 TEMP_FAILURE_RETRY. Use writev instead of multiple write.
1621 * inet/rcmd.c (rcmd_af): Likewise.
1622
1623 2003-01-17 Roland McGrath <roland@redhat.com>
1624
1625 * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
1626 Add test of value 0.80190127184058835.
1627
1628 * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
1629
1630 2003-01-17 Richard Henderson <rth@redhat.com>
1631
1632 * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
1633 relocs for class PLT.
1634 * sysdeps/alpha/libc-tls.c: New file.
1635 * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
1636 (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
1637
1638 2003-01-17 Jakub Jelinek <jakub@redhat.com>
1639
1640 * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
1641 __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
1642 on _dl_static_lock.
1643
1644 2003-01-17 Andreas Jaeger <aj@suse.de>
1645
1646 * stdio-common/bug14.c: Include stdlib.h for exit prototype.
1647
1648 2003-01-16 Steven Munroe <sjmunroe@us.ibm.com>
1649
1650 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
1651 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
1652 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
1653 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
1654 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
1655 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
1656 * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
1657 is 2.4.21.
1658
1659 2003-01-16 Ulrich Drepper <drepper@redhat.com>
1660
1661 * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
1662 values != -1 for _LIBC. Use extend_alloca to reallocate alloca'ed
1663 buffers.
1664
1665 * sysdeps/generic/sysconf.c: Unconditionally implement
1666 _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
1667 * sysdeps/posix/sysconf.c: Likewise.
1668
1669 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1670
1671 * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
1672 set *err to the returned error, not to REG_ESPACE unconditionally.
1673 (build_word_op): Likewise.
1674 * posix/Makefile (tests): Add bug-regex16.
1675 * posix/bug-regex16.c: New test.
1676
1677 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1678
1679 * elf/dl-load.c (_dl_map_object_from_fd): Use
1680 GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
1681 been already initialized.
1682
1683 2003-01-15 Dmitry V. Levin <ldv@altlinux.org>
1684
1685 * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
1686
1687 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1688
1689 * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
1690 allocated too. Reported by Al Viro <aviro@redhat.com>.
1691
1692 2003-01-16 Roland McGrath <roland@redhat.com>
1693
1694 Tweak merged .abilist file format to merge duplicate symbols in
1695 different sets into multi-version stanzas with new "| SET regexp..."
1696 header continuation lines.
1697 * scripts/merge-abilist.awk: Rewritten for new format.
1698 * scripts/extract-abilist.awk: Likewise.
1699
1700 2003-01-15 Ulrich Drepper <drepper@redhat.com>
1701
1702 * nscd/connections.c (nscd_run): Remove bogus return which isn't
1703 necessary with gcc 3.2+.
1704 (nscd_init): Don't use error() to print message, use dbg_log.
1705
1706 * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
1707 expected size into state.
1708 (UNPACK_BYTES): Do the reverse.
1709 * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
1710 * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
1711 Reported by Al Viro <aviro@redhat.com>.
1712
1713 * stdio-common/Makefile (tests): Add bug14.
1714 * stdio-common/bug14.c: New file.
1715
1716 * stdio-common/vfscanf.c: When recognizing multibyte characters in
1717 string reset the byte counter after mbrtowc reported it is not a
1718 partial character. Reported by Al Viro <aviro@redhat.com>.
1719
1720 2003-01-15 Steven Munroe <sjmunroe@us.ibm.com>
1721
1722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
1723 sysdep-cancel.h, not sysdep.h.
1724
1725 2003-01-15 Ulrich Drepper <drepper@redhat.com>
1726
1727 * nscd/connections.c (nscd_run): Protect accept call with
1728 TEMP_FAILURE_RETRY.
1729
1730 2003-01-15 Andreas Schwab <schwab@suse.de>
1731
1732 * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
1733 (common-generated): Add s-proto-bp.d.
1734 * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
1735 of bp thunks.
1736 * sysdeps/unix/s-proto-bp.S: New file.
1737 * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
1738 Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
1739 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
1740
1741 2003-01-15 Roland McGrath <roland@redhat.com>
1742
1743 * Makerules: Use -include for tls.make, suppresses warning.
1744 Move gen-as-const-headers rules up so before-compile is set in time.
1745 (sed-remove-dotdot): Fix to work right for subdirs or top dir.
1746
1747 2003-01-15 Ulrich Drepper <drepper@redhat.com>
1748
1749 * nscd/nscd.c (main): Make code to close all file descriptors
1750 faster and more robust.
1751
1752 * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
1753 request with one writev call. Protect all read calls with
1754 TEMP_FAILURE_RETRY.
1755 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1756 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
1757
1758 * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
1759 Protect writev calls with TEMP_FAILURE_RETRY.
1760 * nscd/grpcache.c: Likewise.
1761 * nscd/pwdcache.c: Likewise.
1762
1763 * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
1764 IPv6 address in debug output.
1765
1766 2003-01-14 Roland McGrath <roland@redhat.com>
1767
1768 * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
1769 $(objpfx) directories, and get rid of vpath directives. The previous
1770 arrangement resulted in files being written to the source directories
1771 when run in a clean build. Find all .abilist files in $(..)abilist/.
1772 (update-abi-%): Likewise.
1773 (generated): Don't add .symlist files, they'll be intermediates.
1774
1775 * sysdeps/generic/init-first.c: Add a comment.
1776
1777 * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
1778
1779 * scripts/gen-as-const.awk: Grok lone "--" as a separator between
1780 #includes and expressions.
1781
1782 * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
1783 config list when it already contains cpu-.*-os.* without / part.
1784
1785 * Makerules (sed-remove-dotdot): New variable.
1786 ($(common-objpfx)%.make): Use it. Depend on $(before-compile).
1787 ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
1788 (check-abi-config): New variable, append /tls or /notls to the tuple.
1789 (check-abi-%): Use that for -v config value.
1790 Find .abilist files in abilist/libfoo.abilist, not in subdir.
1791 * Rules: Move bits/stdio_lim.h generation rules to Makerules.
1792
1793 2003-01-14 Ulrich Drepper <drepper@redhat.com>
1794
1795 * manual/install.texi: Correct description of header preparation for
1796 Linux build. Patch by mhwood@Ameritech.Net [PR libc/4941].
1797
1798 2003-01-14 Guido Guenther <agx@sigxcpu.org>
1799
1800 * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
1801 INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1802 INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
1803
1804 2003-01-14 Steven Munroe <sjmunroe@us.ibm.com>
1805
1806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1807 (INTERNAL_SYSCALL): Make use of ERR parameter.
1808 (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1809 INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
1810 (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
1811 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
1812
1813 2003-01-14 Ulrich Drepper <drepper@redhat.com>
1814
1815 * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
1816 == IPPROTO_TCP.
1817 Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
1818
1819 * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
1820 Fix entry for bit 31.
1821
1822 * iconvdata/Makefile: Add rules to build IBM866NAV.
1823 * iconvdata/ibm866nav.c: New file.
1824 * iconvdata/tst-tables.sh: Add IBM866NAV.
1825 * iconvdata/gconv-modules: Add entries for IBM866NAV.
1826
1827 2003-01-13 Ulrich Drepper <drepper@redhat.com>
1828
1829 * string/tester.c (test_strcpy): Use the previously #if 0'ed code
1830 to test void* parameters.
1831
1832 * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
1833 source pointer before dereferencing.
1834 (__STRING_SMALLL_GET32): Likewise.
1835 (__memset_gc): Add missing parenthesis around macro arguments.
1836 Patch by Denis Zaitsev <zzz@cd-club.ru>.
1837
1838 * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
1839 that %eax is modified. Reported by Denis Zaitsev <zzz@cd-club.ru>.
1840
1841 2003-01-14 Jakub Jelinek <jakub@redhat.com>
1842
1843 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
1844 defining.
1845
1846 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
1847
1848 * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
1849 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
1850 here.
1851 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
1852
1853 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
1854
1855 * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
1856 from here...
1857 (PSEUDO): ... to here.
1858 * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
1859 from here...
1860 (PSEUDO): ... to here.
1861
1862 2003-01-13 Ulrich Drepper <drepper@redhat.com>
1863
1864 * locale/programs/charmap-dir.c (charmap_readdir): Use struct
1865 dirent64 instead of struct dirent for dirent. Call readdir64
1866 instead of readdir.
1867
1868 * locale/programs/locfile.c (siblings_uncached): Use struct
1869 dirent64 instead of struct dirent for other_dentry. Call
1870 readdir64 instead of readdir.
1871
1872 * elf/ldconfig.c (direntry): Change type to struct dirent64.
1873 (search_dir): Use readdir64 instead of readdir.
1874 Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
1875
1876 2003-01-12 Roland McGrath <roland@redhat.com>
1877
1878 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
1879 not strtol. The former is usable in ld.so, the latter not.
1880
1881 * include/fcntl.h: Declare __libc_creat.
1882
1883 * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
1884 libhurduser-link.so-no-z-defs): New variables.
1885
1886 * malloc/malloc.c: Revert last change.
1887 * malloc/malloc.h (_int_*): Move these decls to ...
1888 * include/malloc.h: ... here. Add attribute_hidden.
1889 (_int_valloc): Declare it too.
1890
1891 2003-01-12 Ulrich Drepper <drepper@redhat.com>
1892
1893 * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
1894 search for removed searchlist. Reported by Roland McGrath.
1895
1896 * io/ftwtest-sh: Add test for case of symlink to nonexisting file
1897 given as start file.
1898
1899 * io/ftw.c (ftw_startup): Use correct name in check for symlink
1900 without existing target. Patch by Jim Meyering.
1901
1902 * Makerules (build-shlib-helper): Don't use -z defs linker option
1903 if no-z-defs is defined either.
1904
1905 2003-01-10 Martin Schwidefsky <schwidefsky@de.ibm.com>
1906
1907 * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
1908 file.
1909
1910 2003-01-10 Martin Schwidefsky <schwidefsky@de.ibm.com>
1911
1912 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
1913 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1914
1915 2003-01-12 Ulrich Drepper <drepper@redhat.com>
1916
1917 * io/ftwtest-sh: Add test case for relative path with /. at the end.
1918
1919 2003-01-12 Jim Meyering <jim@meyering.net>
1920
1921 * io/ftw.c (ftw_startup): When trying to stat the starting directory,
1922 use the basename if we've already chdir'd into its parent directory.
1923
1924 2003-01-12 Ulrich Drepper <drepper@redhat.com>
1925
1926 * io/ftw.c (process_entry): Use relative path when using chdir()
1927 to change directory after call to ftw_dir.
1928 * io/ftwtest-sh: Add test for relative path argument to nftw()
1929 with FTW_CHDIR option.
1930
1931 2002-01-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1932
1933 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
1934 Define for powerpc.
1935 * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
1936 into account.
1937 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1938 (INTERNAL_SYSCALL): Make use of ERR parameter.
1939 (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1940 INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
1941 (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
1942 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
1943
1944 2002-01-09 Richard Henderson <rth@redhat.com>
1945
1946 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
1947 DTPREL64 and TPREL64 without loadbase applied.
1948
1949 2002-01-09 Richard Henderson <rth@redhat.com>
1950
1951 * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
1952 for NOT_IN_libc.
1953
1954 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
1955 * sysdeps/unix/alpha/sysdep.h: ... here.
1956 (PSEUDO_LOADGP): Remove.
1957 (PSEUDO_PROLOGUE): Load GP in non-pic case.
1958 (SYSCALL_ERROR_LABEL): New.
1959 (PSEUDO): Use it in error branch.
1960 (PSEUDO_END): Add $syscall_error label.
1961
1962 2003-01-12 Andreas Jaeger <aj@suse.de>
1963
1964 * math/bits/mathcalls.h: Round is a const function.
1965
1966 2003-01-11 Jim Meyering <jim@meyering.net>
1967
1968 * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
1969 [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
1970 Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
1971 [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
1972 [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
1973 [!_LIBC] (internal_function, dirent64, MAX): Define.
1974 (__set_errno): Define if not already defined.
1975 (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
1976 the basename, not the entire file name.
1977 (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
1978 the basename, not the entire file name.
1979
1980 2003-01-12 Ulrich Drepper <drepper@redhat.com>
1981
1982 * string/tester.c (test_strcpy): Disable last added strcpy until
1983 it is fixed.
1984
1985 2003-01-11 Philip Blundell <philb@gnu.org>
1986
1987 * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
1988
1989 2003-01-11 Andreas Schwab <schwab@suse.de>
1990
1991 * Makerules: Add vpath for %.dynsym and %.so so that the
1992 implicit rule chaining for check-abi works.
1993
1994 2003-01-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1995
1996 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
1997 Add non-PIC case.
1998
1999 2003-01-11 Jakub Jelinek <jakub@redhat.com>
2000
2001 * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
2002 [__ia64__] (TLS_LE, TLS_IE): Fix typos. Add ;; at start of asm if
2003 gp is used early.
2004 [__ia64__] (TLS_LD, TLS_GD): Likewise. Use __TLS_CALL_CLOBBERS.
2005 * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
2006 Ensure libc.so in DT_NEEDED.
2007 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
2008 CHECK_STATIC_TLS before l_tls_offset use.
2009 * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
2010 Likewise.
2011 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
2012 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
2013 Allocate TLS_PRE_TCB_SIZE bytes below result.
2014 (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
2015 * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
2016 TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
2017 segment has been found. If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
2018 bytes below result and add tcb_offset to memsz.
2019 * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
2020 * sysdeps/ia64/dl-machine.h: Include tls.h.
2021 (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
2022 too.
2023 (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
2024 Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
2025 * sysdeps/ia64/libc-tls.c: New file.
2026
2027 2003-01-10 Steven Munroe <sjmunroe@us.ibm.com>
2028
2029 * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
2030 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
2031 Fix type. Move definition out of #if.
2032 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
2033 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
2034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
2035 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
2036 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
2037 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
2038 support.
2039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
2040 ftruncate64, pread64, pwrite64, truncate64 entries.
2041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2042 (INLINE_SYSCALL): New version that supports function call like
2043 syscalls. Add __builtin_expect.
2044 (LOADARGS_n): Add argument size safety checks.
2045 (INTERNAL_SYSCALL): New Macro.
2046 * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
2047 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
2048 redefinition of elf_fpreg_t and elf_fpregset_t.
2049
2050 2003-01-12 Ulrich Drepper <drepper@redhat.com>
2051
2052 * elf/dl-close.c (_dl_close): Add several asserts. Correct and
2053 simplify test for unloading. If loader of a DSO is unloaded do not
2054 use its scope anymore. Fall back to own scope and adjust opencounts.
2055 Fix several comments.
2056 * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
2057 the l_searchlist, not only for l_initfini.
2058
2059 * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
2060 dependencies if objects cannot be removed. Remove object with the
2061 definition as not unloadable if necessary.
2062
2063 * elf/reldep6.c: Create relocation dependency before closing the first
2064 module.
2065
2066 2003-01-10 Guido Günther <agx@sigxcpu.org>
2067
2068 * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
2069 * sysdeps/unix/mips/brk.S: Likewise.
2070 * sysdeps/unix/mips/pipe.S: Likewise.
2071
2072 2003-01-10 Andreas Schwab <schwab@suse.de>
2073
2074 * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
2075
2076 * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
2077 are known to have the vfork syscall.
2078
2079 * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
2080
2081 * sysdeps/unix/sysv/linux/kernel-features.h
2082 (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
2083 (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
2084 (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
2085
2086 2003-01-09 Jakub Jelinek <jakub@redhat.com>
2087
2088 * elf/Makefile: Add rules to build and run reldep9 test.
2089 * elf/reldep9.c: New file.
2090 * elf/reldep9mod1.c: New file.
2091 * elf/reldep9mod2.c: New file.
2092 * elf/reldep9mod3.c: New file.
2093
2094 2003-01-09 Jakub Jelinek <jakub@redhat.com>
2095
2096 * elf/Makefile: Add rules to build and run nodelete2 test.
2097 * elf/nodelete2.c: New file.
2098 * elf/nodel2mod1.c: New file.
2099 * elf/nodel2mod2.c: New file.
2100 * elf/nodel2mod3.c: New file.
2101
2102 2003-01-09 Jakub Jelinek <jakub@redhat.com>
2103
2104 * posix/test-vfork.c (noop): Add __attribute_noinline__.
2105 * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
2106 * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
2107 defining it.
2108 * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
2109 * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
2110 * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
2111 * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
2112 * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
2113
2114 2003-01-09 Andreas Schwab <schwab@suse.de>
2115
2116 * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
2117
2118 2003-01-08 Ulrich Drepper <drepper@redhat.com>
2119
2120 * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
2121 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
2122 argument.
2123 (INTERNAL_SYSCALL_DECL): Define.
2124
2125 2003-01-06 Jakub Jelinek <jakub@redhat.com>
2126
2127 * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
2128 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
2129 argument.
2130 (INTERNAL_SYSCALL_DECL): Define.
2131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
2132 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
2133 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2134 (INLINE_SYSCALL): Adjust.
2135 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2136 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2137 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2138 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2139 * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
2140 add err argument to INTERNAL_SYSCALL* macros.
2141 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
2142 * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
2143 * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
2144 * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
2145 Likewise.
2146 * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
2147 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
2148 INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
2149
2150 2003-01-07 Ulrich Drepper <drepper@redhat.com>
2151
2152 Unify symbols in user namespace exported by libc.so and libc.a.
2153 * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
2154 argp_fmtstream_free, and argp_fmtstream_printf.
2155 * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
2156 argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
2157 argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
2158 argp_fmtstream_point.
2159 * gmon/gmon.c: Don't define write_profiling.
2160 * libio/genops.c: Don't define _cleanup.
2161
2162 * intl/explodename.c (_nl_find_language.c): Mark as static.
2163 * intl/loadinfo.h: Remove _nl_find_language prototype.
2164
2165 * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
2166 * libio/libioP.h: Remove declaration.
2167
2168 * libio/iopopen.c (_IO_proc_jumps): Mark as static.
2169 * libio/libioP.h: Remove declaration.
2170
2171 * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
2172 * sysdeps/generic/framestate.c: Define STATIC before including
2173 unwind-dw2.c.
2174
2175 * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
2176
2177 2003-01-06 Philip Blundell <philb@gnu.org>
2178
2179 * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
2180 [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
2181
2182 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
2183 directive.
2184 (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
2185 (SYSCALL_ERROR): New.
2186 (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
2187 handling code.
2188 (INTERNAL_SYSCALL): Define.
2189 (INLINE_SYSCALL): Use it.
2190 (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
2191 * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
2192 SYSCALL_ERROR in place of __syscall_error.
2193
2194 2003-01-07 Jakub Jelinek <jakub@redhat.com>
2195
2196 * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
2197 __bswap_32, __bswap_64): Put x into temporary variable
2198 to avoid warnings.
2199 [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
2200 (inline) functions.
2201 * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
2202 __bswap_32, __bswap_64): Put x into temporary variable
2203 to avoid warnings.
2204 [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
2205 (inline) functions.
2206 * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
2207 Likewise.
2208
2209 2003-01-07 Jakub Jelinek <jakub@redhat.com>
2210
2211 * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
2212 alias.
2213
2214 2003-01-07 Jakub Jelinek <jakub@redhat.com>
2215
2216 * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
2217 * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
2218
2219 2003-01-07 Ulrich Drepper <drepper@redhat.com>
2220
2221 * math/libm-test.inc (significand_test): New function.
2222 (main): Call it.
2223
2224 2003-01-06 Roland McGrath <roland@redhat.com>
2225
2226 * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
2227 arguments.
2228 (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
2229 (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
2230 (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
2231
2232 * string/tester.c (test_strcpy): Add test with `void *' arguments.
2233
2234 2003-01-06 Ulrich Drepper <drepper@redhat.com>
2235
2236 * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
2237 return significand and not the exponent.
2238 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2239
2240 * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
2241 taking address of iov in INTERNAL_SYSCALL call. Patch by Franz Sirl.
2242
2243 * malloc/malloc.c: Mark all _int_* functions as static.
2244
2245 2003-01-06 Jakub Jelinek <jakub@redhat.com>
2246
2247 * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
2248 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
2249 handling.
2250 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2251
2252 2003-01-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2253
2254 * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
2255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
2256 support.
2257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
2258 ftruncate64, truncate64, pread64 and pwrite64 entries.
2259 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2260 (INLINE_SYSCALL): Add __builtin_expect.
2261 (LOADARGS_n): Add argument size safety checks.
2262 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
2263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
2264 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
2265 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
2266 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
2267 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
2268
2269 2003-01-06 Jakub Jelinek <jakub@redhat.com>
2270
2271 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
2272 * sysdeps/generic/creat.c: Include sysdep-cancel.h.
2273 (LIBC_CANCEL_HANDLED): Add.
2274
2275 * sysdeps/unix/sysv/linux/alpha/sysdep.h
2276 (inline_syscall_r0_constraint): Rename to...
2277 (inline_syscall_r0_out_constraint): ... this. Add =.
2278 (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
2279
2280 2003-01-06 Andreas Schwab <schwab@suse.de>
2281
2282 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
2283 sure this is always inlined.
2284 (elf_machine_rela): Likewise.
2285
2286 * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
2287
2288 2003-01-04 Roland McGrath <roland@redhat.com>
2289
2290 * Makeconfig (+mkdep): Add -MP flag.
2291 Suggested by Art Haas <ahaas@airmail.net>.
2292
2293 2003-01-05 Andreas Schwab <schwab@suse.de>
2294
2295 * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
2296
2297 2003-01-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2298
2299 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
2300 SYSCALL_ERROR_HANDLER.
2301 * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
2302 * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
2303 Add support for cancellation handling.
2304 * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
2305 SYSCALL_ERROR_HANDLER.
2306 * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
2307 * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
2308 Add support for cancellation handling.
2309 (SYSCALL_ERROR_HANDLER): Define PIC variants.
2310
2311 2003-01-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2312
2313 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
2314 __syscall_pread64 and __syscall_pwrite64 cancelable.
2315 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2316 (INTERNAL_SYSCALL): New macro.
2317 (LOADARGS_0, LOADARGS_1): Fix.
2318
2319 2003-01-05 Ulrich Drepper <drepper@redhat.com>
2320
2321 * Makerules (build-shlip-helper): Unless told otherwise, add
2322 -Wl,-z,defs to linker command line.
2323 * rt/Makefile (librt.so): Link with ld.so.
2324 * dlfcn/Makefile (libdl.so): Likewise.
2325
2326 2003-01-05 Jakub Jelinek <jakub@redhat.com>
2327
2328 * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
2329 cancellation handling.
2330 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2331 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
2332
2333 2003-01-04 Ulrich Drepper <drepper@redhat.com>
2334
2335 * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
2336 order of parameters passed to kill.
2337
2338 2003-01-04 Andreas Schwab <schwab@suse.de>
2339
2340 * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
2341
2342 2002-01-03 Paul Eggert <eggert@twinsun.com>
2343
2344 * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
2345 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
2346 when compiling Bison 1.875's `bitset bset = obstack_alloc
2347 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
2348
2349 2003-01-04 Ulrich Drepper <drepper@redhat.com>
2350
2351 * sysdeps/posix/system.c (do_system): Minor optimizations. Remove
2352 unnecessary code.
2353 Correct reference counter in case SIGQUIT handler installation failed.
2354
2355 2003-01-03 Ulrich Drepper <drepper@redhat.com>
2356
2357 * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
2358 Define using _Pragma(weak ...).
2359
2360 2003-01-03 Andreas Jaeger <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
2361
2362 * resolv/res_libc.c: Provide declaration for __res_init_weak and
2363 reorder declarations.
2364
2365 2003-01-03 Art Haas <ahaas@airmail.net>
2366
2367 * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
2368 initializer syntax to C99.
2369 * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
2370 * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
2371 * localedata/tests-mbwc/dat_iswctype.c: Likewise.
2372 * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
2373 * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
2374 * localedata/tests-mbwc/dat_iswlower.c: Likewise.
2375 * localedata/tests-mbwc/dat_iswprint.c: Likewise.
2376 * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
2377 * localedata/tests-mbwc/dat_iswspace.c: Likewise.
2378 * localedata/tests-mbwc/dat_iswupper.c: Likewise.
2379 * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
2380 * localedata/tests-mbwc/dat_mblen.c: Likewise.
2381 * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
2382 * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
2383 * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
2384 * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
2385 * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
2386 * localedata/tests-mbwc/dat_strcoll.c: Likewise.
2387 * localedata/tests-mbwc/dat_strfmon.c: Likewise.
2388 * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
2389 * localedata/tests-mbwc/dat_swscanf.c: Likewise.
2390 * localedata/tests-mbwc/dat_towctrans.c: Likewise.
2391 * localedata/tests-mbwc/dat_towlower.c: Likewise.
2392 * localedata/tests-mbwc/dat_towupper.c: Likewise.
2393 * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
2394 * localedata/tests-mbwc/dat_wcscat.c: Likewise.
2395 * localedata/tests-mbwc/dat_wcschr.c: Likewise.
2396 * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
2397 * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
2398 * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
2399 * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
2400 * localedata/tests-mbwc/dat_wcslen.c: Likewise.
2401 * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
2402 * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
2403 * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
2404 * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
2405 * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
2406 * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
2407 * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
2408 * localedata/tests-mbwc/dat_wcstod.c: Likewise.
2409 * localedata/tests-mbwc/dat_wcstok.c: Likewise.
2410 * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
2411 * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
2412 * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
2413 * localedata/tests-mbwc/dat_wctob.c: Likewise.
2414 * localedata/tests-mbwc/dat_wctomb.c: Likewise.
2415 * localedata/tests-mbwc/dat_wctrans.c: Likewise.
2416 * localedata/tests-mbwc/dat_wctype.c: Likewise.
2417 * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
2418
2419 2003-01-03 Richard Henderson <rth@redhat.com>
2420
2421 * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
2422 (inline_syscall_r0_constraint): New.
2423 (inline_syscall[0-6]): Use them.
2424
2425 2003-01-03 Jakub Jelinek <jakub@redhat.com>
2426
2427 * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
2428 Add rtld_hidden_proto.
2429 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
2430 (_dl_allocate_tls): Likewise. Remove INTDEF.
2431
2432 2002-07-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2433
2434 * sysdeps/sh/memcpy.S: Optimize. Based on a patch by Toshiyasu
2435 Morita <toshiyasu.morita@hsa.hitachi.com>.
2436 * sysdeps/sh/memcpy.S: Likewise.
2437
2438 2003-01-02 Ulrich Drepper <drepper@redhat.com>
2439
2440 * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
2441 any, but unify the test.
2442
2443 2003-01-02 Jakub Jelinek <jakub@redhat.com>
2444
2445 * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
2446 sigaction): Protect weak_alias and libc_hidden_weak with
2447 #ifndef LIBC_SIGACTION.
2448 * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
2449 sigaction): Likewise.
2450 * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
2451 sigaction): Likewise.
2452 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
2453 sigaction): Likewise.
2454 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
2455 sigaction): Likewise.
2456 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
2457 sigaction): Likewise.
2458 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
2459 sigaction): Likewise.
2460 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
2461 sigaction): Likewise. Remove SIGCANCEL handling here.
2462 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
2463 Likewise.
2464
2465 2003-01-02 Art Haas <ahaas@airmail.net>
2466
2467 * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
2468
2469 2003-01-02 Ulrich Drepper <drepper@redhat.com>
2470
2471 * posix/getconf.c: Update copyright year.
2472 * nss/getent.c: Likewise.
2473 * nscd/nscd_nischeck.c: Likewise.
2474 * iconv/iconvconfig.c: Likewise.
2475 * iconv/iconv_prog.c: Likewise.
2476 * elf/ldconfig.c: Likewise.
2477 * catgets/gencat.c: Likewise.
2478 * csu/version.c: Likewise.
2479 * elf/ldd.bash.in: Likewise.
2480 * elf/sprof.c (print_version): Likewise.
2481 * locale/programs/locale.c: Likewise.
2482 * locale/programs/localedef.c: Likewise.
2483 * nscd/nscd.c (print_version): Likewise.
2484 * debug/xtrace.sh: Likewise.
2485 * malloc/memusage.sh: Likewise.
2486 * malloc/mtrace.pl: Likewise.
2487
2488 2003-01-01 Jakub Jelinek <jakub@redhat.com>
2489
2490 * io/sys/stat.h: Include time.h with __need_timespec even if
2491 __USE_MISC is defined but __USE_XOPEN is not.
2492
2493 2003-01-01 Andreas Jaeger <aj@suse.de>
2494
2495 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
2496 type to avoid strict aliasing problem.
2497 (_nss_dns_gethostbyname2_r): Likewise.
2498 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2499 (_nss_dns_getnetbyname_r): Likewise.
2500 * resolv/gethnamaddr.c (_gethtent): Likewise.
2501 (gethostbyname2): Likewise.
2502
2503 2002-12-31 Ulrich Drepper <drepper@redhat.com>
2504
2505 * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
2506 to avoid using the exported symbols. Define aliases with the
2507 original names separately.
2508
2509 * include/time.h: Add libc_hidden_proto for __strftime_l.
2510 * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
2511 * time/strftime.c: Always use libc_hidden_def if _LIBC.
2512
2513 * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
2514 * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
2515
2516 * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
2517 tr_break.
2518
2519 * csu/Makefile (routines): Add dso_handle.
2520 * csu/dso_handle.c: New file.
2521
2522 2002-12-31 Roland McGrath <roland@redhat.com>
2523
2524 * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
2525 Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
2526 (S-CPPFLAGS): Add -DASSEMBLER here instead.
2527 (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
2528
2529 2002-12-31 Ulrich Drepper <drepper@redhat.com>
2530
2531 * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
2532 is available.
2533
2534 2002-12-31 Andreas Jaeger <aj@suse.de>
2535
2536 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
2537 with Linux kernel.
2538 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
2539 * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
2540 * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
2541
2542 * sysdeps/unix/sysv/linux/kernel_stat.h
2543 (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
2544
2545 * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
2546 __unused[1-3] since they're needed by some platforms. Handle
2547 _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
2548
2549 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
2550 for structs stat and stat64.
2551 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2552 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2553 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2554 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2555
2556 * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
2557
2558 * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
2559 nsec resolution changes.
2560 (xstat64_conv): Likewise.
2561 (xstat32_conv): Likewise.
2562
2563 * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
2564 struct kernel_stat.
2565
2566 * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
2567 structs stat and stat64.
2568
2569 * time/time.h (__timespec_defined): Define for __USE_MISC.
2570
2571 2002-12-31 Ulrich Drepper <drepper@redhat.com>
2572
2573 * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
2574 and __libc_current_sigrtmax.
2575
2576 2002-12-31 Jakub Jelinek <jakub@redhat.com>
2577
2578 * include/errno.h (__errno_location): Add prototype.
2579 Use libc_hidden_proto unconditionally.
2580 * include/netdb.h (__h_errno_location): Use libc_hidden_proto
2581 unconditionally.
2582 * include/resolv.h (__res_state): Likewise.
2583
2584 * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
2585 * include/sys/socket.h (accept): Add libc_hidden_proto.
2586 * include/errno.h (__errno_location): Likewise.
2587 * include/netdb.h (__h_errno_location): Likewise.
2588 * include/resolv.h (__res_state): Likewise.
2589 * include/unistd.h (__lseek): Likewise.
2590 * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
2591 * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
2592 * sysdeps/generic/res-state.c (__res_state): Likewise.
2593 * sysdeps/generic/accept.c (accept): Likewise.
2594 * sysdeps/generic/lseek.c (__lseek): Likewise.
2595 * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
2596 __libc_current_sigrtmax): Likewise.
2597 * sysdeps/mach/hurd/accept.c (accept): Likewise.
2598 * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
2599 * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
2600 * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
2601 * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
2602 * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
2603 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
2604 * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
2605 * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
2606 alias to llseek.
2607 (__GI_accept): New alias to accept.
2608 * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
2609 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
2610 New alias to llseek.
2611 (__GI_accept): New alias to accept.
2612 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
2613 Likewise.
2614 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
2615 Likewise.
2616 * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
2617
2618 * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
2619 strong_alias (name, __GI_name).
2620 * sysdeps/arm/bsd-_setjmp.S : Likewise.
2621 * sysdeps/hppa/bsd-_setjmp.S : Likewise.
2622 * sysdeps/i386/bsd-_setjmp.S : Likewise.
2623 * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
2624 * sysdeps/mips/bsd-_setjmp.S : Likewise.
2625 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
2626 * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
2627 * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
2628 * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
2629 * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
2630 * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
2631 * sysdeps/sh/bsd-_setjmp.S : Likewise.
2632 * sysdeps/sparc/sparc32/setjmp.S : Likewise.
2633 * sysdeps/unix/arm/fork.S : Likewise.
2634 * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
2635 * sysdeps/unix/bsd/i386/vfork.S : Likewise.
2636 * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
2637 * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
2638 * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
2639 * sysdeps/unix/bsd/vax/vfork.S : Likewise.
2640 * sysdeps/unix/i386/fork.S : Likewise.
2641 * sysdeps/unix/mips/fork.S : Likewise.
2642 * sysdeps/unix/sparc/fork.S : Likewise.
2643 * sysdeps/unix/sparc/vfork.S : Likewise.
2644 * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
2645 * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
2646 * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
2647 * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
2648 * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
2649 * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
2650 * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
2651 * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
2652 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
2653 * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
2654 * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
2655 * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
2656 * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
2657 * sysdeps/unix/fork.S : Likewise.
2658 * sysdeps/vax/bsd-_setjmp.S : Likewise.
2659 * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
2660
2661 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
2662 inclusion.
2663
2664 2002-12-31 Ulrich Drepper <drepper@redhat.com>
2665
2666 * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
2667 * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
2668 * sysdeps/mach/hurd/fork.c: Likewise.
2669 * sysdeps/unix/sysv/aix/fork.c: Likewise.
2670 * sysdeps/unix/fork.S: Add __GI___fork alias.
2671 * sysdeps/unix/arm/fork.S: Likewise.
2672 * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
2673 * sysdeps/unix/i386/fork.S: Likewise.
2674 * sysdeps/unix/mips/fork.S: Likewise.
2675 * sysdeps/unix/sparc/fork.S: Likewise.
2676 * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
2677 * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
2678 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2679 * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
2680 * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
2681 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
2682 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2683 * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
2684 * sysdeps/unix/bsd/vax/vfork.S: Likewise.
2685 * sysdeps/unix/sparc/vfork.S: Likewise.
2686 * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
2687 * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
2688 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2689 * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
2690 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2691 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
2692 * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
2693 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
2694
2695 * include/time.h: Add libc_hidden_proto for __nanosleep.
2696 * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
2697 * sysdeps/mach/nanosleep.c: Likewise.
2698 * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
2699 * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
2700
2701 * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
2702 _IO_list_unlock, and _IO_list_resetlock.
2703 * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
2704 _IO_list_unlock, and _IO_list_resetlock.
2705
2706 * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
2707 _IO_iter_end, _IO_iter_next, and _IO_iter_file.
2708 * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
2709 _IO_iter_end, _IO_iter_next, and _IO_iter_file.
2710
2711 * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
2712 * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
2713 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
2714 __GI___longjmp alias.
2715
2716 * include/setjmp.h: Add libc_hidden_proto for _setjmp.
2717 * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
2718 * sysdeps/arm/bsd-_setjmp.S: Likewise.
2719 * sysdeps/generic/bsd-_setjmp.c: Likewise.
2720 * sysdeps/hppa/bsd-_setjmp.S: Likewise.
2721 * sysdeps/i386/bsd-_setjmp.S: Likewise.
2722 * sysdeps/m68k/bsd-_setjmp.c: Likewise.
2723 * sysdeps/mips/bsd-_setjmp.S: Likewise.
2724 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
2725 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2726 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
2727 * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
2728 * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
2729 * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
2730 * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
2731 * sysdeps/sh/bsd-_setjmp.S: Likewise.
2732 * sysdeps/sparc/sparc32/setjmp.S: Likewise.
2733 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
2734 * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
2735 * sysdeps/vax/bsd-_setjmp.S: Likewise.
2736 * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
2737
2738 2002-12-30 Ulrich Drepper <drepper@redhat.com>
2739
2740 * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
2741
2742 2002-12-30 Roland McGrath <roland@redhat.com>
2743
2744 * Rules (generated): Target removed.
2745 * mach/Makefile (generated): Define it here instead.
2746
2747 * math/Makefile (generated): Add m_*l and m_*f variants too.
2748
2749 2002-12-30 Ulrich Drepper <drepper@redhat.com>
2750
2751 * elf/dl-close.c (_dl_close): Handle relocation dependencies among
2752 the to-be-deleted objects right away instead of later separately.
2753 The latter fails because the scope data structures of the DSO
2754 might already be gone.
2755
2756 * elf/Makefile: Add rules to build and run reldep8 test.
2757 * elf/reldep8.c: New file.
2758 * elf/reldep8mod1.c: New file.
2759 * elf/reldep8mod2.c: New file.
2760 * elf/reldep8mod3.c: New file.
2761 Contributed by Jakub Jelinek.
2762
2763 2002-12-24 GOTO Masanori <gotom@debian.or.jp>
2764
2765 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
2766 checking of return value ENOSYS from getdents64.
2767
2768 2002-12-28 Andreas Schwab <schwab@suse.de>
2769
2770 * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
2771 ($(common-objpfx)s-%.d): Generalized from
2772 $(common-objpfx)s-proto.d rule.
2773 (common-generated): Add s-proto-cancel.d.
2774 * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
2775 cancellable syscalls.
2776 * sysdeps/unix/s-proto-cancel.S: New file.
2777
2778 2002-12-29 Roland McGrath <roland@redhat.com>
2779
2780 * resolv/res_libc.c: Move _res defn magic after res_init defn
2781 so _res macro is in effect for that code.
2782
2783 * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
2784 pattern for prepending $(..) so it doesn't affect $(foo).
2785
2786 * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
2787
2788 2002-12-29 Jakub Jelinek <jakub@redhat.com>
2789
2790 * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
2791 in hwcap.
2792
2793 2002-12-28 Ulrich Drepper <drepper@redhat.com>
2794
2795 * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
2796
2797 2002-12-28 Andreas Jaeger <aj@suse.de>
2798
2799 * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
2800 avoid warning.
2801 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
2802
2803 2002-12-27 Jakub Jelinek <jakub@redhat.com>
2804
2805 * inet/herrno.c (__h_errno_location): Remove.
2806 * inet/Makefile (routines): Add herrno-loc.
2807 * resolv/res_libc.c (__res_state): Remove.
2808 * resolv/Makefile (routines): Add res-state.
2809 * sysdeps/generic/herrno-loc.c: New file.
2810 * sysdeps/generic/res-state.c: New file.
2811
2812 2002-12-27 Jakub Jelinek <jakub@redhat.com>
2813
2814 * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
2815 Only define if USE_DL_SYSINFO is defined.
2816
2817 2002-12-22 Jakub Jelinek <jakub@redhat.com>
2818
2819 * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
2820 INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
2821 Define. Patch by Richard Henderson and Jes Sorensen.
2822 (PSEUDO): Remove unnecessary ;;.
2823 * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
2824 are found unless TLS_INIT_TP_EXPENSIVE. Use NONTLS_INIT_TP.
2825 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
2826 if not initializing thread pointer.
2827 [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
2828 * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
2829 make it weak also if NONTLS_INIT_TP.
2830 * sysdeps/unix/common/pause.c: Handle cancellation.
2831 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
2832 (LOADSYSCALL): Remove.
2833 (SYSCALL_ERROR_HANDLER_ENTRY): Define.
2834 (SYSCALL_ERROR_HANDLER): Use it.
2835 (PSEUDO): Don't jump around error handler.
2836 * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
2837 jump around error handler.
2838 * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
2839 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
2840 to __syscall_error_handler on failure.
2841 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
2842 (LOADSYSCALL): Remove.
2843 (SYSCALL_ERROR_HANDLER_ENTRY): Define.
2844 (SYSCALL_ERROR_HANDLER): Use it.
2845 (PSEUDO): Don't jump around error handler.
2846 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
2847 jump around error handler.
2848 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
2849 * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
2850 to __syscall_error_handler on failure.
2851
2852 2002-12-27 Roland McGrath <roland@redhat.com>
2853
2854 * scripts/gen-as-const.awk: New file.
2855 * Makefile (distribute): Add it.
2856 * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
2857 (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
2858 to the list.
2859 (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
2860
2861 2002-12-27 Andreas Schwab <schwab@suse.de>
2862
2863 * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
2864
2865 2002-12-27 Jakub Jelinek <jakub@redhat.com>
2866
2867 * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
2868 _environ is NULL.
2869
2870 2002-12-27 Andreas Schwab <schwab@suse.de>
2871
2872 * Makerules ($(common-objpfx)%.make): Filter through
2873 $(sed-remove-objpfx).
2874
2875 2002-12-23 Roland McGrath <roland@redhat.com>
2876
2877 * scripts/abilist.awk: Produce a more compact format, divided into
2878 stanzas for each version set, the set name listed only once.
2879 * scripts/extract-abilist.awk: New file.
2880 * scripts/merge-abilist.awk: New file.
2881 * Makerules (check-abi-%, update-abi-%): New pattern rules.
2882 (update-abi, check-abi): New targets.
2883 * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
2884
2885 2002-12-19 Roland McGrath <roland@redhat.com>
2886
2887 * Makerules (%.symlist): Use LC_ALL=C when running awk script.
2888
2889 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
2890 INTERNAL_SYSCALL.
2891
2892 2002-12-21 Andreas Schwab <schwab@suse.de>
2893
2894 * elf/check-textrel.c (handle_file): Swap p_type.
2895
2896 2002-12-21 Andreas Schwab <schwab@suse.de>
2897
2898 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
2899 (INLINE_SYSCALL): Use it.
2900 (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
2901 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
2902
2903 * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
2904 * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
2905
2906 2002-12-20 Art Haas <ahaas@airmail.net>
2907
2908 * sysdeps/gnu/siglist.c: Convert GCC extension initializer
2909 syntax to C99.
2910
2911 2002-12-21 Philip Blundell <philb@gnu.org>
2912
2913 * sysdeps/arm/elf/start.S (_start): Optimise a little. Push stack
2914 top as seventh arg to __libc_start_main.
2915 Reported by paulnash@wildseed.com.
2916
2917 * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
2918
2919 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
2920 compatibility cruft when new enough kernel is assumed.
2921
2922 2002-12-20 Jakub Jelinek <jakub@redhat.com>
2923
2924 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
2925 instead of INLINE_SYSCALL.
2926
2927 2002-12-20 Ulrich Drepper <drepper@redhat.com>
2928
2929 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
2930 typo.
2931
2932 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
2933 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2934 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
2935 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2936 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2937 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2938 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2939 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2940 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2941 Patch by William Lee Irwin <wli@holomorphy.com>.
2942
2943 2002-12-20 Andreas Schwab <schwab@suse.de>
2944
2945 * locale/programs/ld-measurement.c (measurement_output): Fix
2946 index calculation.
2947
2948 2002-12-20 Ulrich Drepper <drepper@redhat.com>
2949
2950 * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
2951 Redefine _IO_flockifle and _IO_funlockfile as inlines.
2952
2953 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
2954 builds add "tls" in the search path.
2955 * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
2956 (path_hwcap): Recognize "tls".
2957
2958 2002-12-19 Ulrich Drepper <drepper@redhat.com>
2959
2960 * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
2961 __waitpid instead of waitpid.
2962
2963 * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
2964 int $0x80.
2965 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
2966 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2967 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
2968
2969 * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
2970 information for system calls.
2971
2972 * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
2973 for ld.so.
2974
2975 * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
2976
2977 2002-12-19 Roland McGrath <roland@redhat.com>
2978
2979 * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
2980 * iconvdata/ibm922.h: Likewise.
2981 * iconvdata/ibm930.h: Likewise.
2982 * iconvdata/ibm932.h: Likewise.
2983 * iconvdata/ibm933.h: Likewise.
2984 * iconvdata/ibm935.h: Likewise.
2985 * iconvdata/ibm937.h: Likewise.
2986 * iconvdata/ibm939.h: Likewise.
2987 * iconvdata/ibm943.h: Likewise.
2988 * iconvdata/isiri-3342.h: Likewise.
2989
2990 2002-12-19 Ulrich Drepper <drepper@redhat.com>
2991
2992 * test-skeleton.c (main): Make sure correct value is seen as
2993 argv[0] after adjustment of argv, and argc.
2994
2995 * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
2996 RTLD_CORRECT_DYNAMIC_WEAK is defined.
2997
2998 2002-12-19 Jakub Jelinek <jakub@redhat.com>
2999
3000 * nscd/connections.c (nscd_run): Shut up warning.
3001 * tst-ungetc.c (assert): Undefined before redefining.
3002
3003 2002-12-19 Ulrich Drepper <drepper@redhat.com>
3004
3005 * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
3006 is used.
3007
3008 2002-12-17 Art Haas <ahaas@airmail.net>
3009
3010 * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
3011 * iconvdata/cp775.h: Likewise.
3012 * iconvdata/ibm1046.h: Likewise.
3013 * iconvdata/ibm1124.h: Likewise.
3014 * iconvdata/ibm1129.h: Likewise.
3015 * iconvdata/ibm1132.h: Likewise.
3016 * iconvdata/ibm1133.h: Likewise.
3017 * iconvdata/ibm1160.h: Likewise.
3018 * iconvdata/ibm1161.h: Likewise.
3019 * iconvdata/ibm1162.h: Likewise.
3020 * iconvdata/ibm1163.h: Likewise.
3021 * iconvdata/ibm1164.h: Likewise.
3022
3023 2002-12-19 Ulrich Drepper <drepper@redhat.com>
3024
3025 * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
3026 __ASSUME_CLONE_THREAD_FLAGS is defined.
3027 * sysdeps/unix/sysv/linux/kernel-features.h
3028 (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
3029
3030 2002-12-18 Ulrich Drepper <drepper@redhat.com>
3031
3032 * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
3033 of asm.
3034 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3035
3036 * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
3037 _dl_sysinfo.
3038 [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
3039 code.
3040 * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
3041 _rtld_global.
3042 [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
3043 code.
3044 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
3045 Check for AT_SYSINFO and set _dl_sysinfo appropriately.
3046 * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
3047 Add _dl_sysinfo.
3048
3049 2002-12-18 Jakub Jelinek <jakub@redhat.com>
3050
3051 * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
3052 __libc_writev to...
3053 [libc: GLIBC_PRIVATE]: ...here.
3054 * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
3055 __libc_msgsnd to...
3056 [libc: GLIBC_PRIVATE]: ...here.
3057
3058 2002-12-18 Ulrich Drepper <drepper@redhat.com>
3059
3060 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
3061 Use it instead of directly int $0x80.
3062 * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
3063 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3064 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3065 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3066 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3067 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
3068
3069 2002-12-17 Ulrich Drepper <drepper@redhat.com>
3070
3071 * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
3072
3073 * elf/elf.h (AT_SYSINFO): New define.
3074 * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
3075 AT_SYSINFO.
3076
3077 2002-12-17 Jakub Jelinek <jakub@redhat.com>
3078
3079 * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
3080 Make cancelable.
3081 * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
3082 Likewise.
3083 * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
3084 Likewise.
3085 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
3086 Likewise.
3087 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
3088 Likewise.
3089 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
3090
3091 * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
3092 mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
3093 available, otherwise __libc_maybe_call.
3094 * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
3095 cancellation handling.
3096 * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
3097
3098 2002-12-17 Isamu Hasegawa <isamu@yamato.ibm.com>
3099
3100 * posix/regcomp.c (free_workarea_compile): Free the new member
3101 ORG_INDICES.
3102 (analyze): Initialize ORG_INDICES.
3103 (duplicate_node_closure): Search for a existing node, which is
3104 duplicated from the node ORG_DEST and satisfies the constraint
3105 CONSTRAINT. And use it to avoid inifimite loop.
3106 (search_duplicated_node): New function.
3107 (duplicate_node): Store the index of the original node.
3108 * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
3109 if needed.
3110 * posix/regex_internal.h (re_dfa_t): Add new members.
3111
3112 2002-12-17 Ulrich Drepper <drepper@redhat.com>
3113
3114 * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
3115
3116 2002-12-16 Ulrich Drepper <drepper@redhat.com>
3117
3118 * sysdeps/posix/system.c (do_system): Add support for installation
3119 of cancellation handlers.
3120 * sysdeps/unix/sysv/linux/i386/system.c: New file.
3121
3122 * stdlib/Makefile (tests): Add tst-system.
3123 * stdlib/tst-system.c: New file.
3124
3125 * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
3126 CENABLE]: Don't lose content of %ebx.
3127
3128 2002-12-17 Jakub Jelinek <jakub@redhat.com>
3129
3130 * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
3131 macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
3132
3133 2002-12-16 Ulrich Drepper <drepper@redhat.com>
3134
3135 * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
3136 fails to return a function pointer don't use it.
3137
3138 2002-12-16 Art Haas <ahaas@airmail.net>
3139
3140 * io/ftw.c: Convert GCC extension initializer syntax to C99.
3141 * iconvdata/iso-ir-165.c: Likewise.
3142 * iconvdata/jis0208.c: Likewise.
3143 * iconvdata/jis0212.c: Likewise.
3144
3145 2002-12-16 Ulrich Drepper <drepper@redhat.com>
3146
3147 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
3148 epoll_ctl, and epoll_wait.
3149 * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
3150 epoll_create, epoll_ctl, and epoll_wait.
3151 * sysdeps/unix/sysv/linux/sys/epoll.h: New file. Written by
3152 Davide Libenzi <davidel@xmailserver.org>.
3153 * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
3154 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3155 Add sys/epoll.h.
3156
3157 2002-12-16 Art Haas <ahaas@airmail.net>
3158
3159 * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
3160 syntax to C99
3161 * sysdeps/unix/sysv/aix/settimer.c: Likewise.
3162 * sysdeps/unix/sysv/aix/sleep.c: Likewise.
3163 * sysdeps/unix/sysv/aix/usleep.c: Likewise.
3164
3165 2002-12-16 Ulrich Drepper <drepper@redhat.com>
3166
3167 * stdio-common/Makefile (routines): Remove lockfile. Add
3168 flockfile, ftrylockfile, and funlockfile.
3169 * sysdeps/generic/lockfile.c: Removed. Each function has its own file.
3170 * sysdeps/generic/flockfile.c: New file.
3171 * sysdeps/generic/ftrylockfile.c: New file.
3172 * sysdeps/generic/funlockfile.c: New file.
3173
3174 2002-12-16 Jakub Jelinek <jakub@redhat.com>
3175
3176 * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
3177 macros instead of doing the calls directly.
3178 * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
3179 * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
3180 targets.
3181
3182 2002-12-16 Jakub Jelinek <jakub@redhat.com>
3183
3184 * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
3185 * sysdeps/ieee754/bits/nan.h: Likewise.
3186
3187 * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
3188 __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
3189
3190 2002-12-16 Roland McGrath <roland@redhat.com>
3191
3192 * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
3193 * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
3194 * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
3195
3196 * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
3197 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
3198 s_putpmsg.
3199 * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
3200 * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
3201 * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
3202 * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
3203 * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
3204 * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
3205 * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
3206 * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
3207
3208 2002-12-13 Paul Eggert <eggert@twinsun.com>
3209
3210 * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
3211 is now u_int, not int.
3212 (struct XDR.x_handy): Now u_int, not int.
3213 * sunrpc/xdr_mem.c: Include <limits.h>.
3214 (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
3215 xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
3216 x_handy is now unsigned, not signed.
3217 Do not decrement x_handy if no change is made.
3218 (xdrmem_setpos): Check for int overflow.
3219 * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
3220 (xdr_sizeof): Remove cast that is now unnecessary, now that
3221 x_handy is unsigned.
3222
3223 2002-12-15 Art Haas <ahaas@airmail.net>
3224
3225 * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
3226 * iconvdata/gap.awk: Likewise.
3227 * iconvdata/gen-8bit-gap-1.sh: Likewise.
3228 * iconvdata/gen-8bit-gap.sh: Likewise.
3229 * locale/C-address.c: Likewise.
3230 * locale/C-collate.c: Likewise.
3231 * locale/C-ctype.c: Likewise.
3232 * locale/C-identification.c: Likewise.
3233 * locale/C-measurement.c: Likewise.
3234 * locale/C-messages.c: Likewise.
3235 * locale/C-monetary.c: Likewise.
3236 * locale/C-name.c: Likewise.
3237 * locale/C-numeric.c: Likewise.
3238 * locale/C-paper.c: Likewise.
3239 * locale/C-telephone.c: Likewise.
3240 * locale/C-time.c: Likewise.
3241 * nscd/connections.c: Likewise.
3242 * nscd/grpcache.c: Likewise.
3243 * nscd/hstcache.c: Likewise.
3244 * nscd/pwdcache.c: Likewise.
3245 * stdio-common/vfprintf.c: Likewise.
3246 * stdlib/random.c: Likewise.
3247 * sysdeps/generic/siglist.c: Likewise.
3248 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
3249 * sysdeps/ieee754/bits/nan.h: Likewise.
3250 * sysdeps/posix/sprofil.c: Likewise.
3251 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
3252 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
3253 * sysdeps/unix/sysv/linux/usleep.c: Likewise.
3254
3255 2002-12-15 Roland McGrath <roland@redhat.com>
3256
3257 * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
3258
3259 * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
3260 <tls.h> here, no need for it.
3261 * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3262
3263 * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
3264 parameter, not varargs parameter.
3265
3266 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
3267 argument so it's not an unused variable.
3268
3269 * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
3270 __p_type_syms, __p_rcode_syms): Remove decls, never really intended
3271 for users.
3272
3273 * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
3274
3275 2002-12-15 Ulrich Drepper <drepper@redhat.com>
3276
3277 * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
3278 original __libc_fcntl code. Just renamed.
3279
3280 2002-12-15 Andreas Schwab <schwab@suse.de>
3281
3282 * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
3283
3284 2002-12-14 Olaf Hering <olh@suse.de>
3285
3286 * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
3287 * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
3288
3289 2002-12-15 Ulrich Drepper <drepper@redhat.com>
3290
3291 * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
3292
3293 * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
3294 SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
3295
3296 * sysdeps/unix/sysv/linux/open64.c: New file.
3297
3298 * sysdeps/generic/pselect.c: Add support for cancellation handling.
3299 * sysdeps/posix/open64.c: Likewise.
3300 * sysdeps/posix/sigpause.c: Likewise.
3301 * sysdeps/posix/sigwait.c: Likewise.
3302 * sysdeps/posix/system.c: Likewise.
3303 * sysdeps/posix/waitid.c: Likewise.
3304 * sysdeps/unix/sysv/linux/accept.S: Likewise.
3305 * sysdeps/unix/sysv/linux/connect.S: Likewise.
3306 * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3307 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
3308 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
3309 * sysdeps/unix/sysv/linux/poll.c: Likewise.
3310 * sysdeps/unix/sysv/linux/pread.c: Likewise.
3311 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3312 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3313 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3314 * sysdeps/unix/sysv/linux/readv.c: Likewise.
3315 * sysdeps/unix/sysv/linux/recv.S: Likewise.
3316 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
3317 * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
3318 * sysdeps/unix/sysv/linux/send.S: Likewise.
3319 * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
3320 * sysdeps/unix/sysv/linux/sendto.S: Likewise.
3321 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3322 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
3323 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
3324 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3325 * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
3326 * sysdeps/unix/sysv/linux/wait.c: Likewise.
3327 * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3328 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3329 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
3330 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3331
3332 2002-12-14 Jakub Jelinek <jakub@redhat.com>
3333
3334 * sysdeps/generic/sysdep-cancel.h: New file.
3335 * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
3336 cancelable syscall.
3337 * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
3338 recvmsg, send, sendmsg, sendto): Make cancelable.
3339 * sysdeps/unix/mman/syscalls.list (msync): Likewise.
3340 * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
3341 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3342 sendto, osf_select): Likewise.
3343 * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
3344 recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
3345 * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
3346 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3347 sendto): Likewise.
3348 * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
3349 recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
3350 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
3351 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3352 sendto): Likewise.
3353 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
3354 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3355 sendto, select): Likewise.
3356 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
3357 pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
3358 Likewise.
3359 * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
3360 select, fcntl): Likewise.
3361 * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
3362 * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
3363 read, readv, select, sigsuspend, write, writev): Likewise.
3364
3365 2002-12-14 Jakub Jelinek <jakub@redhat.com>
3366
3367 * dirent/bug-readdir1.c: Include unistd.h.
3368
3369 2002-12-13 Jakub Jelinek <jakub@redhat.com>
3370
3371 * locale/programs/locale.c: Include locarchive.h.
3372 (ARCHIVE_NAME): Define.
3373 (write_archive_locales): New function.
3374 (write_locales): Use it. Ensure the same locale is not printed
3375 multiple times in verbose mode.
3376 Mode LC_IDENTIFICATION and LC_CTYPE printing into...
3377 (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
3378 functions.
3379 (struct nameent): New type.
3380 (nameentcmp): New function.
3381
3382 2002-12-14 Jakub Jelinek <jakub@redhat.com>
3383
3384 * posix/regex_internal.c (re_string_context_at): Guard wide char
3385 code with #ifdef RE_ENABLE_I18N.
3386
3387 2002-11-22 Paolo Bonzini <bonzini@gnu.org>
3388
3389 * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
3390
3391 2002-12-13 Roland McGrath <roland@redhat.com>
3392
3393 * posix/bug-regex15.c: New file.
3394 * posix/Makefile (tests): Add it.
3395
3396 * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
3397 (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
3398
3399 2002-12-13 Ulrich Drepper <drepper@redhat.com>
3400
3401 * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
3402
3403 * misc/syslog.c (log_cleanup): Don't use parameter in
3404 __libc_lock_unlock call, use syslog_lock directly. Adjust callers to
3405 pass NULL instead of a pointer to syslog_lock.
3406
3407 2002-12-12 Ulrich Drepper <drepper@redhat.com>
3408
3409 * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
3410 linker map for all iconv modules.
3411 (distribute): Add gconv.map.
3412 * iconvdata/gconv.map: New file.
3413
3414 * elf/Makefile: Also check all iconv modules for text relocations.
3415
3416 * stdlib/Makefile: Remove code to automatically import GMP.
3417
3418 * elf/Makefile (tests): Add rules to build and run check-textrel.
3419 * elf/check-textrel.c: New file.
3420
3421 * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
3422 directive.
3423
3424 2002-12-11 Jakub Jelinek <jakub@redhat.com>
3425
3426 * io/test-utime (main): If stnow.st[am]time is wrong, print it and
3427 not st.st[am]time.
3428
3429 2002-04-30 Bruno Haible <bruno@clisp.org>
3430
3431 * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
3432 the encoding if it already has slashes.
3433 Reported by Perry Rapp <prapp@erols.com>.
3434
3435 2002-12-11 Roland McGrath <roland@redhat.com>
3436
3437 * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
3438 (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
3439 Turn off PIC for compiling this file.
3440
3441 2002-12-11 Ulrich Drepper <drepper@redhat.com>
3442
3443 * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
3444 definitions. Not needed.
3445 [_LIBC]: Use definitions from libc-lock.h instead of referencing
3446 pthread routines directly.
3447 * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
3448 mutex_init calls.
3449 (arena_get2): Don't look at return value of mutex_lock.
3450
3451 2002-12-11 Roland McGrath <roland@redhat.com>
3452
3453 * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
3454 elf-init.o instead of compiling a PIC version.
3455
3456 2002-12-11 Bruno Haible <bruno@clisp.org>
3457
3458 * intl/gettext.h: Renamed to ...
3459 * intl/gmo.h: ... here.
3460 * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
3461 * intl/gettextP.h: Update.
3462 * intl/loadmsgcat.c: Update.
3463
3464 * intl/gettextP.h (PARAMS): Make more portable.
3465 (attribute_hidden): Define as empty macro if not already defined.
3466 * intl/hash-string.h (PARAMS): Make more portable.
3467 * intl/loadinfo.h (PARAMS): Likewise.
3468 * intl/plural-exp.h (PARAMS): Likewise.
3469 (attribute_hidden): Move definition near the definition of
3470 internal_function.
3471
3472 * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
3473 * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
3474
3475 2002-07-13 Bruno Haible <bruno@clisp.org>
3476
3477 * intl/dcigettext.c (freea): New macro.
3478 (FREE_BLOCKS): Free also the registered blocks.
3479 (DCIGETTEXT): Free the 'search' variable.
3480 Reported by Andreas Fischer <a.fischer@asentics.de>.
3481
3482 2002-04-27 Bruno Haible <bruno@clisp.org>
3483
3484 * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
3485 * intl/dcigettext.c: Likewise.
3486 * intl/dcgettext.c: Likewise.
3487 * intl/dgettext.c: Likewise.
3488 * intl/gettext.c: Likewise.
3489 * intl/dcngettext.c: Likewise.
3490 * intl/dngettext.c: Likewise.
3491 * intl/ngettext.c: Likewise.
3492 * intl/textdomain.c: Likewise.
3493 * intl/bindtextdom.c: Likewise.
3494 * intl/plural-exp.h: Likewise.
3495
3496 2002-01-02 Bruno Haible <bruno@clisp.org>
3497
3498 * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
3499
3500 2001-04-30 Bruno Haible <bruno@clisp.org>
3501
3502 * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
3503 default macro definitions. Needed for mingw32.
3504
3505 2002-12-10 Ulrich Drepper <drepper@redhat.com>
3506
3507 * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
3508 __builtin_constant_p to macro parameter.
3509
3510 * sysdeps/generic/sigpause.c: Define all functions as weak.
3511 * sysdeps/posix/sigpause.c: Likewise.
3512
3513 * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
3514 type size_t.
3515
3516 2002-12-10 Jakub Jelinek <jakub@redhat.com>
3517
3518 * elf/tst-array1.c (preinit_array, init_array, fini_array):
3519 Explicitly align the array to sizeof (void *).
3520 * elf/tst-array2dep.c (init_array, fini_array): Likewise.
3521
3522 * include/libc-symbols.h: Fix a comment typo.
3523
3524 * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
3525 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
3526 Likewise.
3527 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
3528 Likewise.
3529 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
3530 (__libc_sigsuspend): Likewise.
3531 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
3532 (__libc_sigsuspend): Likewise.
3533 * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
3534 (creat): New weak alias.
3535
3536 2002-12-10 Roland McGrath <roland@redhat.com>
3537
3538 * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
3539 contributes a manual chapter.
3540 * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
3541 around xref to it.
3542
3543 * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
3544 and move contents to ...
3545 (EXTRA_LD_ENVVARS_LINUX): ... this new macro. Add break for nonmatch.
3546 * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
3547 it instead of duplicating its contents.
3548 (EXTRA_LD_ENVVARS): Likewise. Add break for nonmatch.
3549
3550 2002-12-09 Jakub Jelinek <jakub@redhat.com>
3551
3552 * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
3553 defined.
3554 * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
3555 function.
3556 (EXTRA_LD_ENVVARS): Use it.
3557 (DL_OSVERSION_INIT): Define.
3558 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
3559 dl-librecon.h.
3560 (EXTRA_LD_ENVVARS): Undef before defining. Use _dl_osversion_init.
3561
3562 2002-12-10 Ulrich Drepper <drepper@redhat.com>
3563
3564 * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
3565
3566 * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
3567 call. It is not allowed to destroy pthread mutexes which are
3568 still in use even though it is safe for our implementations. If
3569 somebody still uses the descriptor it is a bug.
3570
3571 2002-12-09 Richard Henderson <rth@redhat.com>
3572
3573 * csu/abi-note.S: Use .p2align, not .align.
3574
3575 2002-12-09 Ulrich Drepper <drepper@redhat.com>
3576
3577 * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
3578 __libc_select aliases.
3579
3580 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
3581 alias.
3582
3583 * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
3584
3585 * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
3586
3587 * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
3588
3589 * sysdeps/unix/syscalls.list: Define __libc_select alias.
3590
3591 * sysdeps/posix/waitid.c: Define __libc_waitid alias.
3592
3593 * sysdeps/posix/sigpause.c: Define __libc_sigpause and
3594 __libc___xpg_sigpause aliases.
3595
3596 * sysdeps/generic/pselect.c: Define __libc_pselect alias.
3597
3598 * misc/error.c: Remove use of USE_IN_LIBIO.
3599
3600 2002-12-08 Roland McGrath <roland@redhat.com>
3601
3602 * elf/Makefile (tests): Uncomment tst-array[123].
3603 * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
3604 * csu/elf-init.c: New file.
3605 * csu/Makefile (routines, static-only-routines): Add elf-init.
3606 * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
3607 and __libc_csu_fini in place of _fini.
3608 * sysdeps/arm/elf/start.S: Likewise.
3609 * sysdeps/cris/elf/start.S: Likewise.
3610 * sysdeps/hppa/elf/start.S: Likewise.
3611 * sysdeps/i386/elf/start.S: Likewise.
3612 * sysdeps/ia64/elf/start.S: Likewise.
3613 * sysdeps/m68k/elf/start.S: Likewise.
3614 * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
3615 * sysdeps/mips/elf/start.S: Likewise.
3616 * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
3617 * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3618 * sysdeps/s390/s390-32/elf/start.S: Likewise.
3619 * sysdeps/s390/s390-64/elf/start.S: Likewise.
3620 * sysdeps/sh/elf/start.S: Likewise.
3621 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3622 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3623 * sysdeps/x86_64/elf/start.S: Likewise.
3624
3625 * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
3626 struct containing function ptr and value, free it.
3627 (__aio_notify_only): Allocate that and copy values from SIGEV into it.
3628 It's not safe to let the new thread use the SIGEV pointer.
3629
3630 2001-10-20 Paul Eggert <eggert@twinsun.com>
3631
3632 * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
3633 Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
3634 Use strerror_r that is only a macro, even if it is not a function.
3635 (strerror): Check for HAVE_DECL_STRERROR before declaring.
3636 (private_strerror): Use prototypes, not old-style function definition.
3637 (print_errno_message): New function.
3638 Support the POSIX 'int'-flavored strerror_r, as well as the traditional
3639 char*-flavored one.
3640 (error_tail, error, error_at_line): Use it.
3641
3642 2002-12-07 Carlos O'Donell <carlos@baldric.uwo.ca>
3643
3644 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
3645
3646 2002-12-08 Ulrich Drepper <drepper@redhat.com>
3647
3648 * scripts/output-format.sed: Fix bug in one of the s expressions
3649 which used / for one too many things.
3650
3651 * include/unistd.h: Declare __libc_close.
3652
3653 2002-12-07 Ulrich Drepper <drepper@redhat.com>
3654
3655 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
3656
3657 2002-12-07 Roland McGrath <roland@redhat.com>
3658
3659 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
3660 from 2002-12-06, but remove unnecessary memset call without removing
3661 necessary copy of initialization image.
3662
3663 * Makerules ($(common-objpfx)format.lds): New target.
3664 (common-generated): Add it.
3665 ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
3666 * scripts/output-format.sed: New file.
3667 * Makefile (distribute): Add it.
3668
3669 2002-12-07 Ulrich Drepper <drepper@redhat.com>
3670
3671 * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
3672 Reported by Art Haas <ahaas@airmail.net>.
3673
3674 2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com>
3675
3676 * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec. Fix .recovery4.
3677
3678 2002-12-07 Jakub Jelinek <jakub@redhat.com>
3679
3680 * string/test-strncpy.c (do_random_tests): Improve test coverage.
3681
3682 2002-12-06 Ulrich Drepper <drepper@redhat.com>
3683
3684 * test-skeleton.c (timeout_handler): Allow expected signal to be
3685 SIGALRM.
3686
3687 * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
3688
3689 * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
3690
3691 2002-12-07 Jakub Jelinek <jakub@redhat.com>
3692
3693 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
3694 (SYSCALL_ERROR_HANDLER): Fix a pasto.
3695 Reported by Jeff Bailey <jbailey@nisa.net>.
3696
3697 2002-12-06 Ulrich Drepper <drepper@redhat.com>
3698
3699 * sysdeps/generic/libc-tls.c: Undo last patch.
3700
3701 * include/wctype.h: Define iswalnum with libc_hidden_proto.
3702
3703 * include/signal.h: Define raise with libc_hidden_proto.
3704
3705 * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
3706 __execve instead of snprintf and execve.
3707
3708 * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
3709 again a bit.
3710
3711 2002-12-06 Jakub Jelinek <jakub@redhat.com>
3712
3713 * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
3714 * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
3715
3716 2002-12-06 Ulrich Drepper <drepper@redhat.com>
3717
3718 * misc/syslog.c (log_cleanup): New function.
3719 (openlog): Use log_cleanup instead of __libc_mutex_unlock.
3720 (closelog): Likewise.
3721
3722 * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
3723 * elf/dl-iteratephdr.c: Likewise.
3724 * elf/dl-lookup.c: Likewise.
3725 * elf/dl-misc.c: Likewise.
3726 * elf/dl-open.c: Likewise.
3727 * elf/dl-support.c: Likewise.
3728 * elf/rtld.c: Likewise.
3729 * sysdeps/generic/ldsodefs.h: Likewise.
3730 * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
3731 * sysdeps/mach/bits/libc-lock.h: Likewise.
3732 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
3733
3734 2002-12-06 Roland McGrath <roland@redhat.com>
3735
3736 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
3737
3738 * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
3739 (malloc_starter, memalign_starter, free_starter): Don't define these.
3740 * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
3741 Don't declare them either.
3742 * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
3743 __pthread_initialize, so no need to set hooks to *_starter.
3744 (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
3745 [_LIBC && SHARED && USE_TLS && !USE___THREAD]
3746 (__libc_malloc_pthread_startup): New function.
3747 * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
3748
3749 * malloc/hooks.c (memalign_starter): New function.
3750 * malloc/malloc.c: Declare it.
3751 * malloc/arena.c (save_memalign_hook): New variable.
3752 (ptmalloc_init): Set __memalign_hook to memalign_starter.
3753
3754 * elf/dl-minimal.c (free): Clear the memory.
3755 (calloc): Just call malloc, knowing all memory it returns is cleared.
3756
3757 * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
3758 malloc and memset; calloc can avoid the zeroing when redundant.
3759 (_dl_tls_setup): Likewise.
3760 * elf/dl-load.c (decompose_rpath): Likewise.
3761 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
3762 call, since memory from sbrk at startup is already zero.
3763
3764 * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
3765 error string for failure, null for success. Update callers.
3766 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3767 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3768
3769 2002-12-05 Jakub Jelinek <jakub@redhat.com>
3770
3771 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
3772 args to i:iipi.
3773 (readahead): Change args to i:iii.
3774 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
3775 Change args to i:iii.
3776 * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
3777 args to i:iiii.
3778
3779 2002-12-05 Roland McGrath <roland@redhat.com>
3780
3781 * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
3782 call all functions rather than none.
3783 Reported by Mark P. Mitchell <mark@codesourcery.com>.
3784
3785 2002-12-04 Roland McGrath <roland@redhat.com>
3786
3787 * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
3788 on _nl_current_LC_* variables.
3789
3790 2002-12-05 Ulrich Drepper <drepper@redhat.com>
3791
3792 * dirent/bug-readdir1.c (main): Don't call closedir, just close
3793 the file descriptor. This is testing what the bug report was about.
3794
3795 2002-12-04 Ulrich Drepper <drepper@redhat.com>
3796
3797 * po/be.po: New file.
3798
3799 * argp/Makefile (tests): Add tst-argp1.
3800
3801 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
3802 Change type of _attribute to void*.
3803 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
3804 * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
3805 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
3806 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3807 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
3808
3809 2002-12-04 Roland McGrath <roland@redhat.com>
3810
3811 * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
3812 members to the end, so a libpthread compiled with !USE_TLS will still
3813 find other members properly.
3814
3815 * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
3816 operand for DEST memory. Fix dummy input operand to use SRC.
3817 Reported by Davin McCall <davmac@ozonline.com.au>.
3818
3819 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
3820 alignment when initializing the DTV entry.
3821
3822 * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
3823 when TLS has not been set up, try to set it up if we can.
3824 * elf/tst-tls4.c: Revert last change.
3825 * elf/tst-tls5.c: Likewise.
3826 * elf/tst-tls6.c: Likewise.
3827 * elf/tst-tls7.c: Likewise.
3828 * elf/tst-tls8.c: Likewise.
3829 * elf/tst-tls9.c: Likewise.
3830
3831 * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
3832 * sysdeps/generic/ldsodefs.h: Declare it.
3833 * elf/Versions (ld: GLIBC_PRIVATE): Add it.
3834 * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
3835 function, broken out of __libc_setup_tls.
3836 (init_static_tls): Likewise.
3837 (__libc_setup_tls): Call them.
3838 (_dl_tls_setup): New function, uses new subroutines.
3839
3840 * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
3841 Clear the pointer when returning true.
3842 (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
3843 first element of the slotinfo list too.
3844
3845 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
3846 [SHARED].
3847
3848 * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
3849 (_dl_determine_tlsoffset): Likewise.
3850
3851 * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
3852 startup_error_tsd, made global.
3853 (dl_main): Update initialization.
3854 * elf/dl-tsd.c: Likewise.
3855 * sysdeps/generic/ldsodefs.h: Declare it.
3856
3857 2002-12-03 Ulrich Drepper <drepper@redhat.com>
3858
3859 * manual/texinfo.tex: Update from latest upstream version.
3860
3861 2002-12-03 Roland McGrath <roland@redhat.com>
3862
3863 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
3864 area surplus in calculation for sbrk call.
3865
3866 * iconvdata/cp1125.c: New file.
3867 * iconvdata/Makefile (distribute): Add it.
3868 (modules): Add CP1125.
3869 (gen-8bit-gap-modules): Add cp1125.
3870 * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
3871 * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
3872
3873 2002-12-03 Andreas Jaeger <aj@suse.de>
3874
3875 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3876
3877 2002-12-03 Ulrich Drepper <drepper@redhat.com>
3878
3879 * sysdeps/posix/system.c (do_system): Make signal handler
3880 installation thread safe.
3881
3882 2002-12-02 Roland McGrath <roland@redhat.com>
3883
3884 * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
3885 caller from EXTRA to -.
3886 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3887 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3888 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3889
3890 2002-12-02 Carlos O'Donell <carlos@baldric.uwo.ca>
3891
3892 * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
3893 bits of RM are cleared.
3894
3895 2002-12-02 Roland McGrath <roland@redhat.com>
3896
3897 * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
3898 TLS setup is required.
3899 * elf/tst-tls5.c: Likewise.
3900 * elf/tst-tls6.c: Likewise.
3901 * elf/tst-tls7.c: Likewise.
3902 * elf/tst-tls8.c: Likewise.
3903 * elf/tst-tls9.c: Likewise.
3904
3905 * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
3906 `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
3907 * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
3908 for being null before calling free_slotinfo.
3909 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
3910 dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
3911
3912 2002-11-30 Bruno Haible <bruno@clisp.org>
3913
3914 * iconv/gconv.h (__gconv_btowc_fct): New typedef.
3915 (struct __gconv_step): New field __btowc_fct.
3916 * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
3917 * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
3918 __BUILTIN_TRANS.
3919 (__gconv_btwoc_ascii): New declaration.
3920 * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
3921 (__gconv_btwoc_ascii): New function.
3922 * iconv/gconv_builtin.h: Add BtowcFct argument to all
3923 BUILTIN_TRANSFORMATION invocations.
3924 * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
3925 * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
3926 * iconv/gconv_builtin.c (map): New field btowc_fct.
3927 (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
3928 btowc_fct field.
3929 (__gconv_get_builtin_trans): Initialize __btowc_fct field.
3930 * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
3931 * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
3932 * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
3933 * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
3934 (gconv_init): Initialize __btowc_fct field.
3935 Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
3936 * iconv/loop.c: Document ONEBYTE_BODY.
3937 (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
3938 Undefine ONEBYTE_BODY at the end.
3939 * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
3940 * iconvdata/8bit-gap.c (NONNUL): New macro.
3941 (BODY for FROM_LOOP): Use it.
3942 (ONEBYTE_BODY): New macro.
3943 * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
3944 (NONNUL): New macro.
3945 * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
3946 * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
3947 * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
3948 * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
3949 * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
3950 * iconvdata/big5.c (ONEBYTE_BODY): New macro.
3951 * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
3952 * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
3953 * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
3954 * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
3955 * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
3956 * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
3957 * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
3958 * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
3959 * iconvdata/ibm932.c: Include <stdbool.h>.
3960 (TRUE, FALSE): Remove macros.
3961 (BODY for FROM_LOOP): Remove unused variable rp1.
3962 (ONEBYTE_BODY): New macro.
3963 (BODY for TO_LOOP): Use bool.
3964 * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
3965 * iconvdata/ibm943.c: Include <stdbool.h>.
3966 (TRUE, FALSE): Remove macros.
3967 (BODY for FROM_LOOP): Remove unused variable rp1.
3968 (ONEBYTE_BODY): New macro.
3969 (BODY for TO_LOOP): Use bool.
3970 * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
3971 * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
3972 * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
3973 * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
3974 * iconvdata/johab.c (ONEBYTE_BODY): New macro.
3975 * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
3976 * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
3977 * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
3978 * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
3979 * iconvdata/gbbig5.c: Tweak comment.
3980
3981 2002-12-02 Ulrich Drepper <drepper@redhat.com>
3982
3983 * po/fi.po: Update from translation team.
3984
3985 2002-12-01 Roland McGrath <roland@redhat.com>
3986
3987 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
3988 testing getdents64 return value.
3989
3990 * scripts/versions.awk: Don't pass -n flag to sort command.
3991
3992 * posix/bug-regex13.c: Include <string.h>.
3993
3994 * sysdeps/generic/libc-start.c (__libc_start_main): Do
3995 DL_SYSDEP_OSCHECK here.
3996 * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
3997 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
3998
3999 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
4000 argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
4001
4002 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
4003 instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
4004
4005 * include/link.h: Comment typo fix.
4006
4007 2002-12-01 Roland McGrath <roland@frob.com>
4008
4009 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
4010 (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
4011 _POSIX_MEMORY_PROTECTION): Likewise.
4012 (_POSIX_POLL, _POSIX_SELECT): Removed.
4013
4014 2002-11-28 Ulrich Drepper <drepper@redhat.com>
4015
4016 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
4017 require it to 200112L. Remove _POSIX_POLL and _POSIX_SELECT.
4018
4019 2002-11-28 Jakub Jelinek <jakub@redhat.com>
4020
4021 * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
4022 USE___THREAD.
4023 * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
4024 "=v" constraints.
4025
4026 2002-11-28 Ulrich Drepper <drepper@redhat.com>
4027
4028 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
4029 branch prediction buffers by using unpaired call/ret.
4030
4031 2002-11-27 Ulrich Drepper <drepper@redhat.com>
4032
4033 * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
4034 first parameters constraint string.
4035 (ASMFMT_3): Likewise. Patch by stefan.lauterbach@mincom.de.
4036
4037 2002-11-27 Isamu Hasegawa <isamu@yamato.ibm.com>
4038
4039 * posix/regcomp.c (parse_expression): Set the bit since the back
4040 reference is used in the regular expression.
4041 * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
4042 of malloc failure.
4043 (re_node_set_init_copy): Likewise.
4044 * posix/regex_internal.h (state_array_t): New structure.
4045 (re_sub_match_last_t): Likewise.
4046 (re_sub_match_top_t): Likewise.
4047 (re_match_context_t): Add new members.
4048 (re_dfa_t): Likewise.
4049 * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
4050 to check the matching is really correct, and retry if failed.
4051 Move the routin pruning the impossible nodes from here, ...
4052 (prune_impossible_nodes): To this function.
4053 (check_matching): Invoke check_subexp_matching_top, and replace
4054 redundant checking with transit_state_bkref invocation.
4055 (proceed_next_node): Replace strncmp with memcmp. Reported by
4056 Paolo Bonzini <bonzini@gnu.org>.
4057 (update_cur_sifted_state): Remove search_subexp invocation.
4058 (search_subexp): Remove this function.
4059 (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
4060 optimization.
4061 (sift_states_bkref): Use search_cur_bkref_entry for optimization.
4062 Remove unused invocation of match_ctx_add_entry.
4063 (transit_state): Invoke check_subexp_matching_top.
4064 (check_subexp_matching_top): New function.
4065 (transit_state_bkref): Remove unused array.
4066 Merge transit_state_bkref_loop.
4067 (transit_state_bkref_loop): Use get_subexp instead of
4068 sift_states_backward. Use search_cur_bkref_entry for optimization.
4069 Merge this function to transit_state_bkref.
4070 (get_subexp): New function.
4071 (get_subexp_sub): Likewise.
4072 (find_subexp_node): Likewise.
4073 (check_arrival): Likewise.
4074 (check_arrival_expand_ecl): Likewise.
4075 (check_arrival_expand_ecl_sub): Likewise.
4076 (expand_bkref_cache): Likewise.
4077 (match_ctx_init): Initialize new members.
4078 (match_ctx_clean): New function.
4079 (match_ctx_free): Release new members.
4080 (match_ctx_free_subtops): New function.
4081 (match_ctx_add_entry): Fix indent.
4082 (search_cur_bkref_entry): New function.
4083 (match_ctx_add_subtop): Likewise.
4084 (match_ctx_add_sublast): Likewise.
4085
4086 2002-11-25 Ulrich Drepper <drepper@redhat.com>
4087
4088 * iconv/Makefile (tests): Remove tst-iconv4.c
4089 * iconv/tst-iconv4.c: Moved to...
4090 * iconvdata/tst-iconv4.c: ...here. New file.
4091 * iconvdata/Makefile (tests): Add tst-iconv4. Add dependencies.
4092
4093 2002-11-25 Roland McGrath <roland@redhat.com>
4094
4095 * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
4096 Grok AF_LINK if defined.
4097 From Momchil Velikov <velco@fadata.bg>.
4098
4099 * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
4100 brdaddr, or dstaddr, just set those pointers to null and don't fail.
4101 Reported by Momchil Velikov <velco@fadata.bg>.
4102
4103 * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
4104 is > sizeof IFR->ifa_addr, advance past the whole longer length.
4105 (__ifreq): Count up NIFS that way too.
4106 Reported by Momchil Velikov <velco@fadata.bg>.
4107
4108 * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
4109
4110 * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
4111 and <fpu_control.h>.
4112
4113 2002-11-24 Ulrich Drepper <drepper@redhat.com>
4114
4115 * elf/elf.h (EM_ST19): Fix typo.
4116
4117 2002-11-25 Jakub Jelinek <jakub@redhat.com>
4118
4119 * include/errno.h (__set_errno): Define as errno = val
4120 unconditionally.
4121
4122 2002-11-24 Roland McGrath <roland@redhat.com>
4123
4124 * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
4125 * sysdeps/posix/writev.c: Likewise.
4126 From Momchil Velikov <velco@fadata.bg>.
4127
4128 * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
4129 calling *GL(dl_error_catch_tsd) for a thread-local location.
4130 * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
4131 (dl_main): Same for GL(dl_error_catch_tsd) initialization.
4132 * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
4133
4134 * libio/iofflush.c: Add libc_hidden_def.
4135 * libio/iofwrite.c: Likewise.
4136 * sysdeps/generic/sigtimedwait.c: Likewise.
4137 * sysdeps/generic/sigwaitinfo.c: Likewise.
4138 * sysdeps/posix/sigwait.c: Likewise.
4139 Reported by Momchil Velikov <velco@fadata.bg>.
4140
4141 * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
4142 to match <arpa/inet.h> declaration.
4143 * inet/inet_netof.c (inet_netof): Likewise.
4144 * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
4145 Reported by Momchil Velikov <velco@fadata.bg>.
4146
4147 * configure.in: Skip AUTOCONF check under --without-cvs.
4148 * configure: Regenerated.
4149
4150 * posix/Makefile (headers): Add bits/pthreadtypes.h.
4151 * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
4152 * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
4153
4154 2002-11-24 Andreas Schwab <schwab@suse.de>
4155
4156 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
4157 with six arguments.
4158
4159 2002-11-19 Jim Meyering <jim@meyering.net>
4160
4161 * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
4162 as `static'.
4163 * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
4164
4165 2002-11-23 Roland McGrath <roland@redhat.com>
4166
4167 * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
4168 Just produce hex output for datum sizes.
4169
4170 * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
4171 Reported by Luca Barbieri <ldb@ldb.ods.org>.
4172
4173 2002-11-20 Steven Munroe <sjmunroe@us.ibm.com>
4174
4175 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
4176 [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
4177 and __unused3 fields.
4178 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
4179 [__WORDSIZE == 32]: Only PPC32 requires __unused1
4180 and __unused2 fields.
4181 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
4182 [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
4183 __unused3, and __unused4 fields.
4184
4185 * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
4186 obtain lowest address for profiling in __monstartup call.
4187
4188 2002-11-21 Roland McGrath <roland@redhat.com>
4189
4190 * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
4191 $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
4192
4193 * locale/localeinfo.h (struct locale_data): Revert last change.
4194
4195 * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
4196 From Ian Wienand <ianw@gelato.unsw.edu.au>.
4197
4198 * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
4199 __NR_pread64 if not defined.
4200 (__NR_pwrite): Define to __NR_pwrite64 if not defined.
4201 From Ian Wienand <ianw@gelato.unsw.edu.au>.
4202
4203 2002-11-21 Roland McGrath <roland@frob.com>
4204
4205 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
4206 __libc_multiple_libcs here. Call __setfpucw.
4207
4208 2002-11-21 Ulrich Drepper <drepper@redhat.com>
4209
4210 * elf/Makefile (tests): Don't run test-arrayX tests for now.
4211
4212 * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
4213 * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
4214 CLONE_CHILD_*TID flags.
4215
4216 2002-11-20 Andreas Jaeger <aj@suse.de>
4217
4218 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
4219 We pass struct ucontext on x86-64.
4220 (GET_PC): Adjust.
4221 (GET_FRAME): Adjust.
4222 (GET_STACK): Adjust.
4223
4224 2002-11-20 Roland McGrath <roland@redhat.com>
4225
4226 * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
4227 conditionalize [! DO_VERSIONING] #error.
4228
4229 * scripts/abilist.awk: Grok function descriptor symbols.
4230
4231 * intl/tst-gettext.c (main): Check return values from setlocale.
4232 Add necessary unsetenv's to make LANG=existing-locale check work.
4233
4234 * intl/tst-gettext.sh: Use mkdir -p. Copy test files unconditionally,
4235 so aborted prior runs don't confuse things.
4236
4237 * locale/localeinfo.h (struct locale_data: union locale_data_value):
4238 Use uintptr_t instead of unsigned int for `word' member.
4239 (_NL_CURRENT_WORD): Cast to uint32_t.
4240
4241 * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
4242 value.
4243
4244 2002-11-20 Ulrich Drepper <drepper@redhat.com>
4245
4246 * elf/tls-macros.h: Add IA-64 definitions.
4247 Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
4248
4249 * iconv/Makefile (tests): Add tst-iconv4.
4250 * iconv/tst-iconv4.c: New file.
4251
4252 * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
4253 __GCONV_EMPTY_INPUT only if input is really empty. Otherwise
4254 __GCONV_INCOMPLETE_INPUT.
4255 (ucs4le_internal_loop): Likewise.
4256 (ucs4le_internal_loop_unaligned): Likewise.
4257 * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
4258 * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
4259 * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
4260
4261 * iconv/loop.c (LOOPFCT): First test for empty input then for full
4262 output buffer.
4263
4264 * inet/getnameinfo.c: Use extend_alloca where appropriate.
4265 * sysdeps/posix/getaddrinfo.c: Likewise.
4266
4267 * include/alloca.h (extend_alloca): New define. Based on stack
4268 direction it'll try to append to the previouls allocated buffer.
4269
4270 2002-11-07 Thorsten Kukuk <kukuk@suse.de>
4271
4272 * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
4273 use the same service for AF_INET and AF_INET6.
4274
4275 2002-11-19 Ulrich Drepper <drepper@redhat.com>
4276
4277 * intl/localealias.c (read_alias_file): Use only about 400 bytes
4278 of stack space instead of 16k.
4279
4280 2002-11-18 Wolfram Gloger <wg@malloc.de>
4281
4282 * malloc/arena.c
4283 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
4284 nothing if not initialized. Bug report from Marcus Brinkmann
4285 <Marcus.Brinkmann@ruhr-uni-bochum.de>.
4286
4287 2002-11-19 Roland McGrath <roland@redhat.com>
4288
4289 * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
4290 sched_setaffinity.
4291
4292 * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
4293 `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
4294 test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
4295 * configure: Regenerated.
4296
4297 2002-11-19 Ulrich Drepper <drepper@redhat.com>
4298
4299 * include/dlfcn.h: __libc_dlopen is now a macro calling
4300 __libc_dlopen_mode with the extra parameter RTLD_LAZY.
4301 (__libc_dlopen_mode): New prototype.
4302 * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen. Add
4303 new parameter. Store new parameter in mode field of structure passed
4304 to do_dlopen.
4305 (struct do_dlopen_args): Add new field mode.
4306 (do_dlopen): Pass mode from parameter structure to _dl_open.
4307
4308 2002-11-11 Randolf Chung <tausq@debian.org>
4309
4310 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
4311 (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
4312 * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
4313
4314 * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
4315
4316 * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
4317 Set -mdisable-fpregs for this file.
4318
4319 2002-11-11 Carlos O'Donell <carlos@baldric.uwo.ca>
4320
4321 * sysdeps/unix/sysv/linux/configure.in:
4322 Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
4323 from gcc-3.0 era for backwards compatibility.
4324 * sysdeps/unix/sysv/linux/configure: Regenerate.
4325
4326 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
4327 Define mcontext_t as a sigcontext.
4328
4329 2002-11-18 Roland McGrath <roland@redhat.com>
4330
4331 * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
4332 Free memory in `last_result' if it was used.
4333
4334 * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
4335 all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
4336 Do the parsing inline instead of copying strings and calling
4337 inet_network, and properly skip all alias names not matching the form.
4338
4339 * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
4340
4341 2002-11-17 Ulrich Drepper <drepper@redhat.com>
4342
4343 * manual/pattern.texi (Wordexp Example): Fix sample code.
4344
4345 * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
4346 childs stack which will be loaded into the %esi register.
4347
4348 2002-11-14 Paul Eggert <eggert@twinsun.com>
4349
4350 * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
4351 overflow when skipping the question part and when unpacking aliases.
4352
4353 2002-11-15 Roland McGrath <roland@redhat.com>
4354
4355 * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
4356 s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
4357 Instead add $(calls:s_%=m_%) to get m_* versions of them all.
4358
4359 2002-11-15 Jakub Jelinek <jakub@redhat.com>
4360
4361 * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
4362 * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
4363
4364 2002-11-15 Roland McGrath <roland@redhat.com>
4365
4366 * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
4367 * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
4368 from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
4369 (+make-include-of-dep): New canned sequence.
4370
4371 * stdlib/canonicalize.c (__realpath): Check for malloc failure.
4372 From Dmitry V. Levin <ldv@altlinux.org>.
4373
4374 2002-11-14 Roland McGrath <roland@redhat.com>
4375
4376 * sysdeps/generic/errno.c (__libc_errno): Remove alias.
4377 * inet/herrno.c (__libc_h_errno): Likewise.
4378 * resolv/res_libc.c (__libc_res): Likewise.
4379 [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
4380 (__res_state) [! USE___THREAD]: Don't define as weak.
4381 * csu/Versions: Revert last change.
4382 * resolv/Versions: Revert last change.
4383
4384 * Makerules ($(common-objpfx)%.make): New pattern rule.
4385 * tls.make.c: New file.
4386 * Makefile (distribute): Add it.
4387
4388 * sysdeps/generic/errno.c [! USE___THREAD]
4389 [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
4390 with compat_symbol so they are not link-time visible.
4391 [! USE___THREAD] (__libc_errno): New alias for errno.
4392 * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
4393 Add __libc_errno here.
4394 * inet/herrno.c [USE___THREAD]: Use this conditional
4395 in place of [USE_TLS && HAVE___THREAD].
4396 [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
4397 (h_errno, _h_errno): Declare these with compat_symbol so they are not
4398 link-time visible.
4399 [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
4400 * resolv/res_libc.c [! USE___THREAD]
4401 [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
4402 (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
4403 (__libc_res): Define as alias for _res.
4404 * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
4405 Add __libc_h_errno and __libc_res here.
4406
4407 2002-11-14 Jakub Jelinek <jakub@redhat.com>
4408
4409 * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
4410 * resolv/Versions (h_errno, _res): Likewise.
4411
4412 2002-11-14 Roland McGrath <roland@redhat.com>
4413
4414 * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
4415 (%.symlist): Likewise.
4416
4417 2002-11-13 Roland McGrath <roland@redhat.com>
4418
4419 * scripts/abilist.awk: New file.
4420 * Makefile (distribute): Add it.
4421 * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
4422 (tests): Depend on .symlist file for each $(install-lib.so-versioned).
4423 [$(subdir) = elf] (tests): Depend on libc.symlist.
4424 (generated, common-generated): Add those files.
4425
4426 * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
4427 * configure: Regenerated.
4428 * config.make.in (OBJDUMP): New variable, substituted by configure.
4429
4430 * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
4431 (mallochook, reallochook): Set them up.
4432 (checkhdr): Check HDR->magic2 value.
4433 (freehook): Reset HDR->magic2.
4434 (memalignhook): New static function.
4435 (old_memalign_hook): New static variable.
4436 (mcheck, reallochook): Set __memalign_hook to memalignhook.
4437
4438 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
4439 for the new TCB.
4440
4441 2002-11-13 Andreas Jaeger <aj@suse.de>
4442
4443 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
4444 attribute.
4445 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4446
4447 2002-11-11 Paul Eggert <eggert@twinsun.com>
4448
4449 * manual/crypt.texi (Cryptographic Functions): Mention that
4450 the MD5 one-way algorithm is compatible with BSD's.
4451
4452 2002-11-11 Isamu Hasegawa <isamu@yamato.ibm.com>
4453
4454 * posix/regex_internal.c (re_string_skip_chars): Also return the last
4455 wide character.
4456 (re_string_reconstruct): Calculate the context by itself when the
4457 offset points out of the valid range.
4458 (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
4459 * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
4460 (IS_WIDE_WORD_CHAR): New macro.
4461 (IS_WIDE_NEWLINE): New macro.
4462
4463 2002-11-12 Andreas Jaeger <aj@suse.de>
4464
4465 * sysdeps/x86_64/strchr.S: Don't use one register for two
4466 purposes, this fixes a bug noticed by test-strchr.c.
4467
4468 * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
4469 correctly.
4470
4471 2002-11-12 Roland McGrath <roland@redhat.com>
4472
4473 * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
4474 (_G_IO_NO_BACKWARD_COMPAT): Define it.
4475
4476 * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
4477 instead of <pt-machine.h>.
4478 [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
4479 testandset.
4480 From Ian Wienand <ianw@gelato.unsw.edu.au>.
4481
4482 2002-11-10 Roland McGrath <roland@redhat.com>
4483
4484 * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
4485 Call fputs instead of fwprintf (simpler to follow in debugger).
4486
4487 * crypt/md5-crypt.c: Doc fix.
4488
4489 * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
4490 the beginning of generated target commands.
4491
4492 * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
4493 dependencies for these in case implicit rule search skipped the
4494 nonexistent source directory.
4495 * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
4496 files with $(object-suffixes) as targets too.
4497 * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
4498 and a target for it using $(make-target-directory).
4499
4500 * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
4501
4502 2002-11-10 Roland McGrath <roland@frob.com>
4503
4504 * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
4505 * sysdeps/generic/bits/pthreadtypes.h: ... here.
4506
4507 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
4508 l_start == 0 and l_len == 1 as we do l_len == 0.
4509
4510 2002-11-10 Ulrich Drepper <drepper@redhat.com>
4511
4512 * po/da.po: Update from translation team.
4513
4514 2002-11-10 Roland McGrath <roland@redhat.com>
4515
4516 * config.make.in (includedir): New variable, substituted by configure.
4517 Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
4518 * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
4519
4520 2002-11-10 Andreas Jaeger <aj@suse.de>
4521
4522 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
4523 REG_OLDMASK and REG_CR2 to synch with kernel header.
4524 (NGREG): Increase.
4525
4526 * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
4527 aliasing problem.
4528 * nss/getXXbyYY_r.c (INTERNAL): Likewise.
4529 * nss/getnssent_r.c (__nss_getent_r): Likewise.
4530 (__nss_setent): Likewise.
4531 (__nss_getent_r): Likewise.
4532 * inet/getnetgrent_r.c (innetgr): Likewise.
4533 (__internal_setnetgrent_reuse): Likewise.
4534 (internal_getnetgrent_r): Likewise.
4535 * inet/ether_hton.c (ether_hostton): Likewise.
4536 * inet/ether_ntoh.c (ether_ntohost): Likewise.
4537 * sunrpc/netname.c (netname2user): Likewise.
4538 * sunrpc/publickey.c (getpublickey): Likewise.
4539 (getsecretkey): Likewise.
4540
4541 2002-11-09 Marcus Brinkmann <marcus@gnu.org>
4542
4543 * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
4544 error in range calculation.
4545
4546 2002-10-09 Jakub Jelinek <jakub@redhat.com>
4547
4548 * string/test-strspn.c (do_test): Ensure zero termination.
4549 * string/test-strpbrk.c (do_test): Likewise.
4550 * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
4551 * string/test-strncpy.c (stupid_strncpy): Likewise.
4552 * string/test-stpncpy.c (stupid_stpncpy): Likewise.
4553
4554 2002-10-08 Roland McGrath <roland@redhat.com>
4555
4556 * string/test-string.h (test_init): Fill BUF1 and BUF2 with
4557 nonzero characters.
4558
4559 2002-09-22 H.J. Lu <hjl@gnu.org>
4560
4561 * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
4562 from PAGE_SHIFT. Define if not defined. Check MMAP2_PAGE_SHIFT
4563 only if __NR_mmap2 is defined.
4564
4565 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
4566 * sysdeps/unix/sysv/linux/mmap64.c: ... here.
4567 * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
4568 * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
4569
4570 2002-11-08 Jakub Jelinek <jakub@redhat.com>
4571
4572 * posix/bug-regex13.c (tests): Add new test.
4573
4574 * string/test-strchr.c (stupid_strchr): New function.
4575 (do_random_tests): Make sure the string is zero terminated.
4576 * string/test-strpbrk.c (stupid_strpbrk): New function.
4577 (do_random_tests): Make sure the string is zero terminated.
4578 * string/test-strcmp.c (stupid_strcmp): New function.
4579 (do_random_tests): Make sure the strings are zero terminated.
4580 * string/test-strspn.c (stupid_strspn): New function.
4581 (simple_strspn): Rename rej argument to acc.
4582 (do_random_tests): Make sure the string is zero terminated.
4583 * string/test-strcspn.c (stupid_strcspn): New function.
4584 * string/test-strncpy.c (stupid_strncpy): New function.
4585 * string/test-stpncpy.c (stupid_stpncpy): New function.
4586 * string/test-strncmp.c (stupid_strncmp): New function.
4587 (do_random_tests): Make sure the strings are zero terminated.
4588 * string/test-string.h (impl_t): Change test into long.
4589 (IMPL): Add __attribute__((aligned (sizeof (void *)))).
4590
4591 2002-11-08 Roland McGrath <roland@redhat.com>
4592
4593 * sysdeps/ia64/elf/configure.in: Add TLS check.
4594 From Ian Wienand <ianw@cse.unsw.edu.au>.
4595 * sysdeps/ia64/elf/configure: Regenerated.
4596
4597 2002-11-07 Roland McGrath <roland@redhat.com>
4598
4599 * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
4600 place of _IO_new_do_write.
4601 [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
4602 #undef before versioned_symbol use.
4603
4604 2002-11-07 Richard Henderson <rth@redhat.com>
4605
4606 * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
4607 * configure: Regenerated.
4608 * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
4609 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
4610 (RTLD_START): Likewise. Access _dl_skip_args, _rtld_local, and
4611 _dl_fini via gp-relative relocations.
4612 * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
4613
4614 * elf/tls-macros.h: Add alpha versions.
4615 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
4616 * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
4617 * sysdeps/unix/alpha/sysdep.h: Likewise. Add SYSCALL_ERROR_HANDLER.
4618 * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
4619 * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
4620 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
4621 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4622 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4623 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
4624 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
4625 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
4626 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4627 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4628 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4629 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
4630 * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
4631 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4632 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4633
4634 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
4635 Kill argument registers across the inline syscall.
4636
4637 * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
4638
4639 * linuxthreads/sysdeps/alpha/tls.h: New file.
4640 * sysdeps/alpha/dl-tls.h: New file.
4641
4642 2002-10-29 David Mosberger <davidm@hpl.hp.com>
4643
4644 * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
4645 (gmon_initializer): New function.
4646 (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
4647 __gmon_start__ here. Call it from gmon_initializer() instead.
4648
4649 2002-03-12 H.J. Lu <hjl@gnu.org>
4650
4651 * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
4652 tst-array2, and tst-array3.
4653 [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
4654 [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
4655 ($(objpfx)tst-array1.out): New target.
4656 ($(objpfx)tst-array2): Likewise.
4657 ($(objpfx)tst-array2.out): Likewise.
4658 ($(objpfx)tst-array3.out): Likewise.
4659 * elf/tst-array1.c: New file.
4660 * elf/tst-array1.exp: Likewise.
4661 * elf/tst-array2.c: Likewise.
4662 * elf/tst-array2dep.c: Likewise.
4663 * elf/tst-array2.exp: Likewise.
4664 * elf/tst-array3.c: Likewise.
4665
4666 2002-10-28 David Mosberger <davidm@hpl.hp.com>
4667
4668 * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
4669 Don't add L->l_addr to array entry values.
4670
4671 2002-11-07 Jakub Jelinek <jakub@redhat.com>
4672
4673 * string/test-string.h: New file.
4674 * string/test-strlen.c: New file.
4675 * string/test-string.h: New file.
4676 * string/test-strcmp.c: New file.
4677 * string/test-strchr.c: New file.
4678 * string/test-strrchr.c: New file.
4679 * string/test-strcpy.c: New file.
4680 * string/test-stpcpy.c: New file.
4681 * string/test-strncpy.c: New file.
4682 * string/test-stpncpy.c: New file.
4683 * string/test-strpbrk.c: New file.
4684 * string/test-strcspn.c: New file.
4685 * string/test-strspn.c: New file.
4686 * string/test-strcat.c: New file.
4687 * string/test-strncmp.c: New file.
4688 * string/test-memchr.c: New file.
4689 * string/test-memcmp.c: New file.
4690 * string/test-memset.c: New file.
4691 * string/test-memcpy.c: New file.
4692 * string/test-mempcpy.c: New file.
4693 * string/test-memmove.c: New file.
4694 * string/Makefile (strop-tests): New variable.
4695 (tests): Add strop-tests.
4696 (distribute): Add test-string.h.
4697
4698 2002-11-06 Ulrich Drepper <drepper@redhat.com>
4699
4700 * posix/regcomp.c: Use tabs instead of spaces.
4701 * posix/regexec.c: Likewise.
4702 * posix/regex_internal.h: Likewise.
4703
4704 * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
4705
4706 2002-11-06 Jakub Jelinek <jakub@redhat.com>
4707
4708 * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
4709 here.
4710 (regcomp): Don't set can_be_null here.
4711 (re_comp): Clear whole re_comp_buf with the exception of fastmap.
4712 (re_compile_internal): Clear can_be_null, set regs_allocated.
4713
4714 * posix/regcomp.c (re_set_fastmap): New function.
4715 (re_compile_fastmap_iter): Use it. Remove redundant type ==
4716 COMPLEX_BRACKET check.
4717 * posix/regexec.c (re_search_internal): Optimize searching with
4718 fastmap. Call re_string_reconstruct even if match_first is
4719 smaller than raw_mbs_idx.
4720
4721 2002-11-06 Isamu Hasegawa <isamu@yamato.ibm.com>
4722
4723 * posix/regcomp (free_dfa_content): Use free_state.
4724 * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
4725 pointers in case that realloc failed.
4726 (re_node_set_merge): Likewise.
4727 (register_state): Likewise.
4728 (create_newstate_common): Invoke memory release functions in case of
4729 error conditions.
4730 (create_ci_newstate): Likewise.
4731 (create_cd_newstate): Likewise.
4732 (free_state): New function.
4733 * posix/regexec.c (re_search_internal): Invoke memory release
4734 functions in case of error conditions.
4735 (sift_states_backward): Likewise.
4736 (merge_state_array): Likewise.
4737 (add_epsilon_src_nodes): Likewise.
4738 (sub_epsilon_src_nodes): Likewise.
4739 (search_subexp): Likewise.
4740 (sift_states_bkref): Likewise.
4741 (transit_state_sb): Likewise.
4742 (transit_state_mb): Likewise.
4743 (transit_state_bkref_loop): Likewise.
4744 (group_nodes_into_DFAstates): Likewise.
4745 (push_fail_stack): Don't edit pointers in case that realloc failed.
4746 (extend_buffers): Likewise.
4747 (match_ctx_add_entry): Likewise.
4748
4749 2002-11-06 Roland McGrath <roland@redhat.com>
4750
4751 * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
4752 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4753
4754 * configure.in: Add checks on as and ld for binutils 2.13 or later.
4755 * configure: Regenerated.
4756
4757 2002-11-06 Ulrich Drepper <drepper@redhat.com>
4758
4759 * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
4760 If re_compile_internal failed free fastmap buffer.
4761 (free_dfa_content): Broken out of regfree function. Frees all dfa
4762 related data.
4763 (regfree): Add free_dfa_content.
4764 (re_compile_internal): If any of the called functions fails free
4765 all dfa related memory.
4766
4767 2002-11-05 Ulrich Drepper <drepper@redhat.com>
4768
4769 * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
4770 warnings from the kernel headers.
4771
4772 2002-11-05 Roland McGrath <roland@redhat.com>
4773
4774 * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
4775 From Johannes Stezenbach <js@convergence.de>.
4776
4777 * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
4778 #errlist-compat magic comment to give 123 as size.
4779 (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
4780 (libc: GLIBC_2.2): ... here.
4781 (libc: GLIBC_2.3): Likewise.
4782
4783 2002-11-05 Ulrich Drepper <drepper@redhat.com>
4784
4785 * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
4786 which happens at the beginning so that we can unload modules in
4787 __libc_freeres.
4788
4789 2002-11-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4790
4791 * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
4792 under [__USE_MISC || _ASM].
4793
4794 * elf/elf.h: Remove the obsolete SH TLS relocations.
4795
4796 2002-11-05 Ulrich Drepper <drepper@redhat.com>
4797
4798 * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
4799
4800 2002-11-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4801
4802 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
4803 __NR_pread64 and __NR_pwrite64.
4804 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4805 * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
4806 and __NR_pwrite64.
4807 Revert change to use INLINE_SYSCALL.
4808 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
4809 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
4810 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
4811 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
4812 INLINE_SYSCALL.
4813 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
4814
4815 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
4816 Update clobber list and add a comment about the syscall ABI.
4817
4818 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
4819 s_pwrite64, s_ftruncate, s_truncate): Re-add.
4820
4821 2002-11-05 Jakub Jelinek <jakub@redhat.com>
4822
4823 * iconv/gconv_dl.c (free_mem): Clear loaded.
4824 * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
4825 cleanup if any.
4826
4827 2002-11-05 Ulrich Drepper <drepper@redhat.com>
4828
4829 * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
4830
4831 * libio/ioseekoff.c: Remove INTDEF. Define _IO_seekoff_unlocked. Same
4832 as old code without locking. _IO_seekoff calls this function after
4833 locking the stream.
4834 * libio/ioseekpos.c: Likewise for _IO_seekpos.
4835 * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
4836 prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
4837 prototypes.
4838 * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
4839 of _IO_seekoff_internal.
4840 (_IO_rewind): Likewise.
4841 * libio/ioftell.c: Likewise.
4842 * libio/ftello.c: Likewise.
4843 * libio/ftello64.c: Likewise.
4844 * libio/iofgetpos.c: Likewise.
4845 * libio/iofgetpos64.c: Likewise.
4846 * libio/oldiofgetpos.c: Likewise.
4847 * libio/oldiofgetpos64.c: Likewise.
4848 * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
4849 _IO_seekpos_internal.
4850 * libio/iofsetpos64.c: Likewise.
4851 * libio/oldiofsetpos.c: Likewise.
4852 * libio/oldiofsetpos64.c: Likewise.
4853
4854 2002-11-04 Roland McGrath <roland@redhat.com>
4855
4856 * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
4857 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
4858 * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
4859 * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
4860 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
4861 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
4862 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
4863 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
4864 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
4865 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
4866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
4867 s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
4868 sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
4869 Remove these, no longer used.
4870
4871 2002-11-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4872
4873 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
4874 s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
4875 s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
4876 s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
4877 s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
4878 s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
4879 syscall stubs.
4880
4881 * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
4882 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4883 * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
4884 and __NR_pread.
4885 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
4886 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
4887 and __NR_pwrite.
4888 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
4889
4890 2002-11-03 Roland McGrath <roland@redhat.com>
4891
4892 * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
4893 `_dl_tls_static_used'.
4894 * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
4895 (__libc_setup_tls): Initialize it. Let the initial value of
4896 _dl_tls_static_size indicate some surplus space in the computed value.
4897 * elf/dl-open.c (_dl_tls_static_size): New variable.
4898 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
4899 _dl_tls_static_used. Add some surplus space into _dl_tls_static_size.
4900 * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
4901 (CHECK_STATIC_TLS): Use it.
4902 * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
4903 closed objects occupied a trailing contiguous chunk of static TLS area.
4904
4905 2002-10-18 Bruno Haible <bruno@clisp.org>
4906
4907 * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
4908
4909 2002-11-04 Ulrich Drepper <drepper@redhat.com>
4910
4911 * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
4912 _wide_data->_IO_read_end if adjustment can be made in the current
4913 buffer.
4914
4915 * sysdeps/unix/sysv/linux/fexecve.c: New file.
4916
4917 * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
4918 wide oriented streams are used.
4919
4920 * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
4921 service hasn't been used [PR libc/4744].
4922
4923 * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
4924 Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
4925
4926 * manual/examples/dir.c: Don't include <stddef.h>.
4927 * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
4928 Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
4929
4930 2002-11-02 H.J. Lu <hjl@gnu.org>
4931
4932 * stdio-common/reg-printf.c: Include <stddef.h>.
4933
4934 2002-11-03 Ulrich Drepper <drepper@redhat.com>
4935
4936 * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
4937
4938 * po/ca.po: Update from translation team.
4939 * po/es.po: Likewise.
4940
4941 * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
4942 is defined write out memory map.
4943 * sysdeps/unix/sysv/linux/segfault.c: New file.
4944
4945 2002-11-02 Roland McGrath <roland@redhat.com>
4946
4947 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
4948 pointers that can alias.
4949 Reported by Daniel Jacobowitz <drow@mvista.com>.
4950
4951 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
4952
4953 2002-11-02 Roland McGrath <roland@redhat.com>
4954
4955 * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
4956 description to be clearer and to say that *RESULT is set to ENTRY.
4957
4958 2002-10-30 Jakub Jelinek <jakub@redhat.com>
4959
4960 * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
4961 dests_ch arrays together. Alloca or malloc dest_states,
4962 dest_states_word and dest_states_nl arrays together. Free memory on
4963 error exit.
4964
4965 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
4966
4967 * crypt/crypt_util.c (__init_des_r): Initialize current_salt
4968 and current_saltbits.
4969
4970 2002-11-02 Roland McGrath <roland@redhat.com>
4971
4972 * stdio-common/reg-printf.c: Include <stdlib.h>.
4973
4974 2002-11-02 H.J. Lu <hjl@gnu.org>
4975
4976 * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
4977 caller to EXTRA instead of execve.
4978
4979 2002-11-01 Roland McGrath <roland@redhat.com>
4980
4981 * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
4982 in place of [!(USE_TLS && HAVE___THREAD)].
4983 (__errno_location) [! USE___THREAD]: Define as strong, not weak.
4984
4985 2002-10-31 Roger Sayle <roger@eyesopen.com>
4986
4987 * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
4988 New macros.
4989 * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
4990
4991 * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
4992 without defining FP_ROUNDMODE.
4993
4994 2002-10-29 Jakub Jelinek <jakub@redhat.com>
4995
4996 * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
4997 (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
4998 declare_symbol.
4999 * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
5000 (OLD_SIGLIST_SIZE): Define.
5001 * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
5002 (OLD_SIGLIST_SIZE): Define.
5003 * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
5004
5005 2002-11-01 Jakub Jelinek <jakub@redhat.com>
5006
5007 * sysdeps/ia64/strncpy.S: Fix recovery code.
5008
5009 2002-10-30 Jakub Jelinek <jakub@redhat.com>
5010
5011 * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
5012 New macros.
5013 * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
5014 text_set_element.
5015 * elf/dl-libc.c (free_mem): Likewise.
5016 * iconv/gconv_conf.c (free_mem): Likewise.
5017 * iconv/gconv_db.c (free_mem): Likewise.
5018 * iconv/gconv_dl.c (free_mem): Likewise.
5019 * iconv/gconv_cache.c (free_mem): Likewise.
5020 * intl/finddomain.c (free_mem): Likewise.
5021 * intl/dcigettext.c (free_mem): Likewise.
5022 * locale/setlocale.c (free_mem): Likewise.
5023 * misc/fstab.c (fstab_free): Likewise.
5024 * nss/nsswitch.c (free_mem): Likewise.
5025 * posix/regcomp.c (free_mem): Likewise.
5026 * resolv/gai_misc.c (free_res): Likewise.
5027 * stdlib/fmtmsg.c (free_mem): Likewise.
5028 * sunrpc/clnt_perr.c (free_mem): Likewise.
5029 * sysdeps/generic/setenv.c (free_mem): Likewise.
5030 * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
5031 * sysdeps/pthread/aio_misc.c (free_res): Likewise.
5032 * time/tzset.c (free_mem): Likewise.
5033 * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
5034 * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
5035 * malloc/set-freeres.c (__libc_freeres): Likewise.
5036
5037 * login/getutent.c: Include stdlib.h instead of stddef.h.
5038 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
5039 (__getutent): Allocate buffer the first time it is run.
5040 * login/getutid.c: Include stdlib.h instead of stddef.h.
5041 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
5042 (__getutid): Allocate buffer the first time it is run.
5043 * login/getutline.c: Include stdlib.h instead of stddef.h.
5044 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
5045 (__getutline): Allocate buffer the first time it is run.
5046 * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
5047 (mtrace): Allocate malloc_trace_buffer.
5048 * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
5049 * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
5050 * string/strerror.c: Include libintl.h and errno.h.
5051 (buf): New variable.
5052 (strerror): Only allocate buffer if actually needed (unknown error).
5053 * time/tzfile.c (transitions): Add libc_freeres_ptr.
5054 (freeres): Remove.
5055
5056 2002-10-25 Jakub Jelinek <jakub@redhat.com>
5057
5058 * include/libc-symbols.h (libc_freeres_ptr): New macro.
5059 * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
5060 symbol_set_define.
5061 (__libc_freeres): Free all pointers in that section.
5062 * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
5063 commands when creating .lds script.
5064 (LDSEDCMD-c.so): New variable.
5065 * inet/rcmd.c (ahostbuf): Change into char *. Add libc_freeres_ptr.
5066 (rcmd_af): Use strdup to allocate ahostbuf.
5067 * inet/rexec.c (ahostbuf): Change into char *. Add libc_freeres_ptr.
5068 (rexec_af): Use strdup to allocate ahostbuf.
5069 * stdio-common/reg-printf.c (printf_funcs): Remove.
5070 (__printf_arginfo_table): Change into printf_arginfo_function **.
5071 Add libc_freeres_ptr.
5072 (__register_printf_function): Allocate __printf_arginfo_table
5073 and __printf_function_table the first time it is called.
5074 * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
5075 printf_arginfo_function **.
5076 (parse_one_spec): Add __builtin_expect.
5077 * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
5078 (free_mem): Remove.
5079 * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
5080 (free_mem): Remove.
5081 * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
5082 (string_space, map): Add libc_freeres_ptr.
5083 (free_mem): Remove.
5084 * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
5085 (free_mem): Remove.
5086 * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
5087 (free_mem): Remove.
5088 * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
5089 (buffer): Add libc_freeres_ptr.
5090 (free_mem): Remove for _LIBC.
5091 * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
5092 (free_mem): Remove.
5093 * nss/getXXent.c (buffer): Add libc_freeres_ptr.
5094 (free_mem): Remove.
5095 * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
5096 (free_mem): Remove.
5097 * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
5098 (free_mem): Remove.
5099 * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
5100 (free_mem): Remove.
5101 * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
5102 (free_mem): Remove.
5103 * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
5104 libc_freeres_ptr.
5105 (free_mem): Remove.
5106 * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
5107 libc_freeres_ptr.
5108 (free_mem): Remove.
5109
5110 2002-10-30 Jakub Jelinek <jakub@redhat.com>
5111
5112 * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
5113 instead of duplicating the whole function in libc.
5114
5115 2002-10-31 Roland McGrath <roland@redhat.com>
5116
5117 * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
5118 Renamed from __bswap_16 (typo fix). Reported by <dens@stl.sarov.ru>.
5119
5120 2002-10-30 Jakub Jelinek <jakub@redhat.com>
5121
5122 * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
5123 32bit-predefine when creating .new32 list and -U for each
5124 32bit-predefine when creating .new64 list.
5125 * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
5126
5127 2002-10-29 Andreas Schwab <schwab@suse.de>
5128
5129 * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
5130 "testrtsig.h". Reported by Daniel Jacobowitz <dan@debian.org>.
5131
5132 2002-10-25 Roland McGrath <roland@redhat.com>
5133
5134 * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
5135 * sysdeps/unix/sysv/linux/configure: Regenerated.
5136
5137 * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
5138 _dl_starting_up decl.
5139
5140 2002-10-20 H.J. Lu <hjl@gnu.org>
5141
5142 * sysdeps/unix/sysv/linux/configure.in: Don't check
5143 /lib/modules/`uname -r`/build/include for kernel headers if
5144 cross compiling.
5145 * sysdeps/unix/sysv/linux/configure: Regenerated.
5146
5147 2002-10-25 Roland McGrath <roland@redhat.com>
5148
5149 * math/math.h (M_LOG2El): Correct the value.
5150 From Stephen L Moshier <steve@moshier.net>.
5151
5152 * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
5153 conditional from __libc_multiple_libcs access. Remove kludge for weak
5154 symbol access with old compilers we no longer support.
5155 * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
5156 * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
5157
5158 2002-10-25 Roland McGrath <roland@redhat.com>
5159
5160 * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
5161 implement SV_RESETHAND by translating it to SA_RESETHAND.
5162
5163 2002-10-23 Alexandre Oliva <aoliva@redhat.com>
5164
5165 * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
5166 type on ELF64 platforms.
5167
5168 2002-10-24 Ulrich Drepper <drepper@redhat.com>
5169
5170 * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
5171
5172 * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
5173
5174 2002-10-24 Jakub Jelinek <jakub@redhat.com>
5175
5176 * elf/dl-misc.c: Include <sysdep.h>.
5177 (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
5178
5179 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
5180 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
5181 (INLINE_SYSCALL): Use that.
5182 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
5183 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
5184 (INLINE_SYSCALL): Use that.
5185 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
5186 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
5187 (INLINE_SYSCALL): Use that.
5188 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
5189 dl-sysdep.h.
5190 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
5191 (__INTERNAL_SYSCALL_STRING): Define.
5192 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
5193 dl-sysdep.h.
5194 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
5195 (__INTERNAL_SYSCALL_STRING): Define.
5196 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
5197 __SYSCALL_STRING to inline_syscall*.
5198 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
5199 New macros.
5200 (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
5201 inline_syscall4, inline_syscall5, inline_syscall6): Add string
5202 argument.
5203
5204 2002-10-24 Roland McGrath <roland@redhat.com>
5205
5206 * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
5207 * sysdeps/unix/sysv/linux/init-first.c: Not here.
5208 * sysdeps/powerpc/elf/libc-start.c: Or here.
5209 * sysdeps/unix/sysv/aix/libc-start.c: Or here.
5210 * sysdeps/unix/sysv/aix/start-libc.c: Or here.
5211 * sysdeps/unix/sysv/aix/init-first.c: Or here.
5212 * sysdeps/generic/libc-start.c: Or here.
5213 * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
5214 access with [! SHARED].
5215 * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
5216
5217 * libio/bug-wfflush.c: New file.
5218 * libio/Makefile (tests): Add bug-wfflush.
5219
5220 2002-10-23 Roland McGrath <roland@redhat.com>
5221
5222 * stdio-common/tst-fphex.c: New file.
5223 * stdio-common/Makefile (tests): Add tst-fphex.
5224 * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
5225 of WNUMEND. Fix counting of decimal point in WIDTH. Print '0' pad
5226 chars always before the value digits.
5227 Reported by James Antill <james.antill@redhat.com>.
5228
5229 2002-10-24 Jakub Jelinek <jakub@redhat.com>
5230
5231 * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
5232 (free_mem): New function.
5233 * posix/Makefile (tests): Add bug-regex14. Add bug-regex14-mem
5234 if not cross compiling.
5235 (generated): Add bug-regex14-mem and bug-regex14.mtrace.
5236 (bug-regex14-ENV): Set.
5237 (bug-regex14-mem): New target.
5238 * posix/bug-regex14.c: New file.
5239
5240 2002-10-23 Roland McGrath <roland@redhat.com>
5241
5242 * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
5243 target, so we don't touch it when the link fails.
5244
5245 * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
5246 Check for the result overflowing off_t and fail with EOVERFLOW.
5247 * libio/ioftell.c (_IO_ftell): Likewise.
5248 * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
5249
5250 * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
5251 use a temporary timeval on the stack for gettimeofday and copy it.
5252 * login/logout.c (logout): Likewise.
5253 Reported by Steven Munroe <sjmunroe@us.ibm.com>.
5254
5255 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
5256 Use __SWORD_TYPE instead of int for member types.
5257 (struct statfs64): Likewise.
5258 * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
5259 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
5260 * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
5261 * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
5262 * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
5263
5264 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
5265 * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
5266 (ST_NODIRATIME): Restore fixed value of 2048.
5267 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
5268 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
5269
5270 Rearranged <bits/types.h> definitions to reduce duplication.
5271 * sysdeps/generic/bits/types.h: Rewritten, using macros from
5272 <bits/wordsize.h> and new header <bits/typesizes.h>.
5273 * posix/Makefile (headers): Add bits/typesizes.h here.
5274 * sysdeps/generic/bits/typesizes.h: New file.
5275 * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
5276 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
5277 * sysdeps/mach/hurd/bits/typesizes.h: New file.
5278 * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
5279 * sysdeps/unix/sysv/linux/bits/types.h: File removed.
5280 * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
5281 * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
5282 * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
5283 * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
5284 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
5285 * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
5286 <bits/pthreadtypes.h> here, not in <bits/types.h>.
5287 * signal/signal.h: Likewise.
5288
5289 * streams/stropts.h: Include <bits/xtitypes.h>.
5290 * streams/Makefile (headers): Add bits/xtitypes.h here.
5291 * sysdeps/generic/bits/xtitypes.h: New file.
5292 * sysdeps/s390/bits/xtitypes.h: New file.
5293 * sysdeps/ia64/bits/xtitypes.h: New file.
5294 * sysdeps/x86_64/bits/xtitypes.h: New file.
5295
5296 * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
5297 * sysdeps/generic/bits/ipctypes.h: New file.
5298 * sysdeps/mips/bits/ipctypes.h: New file.
5299 * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
5300 * sysdeps/gnu/bits/msq.h: Likewise.
5301 * sysvipc/sys/ipc.h: Likewise.
5302
5303 2002-10-22 Ulrich Drepper <drepper@redhat.com>
5304
5305 * elf/dl-load.c (struct filebuf): For buf element to have the
5306 alignment of ElfXX_Ehdr since this is what will be stored in it.
5307
5308 2002-10-22 Jakub Jelinek <jakub@redhat.com>
5309
5310 * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
5311 into pointer to locrec_offset.
5312 (add_locale_to_archive): Adjust callers. Free normalized_name right
5313 before returning, not immediately after add_locale, pass it to
5314 add_alias if not NULL instead of name. Rename second normalized_name
5315 occurence to nnormalized_codeset_name.
5316
5317 * locale/programs/locarchive.c (enlarge_archive): Make sure
5318 string_size is always a multiple of 4.
5319 Reported by Andreas Schwab <schwab@suse.de>.
5320
5321 2002-10-21 Andreas Schwab <schwab@suse.de>
5322
5323 * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
5324 caller to EXTRA instead of execve, since the latter has a
5325 higher-priority implementation in linuxthreads.
5326
5327 2002-10-21 Roland McGrath <roland@redhat.com>
5328
5329 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
5330 slotinfo list's len member to the proper size, not just 1.
5331 Initialize static_map.l_tls_initimage.
5332
5333 * elf/dl-open.c (dl_open_worker): Fix loop searching for
5334 dtv_slotinfo_list element containing new modules' l_tls_modid.
5335
5336 * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
5337 * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
5338 * elf/Makefile (tests): Add tst-tls9.
5339 (tests-static): Add tst-tls9-static.
5340 (tst-tls9-static-ENV): New variable.
5341 ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
5342
5343 * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
5344 modids used by partially loaded modules being closed can't be known.
5345
5346 2002-10-21 Isamu Hasegawa <isamu@yamato.ibm.com>
5347
5348 * posix/Makefile: Add a test case for the bug reported by Aharon
5349 Robbins <arnold@skeeve.com>.
5350 * posix/bug-regex13.c: New file.
5351 * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
5352
5353 2002-10-21 Ulrich Drepper <drepper@redhat.com>
5354
5355 * csu/gmon-start.c: Pretty printing.
5356
5357 2002-10-19 Art Haas <ahaas@neosoft.com>
5358
5359 * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
5360 add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
5361 add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
5362 * configure: Regenerated.
5363
5364 2002-10-19 Roland McGrath <roland@redhat.com>
5365
5366 * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
5367 and then set $subdirs directly, because the new Autoconf breaks
5368 compatibility in every way imaginable and insists on whining
5369 about usage that worked since the dawn of time.
5370 * configure: Regenerated.
5371
5372 * configure: Regenerated (using Autoconf 2.54).
5373 * sysdeps/alpha/elf/configure: Likewise.
5374 * sysdeps/generic/configure: Likewise.
5375 * sysdeps/i386/elf/configure: Likewise.
5376 * sysdeps/ia64/elf/configure: Likewise.
5377 * sysdeps/mach/hurd/configure: Likewise.
5378 * sysdeps/mach/configure: Likewise.
5379 * sysdeps/unix/configure: Likewise.
5380 * sysdeps/unix/common/configure: Likewise.
5381 * sysdeps/unix/sysv/aix/configure: Likewise.
5382 * sysdeps/unix/sysv/linux/configure: Likewise.
5383 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5384 * sysdeps/x86_64/elf/configure: Likewise.
5385
5386 * config.make.in: Nix completely-soft nonsense.
5387 * configure.in: Likewise. Under --without-fp, use nofpu subdirectory
5388 of machine directories instead of fpu subdirectory.
5389 * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
5390 * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
5391 * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
5392 * sysdeps/powerpc/nofpu/sim-full.c: ... here.
5393 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
5394 * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
5395 * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
5396 * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
5397 * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
5398 * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
5399 * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
5400 * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
5401 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
5402 * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
5403 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
5404 * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
5405 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
5406 * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
5407 * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
5408 * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
5409 * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
5410 * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
5411 * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
5412 * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
5413 * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
5414 * sysdeps/powerpc/nofpu/fegetround.c: ... here.
5415 * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
5416 * sysdeps/powerpc/nofpu/fesetround.c: ... here.
5417 * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
5418 * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
5419 * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
5420 * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
5421 * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
5422 * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
5423 * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
5424 * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
5425 * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
5426 * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
5427 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
5428 * sysdeps/powerpc/nofpu/Versions: ... here, new file.
5429
5430 2002-10-19 Bruno Haible <bruno@clisp.org>
5431
5432 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
5433
5434 2002-10-18 Roland McGrath <roland@redhat.com>
5435
5436 * io/Makefile (routines): Add lchmod.
5437 * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
5438 * sysdeps/generic/lchmod.c: New file.
5439 * sysdeps/mach/hurd/lchmod.c: New file.
5440 * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
5441
5442 2002-10-18 Art Haas <ahaas@neosoft.com>
5443
5444 * configure.in: Remove remaining AC_FD_CC macros, and replace
5445 AC_FD_MSG with AS_MESSAGE_FD.
5446
5447 2002-10-18 Roland McGrath <roland@redhat.com>
5448
5449 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
5450 typos: VALUE -> FINALADDR.
5451
5452 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
5453 (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
5454 (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
5455 (inline_syscall6): Move these macros ...
5456 * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
5457
5458 * configure.in (libc_link_dests, libc_link_sources): Remove these
5459 variables and the AC_LINK_FILES call.
5460
5461 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
5462 change to put new symbols here instead of in GLIBC_2.2.
5463 * sysdeps/powerpc/Subdirs: Move this file ...
5464 * sysdeps/powerpc/soft-fp/Subdirs: ... here.
5465
5466 2002-10-07 Roland McGrath <roland@redhat.com>
5467
5468 * sysdeps/generic/bits/time.h: Replaced with contents of the
5469 sysdeps/unix/sysv/linux/i386/bits/time.h file. All the following
5470 files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
5471 and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
5472 macros is ok even for architectures that don't now implement them.
5473 * sysdeps/mach/hurd/bits/time.h: File removed.
5474 * sysdeps/unix/sysv/linux/bits/time.h: File removed.
5475 * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
5476 * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
5477 * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
5478 * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
5479
5480 2002-10-18 Jeff Bailey <jbailey@gnu.org>
5481
5482 * configure.in: Replace obsolete AC_OUTPUT syntax with
5483 AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
5484
5485 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
5486 _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
5487
5488 * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
5489 * sysdeps/alpha/elf/configure.in: Likewise.
5490 * sysdeps/i386/elf/configure.in: Likewise.
5491 * sysdeps/mach/hurd/configure.in: Likewise.
5492 * sysdeps/x86_64/elf/configure.in: Likewise.
5493
5494 * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
5495
5496 * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
5497 * sysdeps/generic/configure.in: Likewise.
5498 * sysdeps/i386/elf/configure.in: Likewise.
5499 * sysdeps/ia64/elf/configure.in: Likewise.
5500 * sysdeps/mach/configure.in: Likewise.
5501 * sysdeps/mach/hurd/configure.in: Likewise.
5502 * sysdeps/unix/configure.in: Likewise.
5503 * sysdeps/unix/common/configure.in: Likewise.
5504 * sysdeps/unix/sysv/aix/configure.in: Likewise.
5505 * sysdeps/unix/sysv/linux/configure.in: Likewise.
5506 * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
5507 * sysdeps/x86_64/elf/configure.in: Likewise.
5508
5509 * aclocal.m4: Use just the bits from AS_INIT that are needed for the
5510 GLIBC_PROVIDES. Use plain comment instead of HEADER-COMMENT so
5511 that it's obvious when extra autoconf machinery is being dragged in.
5512
5513 2002-10-18 Roland McGrath <roland@redhat.com>
5514
5515 * configure.in: Remove bogus echo included in
5516 2002-10-08 Aldy Hernandez <aldyh@redhat.com> change.
5517 * configure: Regenerated.
5518
5519 2002-10-18 Jakub Jelinek <jakub@redhat.com>
5520
5521 * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
5522 (statfs_filesize_max): New function.
5523 * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
5524 JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
5525 ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
5526 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
5527 statfs_filesize_max.
5528 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
5529 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
5530 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
5531
5532 2002-10-17 Roland McGrath <roland@redhat.com>
5533
5534 * configure.in (MIG): Just AC_SUBST it here.
5535 * configure: Regenerated.
5536 * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
5537 Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
5538 * sysdeps/mach/configure: Regenerated.
5539
5540 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
5541 and AC_PROVIDE([_AS_CR_PREPARE]).
5542
5543 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
5544 Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
5545
5546 * elf/dl-support.c: Move _dl_tls_* variables to ...
5547 * sysdeps/generic/libc-tls.c: ... here.
5548
5549 * elf/dl-close.c (remove_slotinfo): Take new argument. If false,
5550 allow IDX to be one past the current last slotinfo entry.
5551 (_dl_close): Pass IMAP->l_init_called for that parameter.
5552
5553 2002-10-07 Andreas Schwab <schwab@suse.de>
5554
5555 * aclocal.m4: Fix for autoconf 2.53.
5556 * configure.in: Likewise. Require autoconf 2.53.
5557
5558 2002-10-08 Richard Henderson <rth@redhat.com>
5559
5560 * soft-fp/op-4.h: Handle carry correctly in
5561 __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
5562 __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
5563 * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
5564
5565 2002-10-08 Aldy Hernandez <aldyh@redhat.com>
5566
5567 * configure.in: Compute completely-soft.
5568 * config.make.in: Make completely-soft available to sub-makes.
5569 * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
5570 gcc-double-routines. Add sim-full.c. Add fenv_const and
5571 fe_nomask to libm-support.
5572 * sysdeps/powerpc/soft-fp/sim-full.c: New file.
5573 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
5574 * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
5575 * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
5576 * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
5577 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
5578 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
5579 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
5580 * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
5581 * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
5582 * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
5583 * sysdeps/powerpc/soft-fp/fegetround.c: New file.
5584 * sysdeps/powerpc/soft-fp/fesetround.c: New file.
5585 * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
5586 * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
5587 * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
5588 * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
5589 * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
5590 * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
5591 symbols. Add __sim_disabled_exceptions, __sim_exceptions,
5592 __sim_round_mode.
5593 * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
5594 * sysdeps/powerpc/soft-float/sfp-machine.h: Define
5595 FP_HANDLE_EXCEPTIONS.
5596 Define FP_ROUNDMODE.
5597 Redefine FP_* macros to correspond to the FE_* bit positions.
5598 Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
5599 Define externs for __sim_exceptions, __sim_disabled_exceptions,
5600 __sim_round_mode, __simulate_exceptions.
5601 * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
5602 * sysdeps/powerpc/bits/fenv.h: ...to here.
5603
5604 2002-10-06 Jakub Jelinek <jakub@redhat.com>
5605
5606 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
5607 Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
5608 Use __builtin_expect for R_PPC_ADDR24 overflow check. Fix
5609 R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
5610 __builtin_expect.
5611
5612 2002-10-15 Jakub Jelinek <jakub@redhat.com>
5613
5614 * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
5615 __libc_res_nsend): New prototypes.
5616 * resolv/res_query.c (QUERYSIZE): Define.
5617 (__libc_res_nquery): Renamed from res_nquery. Added answerp
5618 argument. Allocate only QUERYSIZE bytes first, if res_nmkquery
5619 fails use MAXPACKET buffer. Call __libc_res_nsend instead of
5620 res_nsend, pass answerp.
5621 (res_nquery): Changed into wrapper around __libc_res_nquery.
5622 (__libc_res_nsearch): Renamed from res_nsearch. Added answerp
5623 argument. Call __libc_res_nquerydomain and __libc_res_nquery
5624 instead of the non-__libc_ variants, pass them answerp.
5625 (res_nsearch): Changed into wrapper around __libc_res_nsearch.
5626 (__libc_res_nquerydomain): Renamed from res_nquerydomain.
5627 Added answerp argument. Call __libc_res_nquery instead of
5628 res_nquery, pass answerp.
5629 (res_nquerydomain): Changed into wrapper around
5630 __libc_res_nquerydomain.
5631 * resolv/res_send.c: Include sys/ioctl.h.
5632 (MAXPACKET): Define.
5633 (send_vc): Change arguments. Reallocate answer buffer if it is
5634 too small.
5635 (send_dg): Likewise.
5636 (__libc_res_nsend): Renamed from res_nsend. Added ansp argument.
5637 Reallocate answer buffer if it is too small and hooks are in use.
5638 Adjust calls to send_vc and send_dg.
5639 (res_nsend): Changed into wrapper around __libc_res_nsend.
5640 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
5641 just 1K answer buffer on the stack, use __libc_res_nsearch instead
5642 of res_nsearch.
5643 (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
5644 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
5645 (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
5646 * resolv/gethnamaddr.c (gethostbyname2): Likewise.
5647 (gethostbyaddr): Similarly with __libc_res_nquery.
5648 * resolv/Versions (libresolv): Export __libc_res_nquery and
5649 __libc_res_nsearch at GLIBC_PRIVATE.
5650
5651 2002-10-17 Roland McGrath <roland@redhat.com>
5652
5653 * configure.in: Grok --without-__thread and disable HAVE___THREAD.
5654 * configure: Regenerated.
5655
5656 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
5657 before performing the reloc, not after.
5658 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
5659
5660 2002-10-17 Ulrich Drepper <drepper@redhat.com>
5661
5662 * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
5663 * locale/programs/linereader.c (lr_open): Likewise.
5664 * locale/programs/charmap-dir.c (charmap_open): Likewise.
5665 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
5666
5667 2002-10-17 Isamu Hasegawa <isamu@yamato.ibm.com>
5668
5669 * posix/bug-regex11.c: Add a test case for the bug reported by
5670 Paolo Bonzini <bonzini@gnu.org>.
5671 * posix/regexec.c (sift_states_bkref): Use correct destination of
5672 the back reference.
5673
5674 2002-10-17 Roland McGrath <roland@redhat.com>
5675
5676 * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
5677 * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
5678 to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
5679 * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
5680 Call it after performing TPOFF relocs.
5681 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
5682 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5683 * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
5684
5685 * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
5686 when closing a partially-initialized object.
5687
5688 * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
5689 instead of _dl_fatal_printf when we see PT_TLS.
5690
5691 * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
5692 instead of $(libof-$<).
5693
5694 2002-10-16 Roland McGrath <roland@redhat.com>
5695
5696 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
5697 instead of += to append, to be sure $(lib) gets expanded at defn time.
5698 (libof-$(cpp-src)): New variable, define this instead.
5699 * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
5700 (lib): Don't use override.
5701 (CPPFLAGS-$(lib)): New variable, put -D's here.
5702 * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
5703 Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
5704 LIB found by $(libof-*) for basename, target, or source.
5705 * Makerules (CPPFLAGS-nonlib): New variable.
5706 * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
5707 * locale/Makefile (lib): Likewise.
5708 * sunrpc/Makefile (lib): Likewise.
5709
5710 * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
5711 * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
5712 * sysdeps/unix/sysv/linux/pathconf.h: New file.
5713 (statfs_link_max): New function, guts from fpathconf.c.
5714 * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
5715 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
5716 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
5717 to use the linux/pathconf.c code by #include rather than duplication.
5718 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
5719
5720 2002-10-16 Jakub Jelinek <jakub@redhat.com>
5721
5722 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
5723 Use __libc_errno only for libc itself.
5724
5725 2002-10-16 Andreas Jaeger <aj@suse.de>
5726
5727 * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
5728
5729 2002-10-16 Ulrich Drepper <drepper@redhat.com>
5730
5731 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5732 Use __libc_errno only for libc itself.
5733
5734 2002-10-15 Roland McGrath <roland@redhat.com>
5735 Jakub Jelinek <jakub@redhat.com>
5736
5737 * sysdeps/unix/sysv/linux/Makefile
5738 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
5739 sparc/Makefile to produce a bi-arch file as needed.
5740 That's now parameterized by the variable $(64bit-predefine).
5741 Use LC_ALL=C for `comm' commands in that rule.
5742 No longer conditional on [$(no_syscall_list_h)].
5743 * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
5744 (64bit-predefine): New variable.
5745 * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
5746 * sysdeps/unix/sysv/linux/s390/Makefile: New file.
5747 * sysdeps/unix/sysv/linux/powerpc/Makefile
5748 (64bit-predefine): New variable.
5749
5750 2002-10-15 Roland McGrath <roland@redhat.com>
5751
5752 * sysdeps/unix/sysv/linux/Makefile
5753 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
5754
5755 * login/utmp-private.h: Declare __libc_utmp_lock.
5756 * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
5757 and call __libc_utmp_jump_table functions directly, instead of using
5758 __setutent et al.
5759
5760 * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
5761 * sysdeps/unix/sysv/linux/configure: Regenerated.
5762
5763 * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
5764 (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
5765 Use int32_t for ll_time.
5766 (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
5767 Use int32_t instead of long int for ut_session.
5768 Use an anonymous struct with 32-bit fields for ut_tv.
5769 * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
5770 (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
5771 here as in utmp.h for `struct utmp'.
5772 * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
5773 * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
5774 * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
5775 * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
5776 * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
5777 * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
5778
5779 * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
5780 of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
5781 All the following files were identical or equivalent to it.
5782 * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
5783 * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
5784 * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
5785 * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
5786 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
5787 * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
5788 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
5789 * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
5790 * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
5791 * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
5792
5793 * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
5794 instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
5795 Other than the previously incorrect sign of msg_iovlen, this is a
5796 no-op on 32-bit platforms. On 64-bit platforms it makes this header
5797 match their layouts as well, so the following are now identical to it.
5798 * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
5799 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
5800 * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
5801 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
5802 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
5803
5804 2002-10-15 Ulrich Drepper <drepper@redhat.com>
5805
5806 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
5807 Define for 2.4+ kernels.
5808
5809 * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
5810 are known to have the vfork syscall. Don't confuse the CPUs
5811 branch prediction unit by jumping to the return address.
5812
5813 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
5814 support for reiserfs and xfs.
5815
5816 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
5817 XFS link count.
5818 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
5819 and XFS_LINK_MAX.
5820 Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
5821
5822 2002-10-16 Jakub Jelinek <jakub@redhat.com>
5823
5824 * include/libc-symbols.h (attribute_tls_model_ie): Define.
5825 * include/errno.h (errno): Define to __libc_errno in libc.so.
5826 Add attribute_tls_model_ie.
5827 * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
5828 Add attribute_tls_model_ie.
5829 * include/resolv.h (_res): Define to __libc_res in libc.so. Add
5830 attribute_tls_model_ie.
5831 * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
5832 (h_errno): Define.
5833 * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
5834 (_res): Define.
5835 * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
5836 attribute_tls_model_ie.
5837 * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
5838 __thread.
5839 * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
5840 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
5841 __libc_errno in USE___THREAD case.
5842 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
5843 Likewise.
5844 * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
5845 __attribute__((tls_model (""))).
5846 * configure: Rebuilt.
5847 * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
5848
5849 2002-10-15 Ulrich Drepper <drepper@redhat.com>
5850
5851 * timezone/asia: Update from tzdata2002d.
5852 * timezone/australasia: Likewise.
5853 * timezone/iso3166.tab: Likewise.
5854 * timezone/southamerica: Likewise.
5855 * timezone/zone-tab: Likewise.
5856
5857 2002-10-15 Roland McGrath <roland@redhat.com>
5858
5859 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
5860 Adjust TCB pointer before calling free, so we get the whole block.
5861
5862 2002-10-14 Roland McGrath <roland@redhat.com>
5863
5864 * sysdeps/unix/sysv/linux/x86_64/sigaction.c
5865 [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
5866 extern using attribute_hidden instead of static, avoids warning.
5867
5868 2002-10-09 Jakub Jelinek <jakub@redhat.com>
5869
5870 * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
5871 * sysdeps/unix/sysv/linux/configure: Rebuilt.
5872
5873 2002-10-14 Ulrich Drepper <drepper@redhat.com>
5874
5875 * po/sv.po: Update from translation team.
5876
5877 2002-10-12 H.J. Lu <hjl@gnu.org>
5878
5879 * sunrpc/thrsvc.c (PROCQUIT): New.
5880 (struct rpc_arg): New.
5881 (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
5882 (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
5883 (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
5884 (main): Modified for struct rpc_arg *.
5885
5886 2002-10-14 Ulrich Drepper <drepper@redhat.com>
5887
5888 * dirent/scandir.c: Rearrange code a bit to reduce binary size.
5889
5890 2002-10-14 Jakub Jelinek <jakub@redhat.com>
5891
5892 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
5893 (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
5894 in ld.so even if __thread is supported.
5895
5896 2002-10-13 Jakub Jelinek <jakub@redhat.com>
5897
5898 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
5899 Add hack to prevent the compiler from clobbering the signal context.
5900 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
5901 Likewise.
5902 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
5903 Likewise.
5904
5905 2002-10-14 Andreas Jaeger <aj@suse.de>
5906
5907 * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
5908 Guido Guenther <agx@sigxcpu.org>.
5909
5910 2002-10-14 Ulrich Drepper <drepper@redhat.com>
5911
5912 * po/sk.po: Update from translation team.
5913
5914 2002-09-26 Roland McGrath <roland@redhat.com>
5915
5916 * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
5917 dynamic string tag.
5918 * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
5919 DL_DST_LIB based on $(slibdir).
5920
5921 2002-10-13 Roland McGrath <roland@frob.com>
5922
5923 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
5924
5925 * sysdeps/mach/hurd/getresuid.c: New file.
5926 * sysdeps/mach/hurd/getresgid.c: New file.
5927 * sysdeps/mach/hurd/setresuid.c: New file.
5928 * sysdeps/mach/hurd/setresgid.c: New file.
5929
5930 * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
5931 setresgid): Declare them.
5932 * NEWS: Mention it.
5933 * include/unistd.h
5934 (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
5935 add libc_hidden_proto.
5936 * posix/Versions (libc: GLIBC_2.3.2): New set. Add
5937 getresuid, getresgid, setresuid, setresgid here.
5938 * Versions.def (libc): Define GLIBC_2.3.2 set.
5939 * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
5940 Add libc_hidden_def.
5941 * sysdeps/generic/getresgid.c (__getresgid): Likewise.
5942 * sysdeps/generic/setresgid.c: New file.
5943 * sysdeps/generic/setresuid.c: New file.
5944 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5945 (sysdep_routines): Don't add getresuid and getresgid here.
5946 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
5947 (sysdep_routines): Don't add setresuid and setresgid here.
5948 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
5949 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
5950 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
5951 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
5952 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
5953 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
5954 * posix/Makefile (routines): Add them all here instead.
5955 * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
5956 __getresuid. Add libc_hidden_def for that, and weak alias to old name.
5957 * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
5958 __getresgid. Add libc_hidden_def for that, and weak alias to old name.
5959 * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
5960 [! __NR_setresuid]: Include generic file.
5961 * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
5962 __setresgid. Add libc_hidden_def for that, and weak alias to old name.
5963 [! __NR_setresuid]: Include generic file.
5964 * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
5965 Caller is - now, not EXTRA.
5966 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
5967 (setresuid, setresgid, getresuid, getresgid): Likewise.
5968 * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
5969 Add these calls here.
5970 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
5971 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5972 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5973 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5974 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5975 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
5976 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5977 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5978 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5979
5980 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5981 (sysdep_routines): Add setfsuid and setfsgid here.
5982 * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
5983 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
5984 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
5985 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
5986 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
5987 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
5988 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
5989 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
5990
5991 * hurd/errno.c: Renamed to ...
5992 * hurd/errno-loc.c: ... this.
5993 * hurd/Makefile (routines): errno -> errno-loc
5994
5995 2002-10-13 Ulrich Drepper <drepper@redhat.com>
5996
5997 * po/de.po: Update from translation team.
5998
5999 * MakeTAGS: Add -E flag to xgettext runs.
6000
6001 2002-10-12 Ulrich Drepper <drepper@redhat.com>
6002
6003 * po/fr.po: Update from translation team.
6004
6005 * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
6006 Optimize a bit for use in glibc.
6007
6008 2002-10-12 Roland McGrath <roland@redhat.com>
6009
6010 * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
6011 Some machines are slow. Guido Guenther <agx@sigxcpu.org> has one.
6012
6013 2002-10-12 Ulrich Drepper <drepper@redhat.com>
6014
6015 * po/sv.po: Update from translation team.
6016
6017 2002-10-11 Isamu Hasegawa <isamu@yamato.ibm.com>
6018
6019 * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
6020 OP_CONTEXT_NODE.
6021 (regfree): Likewise.
6022 (create_initial_state): Likewise.
6023 (analyze): Remove the substitutions which became useless.
6024 (calc_first): Likewise.
6025 (calc_epsdest): Use edests of OP_BACK_REF in case that it has
6026 epsilon destination.
6027 (duplicate_node_closure): New function.
6028 (duplicate_node): Remove the handling OP_CONTEXT_NODE.
6029 (calc_inveclosure): Likewise.
6030 (calc_eclosure): Likewise.
6031 (calc_eclosure_iter): Invoke duplicate_node_closure instead of
6032 direct invocation of duplicate_node.
6033 (parse): Don't use comma operator in the return to avoid compiler
6034 warning.
6035 (parse_reg_exp): Likewise.
6036 (parse_branch): Likewise.
6037 (parse_expression): Likewise.
6038 (parse_sub_exp): Likewise.
6039 (parse_dup_op): Likewise.
6040 * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
6041 which became useless.
6042 (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
6043 (create_cd_newstate): Likewise.
6044 * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
6045 (re_token_t): Likewise.
6046 (re_dfa_t): Likewise.
6047 (re_node_set_remove): New macro.
6048 * posix/regexec.c (check_matching): Remove the handling
6049 OP_CONTEXT_NODE.
6050 (check_halt_node_context): Likewise.
6051 (proceed_next_node): Likewise.
6052 (pop_fail_stack): Fix the memory leak.
6053 (set_regs): Likewise.
6054 (free_fail_stack_return): New function.
6055 (sift_states_backward): Fix the memory leak. Remove the handling
6056 OP_CONTEXT_NODE.
6057 (update_cur_sifted_state): Append some if clause to avoid redundant
6058 call.
6059 (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
6060 back reference.
6061 (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
6062 (check_subexp_limits): Likewise.
6063 (search_subexp): Likewise.
6064 (sift_states_bkref): Likewise.
6065 (transit_state_mb): Likewise.
6066 (transit_state_bkref_loop): Likewise.
6067 (transit_state_bkref_loop): Likewise.
6068 (group_nodes_into_DFAstates): Likewise.
6069 (check_node_accept): Likewise.
6070 (sift_ctx_init): Add initializing.
6071
6072 2002-10-12 Ulrich Drepper <drepper@redhat.com>
6073
6074 * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
6075 __builtin_expect.
6076
6077 2002-10-11 Ulrich Drepper <drepper@redhat.com>
6078
6079 * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
6080 duplicated variable c.
6081
6082 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
6083 if possible.
6084
6085 * sysdeps/unix/sysv/linux/i386/sysdep.h
6086 (INTERNAL_SYSCALL_ERROR_P): New define.
6087 (INTERNAL_SYSCALL_ERRNO): Likewise.
6088
6089 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
6090 Add hack to prevent the compiler from clobbering the signal context.
6091
6092 2002-10-11 Roland McGrath <roland@redhat.com>
6093
6094 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
6095 Fix typos.
6096
6097 * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
6098 * sysdeps/sh/dl-lookupcfg.h: File removed.
6099 * sysdeps/i386/dl-lookupcfg.h: File removed.
6100
6101 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
6102 missing labels and ; from last change.
6103
6104 * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
6105 number literals, so they are doubles instead of ints.
6106
6107 2002-10-09 Roland McGrath <roland@redhat.com>
6108
6109 * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
6110 changed from [USE_TLS && HAVE___THREAD].
6111
6112 * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
6113 Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
6114 * sysdeps/x86_64/dl-machine.h
6115 (elf_machine_type_class, elf_machine_rela): Likewise.
6116 * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
6117 Likewise.
6118
6119 * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
6120 * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
6121 (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
6122
6123 * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
6124 instead of ___tls_get_addr.
6125 (___tls_get_addr_internal): Add attribute_hidden to decl.
6126
6127 * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
6128 _dl_error_catch_tsd.
6129 * elf/rtld.c (startup_error_tsd): New function.
6130 (dl_main): Point _dl_error_catch_tsd at that.
6131 * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
6132 use new function pointer instead.
6133 * elf/dl-tsd.c: New file.
6134 * elf/Makefile (routines): Add it.
6135
6136 2002-10-07 Roland McGrath <roland@redhat.com>
6137
6138 * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
6139 writev if it's available. Otherwise if [RTLD_PRIVATE_ERRNO] then
6140 take _dl_load_lock around calling __writev.
6141
6142 * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
6143 (INLINE_SYSCALL): Use that.
6144
6145 * sysdeps/generic/dl-sysdep.h: New file.
6146 * sysdeps/mach/hurd/dl-sysdep.h: New file.
6147 * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
6148 * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
6149 [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
6150 access it directly.
6151 * elf/dl-minimal.c (__errno_location): Removed.
6152 * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
6153 Use GOTOFF access for errno.
6154 * sysdeps/unix/sysv/linux/i386/sysdep.h
6155 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
6156
6157 * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
6158 Use PC-relative access for errno.
6159 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
6160 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
6161
6162 * include/tls.h: New file.
6163 (USE___THREAD): New macro.
6164 Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
6165 libc or libpthread.
6166 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
6167 changed from [USE_TLS && HAVE___THREAD].
6168 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6169 * sysdeps/unix/i386/sysdep.S: Likewise.
6170 * sysdeps/unix/x86_64/sysdep.S: Likewise.
6171 * include/errno.h: Likewise.
6172 * include/netdb.h: Likewise.
6173 * include/resolv.h: Likewise.
6174
6175 * sysdeps/generic/errno.c: New file.
6176 * csu/Makefile (aux): New variable, list errno.
6177 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
6178 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
6179 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
6180 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
6181 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
6182 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
6183 * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
6184 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
6185 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
6186 * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
6187 * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
6188 * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
6189 * sysdeps/unix/alpha/sysdep.S: Likewise.
6190 * sysdeps/generic/start.c: Likewise.
6191 * sysdeps/unix/start.c: Likewise.
6192 * sysdeps/unix/arm/start.c: Likewise.
6193 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
6194 * sysdeps/unix/sparc/start.c: Likewise.
6195 * sysdeps/unix/sysv/irix4/start.c: Likewise.
6196 * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
6197
6198 * manual/search.texi (Tree Search Function, Hash Search Function):
6199 Mention search.h clearly.
6200
6201 2002-10-05 Roland McGrath <roland@redhat.com>
6202
6203 * elf/dl-fxstat64.c: File removed.
6204 * elf/dl-xstat64.c: File removed.
6205 * elf/Makefile (rtld-routines): Remove them.
6206 * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
6207 Instead, use strong_alias instead of versioned_symbol in the
6208 !SHLIB_COMPAT case.
6209 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6210 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6211
6212 * include/shlib-compat.h
6213 (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
6214 [! NOT_IN_libc] (IS_IN_libc): Define it.
6215 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
6216 * elf/Makefile (CPPFLAGS-.os): Likewise.
6217
6218 * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
6219 Return the status instead of calling exit.
6220
6221 * Makeconfig (CFLAGS): Prepend -std=gnu99.
6222 * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
6223 Remove superfluous rm command, whose @ plus make bugs hid
6224 all these commands from the make output.
6225
6226 * include/stubs-prologue.h: New file. Give #error under #ifdef _LIBC.
6227 * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
6228 Use that file's contents instead of literal echo's for the prologue.
6229 * include/features.h: Include <gnu/stubs.h> unconditionally.
6230 * include/gnu/stubs.h: New file.
6231
6232 2002-09-30 Roland McGrath <roland@redhat.com>
6233
6234 * elf/rtld-Rules: New file.
6235 * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
6236 $(objpfx)rtld-libc.a): New targets.
6237 (generated): Add them.
6238 (reloc-link): Remove -o $@ from the variable.
6239 ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
6240 (distribute): Add rtld-Rules.
6241 (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
6242 * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
6243 (common-mostlyclean, common-clean): Clean up rtld-* files.
6244 * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
6245
6246 2002-10-11 Roland McGrath <roland@redhat.com>
6247
6248 * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
6249 now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
6250
6251 * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
6252 proper set of no-op insn prefixes.
6253
6254 * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
6255
6256 2002-10-11 Ulrich Drepper <drepper@redhat.com>
6257
6258 * sysdeps/unix/sysv/linux/execve.c: Don't try calling
6259 __pthread_kill_other_threads_np.
6260
6261 * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
6262
6263 2002-10-08 Roland McGrath <roland@redhat.com>
6264
6265 * locale/newlocale.c (__newlocale): If setting all categories to "C",
6266 just return &_nl_C_locobj instead of copying it.
6267 * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
6268 * locale/duplocale.c (__duplocale): Likewise.
6269
6270 2002-10-07 Roland McGrath <roland@frob.com>
6271
6272 * config.h.in (HAVE_I386_SET_GDT): New #undef.
6273 * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
6274 * sysdeps/mach/configure: Regenerated.
6275
6276 2002-10-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6277
6278 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
6279 Add all necessary register outputs for syscall-clobbered registers.
6280
6281 2002-10-02 David Mosberger <davidm@hpl.hp.com>
6282
6283 * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
6284 Itanium 2 (and Itanium).
6285 Fix unwind directives and make it fit in 80 columns.
6286 * sysdeps/ia64/memset.S: Likewise.
6287 * sysdeps/ia64/memcpy.S: Likewise.
6288 Move jump table to .rodata section.
6289
6290 2002-10-03 Roland McGrath <roland@frob.com>
6291
6292 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
6293 clobbers to asm.
6294
6295 2002-10-10 Andreas Jaeger <aj@suse.de>
6296
6297 * sysdeps/x86_64/_mcount.S: Restore correct registers.
6298
6299 2002-10-10 Ulrich Drepper <drepper@redhat.com>
6300
6301 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
6302
6303 2002-10-09 Ulrich Drepper <drepper@redhat.com>
6304
6305 * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
6306 _dl_allocate_tls_init. Add rtld_hidden_proto.
6307 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
6308 rtld_hidden_def.
6309 * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
6310
6311 * version.h (VERSION): Bump to 2.3.1.
6312
6313 * Make-dist: Add back one of the tar invocations removed before.
6314
6315 * stdlib/Makefile (distribute): Add allocalim.h.
6316
6317 * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
6318 (__libc_tsd_address): Use correct variable name.
6319 Patch by Stefan Jones <stefan.jones@multigig.com>.
6320
6321 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
6322 Reported by edwardsg@sgi.com [PR libc/4678].
6323
6324 * Versions.def (libc): Add GLIBC_2.3.1.
6325 (libpthread): Add GLIBC_2.3.1.
6326
6327 * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
6328 and __sigtimedwait.
6329 * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
6330 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
6331 libc_hidden_def.
6332 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
6333 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
6334
6335 * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
6336 * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
6337 and make old name an alias.
6338 * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
6339 and make old name an alias.
6340 * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
6341 __libc_msgsnd.
6342
6343 * include/sys/uio.h: Declare __libc_readv and __libc_writev.
6344 * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
6345 __libc_writev.
6346 * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
6347 old name an alias.
6348 * sysdeps/posix/readv.c: Likewise
6349 * sysdeps/unix/sysv/aix/readv.c: Likewise.
6350 * sysdeps/unix/sysv/linux/readv.c: Likewise.
6351 * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
6352 old name an alias.
6353 * sysdeps/posix/writev.c: Likewise
6354 * sysdeps/unix/sysv/aix/writev.c: Likewise.
6355 * sysdeps/unix/sysv/linux/writev.c: Likewise.
6356
6357 * include/sys/wait.h: Declare __waitid.
6358 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
6359 * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
6360 name an alias.
6361 * sysdeps/posix/waitid.c: Likewise.
6362 * sysdeps/unix/sysv/aix/waitid.c: Likewise.
6363
6364 * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
6365
6366 2002-10-07 Jakub Jelinek <jakub@redhat.com>
6367
6368 * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
6369 prototypes.
6370 (__MAX_ALLOCA_CUTOFF): Define.
6371 Include allocalim.h.
6372 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
6373 _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
6374 host_buffer depending on __libc_use_alloca.
6375 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
6376 _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
6377 net_buffer depending on __libc_use_alloca.
6378 * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
6379 buf depending on __libc_use_alloca.
6380 * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
6381 * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
6382 instead of hardcoded constants.
6383 Pass proper size argument to alloca and compute end for wide char
6384 version.
6385 * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
6386 instead of hardcoded constants.
6387 * string/strcoll.c (strcoll): Likewise.
6388 * string/strxfrm.c (strxfrm): Likewise.
6389 * sysdeps/posix/readv.c (__readv): Likewise.
6390 * sysdeps/posix/writev.c (__writev): Likewise.
6391 * sysdeps/generic/allocalim.h: New file.
6392
6393 2002-10-08 Roland McGrath <roland@redhat.com>
6394
6395 * configure.in (aux_missing warning): Change "too old" to
6396 "incompatible versions", since for autoconf it's "too new" right now.
6397 * configure: Regenerated.
6398
6399 * configure.in (AUTOCONF): New check to set it. Set to "no" if the
6400 one found doesn't work on our configure.in.
6401 * configure: Regenerated.
6402 * config.make.in (AUTOCONF): New substituted variable.
6403 * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
6404 (autoconf-it): ... here, use that instead of defining conditionally.
6405 Use $(AUTOCONF) instead of literal autoconf.
6406 [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
6407 with this condition.
6408 * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
6409
6410 2002-10-08 Ulrich Drepper <drepper@redhat.com>
6411
6412 * Make-dist (dist): Cleanup a bit. We are not interested in the
6413 14 char filename limit anymore. Remove intermediate files and
6414 symlinks.
6415
6416 2002-10-05 Ulrich Drepper <drepper@redhat.com>
6417
6418 * po/sk.po: Update from translation team.
6419 * po/tr.po: Likewise.
6420 * po/gl.po: Likewise.
6421
6422 2002-10-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6423
6424 * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
6425
6426 2002-10-03 Ulrich Drepper <drepper@redhat.com>
6427
6428 * version.h (RELEASE): Change to stable.
6429
6430 2002-10-03 Jakub Jelinek <jakub@redhat.com>
6431
6432 * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
6433 __syscall_exit_group): New prototypes.
6434
6435 2002-10-03 Ulrich Drepper <drepper@redhat.com>
6436
6437 * glibc 2.3 released.
6438
6439
6440 See ChangeLog.13 for earlier changes.
This page took 0.304638 seconds and 6 git commands to generate.