]> sourceware.org Git - glibc.git/blob - ChangeLog
137306915ed50afd5cc79a8b1f1bd30fa1288a50
[glibc.git] / ChangeLog
1 2004-10-15 Richard Henderson <rth@redhat.com>
2
3 * sysdeps/unix/sysv/linux/alpha/register-dump.h: New file.
4 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h (SIGCONTEXT): Add
5 _code argument, pass sigcontext by pointer.
6 (SIGCONTEXT_EXTRA_ARGS): Likewise.
7 (GET_PC, GET_FRAME, GET_STACK): Expect ctx as pointer.
8
9 2004-10-14 Richard Henderson <rth@redhat.com>
10
11 * sysdeps/alpha/dl-machine.h (elf_machine_rela,
12 elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto
13 instead of static.
14
15 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype
16 style definition.
17 * sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If
18 __ASSUME_TIMEVAL64, define __adjtime directly rather than
19 via strong_alias.
20
21 2004-10-14 Ulrich Drepper <drepper@redhat.com>
22
23 * nscd/Makefile: When using compilers without -fpie support, also
24 link with -lselinux if necessary.
25 Patch by Arkadiusz Miskiewicz <arekm@pld-linux.org>.
26
27 * nscd/connections.c (nscd_init): Remove file if not persistent
28 and not shared. Patch by Jerome Borsboom <j.borsboom@erasmusmc.nl>.
29
30 2004-10-14 Jakub Jelinek <jakub@redhat.com>
31
32 * sysdeps/unix/sysv/linux/i386/setresuid.c: Handle
33 defined __NR_setresuid32 && !defined __NR_setresuid.
34 * sysdeps/unix/sysv/linux/i386/setresgid.c: Handle
35 defined __NR_setresgid32 && !defined __NR_setresgid.
36
37 * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
38 __signbitl, sqrtf, sqrt, sqrtl, fdim, fdimf): Use __NTH macro.
39
40 * sysdeps/generic/errno-loc.c: Don't undef #errno
41 if RTLD_PRIVATE_ERRNO.
42 * include/errno.h (__errno_location): If RTLD_PRIVATE_ERRNO,
43 add attribute_hidden.
44
45 * dlfcn/dlinfo.c (dlinfo_doit): Replace iteration over GL(dl_loaded)
46 chain with iteration over all namespaces' _ns_loaded chains.
47 * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_preferred_address):
48 Likewise.
49 * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise.
50
51 * elf/rtld.c (_dl_start): Fix one last dl_loaded.
52 * elf/dl-load.c (_dl_map_object_from_fd): Avoid definition of
53 label when it is not needed.
54 * elf/dl-close.c (_dl_close): Typo: & -> &&.
55
56 2004-10-12 Jakub Jelinek <jakub@redhat.com>
57
58 * sysdeps/generic/segfault.c: Include alloca.h and stdint.h.
59 Don't include frame.h.
60 (CURRENT_STACK_FRAME, INNER_THAN, ADVANCE_STACK_FRAME): Remove.
61 (catch_segfault): Use backtrace function.
62
63 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Fix comment.
64 * sysdeps/unix/sysv/linux/ia64/register-dump.h: New file.
65 * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h (GET_PC): Return sc_ip
66 field.
67
68 2004-10-13 Ulrich Drepper <drepper@redhat.com>
69
70 Add support for namespaces in the dynamic linker.
71 * dlfcn/Makefile (libdl-routines): Add dlmopen.
72 * dlfcn/Versions [libdl, GLIBC_2.3.4]: Add dlmopen.
73 * dlfcn/dlfcn.h: Define Lmid_t, LM_ID_BASE, and LM_ID_NEWLM.
74 Declare dlmopen. Document RTLD_DI_LMID.
75 * dlfcn/dlinfo.c: Handle RTLD_DI_LMID.
76 * dlfcn/dlmopen.c: New file.
77 * dlfcn/dlopen.c: Pass new parameter to _dl_open.
78 * dlfcn/dlopenold.c: Likewise.
79 * elf/dl-addr.c: Adjust for removal of GL(dl_loaded).
80 * elf/dl-caller.c: Likewise.
81 * elf/dl-close.c: Likewise.
82 * elf/dl-conflict.c: Likewise.
83 * elf/dl-debug.c: Likewise.
84 * elf/dl-lookup.c: Likewise.
85 * elf/dl-sym.c: Likewise.
86 * elf/dl-version.c: Likewise.
87 * elf/do-lookup.h: Likewise.
88 * elf/rtld.c: Likewise.
89 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
90 * elf/dl-depsc: Likewise. Add new parameter to _dl_map_object.
91 * elf/dl-fini.c: Call destructors in all namespaces.
92 * elf/dl-iteratephdr.c: Compute total nloaded. Adjust for removal of
93 GL(dl_loaded).
94 * elf/dl-libc.c: Pass new parameter to _dl_open. Adjust for removal
95 of GL(dl_loaded).
96 * elf/dl-load.c (_dl_map_object_from_fd): Don't load ld.so a second
97 time. Reuse the one from the main namespace in all others.
98 Pass new parameter to _dl_new_object.
99 Adjust for removal of GL(dl_loaded).
100 * elf/dl-object.c: Take new parameter. Use it to initialize l_ns.
101 Adjust for removal of GL(dl_loaded).
102 * elf/dl-open.c (_dl_open): Take new parameter.
103 Adjust for removal of GL(dl_loaded).
104 * elf/dl-support.c: Replace global _dl_loaded etc variables with
105 _dl_ns variable.
106 * include/dlfcn.h: Adjust prototype of _dl_open.
107 Define __LM_ID_CALLER.
108 * include/link.h: Add l_real, l_ns, and l_direct_opencount elements.
109 * sysdeps/generic/dl-tls.c: Bump TLS_STATIC_SURPLUS. Since libc is
110 using TLS we need memory appropriate to the number of namespaces.
111 * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace _dl_loaded,
112 _dl_nloaded, _dl_global_scope, _dl_main_searchlist, and
113 _dl_global_scope_alloc with _dl_ns element. Define DL_NNS.
114 Adjust prototypes of _dl_map_object and member in rtld_global_ro.
115 * malloc/malloc.c: Include <dlfcn.h>.
116 * malloc/arena.c (ptmalloc_init): If libc is not in primary namespace,
117 never use brk.
118 * elf/Makefile: Add rules to build and run tst-dlmopen1 and
119 tst-dlmopen2.
120 * elf/tst-dlmopen1.c: New file.
121 * elf/tst-dlmopen1mod.c: New file.
122 * elf/tst-dlmopen2.c: New file.
123
124 * elf/dl-close.c: Improve reference counting by tracking direct loads.
125 * elf/dl-lookup.c (add_dependency): Likewise.
126 * elf/dl-open.c (dl_open_worker): Likewise.
127 * elf/rtld.c (dl_main): Likewise.
128
129 2004-09-09 GOTO Masanori <gotom@debian.or.jp>
130
131 [BZ #77]
132 * elf/dl-close.c: Count down l_opencount to check not only for
133 l_reldeps, but also l_initfini.
134
135 2004-10-13 Ulrich Drepper <drepper@redhat.com>
136
137 * elf/dl-close.c (_dl_close): Update bug reporting instructions.
138
139 2004-10-11 Ulrich Drepper <drepper@redhat.com>
140
141 * timezone/asia: Update from tzdata2004e.
142 * timezone/southamerica: Likewise.
143 * timezone/private.h: Update from tzcode2004e.
144 * timezone/zdump.c: Likewise.
145
146 * stdio-common/vfscanf.c: Add support for reading localized
147 digits. Patch mainly by Hamed Malek <hamed@bamdad.org>.
148
149 * resolv/res_init.c (res_thread_freeres): Reset _res.options.
150 [BZ #434]
151
152 * resolv/res_send.c (send_dg): Use nonblocking sockets. Add
153 appropriate poll/select calls and restart operation if necessary.
154 Also handle EINTR.
155
156 * elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
157 for debugging.
158
159 * elf/dl-sym.c (do_sym): Avoid using global variable.
160
161 * elf/dl-addr.c (_dl_addr): Really use match everywhere.
162
163 2004-10-09 Andreas Schwab <schwab@suse.de>
164
165 * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Remove use of cast as
166 lvalue.
167
168 * sysdeps/m68k/fpu/bits/mathinline.h: Remove __THROW from inline
169 definitions.
170
171 2004-10-07 Andreas Schwab <schwab@suse.de>
172
173 * misc/sys/uio.h: Change __vector to __iovec to avoid clash with
174 altivec.
175
176 2004-10-06 Alan Modra <amodra@bigpond.net.au>
177
178 * gmon/Makefile (CFLAGS-mcount.c): Move before inclusion of "Rules".
179 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-mcount.c): Add
180 -msoft-float.
181 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): New macros.
182 (CALL_MCOUNT): Replace with a gas macro implementation.
183 (EALIGN): Delete PROF version.
184 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Invoke CALL_MCOUNT.
185 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Likewise.
186 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.
187 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
188 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
189 * sysdeps/powerpc/powerpc64/memset.S: Likewise.
190 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
191 * sysdeps/powerpc/powerpc64/strchr.S: Likewise.
192 * sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
193 * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
194 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
195 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
196 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise.
197 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise.
198 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
199 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
200 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
201 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
202 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
203 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
204 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
205 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
206 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
207 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
208 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
209 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
210 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
211
212 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add extra entry point
213 past _mcount call.
214 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Use it.
215 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.
216
217 2004-10-06 Ulrich Drepper <drepper@redhat.com>
218
219 * resolv/res_mkquery.c (res_nmkquery): Reject randombits value if
220 low 16 bits are zero.
221
222 2004-10-06 Jakub Jelinek <jakub@redhat.com>
223
224 * posix/tst-getaddrinfo2.c: Include stdlib.h and string.h.
225 (do_test): Use %p instead of 0x%08X to print a pointer.
226
227 * malloc/malloc.c: Include stdio-common/_itoa.h.
228
229 2004-10-05 Ulrich Drepper <drepper@redhat.com>
230
231 * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf
232 for prelink message.
233
234 2004-10-05 Jakub Jelinek <jakub@redhat.com>
235
236 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h.
237 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
238
239 2004-10-05 Ulrich Drepper <drepper@redhat.com>
240
241 * grp/initgroups.c: Remove duplicate group IDs.
242 * grp/compat-initgroups.c: Likewise.
243 * nscd/initgrcache.c: Likewise.
244
245 2004-10-05 Jakub Jelinek <jakub@redhat.com>
246
247 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Return 200112L
248 for _SC_CPUTIME or _SC_THREAD_CPUTIME.
249
250 * nscd/Makefile (nscd-cflags): Set to -DIS_IN_nscd=1, plus
251 -fpie if building PIE.
252 (CFLAGS-*.c): Use it.
253
254 * nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro.
255 ($(objpfx)nscd): Add $(relro-LDFLAGS).
256
257 * sysdeps/unix/sysv/linux/i386/sysconf.c: Include hp-timing.h.
258 (__sysconf): Return -1 for _SC_CPUTIME or _SC_THREAD_CPUTIME if
259 !HP_TIMING_AVAIL.
260
261 2004-10-05 Ulrich Drepper <drepper@redhat.com>
262
263 * nscd/Makefile (distribute): Remove TODO.
264 * nscd/TODO: Removed.
265
266 2004-10-04 Ulrich Drepper <drepper@redhat.com>
267
268 * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
269 defined and __ASSUME_NETLINK_SUPPORT is zero.
270 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
271 -DNEED_NETLINK.
272
273 * malloc/mtrace.pl: Avoid calling location unless it is needed for
274 output. Patch by Edward Bishop <binutils@gmail.com>.
275
276 * nscd/Makefile (CFLAGS-gai.c): Add -fpie.
277
278 2004-10-04 H.J. Lu <hongjiu.lu@intel.com>
279
280 * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
281 (clock_getcpuclockid): Add missing retval.
282
283 * sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.
284
285 2004-10-04 Roland McGrath <roland@redhat.com>
286
287 * include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol
288 to rtld_errno.
289 * sysdeps/generic/errno.c [RTLD_PRIVATE_ERRNO] (rtld_errno): Define it,
290 and don't define any other errno names.
291 * sysdeps/unix/alpha/sysdep.h [RTLD_PRIVATE_ERRNO]: Use rtld_errno in
292 place of errno.
293 * sysdeps/unix/i386/sysdep.S: Likewise.
294 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
295 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
296 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
297 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
298 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
299 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
300 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
301 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
302 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
303 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
304 * sysdeps/unix/x86_64/sysdep.S: Likewise.
305
306 * sysdeps/generic/errno.c [! USE___THREAD] (errno): Use `nocommon'
307 attribute instead of `section'.
308
309 2004-10-04 Ulrich Drepper <drepper@redhat.com>
310
311 * sysdeps/unix/sysv/linux/ia64/sysconf.c: New file.
312 * sysdeps/unix/sysv/linux/ia64/Dist: Add has_cpuclock.c.
313 * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Move actual
314 testing code to...
315 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: ...here. New file.
316 * sysdeps/unix/sysv/linux/i386/sysconf.c: Add dynamic check for
317 _SC_CPUTIME and _SC_THREAD_CPUTIME.
318
319 * nscd/connections.c (start_threads): Use sysconf in case
320 _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero.
321
322 * nscd/Makefile (nscd-modules): Add gai.
323 * nscd/gai.c: New file.
324 * nscd/nscd.c: Remove getaddrinfo stub definition.
325
326 * assert/assert.h: Give up on using __builtin_expect.
327
328 * elf/rtld.c (dl_main): Only skip => output in ldd mode if both
329 strings are identical.
330
331 2004-03-18 Jakub Jelinek <jakub@redhat.com>
332
333 * malloc/arena.c (aligned_heap_area): New variable.
334 (new_heap): If aligned_heap_area != NULL, attempt to use that
335 first. If HEAP_MAX_SIZE << 1 area is already HEAP_MAX_SIZE bytes
336 aligned, remember the second half in aligned_heap_area.
337 (delete_heap): Clear aligned_heap_area if deleting the area right
338 before aligned_heap_area.
339
340 2004-10-03 Juerg Billeter <j@bitron.ch>
341
342 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd
343 can't be used. [BZ #424]
344
345 2004-10-03 Ulrich Drepper <drepper@redhat.com>
346
347 Dynamically create new threads if necessary.
348 * nscd/connections.c (fd_ready): If no thread available for processing
349 the request, create a new one unless the limit is reached.
350 (start_threads): Check errors from pthread_create.
351 * nscd/nscd.h: Declare max_nthreads.
352 * nscd/nscd_conf.c: Parse max-nthreads entry.
353 * nscd/nscd.conf: Add max-threads entry.
354 * nscd/nscd_stat.c: Print current and maximum number of threads.
355
356 Implement paranoia mode.
357 * nscd/connections.c (nscd_init): Mark database and socket descriptors
358 as close on exec.
359 (restart): New function.
360 (restart_p): New function.
361 (nscd_run): Add missing descrement of nready in case readylist is
362 empty.
363 (main_loop_poll): Call restart_p and restart.
364 (main_loop_epoll): Likewise.
365 (begin_drop_privileges): Save original UID and GID.
366 * nscd/nscd.c: Define new variables paranoia, restart_time,
367 restart_interval, oldcwd, old_gid, old_uid.
368 (main): Disable paranoia mode if we are not forking.
369 (check_pid): When re-execing, the PID file contains the same PID as
370 the current process. Do not fail in this case.
371 * nscd/nscd.conf: Add paranoia and restart-interval entries.
372 * nscd/nscd.h: Define RESTART_INTERVAL. Declare new variables.
373 * nscd/nscd_conf.c: Parse paranoia and restart-internal configurations.
374 * nscd/nscd_stat.c: Print paranoia and restart-internal values.
375
376 * nscd/connections.c: Implement alternative loop for main thread
377 which uses epoll.
378 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
379 (CFLAGS-connections.c): Add -DHAVE_EPOLL.
380
381 2004-10-02 Ulrich Drepper <drepper@redhat.com>
382
383 * nscd/Makefile (CFLAGS-initgrcache.c): Add to CFLAGS-* variables,
384 don't replace old content.
385
386 * nscd/connections.c: Rewrite handling of incoming connections. All
387 are handled by one thread which then hands off the descriptors for the
388 real work to the worker threads.
389 * nscd/Makefile: Link nscd with librt.
390
391 * nscd/selinux.c: Pretty printing.
392
393 * nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to
394 output. Let syslog do the formatting if debug_level == 0.
395
396 * nscd/nscd_helper.c (get_mapping): No need to check timestamp if
397 nscd_certainly_running is nonzero.
398
399 2004-10-02 Simon Josefsson <jas@extundo.com>
400
401 [BZ #420]
402 * sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to
403 make the file usable inside gnulib.
404
405 2004-10-01 Ulrich Drepper <drepper@redhat.com>
406
407 * malloc/malloc.c (public_vALLOc): Add missing use of hooks.
408 (public_pVALLOc): Likewise.
409
410 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the
411 group the caller provided unless there is a real problem.
412
413 * posix/bug-glob1.c (prepare): Fix creation of symlink.
414
415 2004-09-30 Ulrich Drepper <drepper@redhat.com>
416
417 * posix/Makefile: Add rules to build and run bug-glob1.
418 * posix/bug-glob1.c: New file.
419
420 * iconv/iconv_prog.c (main): Print progress information to stderr.
421
422 * nscd/nscd.c (termination_handler): Reset timestamp so that
423 clients immediately stop using the database.
424
425 * nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last
426 parameter.
427 (__nscd_drop_map_ref): Change second parameter to be a reference to
428 a variable. Update variable when cycle count changed.
429 * nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too.
430 * nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref. Reinitialize
431 all variables and avoid memory leak in case of retries.
432 * nscd/nscd_getgr_r.c: Likewise.
433 * nscd/nscd_gethst_r.c: Likewise.
434 * nscd/nscd_getpw_r.c: Likewise.
435 * nscd/nscd_initgroups.c: Likewise.
436
437 * nscd/nscd.h: Add declaration of addinitgroups and
438 readdinitgroups.
439
440 2004-09-30 Andreas Jaeger <aj@suse.de>
441
442 * nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie.
443 (CFLAGS-initgrcache.c): Set to -fexceptions.
444
445 2004-09-29 Ulrich Drepper <drepper@redhat.com>
446
447 * sysdeps/generic/glob.c (glob_in_dir): Don't blindly trust
448 readdir results; for symlinks or files of unknown type check using
449 stat whether the file exists.
450
451 * posix/tst-gnuglob.c (find_file): Handle leading "./". Fix
452 recognition of files.
453
454 2004-09-29 Jakub Jelinek <jakub@redhat.com>
455
456 * time/tzfile.c (tzfile_mtime): New variable.
457 (__tzfile_read): Reread the file if mtime is different.
458
459 2004-09-28 Jakub Jelinek <jakub@redhat.com>
460
461 * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf, __fdim, fdimf, fdim):
462 Handle +inf/+inf.
463 * sysdeps/powerpc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.
464 * sysdeps/sparc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.
465
466 2004-09-29 Ulrich Drepper <drepper@redhat.com>
467
468 * nscd/nscd_gethst_r.c (nscd_gethst_r): Use correct constant for
469 testing result of __nscd_get_map_ref.
470
471 2004-09-29 Jakub Jelinek <jakub@redhat.com>
472
473 * sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf.
474 * sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise.
475 * sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise.
476
477 004-09-29 Ulrich Drepper <drepper@redhat.com>
478
479 * grp/initgroups.c: Move compat_call implementation...
480 * grp/compat-initgroups.c: ...to here. New file.
481 * grp/Makefile (distribute): Add compat-initgroups.c.
482 (CFLAGS-initgroups.c): Add -DUSE_NSCD=1.
483 * mscd/initgrcache.c: New file.
484 * nscd/nscd_initgroups.c: New file.
485 * nscd/Makefile (routines): Add nscd_initgroups.
486 (nscd-modules): Add initgrcache.
487 * nscd/cache.c (prune_cache): Add support for INITGROUPS entries.
488 * nscd/connections.c: Handle INITGROUPS requests.
489 * nscd/nscd-client.h: Define INITGROUPS, initgr_response_header.
490 Add initgrdata element to struct datahead. Fix typo in comment.
491 * nscd/nscd_proto.h: Declare __nscd_getgrouplist. Fix parameter
492 type in __nscd_getgrgrid_r.
493 * nscd/selinux.c (perms): Add INITGROUPS entry.
494
495 * nscd/nscd_getai.c: No need to include <sys/mman.h>.
496
497 * sunrpc/get_myaddr.c (get_myaddress): Account for interfaces without
498 assigned addresses.
499 * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
500 * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
501 * sunrpc/clnt_udp.c (is_network_up): Likewise.
502
503 * nscd/nscd.c: Define getaddrinfo hidden so that it is never found
504 outside.
505
506 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_segvflags):
507 Renamed from si_flags due to conflict with si_flags from <elf.h>.
508
509 2004-09-28 Ulrich Drepper <drepper@redhat.com>
510
511 * nscd/nscd_getai.c: Use NO_MAPPING instead of MAP_FAILED for test
512 of failing __nscd_get_map_ref. Fix a few typos.
513
514 * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Make sure
515 SIGSETXID is not blocked.
516 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Likewise.
517 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Likewise.
518 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
519 * sysdeps/generic/sigfillset.c (sigfillset): Don't set SIGSETXID.
520
521 * sunrpc/get_myaddr.c (get_myaddress): Fix test for failing
522 getifaddrs call.
523 * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
524 * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
525 * sunrpc/Makefile (xtests): Add tst-getmyaddr.
526 * sunrpc/tst-getmyaddr.c: New file.
527
528 * malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to
529 disable all checking.
530
531 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_flags): Add
532 support to get this value.
533
534 2004-09-28 Jakub Jelinek <jakub@redhat.com>
535
536 * io/utime.h (utime): Allow second argument to be NULL.
537
538 2004-09-28 Ulrich Drepper <drepper@redhat.com>
539
540 * sysdeps/posix/getaddrinfo.c (gaih_inet): If NAME is a numerical IP
541 address and AI_CANONNAME is set, return copy of NAME as ai_canonname.
542
543 2004-09-27 Andreas Jaeger <aj@suse.de>
544
545 * sysdeps/i386/dl-machine.h (elf_machine_rela_relative): Replace
546 static inline by auto inline, add always_inline attribute.
547 (elf_machine_rel): Likewise.
548 (elf_machine_rela): Likewise.
549 (elf_machine_lazy_rel): Likewise.
550 (elf_machine_lazy_rela): Likewise.
551 (elf_machine_rel_relative): Likewise.
552
553 2004-09-27 Ulrich Drepper <drepper@redhat.com>
554
555 * sunrpc/xdr_intXX_t.c: Add xdr_quad_t and xdr_u_quad_t aliases.
556 * sunrpc/rpc/xdr.h: Declare xdr_quad_t and xdr_u_quad_t.
557 * sunrpc/rpc_parse.c (get_type): Use "quad_t" for TOK_HYPER.
558 Otherwise isvectordef will loop infinitely if typedef hyper int64_t
559 is seen.
560 (unsigned_dec): Use "u_quad_t" for similar reasons.
561 * sunrpc/Versions: Export xdr_quad_t and xdr_u_quad_t.
562
563 2004-09-27 Roland McGrath <roland@redhat.com>
564
565 * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
566 twiddling in last change.
567
568 * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED.
569
570 [BZ #409]
571 * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
572 * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
573 * sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro.
574 [WCONTINUED] (__WIFCONTINUED): New macro.
575 (__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no
576 branches.
577
578 * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to
579 all three syscall uses, not just one!
580
581 2004-09-26 Richard Henderson <rth@redhat.com>
582
583 * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue.
584 * sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points
585 to 16 byte boundaries.
586
587 2004-09-26 Ulrich Drepper <drepper@redhat.com>
588
589 * elf/readlib.c (process_file): Before complaining about too-short
590 file, check that it potentially be an ELF file. Also complain about
591 empty files. [BZ #151].
592
593 * scripts/test-installation.pl: Fix ld.so recognition for new
594 LD_TRACE_LOADED_OBJECTS output format.
595 Patch by <jsberg04+computing.glibc@ftml.net> [BZ #407].
596
597 * elf/dl-support.c (_dl_non_dynamic_init): Fix cleaning of
598 environment. [BZ #384]
599
600 * sunrpc/clnt_udp.c (is_network_up): Use getifaddrs instead of ioctl.
601 * sunrpc/get_myaddr.c (get_myaddress): Likewise.
602 * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
603 * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise. Change interface
604 to avoid buffer overrun and remove now useless parameters.
605 (clnt_broadcast): Adjust caller. [BZ #381].
606
607 * sysdeps/generic/s_fdim.c: Handle +inf/+inf
608 * sysdeps/generic/s_fdimf.c: Likewise.
609 * sysdeps/generic/s_fdiml.c: Likewise.
610 * sysdeps/i386/i686/fpu/s_fdim.S: Likewise.
611 * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise.
612 * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise.
613 * sysdeps/powerpc/fpu/s_fdim.c: Likewise.
614 * sysdeps/powerpc/fpu/s_fdimf.c: Likewise.
615 * sysdeps/x86_64/fpu/s_fdiml.S: Likewise.
616 * math/libm-test.inc (fdim_test): Add test case. [BZ #376].
617
618 * sysdeps/generic/bits/types.h: Fix __SQUAD_TYPE and __UQUAD_TYPE
619 for compilers without __GLIBC_HAVE_LONG_LONG. [BZ #362]
620
621 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Remove incorrect
622 requirement on socktype and protocol.
623 (gaih_inet): If numeric port number is given, return records for all
624 possible socket types.
625 * posix/tst-getaddrinfo2.c: New file.
626 * posix/Makefile (tests): Add tst-getaddrinfo2. [BZ #358]
627
628 2004-09-25 Ulrich Drepper <drepper@redhat.com>
629
630 * locale/loadlocale.c (_nl_intern_locale_data): Recognize LC_CTYPE
631 data where _nl_value_type_LC_CTYPE does not contain the type
632 information. Add range checks.
633 Reported by John Lumby <johnlumby@hotmail.com> [BZ #356].
634
635 * libio/vasprintf.c (_IO_vasprintf): Fix condition to decide
636 whether to realloc or not.
637 Reported by Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> [BZ #346].
638
639 * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
640 * intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if
641 decided < 0.
642 * intl/finddomain.c (_nl_find_domain): Likewise.
643 * intl/loadmsgcat.c (_nl_load_domain): Set decided to 1 only once we
644 are done. First set to -1 to signal initialization is ongoing.
645 Protect against concurrent callers with recursive lock.
646 * intl/finddomain.c (_nl_find_domain): Protect calls to
647 _nl_make_l10nflist. [BZ #322]
648
649 * sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of
650 source address fails, initialized source_addr_len field so that
651 duplicate address recognition does not copy junk.
652
653 2004-09-25 Jakub Jelinek <jakub@redhat.com>
654
655 * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second
656 result declaration.
657
658 2004-09-22 Andreas Schwab <schwab@suse.de>
659
660 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace.
661
662 2004-09-24 Ulrich Drepper <drepper@redhat.com>
663
664 * misc/daemon.c (daemon): Don't succeed if /dev/null cannot be
665 opened.
666
667 * nis/ypclnt.c (do_ypcall): Add one missing unlock. Simplify the
668 code a bit.
669
670 * misc/daemon.c (daemon): Define errno in case /dev/null is not
671 the correct device.
672
673 * nis/ypclnt.c (yp_bind_file): Optimize a bit. Minimal cleanups.
674
675 2004-09-23 Andreas Jaeger <aj@suse.de>
676
677 * locale/weight.h (findidx): Remove static, it's not supported
678 anymore with GCC 4.0 in a block scope.
679 * locale/weightwc.h (findidx): Likewise.
680 * posix/regcomp.c (seek_collating_symbol_entry): Likewise.
681 (lookup_collation_sequence_value): Likewise.
682 (build_range_exp): Likewise.
683 (build_collating_symbol): Likewise.
684 * iconv/iconvconfig.c (write_output): Likewise.
685 * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
686
687 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove
688 static, add always_inline attribute.
689 (elf_machine_rela): Likewise.
690 (elf_machine_lazy_rel): Likewise.
691
692 * elf/dynamic-link.h (elf_get_dynamic_info): Make static dependend
693 on !RESOLVE so that it's not defined in local scope.
694
695 2004-09-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
696
697 * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL_NCS): Define.
698
699 2004-09-23 Thorsten Kukuk <kukuk@suse.de>
700
701 * sysdeps/unix/sysv/linux/sys/mount.h: Sync MS_RMT_MASK flag
702 and BLK* ioctls with linux kernel headers.
703
704 2004-09-23 Ulrich Drepper <drepper@redhat.com>
705
706 * sysdeps/generic/bits/dlfcn.h: Add RTLD_DEEPBIND.
707 * elf/dl-object.c (_dl_new_object): Add new parameter mode. If mode
708 has RTLD_DEEPBIND set add local searchlist before global scope.
709 * sysdeps/generic/ldsodefs.h (_dl_new_object): Adjust prototype.
710 * elf/rtld.c: Adjust callers of _dl_new_object.
711 * elf/dl-load.c: Likewise.
712 (_dl_map_object_from_fd): If RTLD_DEEPBIND is used, don't do anything
713 for DF_SYMBOLIC.
714 * elf/dl-open.c (dl_open_writer): Pass RTLD_DEEPBIND flag on to
715 _dl_map_object_deps.
716 * elf/tst-deep1.c: New file.
717 * elf/tst-deep1mod1.c: New file.
718 * elf/tst-deep1mod2.c: New file.
719 * elf/tst-deep1mod3.c: New file.
720 * elf/Makefile: Add rules to build and run new tests.
721
722 * elf/dl-deps.c: Pretty printing.
723
724 2004-09-23 Jakub Jelinek <jakub@redhat.com>
725
726 * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name
727 argument to numbers from syscall names.
728 (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr.
729 (INTERNAL_SYSCALL_NCS): Renamed from...
730 (INTERNAL_SYSCALL_1): ... this. Use INTERNAL_SYSCALL_NCS.
731 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
732 (INTERNAL_SYSCALL_NCS): Define.
733 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
734 (INTERNAL_SYSCALL_NCS): Likewise.
735 * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]):
736 Change name argument to numbers from syscall names.
737 (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust.
738 (INTERNAL_SYSCALL_NCS): Define.
739
740 2004-09-22 Ulrich Drepper <drepper@redhat.com>
741
742 * malloc/malloc.c (malloc_printerr): Use syslog if writev failed.
743
744 * string/string.h: Add __nonnull annotations.
745 * stdlib/stdlib.h: Likewise.
746
747 2004-09-20 H.J. Lu <hongjiu.lu@intel.com>
748
749 * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL):
750 Renamed to ...
751 (DO_INLINE_SYSCALL_NCS): This.
752 (DO_INLINE_SYSCALL): New.
753 (INLINE_SYSCALL): Updated.
754 (INTERNAL_SYSCALL_NCS): Updated.
755
756 2004-09-21 Ulrich Drepper <drepper@redhat.com>
757
758 * elf/sprof.c (load_shobj): Add support for reading symbol table
759 from debuginfo file.
760
761 * elf/ldd.bash.in: Fix syntax errors.
762
763 2004-09-20 Ulrich Drepper <drepper@redhat.com>
764
765 * sysdeps/unix/sysv/linux/dl-execstack.c
766 (_dl_make_stack_executable): Remove some duplication.
767
768 * nscd/nscd.c (options): Mark S option as hidden.
769 (parse_opt): When S option is used, print warning message.
770 * nscd/grpcache.c (adgrptbyX): Don't handle secure mode.
771 * nscd/hstcache.c (addhstbyX): Don't handle secure mode.
772 * nscd/aicache.c (addhstaiX): Don't handle secure mode.
773 * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
774
775 2004-09-20 Roland McGrath <roland@frob.com>
776
777 * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN
778 in initializer #if defined.
779
780 2004-09-18 Paul Eggert <eggert@cs.ucla.edu>
781
782 [BZ #391]
783 * stdlib/getsubopt.c: Merge fixes from gnulib.
784 (__strchrnul) [!_LIBC]: Define and include "strchrnul.c".
785 (getsubopt): Use prototypes, not K&R style.
786 Fix bug: memcmp(A,B,N) was being invoked on a memory block B
787 whose size might be smaller than N. Use strncmp to avoid the bug.
788
789 2004-09-20 Ulrich Drepper <drepper@redhat.com>
790
791 * configure.in: If selinux has not explictly been requested, don't
792 comment on it missing.
793
794 * elf/dl-load.c: Define __stack_prot.
795 * sysdeps/unix/sysv/linux/dl-execstack.c: Don't define
796 __stack_prot here, just declare it.
797
798 2004-09-20 Jakub Jelinek <jakub@redhat.com>
799
800 * configure.in (libc_cv_z_relro): Only set to yes if linker script
801 contains DATA_SEGMENT_RELRO_END.
802
803 2004-09-20 Ulrich Drepper <drepper@redhat.com>
804
805 * elf/dl-load.c (_dl_map_object_from_fd): Add some error checking.
806 Reorder code slightly.
807 * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
808 is non-null, _dl_setup_hash will do that.
809
810 2004-09-19 Ulrich Drepper <drepper@redhat.com>
811
812 * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call
813 callback to set IDs in all other threads as well.
814 * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
815 * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
816 * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
817 * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
818 * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
819 * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
820 * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
821 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
822 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
823 * sysdeps/unix/sysv/linux/setuid.c: New file.
824 * sysdeps/unix/sysv/linux/setgid.c: New file.
825 * sysdeps/unix/sysv/linux/setreuid.c: New file.
826 * sysdeps/unix/sysv/linux/setregid.c: New file.
827 * sysdeps/unix/sysv/linux/setresuid.c: New file.
828 * sysdeps/unix/sysv/linux/setresgid.c: New file.
829 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS.
830 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
831 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
832 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
833 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
834 * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version.
835 * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
836 * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
837 * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
838 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid
839 and setresuid.
840 * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid.
841 * nscd/grpcache.c: Likewise.
842 * nscd/hstcache.c: Likewise.
843 * nscd/pwdcache.c: Likewise.
844
845 * resolv/res_mkquery.c (res_nmkquery): Fix typo.
846
847 2004-09-18 Ulrich Drepper <drepper@redhat.com>
848
849 * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
850 from memory.
851 * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to
852 __stack_flags.
853
854 * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use
855 gethostbyname3_r if we are not looking for the canonical name.
856
857 * resolv/res_mkquery.c (res_nmkquery): Randomize request ID every
858 time.
859
860 2004-09-18 Roland McGrath <roland@redhat.com>
861
862 * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to
863 system call.
864
865 2004-09-17 Ulrich Drepper <drepper@redhat.com>
866
867 * include/link.h (struct link_map): Add l_used element.
868 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED.
869 * elf/rtld.c (process_dl_debug): Recognize unused.
870 (dl_main): When unused debug flag is set check for unused direct
871 dependencies.
872 When printing dependencies and SONAME starts with /, omit the SONAME =>
873 part.
874 * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the
875 symbol has been found as used.
876 * elf/ldd.bash.in: Add -u option.
877
878 2004-09-18 Jakub Jelinek <jakub@redhat.com>
879
880 * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
881 Do nothing if __NR_set_tid_address is not defined. [BZ #390]
882
883 2004-09-17 Ulrich Drepper <drepper@redhat.com>
884
885 * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function
886 in case it is available.
887
888 2004-09-17 Jakub Jelinek <jakub@redhat.com>
889
890 * nscd/nscd.c (parse_opt): Write arg string instead of (void *)
891 key to the socket.
892
893 2004-09-17 Ulrich Drepper <drepper@redhat.com>
894
895 * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute
896 for gcc 3.3 and higher.
897 * io/fcntl.h: Add __nonnull where appropriate.
898 * io/ftw.h: Likewise.
899 * io/utime.h: Likewise.
900 * io/sys/poll.h: Likewise.
901 * io/sys/sendfile.h: Likewise.
902 * io/sys/stat.h: Likewise.
903 * io/sys/statfs.h: Likewise.
904 * io/sys/statvfs.h: Likewise.
905 * posix/unistd.h: Likewise.
906 * catgets/nl_types.h: Likewise.
907 * crypt/crypt.h: Likewise.
908 * debug/execinfo.h: Likewise.
909
910 2004-09-16 Ulrich Drepper <drepper@redhat.com>
911
912 * posix/glob.h: Remove cruft to make header usable outside glibc.
913 The maintenance headache is too big.
914
915 * configure.in: Add test for required SELinux features.
916 * config.make.in: Add have-selinux entry.
917 * config.h.in: Add HAVE_SELINUX entry.
918 * nscd/Makefile (nscd-modules): Add selinux.
919 (CFLAGS-selinux.c): Add -fpie.
920 Define selinux-LIBS and use in link line.
921 * nscd/connections.c (handle_request): Check access SELinux permissions
922 before processing request.
923 * nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread.
924 * nscd/nscd_stat.c: Transmit and print AVC statistics.
925 * nscd/selinux.c: New file.
926 * nscd/selinux.h: New file.
927 Patch mostly by Matthew Rickard <mjricka@epoch.ncsc.mil>.
928
929 2004-09-16 Jakub Jelinek <jakub@redhat.com>
930
931 * nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap
932 instead of munmap.
933
934 * nscd/Makefile (CFLAGS-aicache.c): Set to -fpie.
935
936 2004-09-16 Thorsten Kukuk <kukuk@suse.de>
937
938 * sysdeps/posix/getaddrinfo.c (gaih_inet): Check
939 __nss_not_use_nscd_hosts variable if nscd should be used or not.
940
941 2004-09-16 Ulrich Drepper <drepper@redhat.com>
942
943 * nscd/nscd_proto.h: Define NSS_NSCD_RETRY.
944 Add __nscd_getai prototype.
945 * nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY.
946 * nscd/nscd-client.h: Remove __nscd_getai prototype.
947 * nscd/nscd_getai.c: Include nscd_proto.h.
948
949 * elf/ldd.bash.in: Add support for SELinux environments.
950 Patch by Stephen Smalley <sds@epoch.ncsc.mil>.
951
952 2004-09-16 Roland McGrath <roland@redhat.com>
953
954 * configure.in (--with-headers): Let argument contain a : separated
955 list of directories to use, not just one.
956 * configure: Regenerated.
957
958 2004-09-15 Richard Henderson <rth@redhat.com>
959
960 * sysdeps/alpha/fpu/libm-test-ulps: Update.
961 * scripts/data/c++-types-alpha-linux-gnu.data: New file.
962
963 2004-09-15 Ulrich Drepper <drepper@redhat.com>
964
965 * nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also
966 get ttl and canonical name. Use these two values.
967 * resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns.
968 * resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters.
969 If nonnull fill with TTL and pointer to canonical name respectively.
970 (_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r.
971 (_nss_dns_gethostbyname2_r): Just wrapper around
972 _nss_dns_gethostbyname3_r.
973 (_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r.
974 Take two new parameters which as passed to getanswer_r.
975
976 * nscd/Makefile (rountines): Add nscd_getai.
977 (nscd-modules): Add aicache.
978 * nscd/aicache.c: New file.
979 * nscd/nscd_getai.c: New file.
980 * nscd/cache.c (prune_cache): Handle GETAI request type.
981 * nscd/connections.c: Add GETAI support in request handling.
982 * nscd/nscd-client.h (request_type): Add GETAI.
983 Define ai_response_header and struct nscd_ai_result types.
984 (struct datahead): Add aidata field.
985 Declare __nscd_getai.
986 * nscd/nscd.c: Add getaddrinfo definition to catch problems.
987 * nscd/nscd.h: Declare addhstai and readdhstai.
988
989 * sysdeps/posix/getaddrinfo.c: Add support for using cached results.
990 * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
991
992 * nscd/nscd-client.h (struct datahead): Use uint8_t instead of bool.
993
994 2004-09-14 Ulrich Drepper <drepper@redhat.com>
995
996 * misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
997
998 2004-09-13 Ulrich Drepper <drepper@redhat.com>
999
1000 * misc/sys/cdefs.h: Restore old definition of __P.
1001 * csu/munch.awk: Remove uses of __P and __PMT.
1002 * gmon/gmon.c: Likewise.
1003 * hesiod/hesiod.h: Likewise.
1004 * include/stdio.h: Likewise.
1005 * io/fts.c: Likewise.
1006 * libio/genops.c: Likewise.
1007 * libio/libioP.h: Likewise.
1008 * libio/fileops.c: Likewise.
1009 * libio/iolibio.h: Likewise.
1010 * libio/libio.h: Likewise.
1011 * libio/memstream.c: Likewise.
1012 * libio/oldfileops.c: Likewise.
1013 * libio/oldstdfiles.c: Likewise.
1014 * libio/iopopen.c: Likewise.
1015 * libio/vsnprintf.c: Likewise.
1016 * libio/vswprintf.c: Likewise.
1017 * libio/wgenops.c: Likewise.
1018 * libio/oldiopopen.c: Likewise.
1019 * locale/programs/xmalloc.c: Likewise.
1020 * locale/programs/xstrdup.c: Likewise.
1021 * malloc/mtrace.c: Likewise.
1022 * misc/getttyent.c: Likewise.
1023 * misc/getusershell.c: Likewise.
1024 * nis/rpcsvc/ypupd.h: Likewise.
1025 * posix/fnmatch.h: Likewise.
1026 * posix/glob.h: Likewise.
1027 * resolv/arpa/nameser.h: Likewise.
1028 * resolv/gethnamaddr.c: Likewise.
1029 * resolv/resolv.h: Likewise.
1030 * resolv/inet_net_ntop.c: Likewise.
1031 * resolv/inet_net_pton.c: Likewise.
1032 * resolv/res_init.c: Likewise.
1033 * resolv/nss_dns/dns-network.c: Likewise.
1034 * stdio-common/vfprintf.c: Likewise.
1035 * stdio-common/reg-printf.c: Likewise.
1036 * sysdeps/generic/chflags.c: Likewise.
1037 * sysdeps/generic/fchflags.c: Likewise.
1038 * sysdeps/generic/glob.c: Likewise.
1039 * sysdeps/generic/printf_fphex.c: Likewise.
1040 * sysdeps/generic/memcmp.c: Likewise.
1041 * sysdeps/generic/memcopy.h: Likewise.
1042 * sysdeps/generic/morecore.c: Likewise.
1043 * sysdeps/generic/sstk.c: Likewise.
1044 * sysdeps/posix/sigvec.c: Likewise.
1045 * sysdeps/posix/ttyname_r.c: Likewise.
1046 * sysdeps/standalone/arm/bits/errno.h: Likewise.
1047 * sysdeps/standalone/standalone.h: Likewise.
1048 * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise.
1049 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
1050 * sysdeps/unix/arm/start.c: Likewise.
1051 * sysdeps/unix/bsd/sigaction.c: Likewise.
1052 * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise.
1053 * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise.
1054 * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise.
1055 * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise.
1056 * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise.
1057 * sysdeps/unix/sparc/start.c: Likewise.
1058 * sysdeps/unix/sysv/getdents.c: Likewise.
1059 * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise.
1060 * sysdeps/unix/sysv/irix4/getgroups.c: Likewise.
1061 * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
1062 * sysdeps/unix/sysv/irix4/getrusage.c: Likewise.
1063 * sysdeps/unix/sysv/irix4/pathconf.c: Likewise.
1064 * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1065 * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise.
1066 * sysdeps/unix/sysv/irix4/start.c: Likewise.
1067 * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
1068 * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise.
1069 * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise.
1070 * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
1071 * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise.
1072 * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
1073 * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
1074 * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise.
1075 * sysdeps/unix/sysv/sysv4/setsid.c: Likewise.
1076 * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
1077 * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise.
1078 * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise.
1079 * time/tzset.c: Likewise.
1080 * time/strftime_l.c: Likewise.
1081 * time/strptime_l.c: Likewise.
1082 * crypt/md5.h: Likewise.
1083
1084 2004-09-13 Andreas Jaeger <aj@suse.de>
1085
1086 * configure.in: Support GCC 4.x.
1087 * configure: Regenerated.
1088
1089 2004-09-13 Thorsten Kukuk <kukuk@suse.de>
1090
1091 * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services.
1092
1093 * nscd/nscd.init: Fix path to socket.
1094
1095 2004-09-12 Ulrich Drepper <drepper@redhat.com>
1096
1097 * nscd/nscd_helper.c (get_mapping): Correctly check cmsg length.
1098 Avoid file descriptor leak in case of size mismatch.
1099
1100 * nscd/nscd-client.h: Fix database structure layout for biarch.
1101 * nscd/mem.c (gc): Add casts to avoid warnings.
1102
1103 * nss/getent.c: Don't preconstruct help message. Do it only when
1104 needed.
1105
1106 * locale/programs/locale.c: Simplify help message printing.
1107
1108 2004-09-12 Roland McGrath <roland@frob.com>
1109
1110 * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls
1111 missing in last change.
1112
1113 2004-09-11 Thorsten Kukuk <kukuk@suse.de>
1114
1115 * nis/nss_compat/compat-grp.c: Check that buflen is greater zero
1116 before writing data into the buffer with negative offset.
1117 * nis/nss_compat/compat-initgroups.c: Likewise.
1118 * nis/nss_compat/compat-pwd.c: Likewise.
1119 * nis/nss_compat/compat-spwd.c Likewise.
1120
1121 2004-09-12 Ulrich Drepper <drepper@redhat.com>
1122
1123 * misc/syslog.c (vsyslog): Fix copying of PID in case of
1124 out-of-memory situation. [BZ #365].
1125
1126 * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of
1127 __THROW in inline function definitions.
1128
1129 * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK.
1130 * posix/spawnattr_setflags.c: Check whether any unknown bit is set
1131 in FLAGS parameter and fail if this is the case.
1132 * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is
1133 set.
1134
1135 * nscd/pwdcache.c (cache_addpw): Sync also negative results to disk.
1136 * nscd/grpcache.c (cache_addgr): Likewise.
1137 * nscd/hstcache.c (cache_addhst): Likewise.
1138
1139 2004-09-11 Roland McGrath <roland@frob.com>
1140
1141 * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]:
1142 Set _dl_phdr and _dl_phnum.
1143 (init1): When bootstrap task, bail early and never examine *D.
1144
1145 2004-09-11 Alfred M. Szmidt <ams@kemisten.nu>
1146
1147 * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:
1148 Cast THR, SEL and DESC to `void'.
1149
1150 2004-09-11 Ulrich Drepper <drepper@redhat.com>
1151
1152 * nscd/connections.c (nscd_run): Call setup_thread only for enabled
1153 databases.
1154
1155 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr.
1156
1157 2004-09-10 Ulrich Drepper <drepper@redhat.com>
1158
1159 * nscd/nscd.c (pagesize_m1): New variable.
1160 (main): Initialize it.
1161 * nscd/nscd.h: Declare pagesize_m1.
1162 * nscd/hstcache.c: Pass correctly aligned address to msync.
1163 * nscd/grpcache.c: Likewise.
1164 * nscd/pwdcache.c: Likewise.
1165
1166 2004-09-10 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1167
1168 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement
1169 __nwaiters. If pthread_cond_destroy has been called and this is
1170 the last waiter, signal pthread_cond_destroy caller and avoid
1171 using the pthread_cond_t structure after unlock.
1172 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1173
1174 2004-09-10 Ulrich Drepper <drepper@redhat.com>
1175
1176 * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1177 __ASSUME_CLONE_STOPPED.
1178
1179 2004-09-10 Jakub Jelinek <jakub@redhat.com>
1180
1181 * misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and
1182 __asm__ for C++. [BZ #377]
1183
1184 2004-09-10 Ulrich Drepper <drepper@redhat.com>
1185
1186 * nscd/nscd_stat.c: Improve output by also printing .shared and
1187 .persistent.
1188
1189 * nscd/connections.c: Allow cache sharing to be really disabled.
1190
1191 2004-09-10 Jakub Jelinek <jakub@redhat.com>
1192
1193 * malloc/malloc.c (_int_free): Only do arena boundary check for
1194 contiguous arenas.
1195
1196 2004-09-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1197
1198 * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken
1199 instruct operands.
1200 * elf/elf.h: Add R_M32R_* relocs.
1201
1202 2004-09-09 Ulrich Drepper <drepper@redhat.com>
1203
1204 * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2
1205 seems not to support the nothrow attribute. Use it only for gcc
1206 3.3 and higher.
1207
1208 * malloc/hooks.c (top_check): Print top chunk corruption as normal
1209 error message.
1210
1211 * malloc/malloc.c (malloc_printerr): Don't make informational
1212 message look like error message.
1213
1214 2004-09-09 Andreas Jaeger <aj@suse.de>
1215
1216 * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
1217
1218 2004-09-08 Ulrich Drepper <drepper@redhat.com>
1219
1220 * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
1221
1222 * malloc/malloc.c (_int_free): Add inexpensive double free and
1223 memory corruption tests.
1224 (malloc_printf_nc): Renamed to malloc_printerr. Second parameter
1225 is no format string anymore. Don't use stdio. Adjust all callers.
1226 * malloc/hooks.c: Adjust malloc_printf_nc callers.
1227
1228 2004-09-08 Roland McGrath <roland@redhat.com>
1229
1230 * malloc/mcheck.c: Don't use __P.
1231 Use prototypes definitions for static functions.
1232
1233 2004-09-08 Ulrich Drepper <drepper@redhat.com>
1234
1235 * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.
1236
1237 2004-09-08 Ulrich Drepper <drepper@redhat.com>
1238 Jakub Jelinek <jakub@redhat.com>
1239
1240 * nscd/nscd-client.h: Add a few #includes.
1241
1242 * nscd/Makefile (nscd-modules): Add nscd_setup_thread.
1243 * nscd/connections.c (nscd_run): Call setup_thread for maintenance
1244 threads.
1245 * nscd/nscd-client.h (struct database_pers_head): Add
1246 nscd_certainly_running field.
1247 * nscd/nscd.h: Declare setup_thread.
1248 * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
1249 nscd_certainly_running is nonzero.
1250 * sysdeps/generic/nscd_setup_thread.c: New file.
1251 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
1252
1253 2004-09-08 Ulrich Drepper <drepper@redhat.com>
1254
1255 * nscd/connections.c: Implement r/o sharing of nscd's cache with client
1256 processes via shared memory.
1257 * nscd/nscd-client.h: Likewise.
1258 * nscd/nscd.h: Likewise.
1259 * nscd/nscd_conf.c: Likewise.
1260 * nscd/nscd_getgr_r.c: Likewise.
1261 * nscd/nscd_getpw_r.c: Likewise.
1262 * nscd/nscd_gethst_r.c: Likewise.
1263 * nscd/nscd.conf: Add new config parameters.
1264 * nscd/Makefile (aux): Add nscd_helper.
1265 * nscd/nscd_helper.c: New file.
1266 * nscd/mem.c (gc): Indicate beginning and end of the gc cycle.
1267
1268 * nscd/hstcache.c: Simplify a lot. We cache only the request itself,
1269 no derived information.
1270 * connections.c (nscd_init): Fix bug in testing size of the persistent.
1271
1272 * nis/Makefile (aux): Add nis_hash.
1273 * nis/nis_hash.c: New file. Split out from nis_util.c.
1274 * nis/nis_util.c: Move __nis_hash code in separate file.
1275
1276 * csu/tst-atomic.c: Improve atomic_increment_val test which would
1277 not have found a ppc bug.
1278
1279 * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
1280
1281 * malloc/arena.c: Remove __MALLOC_P uses.
1282 * malloc/malloc.c: Likewise.
1283
1284 * malloc/mtrace.c: Remove __P uses.
1285 * malloc/mcheck-init.c: Likewise.
1286
1287 2004-09-07 Jakub Jelinek <jakub@redhat.com>
1288
1289 * sysdeps/powerpc/powerpc64/configure.in: New file.
1290 * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
1291 * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
1292 * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
1293 (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
1294 BODY_PREFIX): Define.
1295 (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
1296 HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
1297 USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
1298 * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
1299 (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
1300
1301 2004-09-07 Ulrich Drepper <drepper@redhat.com>
1302
1303 * malloc/malloc.h: Don't define __THROW if it is already defined.
1304
1305 * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
1306 (atomic_decrement): Define.
1307
1308 * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
1309 atomic_decrement_val.
1310 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
1311 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
1312
1313 * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
1314 and atomic_decrement_val.
1315
1316 * include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
1317 and atomic_delay is not already defined.
1318 * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
1319 * sysdeps/x86_64/bits/atomic.h: Likewise.
1320
1321 * miscd/sys/cdefs.h (__NTH): New macro.
1322 (__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
1323 (__REDIRECT_NTH): New macro.
1324 * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
1325 * ctype/ctype.h: Likewise.
1326 * dirent/dirent.h: Likewise.
1327 * io/fcntl.h: Likewise.
1328 * io/sys/sendfile.h: Likewise.
1329 * io/sys/stat.h: Likewise.
1330 * io/sys/statfs.h: Likewise.
1331 * io/sys/statvfs.h: Likewise.
1332 * libio/bits/stdio.h: Likewise.
1333 * misc/sys/mman.h: Likewise.
1334 * posix/unistd.h: Likewise.
1335 * resource/sys/resource.h: Likewise.
1336 * rt/aio.h: Likewise.
1337 * signal/signal.h: Likewise.
1338 * stdlib/stdlib.h: Likewise.
1339 * string/argz.h: Likewise.
1340 * string/string.h: Likewise.
1341 * sysdeps/generic/inttypes.h: Likewise.
1342 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1343 * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
1344 * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
1345 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
1346 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1347 * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
1348 * wcsmbs/wchar.h: Likewise.
1349
1350 * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.
1351
1352 * resolv/gethnamaddr.c (getanswer): Remove __P use in variable
1353 definition.
1354
1355 * io/sys/poll.h: Remove __THROW from poll prototype, it's a
1356 cancellation point.
1357
1358 * io/fts.c (fts_open): Remove uses of __P.
1359
1360 * include/stdlib.h: No need to use __THROW in this header.
1361
1362 2004-09-06 Roland McGrath <roland@frob.com>
1363
1364 * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
1365 validity, since __assert_fail gets to here anyway. Just fail.
1366
1367 2004-09-06 Ulrich Drepper <drepper@redhat.com>
1368
1369 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
1370 AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
1371 addresses.
1372
1373 2004-09-05 Richard Henderson <rth@redhat.com>
1374
1375 * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
1376 * sysdeps/unix/sysv/linux/kernel-features.h
1377 (__ASSUME_IEEE_RAISE_EXCEPTION): New.
1378 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
1379 * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
1380 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
1381 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1382
1383 2004-09-05 Richard Henderson <rth@redhat.com>
1384
1385 * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
1386 * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
1387 sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
1388 sysdeps/alpha/remqu.S: Likewise.
1389 * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.
1390
1391 2004-09-05 Ulrich Drepper <drepper@redhat.com>
1392
1393 * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
1394 GETHOSTBYADDRv6 requests.
1395
1396 2004-09-04 Ulrich Drepper <drepper@redhat.com>
1397
1398 * nscd/pwdcache.c (cache_addpw): Use correct key length in
1399 cache_add calls.
1400 * nscd/grpcache.c (cache_addgr): Likewise.
1401
1402 2004-09-03 Alfred M. Szmidt <ams@kemisten.nu>
1403
1404 * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
1405 to `dtv_t *'.
1406
1407 2004-09-03 Ulrich Drepper <drepper@redhat.com>
1408
1409 * nscd/nscd.c (parse_opt): Use writev instead of two write for
1410 invalidate command.
1411
1412 2004-09-02 Ulrich Drepper <drepper@redhat.com>
1413
1414 * nscd/connections.c (nscd_run): Check early for invalid request types.
1415
1416 2004-09-02 Roland McGrath <roland@frob.com>
1417
1418 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
1419 (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
1420 (THREAD_SELF): New macro.
1421
1422 2004-09-02 Steven Munroe <sjmunroe@us.ibm.com>
1423
1424 [BZ #357]
1425 * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
1426 (main): Call test_stack.
1427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1428 (__getcontext): Push stack frame then save parms in local frame.
1429 Improve instruction scheduling.
1430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1431 (__swapcontext): Likewise.
1432
1433 2004-09-01 Andreas Schwab <schwab@suse.de>
1434
1435 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
1436 __builtin_offsetof.
1437
1438 2004-09-01 Jakub Jelinek <jakub@redhat.com>
1439
1440 [BZ #361]
1441 * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
1442 to normal_bracket after fetching the next character.
1443 * posix/tst-fnmatch.input: Add 25 new tests.
1444 Reported by Markus Oberhumer <markus@oberhumer.com>.
1445
1446 2004-09-01 Ulrich Drepper <drepper@redhat.com>
1447
1448 * elf/rtld.c (dl_main): First check existence of ld.so.preload
1449 with access.
1450
1451 2004-09-01 Roland McGrath <roland@redhat.com>
1452
1453 * sysdeps/unix/sysv/linux/bits/waitflags.h
1454 (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
1455 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
1456 New macro.
1457 * sysdeps/unix/sysv/linux/waitid.c: New file. Use new syscall when
1458 available, or fall back to the waitpid-based generic code.
1459
1460 2004-08-14 Alfred M. Szmidt <ams@kemisten.nu>
1461
1462 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
1463 clobber the `ebp' register.
1464 * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
1465 Reverts change from 2004-05-07 by Jeroen Dekkers.
1466
1467 * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
1468 NEWSP from `void *' to `int *'. Changed all casts accordingly.
1469
1470 2004-08-31 Jakub Jelinek <jakub@redhat.com>
1471
1472 * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
1473 before return type.
1474 * locale/localename.c (__current_locale_name): Likewise.
1475
1476 2004-08-30 Roland McGrath <roland@frob.com>
1477
1478 * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
1479 later sets from output.
1480 * Makerules (check-abi): Pass option to set that with value of
1481 LIB-abi-frozen variable if one is set.
1482
1483 * abilist/libcidn.abilist: New file (empty).
1484
1485 2004-08-30 Jakub Jelinek <jakub@redhat.com>
1486
1487 * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
1488 not __USE_XOPEN2K, use the Unix98 mandated values.
1489
1490 2004-08-27 Roland McGrath <roland@redhat.com>
1491
1492 * configure.in (usetls): Default to yes.
1493 * configure: Regenerated.
1494
1495 2004-08-26 Roland McGrath <roland@redhat.com>
1496
1497 * configure.in (add_ons_automatic): New variable, set to yes or no
1498 indicating --enable-add-ons with no explicit list.
1499 (running add-on fragments): Allow a fragment to modify $libc_add_on
1500 and have that affect its place in the list of add-ons to use.
1501 * configure: Regenerated.
1502
1503 2004-08-26 Ulrich Drepper <drepper@redhat.com>
1504
1505 * nscd/cache.c: Major rewrite. The data is now optionally kept in
1506 a mmaped memory region which is automatically mirrored on disk.
1507 This implements persistent data storage. The Memory handled
1508 needed to be completely revamped, it now uses a garbage collection
1509 mechanism instead of malloc.
1510 * nscd/connections.c: Likewise.
1511 * nscd/nscd.c: Likewise.
1512 * nscd/nscd.h: Likewise.
1513 * nscd/nscd_conf.c: Likewise.
1514 * nscd/nscd_stat.c: Likewise.
1515 * nscd/grpcache.c: Likewise.
1516 * nscd/hstcache.c:: Likewise.
1517 * nscd/pwdcache.c:: Likewise.
1518 * nscd/Makefile: Add rules to build mem.c.
1519 * nscd/mem.c: New file.
1520 * nscd/nscd.conf: Describe new configuration options.
1521
1522 2004-08-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1523
1524 * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
1525 NO_SGIDEFS_H isn't defined.
1526 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1527 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1528
1529 * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
1530 _MIPS_SIM.
1531 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1532 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1533 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1534
1535 2004-08-26 Ulrich Drepper <drepper@redhat.com>
1536
1537 * nscd/connections.c (nscd_run): atomic_increment was not missing.
1538
1539 * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
1540 Patch by Greg Schafer.
1541
1542 2004-08-25 Richard Henderson <rth@redhat.com>
1543
1544 * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
1545 instead of $31. Zero $15.
1546 * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
1547
1548 2004-08-25 Ulrich Drepper <drepper@redhat.com>
1549
1550 * sysdeps/powerpc/powerpc64/bits/atomic.h
1551 (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
1552 is negative.
1553 (__arch_compare_and_exchange_bool_32_rel): Likewise.
1554
1555 * nscd/connections.c: Make socket nonblocking so that threads
1556 don't get stuck on accept. Fix locking.
1557
1558 * nscd/grpcache.c (cache_addgr): Use copy of original key in hash
1559 entry with alternative key.
1560 * nscd/pwdcache.c (cache_addpw): Likewise.
1561
1562 2004-08-25 Richard Sandiford <rsandifo@redhat.com>
1563
1564 * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
1565 __libc_stack_end.
1566
1567 2004-08-23 Ulrich Drepper <drepper@redhat.com>
1568
1569 * sysdeps/gnu/netinet/udp.h: Cosmetic changes. Remove unnecessary
1570 __BEGIN_DECLS/__END_DECLS.
1571
1572 2004-08-23 Andreas Jaeger <aj@suse.de>
1573
1574 [BZ #341]
1575 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
1576 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
1577 * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
1578 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
1579 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
1580 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
1581 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
1582 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
1583 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
1584 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
1585 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
1586 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
1587 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.
1588
1589 2004-08-21 Ulrich Drepper <drepper@redhat.com>
1590
1591 * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
1592 (check_action): Likewise.
1593 When printing error messages, use malloc_printf_nc now instead of
1594 fiddling with the streams cancellation flag in every place.
1595 * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition. Change
1596 default to 3.
1597 (check_action): New variable.
1598 (unlink): Print error message and eventually terminate in case list
1599 is corrupted.
1600 (malloc_printf_nc): New function. Use it in _int_free.
1601 Change proposed by Arjan van de Ven.
1602
1603 * dlfcn/Makefile: Don't build eval.c anymore.
1604
1605 2004-08-20 Roland McGrath <roland@frob.com>
1606
1607 * csu/Makefile ($(objpfx)version-info.h): Use printf in place
1608 of echo -e for POSIX.2 portability.
1609 Reported by Paul Jarc <prj@po.cwru.edu>.
1610
1611 2004-08-19 Ulrich Drepper <drepper@redhat.com>
1612
1613 * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
1614 list generation.
1615
1616 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use
1617 getcanonname_r function if AI_CANONNAME flag is not set in
1618 request.
1619
1620 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
1621 Initialize mysize with limits only if latter is >= 0. Use mysize
1622 in malloc call.
1623
1624 2004-08-19 Jakub Jelinek <jakub@redhat.com>
1625
1626 * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
1627 to avoid warning.
1628
1629 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
1630 status to NSS_STATUS_UNAVAIL.
1631
1632 2004-08-19 Ulrich Drepper <drepper@redhat.com>
1633
1634 * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the
1635 cannoname lookup since it has the FQDN even if the original NAME
1636 value has not.
1637
1638 2004-08-18 Ulrich Drepper <drepper@redhat.com>
1639
1640 * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
1641 pointer in new variable ORIG_NAME and use this pointer when
1642 determination of canonical name failed, not the possibly IDN
1643 translated value of NAME.
1644
1645 2004-08-17 Ulrich Drepper <drepper@redhat.com>
1646
1647 * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
1648 * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
1649 Reset RES_NOIP6DOTINT flag in this case..
1650
1651 * sysdeps/posix/getaddrinfo.c: Fix memory handling of
1652 ai_canonname.
1653
1654 2004-08-16 Ulrich Drepper <drepper@redhat.com>
1655
1656 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
1657 CNAME records, we better follow the chain of CNAME records which
1658 can be accomplished with A/AAAA lookups.
1659
1660 2004-08-15 Roland McGrath <roland@redhat.com>
1661
1662 * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
1663 Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro.
1664 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1665 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1666 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1667
1668 2004-08-15 Roland McGrath <roland@frob.com>
1669
1670 * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
1671 this, not ...
1672 (static-only-routines): ... this.
1673 * sysdeps/ia64/Makefile: Likewise.
1674 * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
1675 * sysdeps/sparc/sparc64/Makefile: Likewise.
1676 * sysdeps/x86_64/Makefile: Likewise.
1677 * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change.
1678 * sysdeps/ia64/hp-timing.c: Likewise.
1679 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
1680 * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
1681
1682 * csu/elf-init.c: Update copyright terms including special exception
1683 for these trivial files, which are statically linked into executables
1684 that use dynamic linking for the significant library code.
1685 * io/fstat.c: Likewise.
1686 * io/fstat64.c: Likewise.
1687 * io/lstat.c: Likewise.
1688 * io/lstat64.c: Likewise.
1689 * io/stat.c: Likewise.
1690 * io/stat64.c: Likewise.
1691 * stdlib/atexit.c: Likewise.
1692 * sysdeps/alpha/elf/initfini.c: Likewise.
1693 * sysdeps/alpha/elf/start.S: Likewise.
1694 * sysdeps/arm/elf/start.S: Likewise.
1695 * sysdeps/cris/elf/start.S: Likewise.
1696 * sysdeps/generic/initfini.c: Likewise.
1697 * sysdeps/generic/mknod.c: Likewise.
1698 * sysdeps/hppa/elf/initfini.c: Likewise.
1699 * sysdeps/hppa/elf/start.S: Likewise.
1700 * sysdeps/i386/elf/start.S: Likewise.
1701 * sysdeps/i386/i686/hp-timing.c: Likewise.
1702 * sysdeps/ia64/elf/initfini.c: Likewise.
1703 * sysdeps/ia64/elf/start.S: Likewise.
1704 * sysdeps/ia64/hp-timing.c: Likewise.
1705 * sysdeps/m68k/elf/start.S: Likewise.
1706 * sysdeps/mach/start.c: Likewise.
1707 * sysdeps/mips/elf/start.S: Likewise.
1708 * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
1709 * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
1710 * sysdeps/s390/s390-32/elf/start.S: Likewise.
1711 * sysdeps/s390/s390-32/initfini.c: Likewise.
1712 * sysdeps/s390/s390-64/elf/start.S: Likewise.
1713 * sysdeps/s390/s390-64/initfini.c: Likewise.
1714 * sysdeps/sh/elf/initfini.c: Likewise.
1715 * sysdeps/sh/elf/start.S: Likewise.
1716 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
1717 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
1718 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1719 * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
1720 * sysdeps/standalone/i386/start.S: Likewise.
1721 * sysdeps/standalone/i960/start.S: Likewise.
1722 * sysdeps/standalone/m68k/m68020/start.S: Likewise.
1723 * sysdeps/unix/arm/start.c: Likewise.
1724 * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
1725 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1726 * sysdeps/unix/sparc/start.c: Likewise.
1727 * sysdeps/unix/start.c: Likewise.
1728 * sysdeps/unix/sysv/aix/start.s: Likewise.
1729 * sysdeps/unix/sysv/irix4/start.c: Likewise.
1730 * sysdeps/x86_64/elf/initfini.c: Likewise.
1731 * sysdeps/x86_64/elf/start.S: Likewise.
1732
1733 2004-08-15 Roland McGrath <roland@redhat.com>
1734
1735 [BZ #227]
1736 * sysdeps/unix/sysv/linux/kernel-features.h
1737 (__ASSUME_BRK_PAGE_ROUNDED): New macro.
1738 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
1739 [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within
1740 the partial page after the dynamic linker's own data segment.
1741
1742 2004-08-15 Ulrich Drepper <drepper@redhat.com>
1743
1744 * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
1745 v4-mapped addresses a bit.
1746 (gethosts): Move alloca out of macro, so that it is done only once.
1747
1748 * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
1749 addr to avoid casts.
1750 (gethosts): Removed.
1751 (gethosts2): Renamed to gethosts. Make it usable for family !=
1752 AF_UNSPEC. Fix AI_V4MAPPED.
1753 (gaih_inet): Remove use of old gethosts. Always use what used to be
1754 gethosts2. If entry is found, try to use the same NSS module's
1755 getcanonname_r function. Use gethostbyaddr for AI_CANONNAME only
1756 if getcanonname_r was not available. Fix filtering of AI_V4MAPPED
1757 addresses. Numerous cleanups.
1758 * resolv/nss_dns/dns-canon.c: New file.
1759 * resolv/Makefile (libnss_dns-routines): Add dns-canon.
1760 * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r.
1761
1762 * elf/Makefile: Add rules to build and run tst-dlopenrpath.
1763 * elf/tst-dlopenrpath.c: New file.
1764 * elf/tst-dlopenrpathmod.c: New file.
1765
1766 * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8.
1767 * intl/tst-gettext.c: Likewise.
1768
1769 * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses.
1770
1771 * nss/getent.c: Allow queries for getaddrinfo with AF_INET and
1772 AF_INET6.
1773
1774 2004-08-14 Ulrich Drepper <drepper@redhat.com>
1775
1776 * po/de.po: Update from translation team.
1777
1778 2004-08-14 Roland McGrath <roland@frob.com>
1779
1780 * sysdeps/mach/configure: Regenerated.
1781 * sysdeps/mach/hurd/configure: Regenerated.
1782
1783 2004-08-14 Ulrich Drepper <drepper@redhat.com>
1784
1785 * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
1786 performed, make sure it is still the first entry after sorting
1787 that has the ai_canonname information.
1788
1789 * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
1790 only in one entry.
1791
1792 2004-08-13 Daniel Jacobowitz <dan@debian.org>
1793
1794 * scripts/output-format.sed: Handle default case of three-argument
1795 OUTPUT_FORMAT.
1796
1797 * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
1798 __attribute_used__.
1799
1800 2004-08-13 Ulrich Drepper <drepper@redhat.com>
1801
1802 * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
1803 first returned entry. Print name only if not NULL.
1804
1805 * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
1806 __netgrent object passed in instead of global variables.
1807 Optimize.
1808 * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data
1809 in struct __netgrent object passed in instead of global variables.
1810 * inet/netgroup.h (struct __netgrent): Add service_user field.
1811 Move cursor in anonymous union, add new field location to that
1812 union.
1813 * inet/getnetgrent_r.c: Extensive rewrite to really enable
1814 concurrent uset of set/get/endnetgrent and innetgr.
1815 Reported by Chuck Simmons.
1816
1817 * inet/netgroup.h (struct name_list): Replace name pointer with
1818 zero-sized array.
1819 * inet/getnetgrent_r.c: Adjust code for change in name_list
1820 layout. Numerous strdup and free calls removed.
1821
1822 * elf/sprof.c (read_symbols): When comparing aliases, prefer
1823 non-hidden over hidden symbols and strong over weak symbols
1824 if both don't start with '_'.
1825
1826 * malloc/malloc.c: Use strong_alias instead of weak_alias wherever
1827 possible.
1828
1829 2004-08-12 Jakub Jelinek <jakub@redhat.com>
1830
1831 * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1832 RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
1833 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1834 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1835 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1836 Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
1837 accordingly.
1838
1839 2004-08-11 Andreas Schwab <schwab@suse.de>
1840
1841 * resolv/res_libc.c: Move definition of __res_initstamp ...
1842 * resolv/res_init.c: ... here.
1843
1844 2004-08-10 GOTO Masanori <gotom@debian.or.jp>
1845
1846 * locale/C-time.c: Change default ERA value from NULL to "".
1847 * locale/tst-C-locale.c: Add test case for ERA keywords.
1848
1849 2004-08-12 Ulrich Drepper <drepper@redhat.com>
1850
1851 * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1852 RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
1853 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1854 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1855
1856 2004-08-12 Jakub Jelinek <jakub@redhat.com>
1857
1858 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
1859 RLIMIT_MSGQUEUE): Add.
1860 (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
1861 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
1862 RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1863 (RLIM_NLIMITS): Adjust.
1864 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
1865 RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1866 (RLIM_NLIMITS): Adjust.
1867 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
1868 RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1869 (RLIM_NLIMITS): Adjust.
1870
1871 2004-08-12 Jakub Jelinek <jakub@redhat.com>
1872
1873 * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
1874 printf with #ifdef DEBUG and RES_DEBUG check.
1875
1876 * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
1877 __USE_MISC #endif.
1878 * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
1879 declaration.
1880 * sysdeps/gnu/bits/shm.h: Likewise.
1881 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1882 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1883 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1884 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1885 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1886
1887 2004-08-12 Ulrich Drepper <drepper@redhat.com>
1888
1889 * po/ca.po: Update from translation team.
1890
1891 2004-08-11 Ulrich Drepper <drepper@redhat.com>
1892
1893 * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
1894 __getpagesize declaration.
1895
1896 2004-08-11 Roland McGrath <roland@redhat.com>
1897
1898 * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
1899 commands inside &&.
1900 Reported by Andreas Schwab <schwab@suse.de>.
1901 * configure: Regenerated.
1902
1903 * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
1904
1905 2004-08-11 Ulrich Drepper <drepper@redhat.com>
1906
1907 * time/tzset.c (tzset_internal): Add new parameter which is
1908 nonzero if called through tzset. Use TZDEFAULT name including
1909 name comparison if the new parameter is zero. This means implicit
1910 tzset calls will not cause files to be opened and read by tzfile.c
1911 all the time.
1912
1913 2004-08-11 Jakub Jelinek <jakub@redhat.com>
1914
1915 * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
1916 * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
1917 return 1 immediately.
1918
1919 * time/tzfile.c (__tzfile_read): Free transitions only if it will
1920 not be reused.
1921
1922 * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
1923 * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
1924
1925 * stdio-common/tst-popen.c: Include <string.h>.
1926
1927 * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
1928
1929 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
1930 attribute. Return NULL instead of calling pthread_exit at the end.
1931
1932 2004-08-11 Roland McGrath <roland@redhat.com>
1933
1934 * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
1935
1936 2004-08-10 Alfred M. Szmidt <ams@kemisten.nu>
1937
1938 * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
1939
1940 2004-08-10 Jakub Jelinek <jakub@redhat.com>
1941
1942 * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
1943 (fwrite_unlocked): When checking if size * n is <= 8, cast each
1944 argument to size_t individually. Cast n to (void) instead of
1945 (size_t), surround with (), return (size_t) 0 if one of n or size
1946 is 0. [BZ #316]
1947 * stdio-common/Makefile (tests): Add tst-unlockedio.
1948 * stdio-common/tst-unlockedio.c: New test.
1949
1950 2004-08-09 Roland McGrath <roland@frob.com>
1951
1952 * manual/install.texi (Supported Configurations): Replace bug-glibc
1953 mention with web URL.
1954 * INSTALL: Regenerated.
1955 * locale/iso-3166.def: Likewise, in comment.
1956 * locale/iso-4217.def: Likewise.
1957 * locale/iso-639.def: Likewise.
1958 * posix/cpio.h: Remove bug reporting comment.
1959
1960 2004-08-09 Ulrich Drepper <drepper@redhat.com>
1961
1962 * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
1963 casts to handle funny calls with floating point argument values
1964 and signed values correctly and without warning.
1965 (fwrite_unlocked): Likewise. [BZ #309]
1966
1967 * malloc/memusage.c (me): Use creat64, not creat.
1968 * malloc/memusagestat.c: Fix handling of very large sizes. [BZ #285]
1969 Patch by Guy Maor <guymaor@yahoo.com>.
1970
1971 * elf/ldconfig.c (options): Mark parameter option names as
1972 translatable. [BZ #253] Patch by Jakub Bogusz <qboosh@pld-linux.org>.
1973
1974 * iconv/gconv_charset.h (strip): Also allow comma which is what is
1975 used to separate options. [BZ #194]
1976
1977 2004-08-09 Roland McGrath <roland@redhat.com>
1978
1979 * FAQ.in: Refer to web pages instead of bug-glibc.
1980 * FAQ: Regenerated.
1981
1982 * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
1983
1984 2004-08-09 Ulrich Drepper <drepper@redhat.com>
1985
1986 * time/tzset.c (tzset_internal): If TZ is not set do not compare
1987 old and new tz value since it might be /etc/localtime in both
1988 cases although the file changed. [BZ #154]
1989 Patch by Christian Franke <franke@computer.org>.
1990
1991 * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
1992 Compare with values of previously opened file. Don't do anything
1993 is they match.
1994
1995 2004-08-08 Ulrich Drepper <drepper@redhat.com>
1996
1997 * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
1998 reset loader before the actual loading.
1999 * elf/dl-open.c (dl_open_worker): If file name contains no path
2000 element determine map of caller. Pass caller map in this case to
2001 _dl_map_object. Set __RTLD_CALLMAP in mode.
2002 * include/dlfcn.h (__RTLD_CALLMAP): Define. [BZ #116]
2003 Patch by Greg Wolodkin <greg@mathworks.com>.
2004
2005 * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
2006 [BZ #108] Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
2007
2008 * configure.in: Also recognize i786. [BZ #106]
2009 Patch by <pluto@pld-linux.org>.
2010
2011 * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
2012 name contains any dots. [BZ #95]
2013
2014 * resolv/res_send.c: Compiling with DEBUG defined works again.
2015 * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf. Adjust all
2016 callers.
2017
2018 * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
2019 available the process is not killed. [BZ #41]
2020
2021 * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
2022
2023 * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
2024 [BZ #28]
2025
2026 * po/sv.po: Update from translation team.
2027
2028 2004-08-07 Ulrich Drepper <drepper@redhat.com>
2029
2030 * inet/netinet/in.h: Add more const to the setipv4soucefilter,
2031 getsourcefilter, and setsourcefilter parameter list.
2032 * sysdeps/generic/setipv4sourcefilter.c: Likewise.
2033 * sysdeps/generic/getsourcefilter.c: Likewise.
2034 * sysdeps/generic/setsourcefilter.c: Likewise.
2035 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
2036 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
2037 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
2038
2039 * po/tr.po: Update from translation team.
2040
2041 2004-08-06 Ulrich Drepper <drepper@redhat.com>
2042
2043 * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
2044 Reported by Paolo Bonzini.
2045
2046 2004-08-06 Jakub Jelinek <jakub@redhat.com>
2047
2048 * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
2049 always_inline.
2050 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
2051 elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
2052
2053 * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
2054 before including linux/atalk.h.
2055
2056 * resolv/res_libc.c: Include atomic.h.
2057
2058 * intl/finddomain.c (free_mem): Rename to...
2059 (_nl_finddomain_subfreeres): ... this. Add
2060 __libc_freeres_fn_section.
2061 * intl/loadmsgcat.c (_nl_unload_domain): Add
2062 __libc_freeres_fn_section.
2063 * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
2064 Add attribute_hidden.
2065 (_nl_findomain_subfreeres): New prototype.
2066 * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
2067
2068 2004-07-30 Guido Guenther <agx@sigxcpu.org>
2069
2070 * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
2071 test if the key is numeric or not.
2072 (group_keys): Likewise.
2073
2074 2004-08-05 Ulrich Drepper <drepper@redhat.com>
2075
2076 * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
2077 struct group_filter, and GROUP_FILTER_SIZE.
2078 * include/sys/socket.h: Declare __getsockopt.
2079 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
2080 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
2081 * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
2082 * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
2083
2084 * po/ko.po: Update from translation team.
2085
2086 2004-08-04 Jakub Jelinek <jakub@redhat.com>
2087
2088 * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
2089 memset.
2090 (__hesiod_res_set): Free nsaddrs.
2091
2092 * include/resolv.h (__res_maybe_init): Add prototype.
2093 * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
2094 * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
2095 * resolv/res_libc.c (__res_initstamp, lock): New variables.
2096 (res_init): Increase __res_initstamp.
2097 (__res_maybe_init): New function.
2098 * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
2099 * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
2100 of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
2101 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
2102 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
2103 _nss_dns_gethostbyaddr_r): Likewise.
2104 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
2105 _nss_dns_getnetbyaddr_r): Likewise.
2106 * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
2107 gethostbyaddr): Likewise.
2108 * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
2109 res_isourserver, res_sendsigned, res_update, res_search,
2110 res_querydomain): Likewise.
2111 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
2112 * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
2113 * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
2114 Likewise.
2115
2116 2004-08-05 Ulrich Drepper <drepper@redhat.com>
2117
2118 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
2119 V4-mapped IPv6 addresses and req->ai_family==AF_INET.
2120 Reported by A. Guru <a.guru@sympatico.ca>.
2121
2122 * po/sv.po: Update from translation team.
2123 * po/sk.po: Likewise.
2124 * po/pl.po: Likewise.
2125
2126 2004-08-04 Jakub Jelinek <jakub@redhat.com>
2127 Ulrich Drepper <drepper@redhat.com>
2128
2129 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
2130 characters than necessary.
2131
2132 2004-08-05 Ulrich Drepper <drepper@redhat.com>
2133
2134 * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
2135 * wcsmbs/tst-mbsrtowcs.c: New file.
2136
2137 * po/fr.po: Update from translation team.
2138
2139 2004-08-04 Jakub Jelinek <jakub@redhat.com>
2140
2141 * resolv/inet_pton.c (inet_pton4): Disallow octal numbers. Reported
2142 by A. Guru <a.guru@sympatico.ca>. [BZ #295]
2143
2144 2004-08-05 Ulrich Drepper <drepper@redhat.com>
2145
2146 * po/nl.po: Update from translation team.
2147
2148 * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
2149 numeric address formats inet_addr knows.
2150 (getaddrinfo): Allow AI_NUMERICSERV flag.
2151 If neither IPv4 nor IPv6 interface is present we cannot make any
2152 decision for AI_ADDRCONFIG. Fail if AI_NUMERICSERV is set and the
2153 string is not just a number. Remove useless freeaddrinfo call.
2154 * resolv/netdb.h (AI_NUMERICSERV): Define.
2155 Based on a patch by a.guru@sympatico.ca.
2156
2157 2004-08-04 Jakub Jelinek <jakub@redhat.com>
2158
2159 * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
2160 instead of trying to initialize some, but not all, fields one by
2161 one.
2162 * stdio-common/printf_size.c (printf_size): Initialize fb_info
2163 structure with *info instead of trying to initialize some, but not
2164 all, fields from it.
2165
2166 * nscd/connections.c (handle_request): Check if req->type is in
2167 LASTDBREQ .. LASTREQ range instead of req.
2168
2169 * locale/programs/linereader.c (lr_create): Initialize
2170 lr->return_widestr to 0.
2171
2172 * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
2173 (free_mem): Call free_slotinfo just once.
2174
2175 * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
2176 of NULL.
2177
2178 * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
2179 * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
2180 (free_mem): Rename to _nl_locale_subfreeres.
2181 * iconv/gconv_db.c: Include locale/localeinfo.h.
2182 (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
2183 (free_mem): Call _nl_locale_subfreeres.
2184 * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
2185
2186 2004-08-04 Roland McGrath <roland@frob.com>
2187
2188 * Makeconfig ($(common-objpfx)config.status):
2189 Fix typo: $(add_ons) -> $(add-ons).
2190 (Makeconfig-add-on): New variable. When doing $(sysdep-makeconfigs)
2191 include, use black magic to get it set to an add-on's name during the
2192 include of the add-on's Makeconfig.
2193
2194 * configure.in: Use variable name `libc_add_on' when sourcing add-on
2195 configure fragments, so they can refer to this.
2196 * configure: Regenerated.
2197
2198 2004-08-04 Roland McGrath <roland@redhat.com>
2199
2200 * posix/tst-waitid.c (test_child): Sleep a second before stopping.
2201 (do_test): Bump sleep to three seconds.
2202 (sigchld, check_sigchld): New functions.
2203 (do_test): Handle SIGCHLD and check for getting the right details.
2204
2205 * posix/tst-waitid.c (do_test): Kill the child process when bailing
2206 out early on some failure.
2207 [WCONTINUED]: Test WCONTINUED functionality.
2208
2209 2004-08-03 Ulrich Drepper <drepper@redhat.com>
2210
2211 * nscd/connections.c (handle_request): Print more descriptive
2212 message for invalid request types.
2213
2214 2004-08-02 Jakub Jelinek <jakub@redhat.com>
2215
2216 * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
2217 Always treat high as highest number in range + 1.
2218 * iconvdata/ibm943.c (BODY): Likewise.
2219
2220 2004-07-31 Bruno Haible <bruno@clisp.org>
2221
2222 * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
2223 * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
2224 __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
2225 __jisx0213_from_ucs_level2): Regenerated.
2226 * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
2227 * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
2228 JISX0213_1_set.
2229 (JISX0213_1_2004_set): New enum value.
2230 (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
2231 (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
2232 when possible, ESC $ ( Q when needed.
2233 * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
2234 * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
2235 * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
2236 * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
2237 * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
2238 * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
2239
2240 2004-07-22 Bruno Haible <bruno@clisp.org>
2241
2242 * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
2243
2244 2004-07-29 David S. Miller <davem@redhat.com>
2245
2246 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
2247 better for smaller than 256 byte copies. Also, use only one
2248 unrolled loop instead of two for the large copy case.
2249
2250 2004-07-30 Richard Henderson <rth@redhat.com>
2251
2252 * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
2253 * sysdeps/alpha/remq.S: Likewise.
2254 * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
2255 new division algorithms in divl.S and divq.S respectively.
2256
2257 2004-07-28 GOTO Masanori <gotom@debian.or.jp>
2258
2259 * timezone/asia: Update from tzdata2004b.
2260 * timezone/backward: Likewise.
2261 * timezone/europe: Likewise.
2262 * timezone/iso3166.tab: Likewise.
2263 * timezone/leapseconds: Likewise.
2264 * timezone/northamerica: Likewise.
2265 * timezone/southamerica: Likewise.
2266 * timezone/zone.tab: Likewise.
2267
2268 * timezone/private.h: Update from tzcode2004b.
2269 * timezone/zic.c: Likewise.
2270
2271 2004-07-27 Ulrich Drepper <drepper@redhat.com>
2272
2273 * nscd/grpcache.c (cache_addgr): If necessary, add entry also
2274 under the name the user provided.
2275 * nscd/pwdcache.c (cache_addpw): Likewise.
2276
2277 2004-07-26 Roland McGrath <roland@redhat.com>
2278
2279 * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
2280 call to __waitpid.
2281
2282 2004-07-26 Ulrich Drepper <drepper@redhat.com>
2283
2284 * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
2285 memory leaks.
2286
2287 * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
2288 new buffer at the right time.
2289 Reported by Jakub Bogusz <qboosh@pld-linux.org>.
2290
2291 2004-07-25 Ulrich Drepper <drepper@redhat.com>
2292
2293 * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
2294 getsourcefilter, setipv4sourcefilter, and setsourcefilter.
2295 * inet/Makefile (routines): Likewise.
2296 * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
2297 getsourcefilter, setipv4sourcefilter, and setsourcefilter.
2298 * sysdeps/generic/getipv4sourcefilter.c: New file.
2299 * sysdeps/generic/setipv4sourcefilter.c: New file.
2300 * sysdeps/generic/getsourcefilter.c: New file.
2301 * sysdeps/generic/setsourcefilter.c: New file.
2302
2303 2004-07-17 Steven Munroe <sjmunroe@us.ibm.com>
2304
2305 * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
2306 for POWER4 machines.
2307
2308 2004-07-21 Jakub Jelinek <jakub@redhat.com>
2309
2310 [BZ #274]
2311 * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
2312 BITS_PER_MP_LIMB shifting up.
2313 * stdlib/tst-strtod.c (main): Add new tests.
2314
2315 2004-07-23 Jakub Jelinek <jakub@redhat.com>
2316
2317 [BZ #282]
2318 * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
2319 _IO_no_init. Remove wd from struct locked_FILE.
2320 (_IO_wproc_jumps): Remove.
2321 Reported by Andrew Josey <a.josey@opengroup.org>.
2322 * stdio-common/Makefile (tests): Add tst-popen.
2323 * stdio-common/tst-popen.c: New test.
2324
2325 2004-07-23 Ulrich Drepper <drepper@redhat.com>
2326
2327 * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
2328 _POSIX_OPEN_MAX. Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
2329 _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
2330 Reported by Andrew Josey.
2331
2332 * include/features.h: Document _POSIX_C_SOURCE == 200112L.
2333
2334 * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
2335 * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
2336 * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
2337 off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
2338 * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
2339 * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
2340 useconds_t if __USE_XOPEN2K is defined.
2341 * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
2342 * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
2343
2344 2004-07-19 Thorsten Kukuk <kukuk@suse.de>
2345
2346 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
2347 allocate memory for large temporary variables with alloca.
2348
2349 2004-07-22 Ulrich Drepper <drepper@redhat.com>
2350
2351 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
2352 code must have version GLIBC_2.0. Patch by Dwayne McConnell.
2353
2354 * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
2355 pointer and zero length.
2356
2357 2004-07-21 Ulrich Drepper <drepper@redhat.com>
2358
2359 * nscd/cache.c (prune_cache): Print correct list when debugging.
2360
2361 2004-07-21 Jakub Jelinek <jakub@redhat.com>
2362
2363 * resolv/res_libc.c (res_init): If RES_INIT is set and
2364 _res.nscount > 0, call __res_nclose and free nsaddrs.
2365 * resolv/Makefile: Add rules to build and run tst-leaks2.
2366 * resolv/tst-leaks2.c: New test.
2367
2368 2004-07-21 Ulrich Drepper <drepper@redhat.com>
2369
2370 * intl/libintl.h: Don't define macros for C++.
2371 Patch by Goto Masanori.
2372
2373 2004-07-22 GOTO Masanori <gotom@debian.or.jp>
2374
2375 [BZ #276]
2376 * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
2377 * inet/arpa/inet.h: Likewise.
2378 * resolv/inet_addr.c: Likewise.
2379
2380 2004-07-21 Alexandre Oliva <aoliva@redhat.com>
2381
2382 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
2383
2384 2004-07-20 Roland McGrath <roland@redhat.com>
2385
2386 * configure.in (add_ons): Substitute this. Move $add_ons handling
2387 after AC_CANONICAL_HOST and default setting of $machine et al.
2388 Don't set $subdirs from $add_ons.
2389 Instead, source add-on/configure fragments early on.
2390 (base_machine): If it's already set, don't set it based on $machine.
2391 (libc_config_ok): New variable, set to no. If an add-on fragment sets
2392 it to yes, skip the tuple sanity check as if --enable-hacker-mode.
2393 (sysnames): Try appending add-on names after machine as well.
2394 * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
2395 * Makeconfig ($(common-objpfx)config.status): Also depend on configure
2396 files in $(add_ons) dirs.
2397
2398 * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
2399 definition, now in netinet/in.h proper.
2400
2401 2004-07-20 Alexandre Oliva <aoliva@redhat.com>
2402
2403 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
2404 Sort by syscalls. Make sure we get headers such as sgidefs.h from
2405 the build tree before just-installed ones.
2406
2407 * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
2408 include sgidefs.h where appropriate.
2409 * sysdeps/mips/dl-machine.h: Likewise.
2410 * sysdeps/mips/machine-gmon.h: Likewise.
2411 * sysdeps/mips/bits/setjmp.h: Likewise.
2412 * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
2413 * sysdeps/mips/mips64/__longjmp.c: Likewise.
2414 * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
2415 * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
2416 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2417 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2418 * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
2419 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2420 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2421 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2422 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
2423 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2424 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
2425 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
2426 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
2427 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
2428 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
2429 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
2430 * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
2431 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
2432 Likewise.
2433 * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
2434 Likewise.
2435
2436 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
2437 _dl_lookup_symbol_x.
2438 (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
2439
2440 2004-07-20 Ulrich Drepper <drepper@redhat.com>
2441
2442 * inet/netinet/in.h: Define struct ip_mreq and struct
2443 ip_mreq_source.
2444 Define struct group_req and struct group_source_req.
2445 * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
2446 IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
2447 IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
2448 MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
2449 MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
2450 MCAST_MSFILTER.
2451 Define MCAST_INCLUDE and MCAST_EXCLUDE.
2452
2453 * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
2454
2455 2004-07-19 Jakub Jelinek <jakub@redhat.com>
2456
2457 [BZ #258]
2458 * math/libm-test.inc (max_value, min_value): New variables.
2459 (initialize): Initialize them.
2460 (pow_test): Add a couple of new tests.
2461 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
2462 exception if |y| >= 1U<<31.
2463 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
2464 exception if |y| >= 1L<<63.
2465 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2466 If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
2467 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
2468
2469 2004-07-18 Ulrich Drepper <drepper@redhat.com>
2470
2471 * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
2472 lookup a bit.
2473 * nscd/grpcache.c (cache_addgr): Likewise.
2474 * nscd/hstcache.c (cache_addhst): Likewise.
2475
2476 2004-07-10 GOTO Masanori <gotom@debian.or.jp>
2477
2478 * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
2479 * sysdeps/s390/s390-64/elf/start.S: Likewise.
2480
2481 2004-04-16 Andreas Schwab <schwab@suse.de>
2482
2483 * sysdeps/ia64/bits/atomic.h: Cast first argument of
2484 __sync_bool_compare_and_swap_si correct to void*.
2485
2486 2004-07-17 Ulrich Drepper <drepper@redhat.com>
2487
2488 * iconv/iconv_prog.c (print_known_names): Make machine-readable
2489 output even less cluttered.
2490
2491 2004-07-16 Steven Munroe <sjmunroe@us.ibm.com>
2492
2493 [BZ #269]
2494 * setjmp/Makefile (tests): Add bug269-setjmp.
2495 * setjmp/bug269-setjmp.c: New file.
2496 * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
2497 Store R2 from jmpbuf in callers TOC save area.
2498 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
2499 Store R2 in TOC save area.
2500 * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
2501 Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
2502
2503 2004-07-16 Jakub Jelinek <jakub@redhat.com>
2504
2505 * locale/newlocale.c: Include bits/libc-lock.h.
2506 (__libc_setlocale_lock): Extern decl.
2507 (__newlocale): Use it.
2508 Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
2509
2510 2004-07-15 Jakub Jelinek <jakub@redhat.com>
2511
2512 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
2513 static inline __attribute ((always_inline)). Don't define if
2514 NO_CANCELLATION.
2515 (__libc_fcntl): Use INLINE_SYSCALL directly instead of
2516 __fcntl_nocancel.
2517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
2518 Remove static inline __attribute ((always_inline)). Don't define
2519 if NO_CANCELLATION.
2520 (__libc_fcntl): Use INLINE_SYSCALL directly instead of
2521 __fcntl_nocancel.
2522 * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
2523 __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
2524 Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
2525 (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
2526
2527 [BZ #262]
2528 * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
2529 for main.
2530 * elf/Makefile: Add rules to build and run tst-pie1.
2531 * elf/tst-pie1.c: New test.
2532 * elf/tst-piemod1.c: New file.
2533
2534 2004-07-14 Jakub Jelinek <jakub@redhat.com>
2535
2536 [BZ #266]
2537 * manual/string.texi (l64a): Note that the static buffer is 7 bytes
2538 long. Rewrite example code so that it takes into account l64a output
2539 shorter than 6 characters.
2540 Reported by Julian Graham <julian.graham@aya.yale.edu>.
2541
2542 2004-07-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2543
2544 * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
2545 (elf_machine_rela_relative): Remove unused valiable.
2546
2547 2004-07-12 Paul Eggert <eggert@cs.ucla.edu>
2548
2549 [BZ #263]
2550 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
2551 outside the buffer if the read returns 0. __strtod_l can't set
2552 endp to NULL, so remove a test for that case.
2553
2554 2004-07-12 Roland McGrath <roland@redhat.com>
2555
2556 * manual/signal.texi (Interrupted Primitives): Make clear that
2557 TEMP_FAILURE_RETRY evaluates its expression as long int and compares
2558 it to -1 to define "failure".
2559
2560 2004-07-10 Ulrich Drepper <drepper@redhat.com>
2561
2562 * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
2563 ldsodefs.h.
2564 * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
2565 already defined.
2566 * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
2567 already defined.
2568
2569 * elf/rtld.c (print_statistics): Mark with noinline attribute.
2570 * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
2571 attribute.
2572 (elf_machine_rel_relative): Likewise.
2573
2574 * include/string.h: Add libc_hidden_proto for __strtok_r and
2575 __strsep_g.
2576 * sysdeps/generic/strsep.c: Add libc_hidden_def.
2577 * sysdeps/generic/strtok_r.c: Likewise.
2578 * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
2579 * sysdeps/i386/i686/strtok_r.S: Likewise.
2580 * sysdeps/x86_64/strtok_r.S: Likewise.
2581
2582 2004-07-09 Alexandre Oliva <aoliva@redhat.com>
2583
2584 * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
2585 instead of internal-linkage, such that we can alias to it.
2586 (internal_endnetgrent, internal_getnetgrent_r): Likewise.
2587
2588 2004-07-09 Ulrich Drepper <drepper@redhat.com>
2589
2590 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
2591 to the front for gcc 3.5+.
2592 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2593 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
2594 * include/fcntl.h: Don't declare __fcntl_nocancel here if
2595 NO_CANCELLATION is defined.
2596
2597 2004-07-07 Jakub Jelinek <jakub@redhat.com>
2598
2599 * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
2600 GL(dl_nloaded) into it while still in critical section.
2601
2602 2004-07-06 Thorsten Kukuk <kukuk@suse.de>
2603
2604 * nss/getent.c (print_group, print_passwd): Use %lu format for
2605 `unsigned long int' values.
2606
2607 * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
2608 error typos in goto statements.
2609
2610 2004-07-07 Roland McGrath <roland@frob.com>
2611
2612 * Makefile (dist-separate): New variable.
2613 (glibc-%.tar rule): Make separate tar files for add-ons listed there.
2614 Depend on their configure files.
2615 (dist-do-separate-dirs): New canned sequence to do that.
2616 (dist-separate-libidn, dist-separate-linuxthreads): New variables.
2617 (dist): Depend on add-on tar files based on $(dist-separate).
2618 (dist-version): New variable, default to $(version).
2619 (tag-for-dist, dist): Use that in place of $(version) in deps.
2620
2621 2004-07-07 Ulrich Drepper <drepper@redhat.com>
2622
2623 * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
2624 before the loop running the destructors.
2625
2626 2004-05-18 Andreas Schwab <schwab@suse.de>
2627
2628 * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
2629 the first segment for mprotect, not l_text_end.
2630
2631 2004-07-05 Ulrich Drepper <drepper@redhat.com>
2632
2633 * elf/dl-profile.c (_dl_start_profile): Compact error handling.
2634 Remove hashfraction variable. Make kcount and kcountsize local
2635 variables.
2636
2637 * elf/dl-init.c: Don't define and use _dl_starting_up if
2638 HAVE_INLINED_SYSCALLS is defined and the variable is not used.
2639 * elf/dl-support.c: Likewise.
2640 * elf/rtld.c: Likewise.
2641 * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
2642 if HAVE_INLINED_SYSCALLS is defined.
2643 * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
2644 here.
2645 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
2646 * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
2647 * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
2648
2649 * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
2650 is needed to stop profiling.
2651 * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
2652 profile make sure it cannot be unloaded.
2653
2654 * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
2655
2656 * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
2657 support, make sure the helper function is inlined.
2658 * sysdeps/unix/sysv/linux/pread.c: Likewise.
2659 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2660 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2661 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
2662
2663 2004-07-05 Jakub Jelinek <jakub@redhat.com>
2664
2665 * include/string.h (ffs): Add libc_hidden_builtin_proto.
2666 * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
2667 * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
2668 * sysdeps/alpha/ffs.S (ffs): Likewise.
2669 * sysdeps/s390/ffs.c (ffs): Likewise.
2670 * sysdeps/powerpc/ffs.c (ffs): Likewise.
2671 * sysdeps/i386/ffs.c (ffs): Likewise.
2672 * sysdeps/i386/i686/ffs.c (ffs): Likewise.
2673 * sysdeps/m68k/ffs.c (ffs): Likewise.
2674 * sysdeps/generic/ffs.c (ffs): Likewise.
2675 * sysdeps/m88k/ffs.c (ffs): Likewise.
2676 * sysdeps/am29k/ffs.c (ffs): Likewise.
2677 * sysdeps/i960/ffs.c (ffs): Likewise.
2678 * sysdeps/x86_64/ffs.c (ffs): Likewise.
2679
2680 * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
2681
2682 * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
2683 __libc_siglongjmp): Remove symbol_version.
2684 * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
2685 Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
2686 * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
2687 unconditionally.
2688 * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
2689 * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
2690 strong_alias instead of default_symbol_version, remove
2691 symbol_version.
2692 * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
2693 * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
2694 into strong_alias to __novmxsetjmp.
2695 (__vmx__setjmp): Similarly with __vmxsetjmp.
2696 (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2697 default_symbol_version and symbol_version.
2698 * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
2699 into strong_alias to __novmxsetjmp.
2700 (__vmx__setjmp): Similarly with __vmxsetjmp.
2701 (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2702 default_symbol_version and symbol_version.
2703
2704 * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
2705
2706 2004-07-05 Ulrich Drepper <drepper@redhat.com>
2707
2708 * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
2709
2710 2004-07-04 Matthew Reppert <arashi@kai.vm.bytemark.co.uk>
2711
2712 * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
2713 instead of libc_hidden_def.
2714
2715 2004-07-01 Roland McGrath <roland@redhat.com>
2716
2717 * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
2718
2719 * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
2720 $(..)shlib-versions file to last in deps list. This lets add-ons give
2721 more-specific matches that override defaults in the top-level file.
2722
2723 * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
2724 already set, don't set it or libc_cv_gcc_unwind_find_fde.
2725 * sysdeps/unix/sysv/linux/configure: Regenerated.
2726
2727 2004-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
2728
2729 * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
2730 (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
2731 (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
2732 * sysdeps/s390/fpu/e_sqrt.c: New file.
2733 * sysdeps/s390/fpu/e_sqrtf.c: New file.
2734 * sysdeps/s390/Implies: New file.
2735 * sysdeps/s390/s390-32/Implies: Remove ieee754, move
2736 ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
2737 * sysdeps/s390/s390-64/Implies: Likewise.
2738
2739 2004-06-30 Jakub Jelinek <jakub@redhat.com>
2740
2741 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
2742 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2743
2744 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
2745 DO_CALL (exit, 1) instead of branching to _exit.
2746 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
2747 Likewise.
2748
2749 * sysdeps/s390/fpu/bits/mathinline.h: New file.
2750
2751 * include/glob.h (glob64): Add libc_hidden_proto.
2752 * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
2753 * sysdeps/gnu/glob64.c (glob64): Likewise.
2754 * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
2755
2756 2004-06-11 Jakub Jelinek <jakub@redhat.com>
2757
2758 * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
2759 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2760
2761 2004-06-11 Dwayne Grant McConnell <dgm69@us.ibm.com>
2762
2763 * sysdeps/powerpc/fpu/s_lround.c: Removed.
2764 * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
2765 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
2766 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
2767 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
2768 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
2769 * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
2770 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
2771 * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
2772 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
2773 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
2774 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
2775 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
2776 * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
2777 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
2778 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
2779
2780 2004-06-30 Ulrich Drepper <drepper@redhat.com>
2781
2782 * include/net/if.h: Handle if_nameindex and if_freenameindex with
2783 libc_proto_hidden.
2784 * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
2785 * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
2786 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
2787 netlink if possible. Fall back on ioctl method if necessary.
2788 * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
2789
2790 * include/unistd.h: Declare __truncate.
2791 * sysdeps/generic/truncate.c: Also define __truncate.
2792 * sysdeps/mach/hurd/truncate.c: Likewise.
2793 * sysdeps/unix/common/syscalls.list: Likewise.
2794 * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
2795
2796 2004-06-29 Ulrich Drepper <drepper@redhat.com>
2797
2798 * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
2799 info.extra. Patch by Marcus Meissner.
2800
2801 2004-06-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2802
2803 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2804 Fix branch offset for a PLT entry.
2805
2806 2004-06-20 Jim Meyering <jim@meyering.net>
2807
2808 * malloc/obstack.h (obstack_base): Cast to `void *', to align with
2809 documentation.
2810
2811 2004-06-28 Ulrich Drepper <drepper@redhat.com>
2812
2813 * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
2814 Workaround for [BZ #232].
2815
2816 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
2817
2818 2004-06-28 GOTO Masanori <gotom@debian.or.jp>
2819
2820 * iconv/gconv_simple.c: Use get16/put16 for user given buffer
2821 in ucs2/ucs2reverse when unaligned memory access is attempted.
2822 * iconv/tst-iconv5.c: New file.
2823 * iconv/Makefile (tests): Add tst-iconv5.
2824
2825 2004-06-28 Jakub Jelinek <jakub@redhat.com>
2826
2827 * inet/bug-if1.c: Include <string.h>.
2828
2829 2004-06-19 Roland McGrath <roland@redhat.com>
2830
2831 * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
2832 under this macro name instead.
2833 [NO_DO_WAITID]: Don't define it at all.
2834 (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
2835 defined, then return ENOTSUP for combinations of selection bits other
2836 than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
2837
2838 * posix/tst-waitid.c: New file.
2839 * posix/Makefile (tests): Add it.
2840
2841 2004-06-28 Jakub Jelinek <jakub@redhat.com>
2842
2843 * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
2844
2845 [BZ #231]
2846 * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
2847 relocation in librt.so.
2848
2849 [BZ #230]
2850 * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
2851 _dl_skip_args. Patch by Jakub Bogusz <qboosh@pld-linux.org>.
2852
2853 2004-06-27 Ulrich Drepper <drepper@redhat.com>
2854
2855 * elf/ldconfig.c (add_dir): Take chroot into account.
2856 Based on changes by HJ Lu and Hideki Iwamoto.
2857
2858 * nscd/connections.c (invalidate_cache): If the host cache has to
2859 be invalidated, re-read resolv.conf.
2860
2861 * resolv/resolv.h (RES_NOIP6DOTINT): Define.
2862 * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
2863 * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
2864 if RES_NOIP6DOTINT flag is set.
2865 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
2866
2867 2004-06-25 Jakub Jelinek <jakub@redhat.com>
2868
2869 * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
2870 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
2871 * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
2872 * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
2873 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
2874
2875 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
2876 F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
2877
2878 2004-06-21 Jakub Jelinek <jakub@redhat.com>
2879
2880 [BZ #231]
2881 * sysdeps/unix/alpha/Makefile: New file.
2882 * sysdeps/unix/alpha/rt-sysdep.S: New file.
2883 Reported by Jakub Bogusz <qboosh@pld-linux.org>.
2884
2885 2004-06-18 Ulrich Drepper <drepper@redhat.com>
2886
2887 * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
2888 determine the canonical name only for the first returned entry.
2889
2890 * inet/bug-if1.c: New file.
2891 * inet/Makefile (tests): Add bug-if1.
2892
2893 2004-06-18 Roland McGrath <roland@frob.com>
2894
2895 * Makerules (compile-mkdep-flags): Add -MT $@.
2896
2897 * Makefile (dist, tag-for-dist): New targets.
2898 (files-for-dist, tag-of-stem): New variables.
2899 (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
2900 Make tar files using cvs export.
2901 (%.bz2, %.gz, tag-%): New pattern rules.
2902 (distribute): Variable removed.
2903 (+subdir_targets): Remove distinfo targets.
2904 (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
2905 (rpm/%): Pattern rule removed.
2906 * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
2907 * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
2908 Targets removed.
2909 * Makerules (dist, subdir_distinfo): Targets removed.
2910 ($(objpfx)distinfo): Depend on $(distribute).
2911 * Make-dist: File removed.
2912
2913 * NEWS: Fix a typo. Update bug-reporting instructions.
2914
2915 2004-06-17 Thorsten Kukuk <kukuk@suse.de>
2916
2917 * sysdeps/unix/sysv/linux/sched_setaffinity.c
2918 (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
2919 cpuset is wrongly set.
2920
2921 2004-06-15 Steven Munroe <sjmunroe@us.ibm.com>
2922
2923 * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
2924 for POWER4 machines.
2925
2926 2004-06-14 Jakub Jelinek <jakub@redhat.com>
2927
2928 [BZ #218]
2929 * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
2930 in a local variable, point rp to that local variable afterwards.
2931
2932 2004-06-11 Jakub Jelinek <jakub@redhat.com>
2933
2934 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
2935 cases properly.
2936
2937 2004-06-17 Ulrich Drepper <drepper@redhat.com>
2938
2939 * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
2940 error value for unknown interface. [BZ #198]
2941
2942 2004-06-13 Jakub Jelinek <jakub@redhat.com>
2943
2944 * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
2945 (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
2946 __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
2947 the asm uses as its input, either of size __n where __n is known or
2948 0xfffffff.
2949 (strstr): Add "memory" clobber.
2950
2951 2004-06-14 Jakub Jelinek <jakub@redhat.com>
2952
2953 [BZ #219]
2954 * nss/nsswitch.c (free_mem): Don't try to close a library handle
2955 if the handle is invalid. Patch by David Kimdon <kimdon@esrf.fr>.
2956
2957 2004-06-11 Dmitry V. Levin <ldv@altlinux.org>
2958
2959 [BZ #217]
2960 * debug/xtrace.sh: Fix typo in error diagnostics.
2961
2962 2004-06-14 Andreas Schwab <schwab@suse.de>
2963
2964 * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
2965 failed.
2966
2967 2004-06-15 Steven Munroe <sjmunroe@us.ibm.com>
2968
2969 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
2970 that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve.
2971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
2972 that clobbers r19.
2973 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
2974 that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve.
2975 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
2976 Fix setting of sigcontext.v_regs. Fix pasto that clobbers r19.
2977 Fix pasto that overflowed sigcontext.v_reserve.
2978 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
2979 Fix pasto that clobbers r19.
2980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
2981 of sigcontext.v_regs. Fix pasto that clobbers r19. Fix pasto that
2982 overflowed sigcontext.v_reserve.
2983
2984 2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
2985
2986 [BZ #150]
2987 * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
2988 instead of ".gnu.linkonce.ro." as the prefix for linkonce
2989 read-only section name.
2990
2991 2004-06-14 Richard Henderson <rth@redhat.com>
2992
2993 * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
2994 (_ITOFT, _FTOIT, _ITOFT2): Likewise.
2995
2996 2004-06-08 Jakub Jelinek <jakub@redhat.com>
2997
2998 * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
2999 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
3000 (__backtrace): Don't call init #ifndef SHARED.
3001 * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
3002 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
3003 (__backtrace): Don't call init #ifndef SHARED.
3004 * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
3005 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
3006 (__backtrace): Don't call init #ifndef SHARED.
3007
3008 2004-06-11 Roland McGrath <roland@redhat.com>
3009
3010 * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
3011 From Krzysztof Halasa <khc@pm.waw.pl>.
3012
3013 2004-06-10 Jakub Jelinek <jakub@redhat.com>
3014
3015 * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
3016
3017 2004-06-08 Jakub Jelinek <jakub@redhat.com>
3018
3019 [BZ #199]
3020 * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
3021 succeeds. Reported by Miles Ohlrich <miles@cray.com>.
3022
3023 * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
3024 fails. Avoid memory leak if realloc fails.
3025
3026 2004-06-09 Jakub Jelinek <jakub@redhat.com>
3027
3028 * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
3029 NULL, "" or contains '=' character in it. Reported by
3030 Michael T Kerrisk <mtk-lists@gmx.net>.
3031 * stdlib/tst-environ.c: Include errno.h.
3032 (main): Add tests for these arguments to setenv/unsetenv.
3033
3034 2004-06-07 Roland McGrath <roland@frob.com>
3035
3036 * NEWS: Update bug reporting instructions. Fix some typos.
3037
3038 2004-06-05 Ulrich Drepper <drepper@redhat.com>
3039
3040 * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
3041 * stdio-common/_itoa.c: Add _itoa implementation.
3042
3043 * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
3044 to also send request. Add parameter to allow this.
3045 Change callers.
3046 * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
3047 * nscd/nscd_getpw_r.c: Likewise.
3048 * nscd/nscd-client.h: Change __nscd_open_socket prototype.
3049
3050 2004-06-05 Andreas Jaeger <aj@suse.de>
3051
3052 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3053 Handle more than 6 args correctly. Based on a patch by Masahide
3054 Washizawa <washi@jp.ibm.com>.
3055
3056 2004-06-04 Ulrich Drepper <drepper@redhat.com>
3057
3058 * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
3059 in all places, not __nss_not_use_nscd_group.
3060 Reported by Philippe Gregoire.
3061
3062 2004-06-03 Ulrich Drepper <drepper@redhat.com>
3063
3064 * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
3065
3066 2004-05-07 Dmitry V. Levin <ldv@altlinux.org>
3067
3068 * argp/argp-help.c (__argp_error, __argp_failure): Check result
3069 of __asprintf call and don't use string if it failed.
3070 * stdio-common/psignal.c (psignal): Likewise.
3071 * locale/programs/localedef.c (more_help): Likewise.
3072 * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
3073 arg_bool, parse_line): Check result of __asprintf calls and
3074 don't use string if they failed.
3075 * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
3076 * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
3077 call and exit if it failed.
3078
3079 2004-05-10 Jakub Jelinek <jakub@redhat.com>
3080
3081 * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
3082 _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
3083 _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
3084 _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
3085 _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
3086 _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
3087 _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
3088 _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
3089 _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
3090 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
3091 <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
3092
3093 2004-05-07 Jeroen Dekkers <jeroen@dekkers.cx>
3094
3095 * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
3096 -momit-leaf-frame-pointer.
3097
3098 * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
3099 #ifdef AF_PACKET.
3100
3101 * sysdeps/mach/hurd/getcwd.c
3102 (_hurd_canonicalize_directory_name_intern): Only realloc when
3103 size is <= 0.
3104
3105 * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
3106 isn't page aligned.
3107
3108 * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
3109 new size.
3110
3111 * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
3112 __libc_write and __libc_lseek64.
3113
3114 2004-05-29 Roland McGrath <roland@redhat.com>
3115
3116 * elf/Makefile (shared-only-routines): Add dl-caller.
3117
3118 2004-05-28 Ulrich Drepper <drepper@redhat.com>
3119
3120 * sysdeps/powerpc/configure.in: New file.
3121
3122 2004-05-28 Steven Munroe <sjmunroe@us.ibm.com>
3123
3124 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
3125 "altivec" to enable VMX instructions.
3126 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3127 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3128 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3129 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3130 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3132 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3135
3136 2004-05-27 Jakub Jelinek <jakub@redhat.com>
3137
3138 * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
3139 __builtin_expm1l for GCC 3.5+.
3140 (__expl): Define using __builtin_expl for GCC 3.4+.
3141 (exp, expf, expl): Don't define for GCC 3.4+.
3142 (tan, tanf, tanl): Don't define for GCC 3.5+.
3143 (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
3144 (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
3145 (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
3146 (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
3147 (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
3148 for GCC 3.4+.
3149 (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
3150 Don't define for GCC 3.5+.
3151 (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
3152 (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
3153 define for GCC 3.5+.
3154 (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
3155 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
3156 define for GCC 3.2+.
3157
3158 2004-05-27 Jakub Jelinek <jakub@redhat.com>
3159
3160 * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
3161 * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
3162 * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
3163 * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
3164 * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
3165 * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
3166 * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
3167 * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
3168 * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
3169 * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
3170 * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
3171 * sysdeps/i386/i586/memcpy.S (memcpy): Remove
3172 libc_hidden_builtin_def if MEMPCPY_P.
3173 * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
3174 * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
3175 * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
3176 * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
3177 * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
3178
3179 2004-05-26 Roland McGrath <roland@frob.com>
3180
3181 * sysdeps/generic/bits/in.h
3182 (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
3183 These are long obsolete in BSD systems where they originated.
3184 * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
3185
3186 2004-05-26 Jakub Jelinek <jakub@redhat.com>
3187
3188 * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
3189 * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
3190 (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
3191 (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
3192 constant '\0' and first argument is not constant.
3193 (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
3194 (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
3195 For GCC 3.2+ use __builtin_strncpy.
3196 (strncat): For GCC 3.2+ use __builtin_strncat.
3197 (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
3198 constant.
3199 (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
3200 if both arguments are constant.
3201
3202 2004-05-26 Ulrich Drepper <drepper@redhat.com>
3203
3204 * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
3205 mapped addresses in gethostbyaddr.
3206
3207 2004-05-25 Ulrich Drepper <drepper@redhat.com>
3208
3209 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
3210 flags parameter, convert afp to simple int parameter. Adjust code.
3211 typep was never != NULL and flags therefore also unused. *afp is
3212 never modified.
3213 * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
3214 * nss/getXXbyYY.c: Remove HAVE_TYPE handling. Adjust af parameter
3215 handling for __nss_hostname_digits_dots calls.
3216 * nss/getXXbyYY_r.c: Likewise.
3217
3218 * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
3219
3220 2004-05-25 Steven Munroe <sjmunroe@us.ibm.com>
3221
3222 * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
3223 * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
3224 (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
3225 (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
3226 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
3227 implementation from w_sqrt.c.
3228 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
3229 implementation from w_sqrtf.c.
3230 * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
3231 using inline __ieee754_sqrt().
3232 * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
3233 using inline __ieee754_sqrtf().
3234 * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
3235 <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
3236 * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
3237 PPC_FEATURE_* independent of __ASSEMBLER__.
3238
3239 2004-05-25 Jakub Jelinek <jakub@redhat.com>
3240
3241 * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
3242 include.
3243 (aio_start_notify_thread): Define if not defined.
3244 (notify_func_wrapper): Use it.
3245 * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
3246 include.
3247 (aio_create_helper_thread): Define if not defined.
3248 (__aio_create_helper_thread): New function.
3249 (__aio_enqueue_request): Use aio_create_helper_thread.
3250
3251 * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
3252 (struct ypresp_all_data): New type.
3253 (__xdr_ypresp_all): Change second argument to
3254 struct ypresp_all_data *. Replace ypall_foreach and
3255 ypall_data with objp->foreach and objp->data.
3256 (yp_all): Remove status variable, add data. Replace
3257 all uses of status with data.status. Initialize data.foreach
3258 and data.data instead of ypall_foreach and ypall_data.
3259
3260 2004-05-24 Jakub Jelinek <jakub@redhat.com>
3261
3262 * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
3263 in l_flags_1, not in l_flags.
3264
3265 2004-04-10 Robert Millan <robertmh@gnu.org>
3266
3267 * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
3268 with sysdeps/generic/bits/in.h.
3269
3270 2004-05-25 Roland McGrath <roland@frob.com>
3271
3272 * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
3273 GCC GPL to standard glibc LGPL.
3274
3275 2004-05-24 Ulrich Drepper <drepper@redhat.com>
3276
3277 * manual/string.texi (Copying and Concatenation): Fixed second
3278 concat example.
3279 Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
3280
3281 2004-05-23 Ulrich Drepper <drepper@redhat.com>
3282
3283 * malloc/obstack.c: Don't allow linking with _obstack.
3284
3285 2004-05-23 Andreas Schwab <schwab@suse.de>
3286
3287 * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
3288 of separate "m" constraints.
3289
3290 2004-05-15 Chris Demetriou <cgd@broadcom.com>
3291
3292 * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
3293 (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
3294 and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
3295
3296 2004-05-20 Paul Eggert <eggert@cs.ucla.edu>
3297
3298 * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
3299 Add comment explaining why libc still defines it.
3300
3301 2004-05-19 Paul Eggert <eggert@cs.ucla.edu>
3302
3303 * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
3304 obstack_alignment_mask, obstack_alloc, obstack_base,
3305 obstack_blank, obstack_blank_fast, obstack_chunk_size,
3306 obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
3307 obstack_grow0, obstack_init, obstack_int_grow,
3308 obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
3309 obstack_next_free, obstack_object_size, obstack_ptr_grow,
3310 obstack_ptr_grow_fast, obstack_room): Remove declarations of
3311 nonexistent functions.
3312
3313 2004-05-18 Steven Munroe <sjmunroe@us.ibm.com>
3314
3315 * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
3316 <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
3317 [PIC]: Redundent for powerpc64, removed.
3318 (ENTRY): Generate size and alignment for opd entry.
3319 (EALIGN): Generate size and alignment for opd entry.
3320 (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
3321 (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
3322
3323 2004-05-19 Ulrich Drepper <drepper@redhat.com>
3324
3325 * misc/regexp.h: Say the functions have been withdrawn.
3326
3327 * wcsmbs/tst-wcpncpy.c: Add more tests.
3328
3329 2004-05-18 Roland McGrath <roland@frob.com>
3330
3331 * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
3332 standard glibc LGPL.
3333 * sysdeps/generic/unwind-dw2.c: Likewise.
3334 * sysdeps/generic/unwind-dw2-fde.c: Likewise.
3335 * sysdeps/generic/unwind-dw2-fde.h: Likewise.
3336 * sysdeps/generic/unwind-pe.h: Likewise.
3337
3338 2004-05-15 Petter Reinholdtsen <pere@hungry.com>
3339
3340 * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
3341 MONTENEGRO" which have taken over the code 819. Patch from
3342 Danilo Segan. [BZ #40]
3343
3344 2004-05-15 Jakub Jelinek <jakub@redhat.com>
3345
3346 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
3347 (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
3348 __sparc_get_pic_l7.
3349
3350 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
3351
3352 * catgets/gencat.c: Update bug reporting instructions.
3353 * csu/version.c: Likewise.
3354 * debug/catchsegv.sh: Likewise.
3355 * debug/pcprofiledump.c: Likewise.
3356 * debug/xtrace.sh: Likewise.
3357 * elf/ldd.bash.in: Likewise.
3358 * iconv/iconv_prog.c: Likewise.
3359 * iconv/iconvconfig.c: Likewise.
3360 * locale/programs/locale.c: Likewise.
3361 * locale/programs/localedef.c: Likewise.
3362 * login/programs/pt_chown.c: Likewise.
3363 * malloc/memusage.sh: Likewise.
3364 * malloc/memusagestat.c: Likewise.
3365 * malloc/mtrace.pl: Likewise.
3366 * manual/crypt.texi: Likewise.
3367 * manual/install.texi: Likewise.
3368 * nss/makedb.c: Likewise.
3369
3370 2004-05-14 Jakub Jelinek <jakub@redhat.com>
3371
3372 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
3373 CHECK_STATIC_TLS if sym != NULL.
3374 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3375 * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
3376
3377 2004-05-12 Andreas Schwab <schwab@suse.de>
3378
3379 * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
3380 when translating.
3381
3382 2004-05-13 H.J. Lu <hongjiu.lu@intel.com>
3383
3384 * Rules (xtests): Depend on tests.
3385
3386 2004-05-13 Jakub Jelinek <jakub@redhat.com>
3387
3388 * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
3389 count is negative, yet write_ptr < write_end.
3390 (_IO_default_xsgetn): Avoid one underflow per char if count is
3391 negative, yet read_ptr < read_end.
3392
3393 2004-05-12 Steven Munroe <sjmunroe@us.ibm.com>
3394
3395 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
3396 equal to TAB3.
3397
3398 2004-05-12 Ulrich Drepper <drepper@redhat.com>
3399
3400 * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
3401 call.
3402
3403 2004-05-10 Roland McGrath <roland@frob.com>
3404
3405 * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
3406 (__hurd_directory_name_split): Likewise.
3407
3408 2004-05-10 Ulrich Drepper <drepper@redhat.com>
3409
3410 * po/fr.po: Update from translation team.
3411
3412 2004-05-10 Andreas Jaeger <aj@suse.de>
3413
3414 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3415 Correctly compute alignment.
3416 Patch by Michael Matz <matz@suse.de>.
3417
3418 2004-05-09 Ulrich Drepper <drepper@redhat.com>
3419
3420 * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
3421 * sysdeps/posix/sigpause.c: Likewise.
3422 * signal/signal.h: Don't define sigpause macro unless needed.
3423
3424 2004-05-08 Jakub Jelinek <jakub@redhat.com>
3425
3426 * configure.in (libc_cv_libgcc_s_suffix): New check.
3427 (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
3428 * config.make.in (libgcc_s_suffix): Set.
3429 * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
3430
3431 2004-05-08 Ulrich Drepper <drepper@redhat.com>
3432
3433 * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
3434
3435 2004-04-29 Steven Munroe <sjmunroe@us.ibm.com>
3436
3437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
3438 LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
3439 Load argument values into temporary variables.
3440 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
3441 LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
3442 Likewise.
3443
3444 2004-05-07 Ulrich Drepper <drepper@redhat.com>
3445
3446 * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
3447 need to be compiled with exceptions.
3448
3449 2004-05-06 Ulrich Drepper <drepper@redhat.com>
3450
3451 * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
3452 * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
3453
3454 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
3455 realloc cannot fail.
3456
3457 * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
3458 be expanded.
3459
3460 * nis/nis_table.c: Clean up memory handling.
3461 * nis/nis_subr.c (nis_getnames): Clean up memory handling.
3462 * nis/nis_removemember.c (nis_removemember): Add comment
3463 explaining use of realloc.
3464
3465 * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
3466 (carg): Likewise.
3467 Patch by Lev S Bishop <lev.bishop@yale.edu>.
3468
3469 * math/bug-tgmath1.c (main): Test fabs and carg as well.
3470
3471 2004-05-06 Richard Henderson <rth@redhat.com>
3472
3473 * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
3474 AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
3475 * sysdeps/unix/sysv/linux/alpha/Versions: Export
3476 __libc_alpha_cache_shape as a private symbol.
3477 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
3478 * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
3479
3480 2004-05-06 Richard Henderson <rth@redhat.com>
3481
3482 * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
3483 * sysdeps/alpha/divl.S: Use them.
3484 * sysdeps/alpha/divq.S: Likewise.
3485 * sysdeps/alpha/divqu.S: Likewise.
3486 * sysdeps/alpha/reml.S: Likewise.
3487 * sysdeps/alpha/remq.S: Likewise.
3488 * sysdeps/alpha/remqu.S: Likewise.
3489
3490 2004-05-06 Ulrich Drepper <drepper@redhat.com>
3491
3492 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
3493 (cimag): Use it.
3494 (creal): Likewise.
3495 * math/Makefile (tests): Add bug-tgmath1.
3496 * math/bug-tgmath1.c: New file.
3497
3498 2004-05-05 Jakub Jelinek <jakub@redhat.com>
3499
3500 * sysdeps/alpha/atomicity.h: Remove.
3501 * sysdeps/generic/atomicity.h: Remove.
3502
3503 2004-05-05 H.J. Lu <hongjiu.lu@intel.com>
3504
3505 * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
3506 char *.
3507
3508 2004-04-22 David Mosberger <davidm@hpl.hp.com>
3509
3510 * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
3511 rt-sysdep.
3512 * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
3513
3514 * sysdeps/ia64/strcat.c: New file.
3515 * sysdeps/ia64/strcat.S: Delete.
3516
3517 2004-05-04 Jakub Jelinek <jakub@redhat.com>
3518
3519 * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
3520 defined.
3521
3522 2004-04-23 Jakub Jelinek <jakub@redhat.com>
3523
3524 * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
3525 libc_hidden_proto. Define to __GI___libm_error_support for
3526 assembly going into libc.so.
3527 * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
3528 libc_hidden_def.
3529
3530 * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
3531 * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
3532
3533 * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
3534 gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
3535 if USE___THREAD.
3536
3537 2004-05-03 Jakub Jelinek <jakub@redhat.com>
3538
3539 * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
3540 __USE_BSD or __USE_UNIX98.
3541 * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3542 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3543 * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
3544 Likewise.
3545 * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3546 * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3547 * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3548 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
3549 Likewise.
3550 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
3551 Likewise.
3552 * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
3553 Likewise.
3554 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
3555 Likewise.
3556 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
3557 Likewise.
3558 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
3559 Likewise.
3560 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
3561 Likewise.
3562 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
3563 Likewise.
3564 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
3565 Likewise.
3566 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
3567 Likewise.
3568 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
3569 Likewise.
3570 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
3571 Likewise.
3572 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
3573 Likewise.
3574 * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3575 * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3576 * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
3577
3578 2004-05-01 Jakub Jelinek <jakub@redhat.com>
3579
3580 * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
3581 __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
3582 __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
3583 * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
3584 * sysdeps/unix/sysv/linux/Versions (libc): Remove
3585 __libc_sigaction@@GLIBC_PRIVATE.
3586 * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
3587 __modify_ldt@@GLIBC_PRIVATE.
3588 * socket/Versions (libc): Remove __libc_accept, __libc_send,
3589 __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
3590 __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
3591 * stdio-common/Versions (libc): Remove
3592 _itoa_upper_digits@@GLIBC_PRIVATE.
3593 * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
3594 * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
3595 __libc_readv and __libc_writev @@GLIBC_PRIVATE.
3596 * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
3597 * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
3598 __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
3599 __libc_lseek64 @@GLIBC_PRIVATE.
3600
3601 2004-04-30 Jakub Jelinek <jakub@redhat.com>
3602
3603 * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
3604 check.
3605
3606 2004-04-29 Steven Munroe <sjmunroe@us.ibm.com>
3607
3608 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
3609 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
3610 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
3611 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
3612 * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
3613 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
3614 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
3615 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
3616 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
3617 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
3618 * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
3619 * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
3620 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
3621 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
3622 * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
3623 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
3624 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
3625 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
3626
3627 * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
3628 mantissa for AIX long double format.
3629 * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
3630 long double format.
3631 * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
3632 * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
3633 (_fpioconst_pow10): AIX long double format has same exponent range as
3634 double.
3635 * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
3636 (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
3637 as double.
3638
3639 2004-04-23 Art Haas <ahaas@airmail.net>
3640
3641 * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
3642
3643 2004-04-28 Carlos O'Donell <carlos@baldric.uwo.ca>
3644
3645 * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
3646 * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
3647 * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
3648 * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
3649 * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
3650
3651 2004-04-29 Philip Blundell <pb@nexus.co.uk>
3652
3653 * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
3654 entries.
3655
3656 2004-04-29 Jakub Jelinek <jakub@redhat.com>
3657
3658 * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
3659 prototypes and description [BZ #131].
3660
3661 * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
3662 Patch by Ed Catmur <ed@catmur.co.uk>.
3663 * string/tst-inlcall.c (main): Add test for strpbrk.
3664
3665 [BZ #140]
3666 * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
3667 include.
3668 (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
3669 yet defined, #undef back after including linux/sysctl.h if defined
3670 here.
3671 (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
3672 back after including linux/sysctl.h if defined here.
3673
3674 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
3675 for single precision register, add it to __asm clobbers [BZ #139].
3676 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
3677 for single precision register, add it to __asm clobbers.
3678 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
3679 instead of fqtoi in QP_HANDLE_EXCEPTIONS.
3680 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
3681 Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
3682
3683 2004-04-23 Andreas Schwab <schwab@suse.de>
3684
3685 * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
3686 __attribute_used__.
3687
3688 2004-04-22 Philip Blundell <philb@gnu.org>
3689
3690 * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
3691 when calling _dl_signal_error.
3692 (elf_machine_rel): Likewise.
3693
3694 2004-04-21 Ulrich Drepper <drepper@redhat.com>
3695
3696 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
3697 and use it internally instead of __sigsetjmp.
3698 * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
3699 * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
3700 * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
3701 * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
3702 * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
3703 * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
3704 * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
3705 _GI___libm_frexp_4f, _GI___libm_frexp_4l.
3706 * sysdeps/ia64/fpu/bits/mathinline.h: New file.
3707 * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
3708 HIDDEN_JUMPTARGET for exit call.
3709 * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
3710 _exit call.
3711 * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
3712 * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
3713 strcpy calls.
3714
3715 2004-04-21 Jakub Jelinek <jakub@redhat.com>
3716
3717 * posix/tst-chmod.c (do_test): Fix a typo.
3718
3719 * elf/lateglobal.c (main): Fix error checks.
3720 Patch by Stephen Clarke <stephen.clarke@st.com>.
3721
3722 * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
3723 mention they have been added in ISO C99.
3724 Reported by Ben Pfaff <blp@cs.stanford.edu>.
3725
3726 2004-03-31 H.J. Lu <hongjiu.lu@intel.com>
3727
3728 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
3729
3730 2004-04-20 Jakub Jelinek <jakub@redhat.com>
3731
3732 * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
3733 EACCES.
3734
3735 2004-04-20 Jakub Jelinek <jakub@redhat.com>
3736
3737 * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
3738 handling change.
3739 * stdio-common/tst-sscanf.c (int_tests): Adjust.
3740
3741 * nis/nss-nis.c: Include stdlib.h.
3742
3743 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
3744 warning.
3745 * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
3746 libc_hidden_builtin_def.
3747
3748 2004-04-20 Jim Meyering <jim@meyering.net>
3749
3750 * misc/error.c (error_tail): Don't leak upon realloc failure.
3751
3752 2004-04-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
3753
3754 * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
3755 Use RETURN_ADDRESS instead of __builtin_return_address.
3756
3757 2004-04-19 Ulrich Drepper <drepper@redhat.com>
3758
3759 * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
3760 compact code.
3761
3762 2004-04-20 Jakub Jelinek <jakub@redhat.com>
3763
3764 * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
3765 do input_error () instead of conv_error () and don't look at errno.
3766 Don't eat any whitespace before %% if skip_space == 0.
3767 * stdio-common/tst-sscanf.c (int_tests): New array.
3768 (main): Run int_tests.
3769
3770
3771 See ChangeLog.14 for earlier changes.
This page took 0.184557 seconds and 4 git commands to generate.