]> sourceware.org Git - glibc.git/blame - ChangeLog
2007-10-03 Jakub Jelinek
[glibc.git] / ChangeLog
CommitLineData
ee868c89
UD
12007-10-03 Jakub Jelinek
2
3 * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4 add __artificial__ attribute.
5
80e069e0
UD
62007-10-02 Ulrich Drepper <drepper@redhat.com>
7
6e682cf5
UD
8 * string/strcoll_l.c (STRCOLL): Correct handling of switching from
9 backward to forward direction.
10
90241a20
UD
11 * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
12
80e069e0
UD
13 [BZ #645]
14 * locale/programs/ld-collate.c (collate_finish): Compare against last
15 used section which is known to have rules defined.
16 (collate_read): After order_start, correctly record order of sections
17 and queue sections up.
18
035ef8d7
UD
192007-10-01 Ulrich Drepper <drepper@redhat.com>
20
95bddc0c
UD
21 [BZ #5071]
22 * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
23 the same number of pages.
24 Patch by Tomash Brechko <tomash.brechko@gmail.com>.
25
c8caf089
UD
26 * locale/programs/ld-collate.c (collate_read): After initial copy
27 statement, continue in state 0.
28
035ef8d7
UD
29 * include/stdio_ext.h (__fsetlocking): Define as macro.
30
592a95ee
UD
312007-09-30 Ulrich Drepper <drepper@redhat.com>
32
56ebeb41
UD
33 * locale/programs/ld-collate.c (collate_finish): Compare all bytes
34 of section order.
35
592a95ee
UD
36 * po/pt_BR.po: Fix typo.
37
6c522e21
UD
382007-09-29 Ulrich Drepper <drepper@redhat.com>
39
8ad5c3cd
UD
40 * iconvdata/Makefile (modules): Add ISO8859-9E.
41 (distribute): Add iso8859-9e.c.
42 (gen-8bit-gap-modules): Add iso8859-9e.
43 * iconvdata/iso8859-9e.c: New file.
44 * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
45 * iconvdata/TESTS: Likewise.
46 * iconvdata/tst-tables.sh: Likewise.
47
48 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
49
6c522e21
UD
50 * locale/iso-639.def: Add several new entries.
51
385b4cf4
UD
522007-09-24 Jakub Jelinek <jakub@redhat.com>
53
54 * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
55 void * pointers instead of struct link_map **.
56 (_dl_scope_free): Change argument type to void *.
57 * include/link.h (struct link_map): Change type of l_reldeps
58 to struct link_map_reldeps, move l_reldepsact into that
59 struct too.
60 * elf/dl-deps.c: Include atomic.h.
61 (_dl_map_object_deps): Only change l->l_initfini when it is
62 fully populated, use _dl_scope_free for freeing it. Optimize
63 removal of libs from reldeps by using l_reserved flag, when
64 some removal is needed, allocate a new list instead of
65 reallocating and free the old with _dl_scope_free. Adjust
66 for l_reldeps and l_reldepsact changes.
67 * elf/dl-lookup.c (add_dependency): Likewise. Reorganize to allow
68 searching in l_initfini and l_reldeps without holding dl_load_lock.
69 * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
70 l_reldepsact changes.
71 * elf/dl-close.c (_dl_close_worker): Likewise.
72 * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
73
90bf831b
UD
742007-09-28 Ulrich Drepper <drepper@redhat.com>
75
76 * iconvdata/Makefile (modules): Add KOI8-RU.
77 (distribute): Add koi8-ru.c.
78 (gen-8bit-gap-modules): Add koi8-ru.
79 * iconvdata/koi8-ru.c: New file.
80 * iconvdata/gconv-modules: Add entries for KOI8-RU.
81 * iconvdata/TESTS: Likewise.
82 * iconvdata/tst-tables.sh: Likewise.
83
84 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
85
d6cd6bf4
UD
862007-09-26 Jakub Jelinek <jakub@redhat.com>
87
88 * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
89 with __warning__/__error__ attributes.
90 (__warnattr): Define.
91 * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
92 __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
93 __warnattr.
94 (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
95 of __*_chk if compile time detectable overflow is found.
96 * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
97 __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
98 with __warnattr.
99 (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
100 instead of __*_chk if compile time detectable overflow is found.
101 (__gets_alias): Rename to...
102 (__gets_warn): ... this. Add __warnattr.
103 (gets): Call __gets_warn instead of __gets_alias.
104 * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
105 aliases with __warnattr.
106 (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
107 time detectable overflow is found.
108 * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
109 __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
110 __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
111 __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
112 __getdomainname_chk_warn): New aliases with __warnattr.
113 (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
114 getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
115 __*_chk_warn instead of __*_chk if compile time detectable overflow
116 is found.
117 (__getgroups_chk): Rename argument to __listlen from listlen.
118 (__getwd_alias): Rename to...
119 (__getwd_warn): ... this. Add __warnattr.
120 (getwd): Call __getwd_warn instead of __getwd_alias.
121 * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
122 __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
123 __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
124 __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
125 __wcsnrtombs_chk_warn): New aliases with __warnattr.
126 (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
127 mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
128 compile time detectable overflow is found.
129 (wcsncpy, wcpncpy): Likewise. For constant __n fix check whether
130 to use __*_chk or not.
131 (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
132 in comparisons which function should be called and in __*_chk*
133 arguments. Call __*_chk_warn instead of __*_chk if compile time
134 detectable overflow is found.
135 (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
136 __*_chk argument.
137 * debug/tst-chk1.c (do_test): Add a few more tests.
138
408cfca0
UD
1392007-09-24 Ulrich Drepper <drepper@redhat.com>
140
141 [BZ #5058]
142 * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
143 * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
144 (_nl_unload_domain): Finalize conversions_lock.
145 * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
146 handling table of known conversions.
147
e6eec9ce
JJ
1482007-09-24 Jakub Jelinek <jakub@redhat.com>
149
150 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
151 close_not_cancel_no_status instead of close.
152
a532a41d
UD
1532007-09-13 Aurelien Jarno <aurelien@aurel32.net>
154
682268ef 155 [BZ #5028]
408cfca0 156 * posix/regcomp.c (lookup_collation_sequence_value): Check that
a532a41d
UD
157 nrules != 0 for multibyte chars.
158
dec9ed9e
UD
1592007-09-23 Ulrich Drepper <drepper@redhat.com>
160
91633816
UD
161 * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
162 Provide better error message in case the type is unknown.
163
9cc198f6
UD
164 [BZ #4963]
165 * wcsmbs/wcsnlen.c: Don't reference before checking the length.
166 * string/stratcliff.c: Make usable to test wide char functions.
167 * wcsmbs/wcsatcliff.c: New file.
168 * wcsmbs/Makefiel (tests): Add wcsatcliff.
169
27f3d446
UD
170 [BZ #4972]
171 * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
172 (distribute): Add mac-centraleurope.c.
173 (gen-8bit-gap-modules): Add mac-centraleurope.
174 * iconvdata/mac-centraleurope.c: New file.
175 * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
176 * iconvdata/TESTS: Likewise.
177 * iconvdata/tst-tables.sh: Likewise.
178
dec9ed9e
UD
179 [BZ #5043]
180 * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
181
0435403c
UD
1822007-09-21 Ulrich Drepper <drepper@redhat.com>
183
184 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
185 from __x86_64_core_cache_size_half.
186 (init_cacheinfo): Compute shared cache size for AMD processors with
187 shared L3 correctly.
188 * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
189 name change.
190 Patch in large parts by Evandro Menezes.
191
c3266dc0
UD
1922007-09-19 Ulrich Drepper <drepper@redhat.com>
193
715899d1
UD
194 * elf/dl-lookup.c (add_dependency): Handle failing memory
195 allocation for dependency list. Remove unnecessary check.
196
e1db0493
UD
197 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
198 open/close when determining source addresses.
199
c3266dc0
UD
200 * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
201 sha512-crypt, and sha512.
202 (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
203 (distribute): Add sha256.h and sha512.h.
204 * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
205 and call the appropriate code.
206 * crypt/sha256-crypt.c: New file.
207 * crypt/sha256.c: New file.
208 * crypt/sha256.h: New file.
209 * crypt/sha256c-test.c: New file.
210 * crypt/sha256test.c: New file.
211 * crypt/sha512-crypt.c: New file.
212 * crypt/sha512.c: New file.
213 * crypt/sha512.h: New file.
214 * crypt/sha512c-test.c: New file.
215 * crypt/sha512test.c: New file.
216
ddf51ecb
JJ
2172007-09-19 Jakub Jelinek <jakub@redhat.com>
218
219 * misc/bits/syslog.h (syslog): Remove extraneous argument from
220 the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
221 __syslog_chk.
222
b90395e6
UD
2232007-09-18 Jakub Jelinek <jakub@redhat.com>
224
76c0bea7
JJ
225 * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
226 %as in fscanf format strings.
227
00680568
JJ
228 * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
229 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
c3266dc0
UD
230 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
231 Likewise.
232 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
233 Likewise.
00680568 234
b90395e6
UD
235 * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
236 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
237 DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
238 * elf/dl-sym.c (do_sym): Likewise.
239 * include/link.h (struct link_map): Add l_serial field.
240 * elf/dl-object.c (_dl_new_object): Initialize l_serial.
241 * elf/dl-lookup.c (add_dependency): Add flags argument.
242 Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
243 flags, use THREAD_GSCOPE_RESET_FLAG before and
244 THREAD_GSCOPE_SET_FLAG after
245 __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
246 Don't dereference map until it has been found on some list.
247 If map->l_serial changed, return -1.
248
874aa523
UD
2492007-09-17 Jakub Jelinek <jakub@redhat.com>
250
251 * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
252 __isoc99_sscanf, __isoc99_vscanf): New prototypes.
253 (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
254 libc_hidden_proto.
255 * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
256 __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
257 (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
258 add libc_hidden_proto.
259 * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
260 vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
261 conformance requested.
262 * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
263 vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
264 conformance requested.
265 * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
266 vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
267 conformance requested.
268 * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
269 vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
270 ISO C99 or POSIX conformance requested.
271 * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
272 __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
273 __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
274 and __isoc99_vsscanf@@GLIBC_2.7.
275 * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
276 isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
277 (tests): Add scanf14.
278 (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
279 CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
280 CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
281 CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
282 CFLAGS-isoc99_scanf.c): Add $(exceptions).
283 (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
284 from using internal headers.
285 * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
286 __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
287 __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
288 and __isoc99_vswscanf@@GLIBC_2.7.
289 * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
290 isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
291 (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
292 CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
293 (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
294 * stdio-common/isoc99_scanf.c: New file.
295 * stdio-common/isoc99_vsscanf.c: New file.
296 * stdio-common/isoc99_vscanf.c: New file.
297 * stdio-common/isoc99_vfscanf.c: New file.
298 * stdio-common/isoc99_fscanf.c: New file.
299 * stdio-common/isoc99_sscanf.c: New file.
300 * wcsmbs/isoc99_fwscanf.c: New file.
301 * wcsmbs/isoc99_vswscanf.c: New file.
302 * wcsmbs/isoc99_swscanf.c: New file.
303 * wcsmbs/isoc99_wscanf.c: New file.
304 * wcsmbs/isoc99_vwscanf.c: New file.
305 * wcsmbs/isoc99_vfwscanf.c: New file.
306 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
307 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
308 clear _IO_FLAGS2_SCANF_STD bit from _flags2.
309 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
310 handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
311 * stdio-common/scanf14.c: New test.
312 * stdio-common/scanf15.c: New test.
313 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
314 isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
315 isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
316 isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
317 isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
318 * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
319 __nldbl___isoc99_scanf@@GLIBC_2.7,
320 __nldbl___isoc99_fscanf@@GLIBC_2.7,
321 __nldbl___isoc99_sscanf@@GLIBC_2.7,
322 __nldbl___isoc99_vscanf@@GLIBC_2.7,
323 __nldbl___isoc99_vfscanf@@GLIBC_2.7,
324 __nldbl___isoc99_vsscanf@@GLIBC_2.7,
325 __nldbl___isoc99_wscanf@@GLIBC_2.7,
326 __nldbl___isoc99_fwscanf@@GLIBC_2.7,
327 __nldbl___isoc99_swscanf@@GLIBC_2.7,
328 __nldbl___isoc99_vwscanf@@GLIBC_2.7,
329 __nldbl___isoc99_vfwscanf@@GLIBC_2.7
330 and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
331 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
332 __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
333 __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
334 __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
335 __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
336 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
337 (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
338 __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
339 __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
340 __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
341 __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
342 __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
343 functions.
344 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
345 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
346 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
347 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
348 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
349 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
350 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
351 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
352 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
353 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
354 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
355 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
356
357 * stdio-common/Makefile (tests): Add scanf13.
358 (scanf13-ENV): New.
359 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
360 m modifier followed by l.
361 (STRING_ARG): Add width argument.
362 (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
363 <case L_('C')>: Handle %mlc and %mC.
364 <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
365 arguments.
366 * stdio-common/scanf13.c: New test.
367
368 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
369 the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
370
883f7943
UD
3712007-09-18 Ulrich Drepper <drepper@redhat.com>
372
373 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
874aa523 374 type and __THROW marker of splice, vmsplice, and tee.
883f7943
UD
375 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
376 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
377 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
378 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
379 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
380 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
381 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
382 * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
383 as cancellation points.
384
3524efe0
UD
3852003-11-01 Daniel Jacobowitz <dan@debian.org>
386
387 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
388 parse more than three parts of the version number.
389
267c54dc
UD
3902007-09-15 Ulrich Drepper <drepper@redhat.com>
391
392 * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
393 modifier. Patch by Jakub Jelinek.
394
5e17d6b7
UD
3952007-08-26 Jakub Jelinek <jakub@redhat.com>
396
397 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
398 call_fallocate in misc subdir.
399 * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
400 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
401 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
402 instead of __fallocate64.
403 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
404
3a50811c
UD
4052007-09-15 Jakub Jelinek <jakub@redhat.com>
406
407 * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
408 * rt/Makefile (headers): Add bits/mqueue2.h.
409 * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
410 optimizing with GCC and __va_arg_pack_len is defined.
411 * rt/bits/mqueue2.h: New file.
412 * rt/mq_open.c (__mq_open): Renamed from mq_open.
413 (mq_open): New strong_alias.
414 (__mq_open_2): New function.
415 * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
416 (mq_open): New strong_alias.
417 (__mq_open_2): New function.
418 * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
419 * Versions.def (librt): Add GLIBC_2.7 version.
420 * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
421 * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
422
423 * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
424 * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
425 is defined rather than when not C++.
426 * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
427 __openat64_alias): New redirects.
428 (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
429 __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
430 __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
431 (open, open64, openat, openat64): Rewrite as __extern_always_inline
432 functions instead of function-like macros.
433
9bdfff60
UD
4342007-09-14 H.J. Lu <hongjiu.lu@intel.com>
435
436 * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
437 * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
438 * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
439
ab905672
UD
4402007-09-15 Mike Frysinger <vapier@gentoo.org>
441
442 * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
443 * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
444
9bd68902
RM
4452007-09-14 Mike Frysinger <vapier@gentoo.org>
446
447 * inet/tst-network.c: Increment ERRORS for failing tests.
448
de1c3ebb
UD
4492007-09-07 Jakub Jelinek <jakub@redhat.com>
450
451 * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
452 * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
453 implement as __extern_always_inline function.
454 (vsyslog): Define as __extern_always_inline function unconditionally.
455 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
456 When __va_arg_pack is defined, implement as __extern_always_inline
457 functions.
458 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
459 __extern_always_inline functions unconditionally.
460 * libio/bits/stdio.h (vprintf): Ifdef out the inline when
461 bits/stdio2.h will be included.
462 * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
463 (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
464 implement as __extern_always_inline functions.
465 (vswprintf, vwprintf, vfwprintf): Define as
466 __extern_always_inline functions unconditionally.
467 * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
468
4692007-09-03 Jakub Jelinek <jakub@redhat.com>
470
471 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
472 define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
473 attribute.
474 * include/features.h (__USE_EXTERN_INLINES): Define only when
475 __extern_inline is defined.
476 * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
477 is defined instead of when not __cplusplus.
478 * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
479 is defined instead of when not __cplusplus.
480 * socket/sys/socket.h: Include bits/socket2.h when
481 __extern_always_inline is defined instead of when not __cplusplus.
482 * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
483 is defined instead of when not __cplusplus.
484 * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
485 is defined instead of when not __cplusplus.
486 * string/string.h: Include bits/string3.h when __extern_always_inline
487 is defined instead of when not __cplusplus.
488 * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
489 is defined instead of when not __cplusplus.
490 (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
491 * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
492 is not defined.
493 * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
494 defined __extern_always_inline instead of !defined __cplusplus.
495 * libio/bits/stdio-ldbl.h: Likewise.
496 * wcsmbs/bits/wchar-ldbl.h: Likewise.
497 * misc/bits/syslog.h (syslog): Don't define for C++.
498 (vsyslog): Use __extern_always_inline function for C++ instead of
499 a macro.
500 * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
501 whenever that macro is defined.
502 (vprintf): Don't provide the inline for C++.
503 (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
504 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
505 define the macros for C++.
506 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
507 __extern_always_inline functions for C++.
508 * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
509 stat64, lstat64, fstat64, fstatat64): Don't define if not
510 __USE_EXTERN_INLINES.
511 * wcsmbs/bits/wchar2.h: Fix #error message.
512 (swprintf, wprintf, fwprintf): Don't define the macros for C++.
513 (vswprintf, vwprintf, vfwprintf): Define using
514 __extern_always_inline functions for C++.
515 * string/bits/string3.h: Don't #undef macros if __cplusplus.
516 (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
517 strncpy, strcat, strncat): Define as __extern_always_inline
518 functions instead of macros for C++.
519 * math/bits/cmathcalls.h: Guard __extern_inline routines with
520 defined __extern_inline.
521 * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
522 to __extern_inline whenever that macro is defined.
523 * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
524 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
525 * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
526 * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
527 * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
528 * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
529 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
530 * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
531 * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
532 gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
533 prototypes. Only provide __extern_inline routines if
534 __USE_EXTERN_INLINES.
535 * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
536 tests.
537 * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
538 For now avoid some *printf tests in C++. Skip all testing
539 if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
540 is not.
541 * debug/tst-chk4.cc: New file.
542 * debug/tst-chk5.cc: New file.
543 * debug/tst-chk6.cc: New file.
544 * debug/tst-lfschk4.cc: New file.
545 * debug/tst-lfschk5.cc: New file.
546 * debug/tst-lfschk6.cc: New file.
547 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
548 prototypes in C++.
549 * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
550 __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
551 __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
552
b53eef9c
UD
5532007-09-13 Ulrich Drepper <drepper@redhat.com>
554
555 * po/cs.po: Update from translation team.
556
af385590
RM
5572007-09-11 Roland McGrath <roland@redhat.com>
558
559 * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
560 compiling.
561
af2f25a1
RM
5622007-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
563
564 * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
565
94733ae0
RM
5662007-09-05 Roland McGrath <roland@redhat.com>
567
568 * manual/signal.texi (Signaling Another Process): Typo fix.
569 From Karl Berry <karl@freefriends.org>.
570
de4d8563
UD
5712007-08-29 Ulrich Drepper <drepper@redhat.com>
572
573 * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
574 zero if not defined.
575 (make_request): Recognize optimistic addresses and treat them like
576 deprecated addresses.
577 Reported by Neil Horman <nhorman@redhat.com>.
578
0adfcc05
UD
5792007-08-28 Ulrich Drepper <drepper@redhat.com>
580
f3c54060
UD
581 * nscd/connections.c (send_ro_fd): Also transfer file size.
582 * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
583 file size don't call fstat.
584
0adfcc05
UD
585 * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
586 ahead and map the file. This should always be correct and we can
587 catch problems later.
588
3586b2b6
UD
5892007-08-28 Jakub Jelinek <jakub@redhat.com>
590
591 * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
592 prototypes.
593 (__fread_alias, __fread_unlocked_alias): New aliases.
594 (fread): New extern inline.
595 (fread_unlocked): Likewise. Undef macro before definition of
596 the inline function.
597 * debug/Makefile (routines): Add fread_chk and fread_u_chk.
598 (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
599 * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
600 and __fread_unlocked_chk@@GLIBC_2.7.
601 * debug/fread_chk.c: New file.
602 * debug/fread_u_chk.c: New file.
603 * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
604
3704aa0b
RM
6052007-08-27 Jakub Jelinek <jakub@redhat.com>
606
607 * sysdeps/unix/sysv/linux/syscalls.list
608 (personality): Change caller to EXTRA.
609
80e7d6a6
UD
6102007-08-25 Ulrich Drepper <drepper@redhat.com>
611
278bfa00
UD
612 * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
613 to keep gcc quiet.
614 * iconvdata/iso-2022-cn.c (BODY): Likewise.
615
a45d733c
UD
616 * locale/programs/ld-collate.c (collate_output): Avoid warning if
617 NDEBUG is defined.
618
5dfeae0e
UD
619 * Makerules: Use -p option with mkdir.
620
8f1fe057
UD
621 * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
622 * nis/nis_xdr.c (_xdr_nis_server): Likewise.
bd0dcd28
UD
623 (_xdr_directory_obj): Likewise.
624 (xdr_entry_obj): Likewise.
625 (xdr_group_obj): Likewise.
626 (xdr_link_obj): Likewise.
627 (xdr_table_obj): Likewise.
628 (_xdr_nis_result): Likewise.
629 (_xdr_ns_request): Likewise.
630 (_xdr_ib_request): Likewise.
631 (_xdr_nis_taglist): Likewise.
632 (xdr_cback_data): Likewise.
8f1fe057 633 * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
bd0dcd28
UD
634 (xdr_ypresp_maplist): Likewise.
635
01339a67
UD
636 * stdio-common/Makefile: Avoid format string warning for tst-sprint.
637
3fa10468
UD
638 * posix/regex_internal.h: Prevent some declarations and definitions
639 to be seen when used in tests.
640
ec1e04de
UD
641 * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
642 * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
643
7a344d1d
UD
644 * debug/Makefile: Disable format checking when compiling tst-chk?.c.
645
f8f6ff5d
UD
646 * config.make.in (datarootdir): Add to shut up configure.
647
76fca9f1
UD
648 * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
649 associativity for fully-associative caches.
650
80e7d6a6
UD
651 * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
652 requests. Fill on more associativity values for L2.
653 Patch mostly by Evandro Menezes.
654
cb5ba304
UD
6552007-08-24 Ulrich Drepper <drepper@redhat.com>
656
d250df8c
UD
657 * sysdeps/unix/sysv/linux/x86_64/init-first.c
658 (_libc_vdso_platform_setup): Avoid using exported variable by using
659 alias.
660
88f61aaf
UD
661 * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
662
cb5ba304 663 * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
cb104bd7 664 fallocate64 as EXTRA. It is not referenced if the symbol isn't
cb5ba304
UD
665 defined.
666
62e1b1f5
UD
6672007-08-23 Ulrich Drepper <drepper@redhat.com>
668
44b2e581
UD
669 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
670 align stack for call if pltexit is to be used.
671
73e3ff07
UD
672 [BZ #3924]
673 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
674 align for function call in case pltexit has to be called later.
675
62e1b1f5
UD
676 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
677 implicit atomic operation when storing function pointer.
678 (_dl_runtime_profile): Likewise.
679
0008163a
UD
6802007-08-17 Jakub Jelinek <jakub@redhat.com>
681
682 * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
683 NIS_NOTFOUND.
684
55ea8790
UD
6852007-08-21 Ulrich Drepper <drepper@redhat.com>
686
2e0e1a05
UD
687 [BZ #4566]
688 * string/strtok.c: Fix typo in comment.
689
682e4437
UD
690 [BZ #4582]
691 * debug/segfault.c: Fix typos in comments.
692
7d55c9eb
UD
693 [BZ #4588]
694 * stdio-common/tempnam.c: Fix comment, it is not checked that
695 TMPDIR points to a writable directory.
696
0f8f993c
UD
697 [BZ #4726]
698 * resolv/res_send.c (__libc_res_nsend): Initialize all of the
699 memory allocated for the name server address.
700
1465dd0f
UD
701 [BZ #4946]
702 * nscd/connections.c (handle_request): Using sendfile always
703 requires that mmap is used for the database.
704 Patch by Petr Baudis <pasky@suse.cz>.
705
c44d3bdf
UD
706 [BZ #4905]
707 * nscd/hstcache.c (cache_addhst): When reloading an entry which
708 suddenly has two or more addresses, ignore it and remove the old
709 entry.
710
1ce7d80d
UD
711 [BZ #4814]
712 * resolv/res_hconf.c: Prepare for compiling outside libc.
713 * nscd/res_hconf.c: New file.
714 * nscd/Makefile (nscd-modules): Add res_hconf. Add rules to build
715 the new file.
716 * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
717 * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
718
a30d41c1
UD
719 * nscd/hstcache.c (cache_addhst): Minimal optimization.
720
45dc3ad7
UD
721 [BZ #4925]
722 * debug/pcprofiledump.c: Turn on internationalization by calling
723 setlocale. Patch mostly by Benno Schulenberg.
724
55ea8790
UD
725 [BZ #4936]
726 * iconv/gconv.c (__gconv): If flush was successful, clear rest of
727 the state.
728 * iconvdata/Makefile: Add rules to build and run bug-iconv5.
729 * iconvdata/bug-iconv5.c: New file.
730
0b82ff74
UD
7312007-08-04 Carlos O'Donell <carlos@systemhalted.org>
732
55ea8790 733 [BZ #4896]
0b82ff74
UD
734 * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
735 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
736 R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
737 R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
738 R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
739 R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
740 R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
741 R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
742
ee16a55a
UD
7432007-08-21 Ulrich Drepper <drepper@redhat.com>
744
745 [BZ #4937]
746 * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
747 lookup loop. Suggested by John Reiser.
748
b211fe0f
JJ
7492007-08-21 Jakub Jelinek <jakub@redhat.com>
750
751 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
752
fb84593c
UD
7532007-08-20 Ulrich Drepper <drepper@redhat.com>
754
755 * csu/libc-start.c: Don't handle VDSO_SETUP here.
756 * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
757 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
758 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this. New file.
759 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
760 to...
761 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here. New file.
762
b83fb35c
UD
7632007-08-18 Ulrich Drepper <drepper@redhat.com>
764
765 * po/nl.po: Update from translation team.
766
20806a70
AJ
7672007-08-16 Andreas Jaeger <aj@suse.de>
768
769 * locale/localeinfo.h: Make _nl_category_name_idxs extern.
770 Reported by Peter Festner <peter.festner@ewetel.net>.
771
42282d57
JJ
7722007-08-17 Jakub Jelinek <jakub@redhat.com>
773
774 * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
775
8a501135
JJ
7762007-08-16 Jakub Jelinek <jakub@redhat.com>
777
cb84d1e4
JJ
778 * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
779 to check for undefined symbols.
780
91ddd9c4
JJ
781 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
782 If the syscall fails, set errno to the actual returned error number
783 rather than EINVAL.
784 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
785 arguments are incorrect, set errno to EINVAL, if the syscall
786 fails, set errno to the actual returned error number.
787
18915760
JJ
788 * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
789 * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
790
8a501135
JJ
791 * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
792 * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here. New
793 file.
794 (ASI_PNF, ASI_BLK_P): Don't define.
795 * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
796 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here. New
797 file.
798 * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
799 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here. New
800 file.
801
e4720b0e
JJ
8022007-08-15 Jakub Jelinek <jakub@redhat.com>
803
804 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
805 FE_UNDERFLOW on Niagara CPUs.
806
807 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
808 exceptions.
809
702a9414
JJ
8102007-08-14 Jakub Jelinek <jakub@redhat.com>
811
467d1345
JJ
812 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
813 need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
814 (sparc_fixup_plt): Add do_flush argument instead of figuring whether
815 flush should be used or not inside of the function.
816 (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
817
818 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
819 __thread_start): Use HIDDEN_JUMPTARGET.
820 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
821 __thread_start): Likewise.
822 * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
823
702a9414
JJ
824 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
825 Add libc_hidden_proto.
826 (STRTOF): Add libc_hidden_proto.
827 (___new_strtold_l, ___new_wcstold_l): New weak aliases.
828 (strtold_l, wcstold_l): Use them as second argument for
829 long_double_symbol.
830
c6c8f0ec
UD
8312007-08-14 Ulrich Drepper <drepper@redhat.com>
832
833 * elf/dl-misc.c: Undo last change. The kernel won't allow it.
834
5e88abf9
UD
8352007-08-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
836
837 * stdlib/strtold_l.c: Include wchar.h if needed. Add libc_hidden_def.
838
fc4819b0
UD
8392007-08-14 Ulrich Drepper <drepper@redhat.com>
840
841 * po/bg.po: New file. From the translation team.
842
22502ea2
UD
8432007-08-13 Jakub Jelinek <jakub@redhat.com>
844
845 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
846 __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
847 __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
848 when each feature was introduced.
849
850 * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
851 * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
852 (CHECK_HASH): New macro.
853 (PREPARE_VERSION): Use it.
854
855 * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
856 prototype if not __ASSUME_PSELECT.
857 * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
858 prototype if not __ASSUME_PPOLL.
859
860 * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
861
862 * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
863 hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
864 is defined.
865
9c6f6953
UD
8662007-08-13 Ulrich Drepper <drepper@redhat.com>
867
868 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
869 (_libc_vdso_platform_setup): If vDSO is not available point
870 __vdso_gettimeofday to the vsyscall.
871 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
872 __vdso_gettimeofday instead of vsyscall.
873
f8de5057
UD
8742007-08-13 Jakub Jelinek <jakub@redhat.com>
875
876 * nscd/servicescache.c: Include kernel-features.h.
877 * nscd/gai.c: Likewise.
878 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
879 * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
880 * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
881 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
882 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
883 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
884 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
885 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
886 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
887
3c87d79d
UD
8882007-08-12 Ulrich Drepper <drepper@redhat.com>
889
ea37207a
UD
890 * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
891 and _dl_get_origin defines anymore.
892
4eb375fe
UD
893 * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
894 Build fix for systems which might lack POSIX timer support.
895
3c87d79d
UD
896 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
897 (_libc_vdso_platform_setup): Mangle function pointers before storing
898 them.
899 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
900 Demangle vdso pointer before use.
901 (INTERNAL_VSYSCALL): Likewise.
902
903 * elf/cache.c (primes): Mark as const.
904 Noted by Roland McGrath.
905
27d9ffda
UD
9062007-08-01 Andreas Jaeger <aj@suse.de>
907 Jakub Jelinek <jakub@redhat.com>
908
909 * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
910 (options): Add option.
911 (parse_opt): Handle option.
912 (manual_link): Adjust process_file caller. Call implicit_soname.
913 (search_dir): Formatting. Use and populate auxiliary cache.
914 (main): Load and save auxiliary cache.
915 * elf/readlib.c (process_file): Add stat_buf argument. Pass struct
916 stat64 from fstat64 to caller.
917 (implicit_soname): New function.
918 * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
919 leave *soname as NULL.
920 * elf/cache.c: Include libgen.h.
921 (print_entry, print_cache, compare, save_cache, add_to_cache):
922 Formatting and cleanups.
923 (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
924 aux_cache_file): New structures.
925 (AUX_CACHEMAGIC): Define.
926 (primes): New array.
927 (aux_hash_size, aux_hash): New variables.
928 (aux_cache_entry_id_hash, nextprime, init_aux_cache,
929 search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
930 load_aux_cache, save_aux_cache): New functions.
931 * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
932 (init_aux_cache, search_aux_cache, add_to_aux_cache,
933 load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
934 (process_file): Adjust prototype.
935
8d944b0f
UD
9362007-08-12 Jakub Jelinek <jakub@redhat.com>
937
938 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
939 with __need_size_t.
940
75fb247e
UD
9412007-08-12 Ulrich Drepper <drepper@redhat.com>
942
fb86328a
UD
943 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
944 r_found_version structure as second parameter.
945 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
946 (_dl_vdso_vsym): Change type of second parameter accordingly.
947 * sysdeps/unix/sysv/linux/x86-64/libc-start.c
948 (_libc_vdso_platform_setup): Adjust.
974a1f0f 949 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
fb86328a
UD
950 (_libc_vdso_platform_setup): Likewise.
951
75fb247e
UD
952 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
953 * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
954 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
955 * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
956 * csu/libc-start.c: Pretty printing.
957 Use VDSO_SETUP if defined.
958 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
959 and let generic code call into _libc_vdso_platform_setup.
960 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
961 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
962 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
963 Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
964 * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
965 for GLIBC_PRIVATE.
966 * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
967 (sysdep_rountines): Add dl-vdso.
968
969 * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
970 of routines.
971
972 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
973 attribute_hidden to __vdso_gettimeofday prototype.
974
9229b83e
RM
9752007-08-12 Roland McGrath <roland@redhat.com>
976
977 * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
978 From: Karl Berry <karl@freefriends.org>.
979
4503061f
UD
9802007-08-11 Ulrich Drepper <drepper@redhat.com>
981
982 * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
983 an atime update for the files we read.
984
d7e23b02
UD
9852007-08-10 Ulrich Drepper <drepper@redhat.com>
986
7cf89e95
UD
987 * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
988
9d169bb3 989 * nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp
d7e23b02
UD
990 instead of mkstemp.
991
992 * misc/Makefile (routines): Add mkostemp and mkostemp64.
993 * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
994 * misc/mkostemp.c: New file.
995 * misc/mkostemp64.c: New file.
996 * stdlib/stdlib.h: Declare the new functions.
997 * sysdeps/posix/tempname.c: Add new parameter which is added to
998 the flags for open. Remove __GT_BIGFILE handling.
999 * stdio-common/tempname.c: Likewise.
1000 * include/stdio.h: Adjust __gen_tempname prototype.
1001 Renumber __GT_* constants.
1002 * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
1003 * misc/mkdtemp.c: Likewise.
1004 * misc/mkstemp.c: Likewise.
1005 * misc/mkstemp64.c: Likewise.
1006 * misc/mktemp.c: Likewise.
1007 * stdio-common/tempnam.c: Likewise.
1008 * stdio-common/tmpfile.c: Likewise.
1009 * stdio-common/tmpfile64.c: Likewise.
1010 * stdio-common/tmpnam.c: Likewise.
1011 * stdio-common/tmpnam_r.c: Likewise.
1012
22532966
RM
10132007-08-10 Roland McGrath <roland@frob.com>
1014
1015 * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
1016 New macros.
1017 (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
1018 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
1019
673876e6
UD
10202007-08-10 Ulrich Drepper <drepper@redhat.com>
1021
aa132749
UD
1022 * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
1023 possible.
1024 * nss/nss_files/files-alias.c (internal_setent): Likewise.
1025 * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
1026 * nss/nss_files/files-have_o_cloexec.c: New file.
1027
22532966 1028 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
673876e6
UD
1029 available.
1030
1e286653
JJ
10312007-08-10 Jakub Jelinek <jakub@redhat.com>
1032
1033 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
1034 ___new_wcstold_l): New weak aliases.
1035 (strtold_l, wcstold_l): Use them as second argument for
1036 long_double_symbol.
1037
f07f72f3
UD
10382007-08-09 Ulrich Drepper <drepper@redhat.com>
1039
6479496a
UD
1040 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
1041 register in test for error.
1042
c4adefbd
UD
1043 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
1044 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
1045
f07f72f3
UD
1046 * po/sv.po: Update from translation team.
1047
eef38c28
RM
10482007-08-06 Roland McGrath <roland@redhat.com>
1049
773e305e
RM
1050 * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
1051 Remove __strto*_l inlines.
1052 * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
1053 * stdlib/strtod.c: Add libc_hidden_def.
1054 * stdlib/strtod_l.c: Likewise.
1055 * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
1056 for __new_strtold and __new_wcstold.
1057 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
1058 __STRTOF, STRTOF.
1059 * stdlib/strtol.c: Add libc_hidden_def.
1060 * stdlib/strtol_l.c: Likewise.
1061 * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
1062 strtoq.
1063
1064 * scripts/data/localplt-powerpc-linux-gnu.data: New file.
1065
1066 * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
1067 * scripts/data/localplt-generic.data: ... here.
1068 * elf/Makefile (check-data): Get generic file if no other.
1069 ($(objpfx)check-localplt.out): Make target unconditional.
1070
eef38c28
RM
1071 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
1072 Use ElfW(Nhdr).
1073
742df3a4
UD
10742007-08-05 Ulrich Drepper <drepper@redhat.com>
1075
1076 * po/zh_CN.po: Updated translation from translation team.
1077
0470fa46
JJ
10782007-08-05 Jakub Jelinek <jakub@redhat.com>
1079
1080 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
1081 Don't use CGOTSETUP and CGOTRESTORE macros.
1082
b5075bdc
RM
10832007-08-04 Roland McGrath <roland@redhat.com>
1084
1085 * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
1086
9accc268
JJ
10872007-08-04 Jakub Jelinek <jakub@redhat.com>
1088
1089 * io/bits/fcntl2.h (open, open64, openat, openat64): Add
1090 __extension__ around the whole statement expression.
1091
220ae3ef
UD
10922007-08-04 Ulrich Drepper <drepper@redhat.com>
1093
c8ccd8e3
UD
1094 * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
1095 elements during initialization.
1096
220ae3ef
UD
1097 * po/pl.po: Updated translation from translation team.
1098 * po/tr.po: Likewise.
11960f7f 1099 * po/nl.po: Likewise.
220ae3ef 1100
2fb20667
UD
11012007-08-03 Ulrich Drepper <drepper@redhat.com>
1102
1103 * rt/aio.h: Add __nonnull attributes.
1104
ce31a3b1
UD
11052007-08-03 Jakub Jelinek <jakub@redhat.com>
1106
64f6281c
UD
1107 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
1108 * stdlib/Makefile (tests): Add tst-strtod5.
1109 (tst-strtod5-ENV): New.
1110 * stdlib/tst-strtod5.c: New file.
1111
ce31a3b1
UD
1112 * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
1113 failed.
1114 * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
1115 on failure.
1116
1117 * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
1118 allocated.
1119
754980e4
JJ
11202007-08-03 Jakub Jelinek <jakub@redhat.com>
1121
1122 * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
1123 numbers.
1124
497af0cb
UD
11252007-08-02 Ulrich Drepper <drepper@redhat.com>
1126
cbf0489b
UD
1127 * io/Makefile (aux): Add have_o_cloexec.
1128 * include/fcntl.h: Declare __have_o_cloexec.
1129 * io/have_o_cloexec.c: New file.
1130 * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
1131 (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
1132 fcntl call if not necessary.
1133 * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
1134 of local variable.
1135
fa39685d
UD
1136 * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
1137 Avoid memset, add explicit initialization.
1138 * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
1139 to the end and change into zero-sized array.
1140 Move lock member to fill a hole on 64-bit platforms.
9b2e9577
UD
1141
1142 * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
1143 inline functions.
1144 * include/stdlib.h: Add __strto*_internal prototypes here.
1145 * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
1146 inline functions.
1147 * include/wchar.h: Add __wcsto*_internal prototypes.
1148 * sysdeps/generic/inttypes.h: No need to protect the declaration
1149 of the __strto*_internal and __wcsto*_internal members here.
1150
497af0cb
UD
1151 * rt/mqueue.h: Change const to __const and add nonnull attributes.
1152
d17a8cf0
RM
11532007-08-02 Roland McGrath <roland@redhat.com>
1154
1155 * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
1156 $(inst_bindir)/getconf if possible.
1157
1158 * posix/Makefile ($(objpfx)getconf.speclist): New target.
1159 (generated): Add it.
1160 ($(inst_libexecdir)/getconf): Use it.
1161
0abf17de
UD
11622007-08-01 Ulrich Drepper <drepper@redhat.com>
1163
1164 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
1165 /proc is faster and sufficient. /sys is still needed for
1166 __get_nprocs_conf.
1167
5e0923ab
UD
11682007-08-01 Jakub Jelinek <jakub@redhat.com>
1169
1170 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
1171 syscall as __fallocate64.
1172 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
1173 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
1174
1475e201
UD
11752007-07-30 Jakub Jelinek <jakub@redhat.com>
1176
1177 * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
1178 value.
1179
1180 * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
1181 if off_t is different rank from size_t.
1182
1183 * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
1184 uw_frame_state_for): Avoid type punning warnings.
1185 * sysdeps/generic/unwind-dw2-fde-glibc.c
1186 (_Unwind_IteratePhdrCallback): Likewise.
1187 * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
1188 (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
1189 get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
1190 pointers.
1191
e076bece
UD
11922007-07-31 Ulrich Drepper <drepper@redhat.com>
1193
9506149a
UD
1194 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
1195 total processors using sysfs.
1196 (__get_nprocs): Use sysfs to determine which processors are online.
e076bece 1197
bbeaaa84
JJ
11982007-07-31 Jakub Jelinek <jakub@redhat.com>
1199
09881398
JJ
1200 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
1201 syscall arguments count.
1202
bbeaaa84
JJ
1203 * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
1204
087ef75f
RM
12052007-07-30 Roland McGrath <roland@redhat.com>
1206
1207 * manual/libc.texinfo: Update copyrights, formatting magic, and
1208 @dircategory. From Karl Berry <karl@freefriends.org>.
1209
44f08a6e
UD
12102007-07-29 Ulrich Drepper <drepper@redhat.com>
1211
eafaae72
UD
1212 [BZ #4860]
1213 * io/Makefile (headers): Add bits/fcntl2.h.
1214
c5705565
UD
1215 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
1216 using gcc builtin.
1217 (__CPU_EQUAL_S): Likewise.
1218
44f08a6e
UD
1219 * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
1220 (tests): Add tst-cpuset.
1221 * posix/sched_cpualloc.c: New file.
1222 * posix/sched_cpufree.c: New file.
1223 * posix/tst-cpuset.c: New file.
1224 * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
1225 GLIBC_2.7.
1226 * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
1227 * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
1228 macros. Define CPU_*_S macros.
1229
8f5e1400
UD
12302007-07-28 Ulrich Drepper <drepper@redhat.com>
1231
5b74caf6
UD
1232 * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
1233 entry.
1234
a26d01bb 1235 [BZ #4858]
8f5e1400
UD
1236 * stdio-common/printf_fp.c (___printf_fp): Fix special case of
1237 #.0g and value rounded to 1.0.
1238 * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
1239
085a4412
UD
12402007-07-26 Jakub Jelinek <jakub@redhat.com>
1241
cedb4109
UD
1242 * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
1243 for int_frac_digits and frac_digits.
1244
1245 * login/logout.c (logout): Avoid aliasing violation.
1246 * login/logwtmp.c (logwtmp): Likewise.
1247
1248 * libio/genops.c (_IO_un_link): Avoid aliasing violation.
1249
9d9febc7
UD
1250 * nscd/selinux.c (preserve_capabilities): Initialize new_caps
1251 to avoid warning.
1252 * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
1253 warning.
1254 * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
1255 warning.
1256 * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
1257 to avoid warnings.
1258
701666b7
UD
1259 * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
1260 void **.
1261 * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
1262
1263 * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
1264 char * to avoid warning.
1265 * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
1266
1267 * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
1268
1269 * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
1270 allocate_arrays): Cast second argument to charmap_find_symbol
1271 to char * to avoid warnings.
1272
1273 * locale/programs/repertoire.c (repertoire_new_char): Change
1274 from_nr, to_nr and cnt to unsigned long, adjust printf format
1275 string.
1276
1277 * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
1278 Cast second argument to new_element to char * to avoid warnings.
1279
1280 * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
1281
1282 * intl/gettextP.h (struct loaded_domain): Change plural to const
1283 struct expression *.
1284 * intl/plural-eval.c (plural_eval): Change first argument to
1285 const struct expression *.
1286 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
1287 argument to const struct expression **.
1288 * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
1289 prototypes.
1290 * intl/loadmsgcat (_nl_unload_domain): Cast away const
1291 in call to __gettext_free_exp.
1292
1293 * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
1294 unitialized wstring/wpattern var warnings.
1295
1296 * posix/runtests.c (struct a_test): Make data field const char *.
1297
1298 * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
1299 vars if not LDBL_MANT_DIG >= 106.
1300
1301 * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
1302
1303 * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
1304 __find_specmb to avoid warning.
1305
1306 * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
1307
1308 * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
1309 to avoid warnings.
1310
1311 * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
1312 initializer.
1313
1314 * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
1315 tv var when it will be actually used.
1316
1317 * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
1318 to avoid warnings.
1319
085a4412
UD
1320 * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
1321 char array resp. pointer.
1322 * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
1323 char array.
1324 * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
1325 to const unsigned char **.
1326 (ucs4_to_cns11643): Change second argument to unsigned char *.
1327 * iconvdata/euc-tw.c (BODY): Change endp type to
1328 const unsigned char *.
1329 * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
1330 to unsigned char *.
1331 * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
1332 * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
1333 * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
1334 types to unsigned char pointers/arrays instead of char.
1335 * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
1336 to unsigned char *.
1337 * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
1338 * iconvdata/jis0212.h: Include assert.h.
1339 (ucs4_to_jisx0212): Change second argument to unsigned char *.
1340 assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
1341 of trying to handle that.
1342 * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
1343 shut up a warning.
1344 * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
1345 from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
1346 two dimensional const unsigned char arrays.
1347 (BODY): Cast "" to (const unsigned char *) for assignment to cp.
1348 Initialize endp to inptr to shut up a warning.
1349
fa69dc9c
UD
13502007-07-20 Jakub Jelinek <jakub@redhat.com>
1351
ae1ad762
UD
1352 [BZ #4772]
1353 * time/strptime_l.c (__strptime_internal): Silently ignore
1354 strftime modifiers and field width in recursive calls.
1355
fa69dc9c
UD
1356 * include/time.h (enum ptime_locale_status): Remove.
1357 (__strptime_internal): Remove decided and era_cnt arguments,
1358 add statep argument.
1359 * time/strptime_l.c (__strptime_internal): Remove decided
1360 and era_cnt arguments, add statep argument. Don't recompute
1361 any fields in recursive calls, only update caller's tm
1362 and state, if recursive call fails, don't change tm nor
1363 any state.
1364 (get_alt_number): Adjust.
1365 (recursive): Adjust caller.
1366 (strptime): Likewise.
1367 * time/strptime.c (strptime): Likewise.
1368
7b503bcc
UD
13692007-07-19 Jakub Jelinek <jakub@redhat.com>
1370
1371 * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
1372 * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
1373 if from and to charsets are the same.
1374 * iconv/gconv_db.c (__gconv_find_transform): Likewise.
1375 * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
1376 returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
1377
13782007-07-17 Jakub Jelinek <jakub@redhat.com>
1379
1380 * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
1381 Don't define wint_t when __need_mbstate_t unless it
1382 is necessary.
1383 (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
1384 in the typedef if possible.
1385 * wctype/wctype.h (wint_t): Define by including
1386 wchar.h with __need_wint_t instead of including stddef.h
1387 with __need_wint_t and as fallback definining it ourselves.
1388 * iconv/gconv.h (__need_wint_t): Define before including
1389 wchar.h.
1390 * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
1391 or _GLIBCPP_USE_WCHAR_T.
1392 (__need_wchar_t): Don't define
1393 if not _LIBC or _GLIBCPP_USE_WCHAR_T.
1394 (__need_wint_t): Don't define before including stddef.h,
1395 define before including wchar.h only if _LIBC or
1396 _GLIBCPP_USE_WCHAR_T.
1397 (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
1398 * sysdeps/mach/hurd/_G_config.h: Likewise.
1399 * sysdeps/generic/_G_config.h: Likewise.
1400 * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
1401 prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
1402 (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
1403 if _LIBC or _GLIBCPP_USE_WCHAR_T.
1404
a95a608f
UD
14052007-07-28 Ulrich Drepper <drepper@redhat.com>
1406
1407 * sysdeps/posix/posix_fallocate64.c: Undefine
1408 __posix_fallocate64_l64 before alias handling.
1409 * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
1410 * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
1411 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
1412 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
1413
1414 * io/tst-posix_fallocate.c: Include <fcntl.h>.
1415
14162007-07-23 Jakub Jelinek <jakub@redhat.com>
1417
1418 * locale/programs/ld-collate.c (atwc): New variable.
1419 (add_to_tablewc): New toplevel function, moved from collate_output.
1420 (collate_output): Remove add_to_tablewc nested function.
1421
1422 * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
1423 (name_insert): New function.
1424 (write_output): Remove hash_table and hash_size vars and name_insert
1425 nested function.
1426
80d4c3b0
RM
14272007-07-24 Roland McGrath <roland@redhat.com>
1428
1429 * Makerules (install-others-programs-nosubdir): New target.
1430 (install-no-libc.a-nosubdir): Depend on it.
1431
1432 * iconv/Makefile (install-others-programs): Set this instead of
1433 install-others.
1434 * login/Makefile (install-others-programs): Likewise.
1435 * posix/Makefile (install-others-programs): Likewise.
1436
1437 * Makerules (install-no-libc.a-nosubdir): Clean up conditional
1438 dependencies.
1439
c1bf9f14
UD
14402007-07-23 Ulrich Drepper <drepper@redhat.com>
1441
1442 * io/Makefile (tests): Add tst-posix_fallocate.
1443 * io/tst-posix_fallocate.c: New file.
1444
1445 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1446 __ASSUME_FALLOCATE.
1447
2320270c
RM
14482007-07-22 Roland McGrath <roland@frob.com>
1449
3dadfa7e
RM
1450 * hurd/getdport.c: Add missing copyright year update.
1451
2320270c
RM
1452 * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
1453 * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
1454
cc783763
UD
14552007-07-22 Ulrich Drepper <drepper@redhat.com>
1456
c942388d
UD
1457 * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
1458
cc783763
UD
1459 * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
1460 O_CLOEXEC is needed.
1461 * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
1462 Avoid additional fcntl to set O_CLOEXEC if not needed.
1463 * nis/nss_compat/compat-initgroups.c: Likewise.
1464 * nis/nss_compat/compat-pwd.c: Likewise.
1465 * nis/nss_compat/compat-spwd.c: Likewise.
1466
610903b0
RM
14672007-07-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
1468
3dadfa7e 1469 [BZ #3665]
5c3d7832
RM
1470 * manual/errno.texi: Change ECANCELED value to 119.
1471
3dadfa7e 1472 [BZ #4610]
610903b0
RM
1473 * mach/lock-intern.h: Include <sys/cdefs.h>.
1474
3dadfa7e 1475 [BZ #4178]
610903b0
RM
1476 * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
1477 reading A.
1478
3dadfa7e
RM
1479 [BZ #4126]
1480 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
1481 to __sigsuspend.
610903b0
RM
1482
1483 * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
1484
14852006-06-13 Thomas Schwinge <tschwinge@gnu.org>
1486
1487 * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
1488 `__ASSEMBLER__'.
1489 * sysdeps/mach/hurd/i386/tls.h: Likewise.
1490
acf79996
UD
14912007-07-21 Ulrich Drepper <drepper@redhat.com>
1492
dde0763a
UD
1493 * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
1494 descriptor received from nscd.
1495
acf79996
UD
1496 * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
1497
1498 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
1499 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1500 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1501 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1502 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1503 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1504
00d26929
JJ
15052007-07-20 Jakub Jelinek <jakub@redhat.com>
1506
403445d7
JJ
1507 [BZ #4816]
1508 * manual/signal.texi (Non-atomic Example): Make memory var volatile.
1509
00d26929
JJ
1510 [BZ #4813]
1511 * login/forkpty.c (forkpty): Close master and slave fds on
1512 fork failure. Patch by
1513 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
1514
087722b8
UD
15152007-07-18 Jakub Jelinek <jakub@redhat.com>
1516
1517 * include/features.h (__USE_ISOC95): New define.
1518 * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
1519 swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
1520 for -std=iso9899:199409.
1521 * CONFORMANCE: Remove comments about unsupported AMD1.
1522
b042b023
UD
15232007-07-17 Jakub Jelinek <jakub@redhat.com>
1524
1525 * sysdeps/ia64/sched_cpucount.c: New file.
1526 * sysdeps/powerpc/sched_cpucount.c: New file.
1527
8381e467
UD
1528 * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
1529 __BEGIN_DECLS/__END_DECLS around the prototype.
1530 * bits/sched.h (__sched_cpucount): Likewise. Make second argument
1531 pointer to const cpu_set_t.
1532
50e16f85
UD
1533 * bits/types.h: Don't include stddef.h, don't define __need_size_t.
1534 * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
1535 __need_size_t and include stddef.h.
1536 * sysvipc/sys/msg.h: Likewise.
1537 * posix/sched.h: Likewise.
1538 * hurd/hurd/signal.h (__need_size_t): Define.
1539
1540 * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
1541 neither does signal.h in pedantic ISO C namespaces. stdio.h
1542 no longer defines wint_t or wchar_t.
1543
b257c726
UD
1544 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
1545 * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
1546 _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
1547 * debug/vprintf_chk.c (__vprintf_chk): Likewise.
1548 * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
1549 * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
1550 * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
1551 * debug/printf_chk.c (__printf_chk): Likewise.
1552 * debug/fprintf_chk.c (__fprintf_chk): Likewise.
1553 * debug/wprintf_chk.c (__wprintf_chk): Likewise.
1554
1555 * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
1556 Define.
1557
d5078b9f
UD
1558 * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
1559 * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
1560
1c3e748e
UD
15612007-07-16 Jakub Jelinek <jakub@redhat.com>
1562
1563 [BZ #4792]
1564 * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
1565 * malloc/malloc.h (realloc): Likewise.
1566
4e425301
UD
1567 * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
1568 if one of proc_file_chain streams has that fileno.
1569 * stdio-common/Makefile (tests): Add tst-popen2.
1570 * stdio-common/tst-popen2.c: New test.
1571
2e2efe65
RM
15722007-07-14 Jakub Jelinek <jakub@redhat.com>
1573
1574 * elf/ldconfig.c: Allow GPLv2 or any later version.
1575 * elf/readlib.c: Likewise.
1576 * elf/chroot_canon.c: Likewise.
1577 * elf/cache.c: Likewise.
1578 * nscd/mem.c: Likewise.
1579 * nscd/getpwuid_r.c: Likewise.
1580 * nscd/grpcache.c: Likewise.
1581 * nscd/aicache.c: Likewise.
1582 * nscd/getsrvbynm_r.c: Likewise.
1583 * nscd/nscd.c: Likewise.
1584 * nscd/servicescache.c: Likewise.
1585 * nscd/getsrvbypt_r.c: Likewise.
1586 * nscd/initgrcache.c: Likewise.
1587 * nscd/gethstbyad_r.c: Likewise.
1588 * nscd/gethstbynm2_r.c: Likewise.
1589 * nscd/getgrnam_r.c: Likewise.
1590 * nscd/nscd_setup_thread.c: Likewise.
1591 * nscd/getpwnam_r.c: Likewise.
1592 * nscd/gai.c: Likewise.
1593 * nscd/connections.c: Likewise.
1594 * nscd/dbg_log.c: Likewise.
1595 * nscd/cache.c: Likewise.
1596 * nscd/hstcache.c: Likewise.
1597 * nscd/nscd_conf.c: Likewise.
1598 * nscd/getgrgid_r.c: Likewise.
1599 * nscd/pwdcache.c: Likewise.
1600 * catgets/gencat.c: Likewise.
1601 * locale/programs/linereader.h: Likewise.
1602 * locale/programs/locarchive.c: Likewise.
1603 * locale/programs/ld-paper.c: Likewise.
1604 * locale/programs/locfile-kw.h: Likewise.
1605 * locale/programs/ld-address.c: Likewise.
1606 * locale/programs/xmalloc.c: Likewise.
1607 * locale/programs/ld-time.c: Likewise.
1608 * locale/programs/localedef.c: Likewise.
1609 * locale/programs/simple-hash.c: Likewise.
1610 * locale/programs/xstrdup.c: Likewise.
1611 * locale/programs/ld-numeric.c: Likewise.
1612 * locale/programs/locfile-kw.gperf: Likewise.
1613 * locale/programs/ld-collate.c: Likewise.
1614 * locale/programs/charmap-kw.gperf: Likewise.
1615 * locale/programs/charmap.h: Likewise.
1616 * locale/programs/charmap-kw.h: Likewise.
1617 * locale/programs/config.h: Likewise.
1618 * locale/programs/locfile.c: Likewise.
1619 * locale/programs/ld-ctype.c: Likewise.
1620 * locale/programs/charmap.c: Likewise.
1621 * locale/programs/ld-messages.c: Likewise.
1622 * locale/programs/repertoire.h: Likewise.
1623 * locale/programs/locale.c: Likewise.
1624 * locale/programs/ld-name.c: Likewise.
1625 * locale/programs/linereader.c: Likewise.
1626 * locale/programs/locfile.h: Likewise.
1627 * locale/programs/3level.h: Likewise.
1628 * locale/programs/ld-monetary.c: Likewise.
1629 * locale/programs/ld-measurement.c: Likewise.
1630 * locale/programs/charmap-dir.c: Likewise.
1631 * locale/programs/ld-identification.c: Likewise.
1632 * locale/programs/localedef.h: Likewise.
1633 * locale/programs/charmap-dir.h: Likewise.
1634 * locale/programs/repertoire.c: Likewise.
1635 * locale/programs/simple-hash.h: Likewise.
1636 * locale/programs/ld-telephone.c: Likewise.
1637 * locale/programs/locale-spec.c: Likewise.
1638 * locale/programs/locfile-token.h: Likewise.
1639 * posix/getconf.c: Likewise.
1640 * iconv/dummy-repertoire.c: Likewise.
1641 * iconv/iconv_charmap.c: Likewise.
1642 * iconv/iconvconfig.c: Likewise.
1643 * iconv/iconv_prog.c: Likewise.
1644 * malloc/memusagestat.c: Likewise.
1645 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
1646
84c23a3d
RM
16472007-07-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1648
1649 * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
1650 * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
1651 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
1652 check for the first argument.
1653
1c298d08
UD
16542007-07-12 Jakub Jelinek <jakub@redhat.com>
1655
1656 [BZ #4775]
1657 * math/tgmath.h (__tgmath_real_type_sub): Formatting.
1658 (__tgmath_real_type): Fix if expr is const int or other const
1659 qualified integral type.
1660 (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
1661 expressions and handle const qualified arguments.
1662 (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
1663 __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
1664 (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
1665 statement expressions.
1666 (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
1667 __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
1668 (__TGMATH_UNARY_IMAG): Define.
1669 (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
1670 * math/Makefile (tests): Add test-tgmath2.
1671 (CFLAGS-test-tgmath2.c): Add.
1672 * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
1673 count_cfloat, count_cldouble): New variables.
1674 (NCCALLS): Define.
1675 (main): Check number of complex calls as well.
1676 (F(compile_test)): Add complex tests and tests with const qualified
1677 arguments.
1678 (y, z, ccount): Define.
1679 (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
1680 F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
1681 F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
1682 F(cproj)): New functions.
1683 * math/test-tgmath2.c: New test.
1684
16852007-07-11 Jakub Jelinek <jakub@redhat.com>
1686
1687 [BZ #4776]
1688 * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
1689 RPATH etc. as "/" rather than "", don't segfault on empty paths,
1690 instead output ".".
1691 * dlfcn/Makefile (distribute): Add glreflib3.c.
1692 (module-names): Add glreflib3.
1693 ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
1694 glreflib1.so.
1695 (LDFLAGS_glreflib3.so): New.
1696 * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
1697 glreflib1.so.
1698 * dlfcn/glreflib3.c: New file.
1699
1700 * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
1701 returned -1, return NULL.
1702 * intl/explodename.c (_nl_explode_name): Return -1 if
1703 _nl_normalize_codeset failed.
1704
a88f47a7
UD
17052007-07-07 Steven Munroe <sjmunroe@us.ibm.com>
1706
1707 * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
1708 Specify .machine power6 to get ISA-V2.0 branch hints. Unroll loops
1709 and avoid branch misspredicts for > 31 bytes memset case.
1710 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1711 Remove toc ref to __cache_line_size.
1712
1713 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
1714 to get ISA-V2.0 branch hints.
1715 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
1716 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
1717 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1718 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1719 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1720 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1721 Remove toc ref to __cache_line_size.
1722
1723 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
1724 Include math_ldbl_opt.h.
1725
f98c2d06
UD
17262007-07-10 Ulrich Drepper <drepper@redhat.com>
1727
1728 [BZ #4773]
1729 * time/strptime_l.c (__strptime_internal): Implement greedy
1730 matching of weekday and month names.
1731
cec5991f
RM
17322007-07-09 Roland McGrath <roland@redhat.com>
1733
1734 * elf/elf.h (NT_GNU_ABI_TAG): New macro.
1735 (ELF_NOTE_ABI): Use it.
1736 (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
1737
8c1dcd26
UD
17382007-07-09 Ulrich Drepper <drepper@redhat.com>
1739
1740 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
1741 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1742
c2c7bd3f
UD
17432007-07-07 Ulrich Drepper <drepper@redhat.com>
1744
1745 [BZ #4745]
0923a2c8
UD
1746 * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
1747 in loop to look for conversion specifier to avoid testing of
1748 wrong errno value.
1749 * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
c2c7bd3f 1750 * stdio-common/bug18.c: New file.
0923a2c8
UD
1751 * stdio-common/bug18a.c: New file.
1752 * stdio-common/bug19.c: New file.
1753 * stdio-common/bug19a.c: New file.
c2c7bd3f 1754
4facf4af
RM
17552007-07-05 Mike Frysinger <vapier@gentoo.org>
1756
1757 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
1758 running awk script.
1759
1311e86e
UD
17602007-07-01 Jakub Jelinek <jakub@redhat.com>
1761
1762 * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
1763 * elf/dl-minimal.c (__libc_memalign): Likewise. Handle malloc (0).
1764 Return NULL if mmap failed instead of asserting it does not.
1765 (calloc): Check for integer overflow.
1766
1767 * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
1768 than LONG_MAX / 10.
1769
57c9179c
UD
17702007-07-03 Jakub Jelinek <jakub@redhat.com>
1771
1772 [BZ #4702]
1773 * nis/nss-default.c: Include errno.h.
1774 (init): Preserve errno.
1775
d0b283a8
UD
17762007-07-02 Ulrich Drepper <drepper@redhat.com>
1777
1778 * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
1779
34e0bbaf
UD
17802007-06-30 Ulrich Drepper <drepper@redhat.com>
1781
1782 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
1783
17842007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
1785
1786 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
1787
34e0bbaf 17882007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
33516494
UD
1789
1790 * sysdeps/s390/dl-procinfo.c: New file.
1791 * sysdeps/s390/dl-procinfo.h: New file.
1792 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
1793
0e508a6e
UD
17942007-06-29 Jakub Jelinek <jakub@redhat.com>
1795
1796 * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
1797 in PT_NOTE segments with multiple notes.
1798 * elf/readelflib.c (process_elf_file): Likewise.
1799
e22c61fb
UD
18002007-06-22 Ulrich Drepper <drepper@redhat.com>
1801
1802 * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
1803 ISO C compliant.
1804
e4eb675d
UD
18052007-06-19 Ulrich Drepper <drepper@redhat.com>
1806
1807 * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
1808
18092007-06-13 Jakub Jelinek <jakub@redhat.com>
1810
1811 * include/link.h: Don't include rtld-lowlevel.h.
1812 (struct link_map): Remove l_scope_lock.
1813 * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
1814 (_dl_scope_free_list): New field (variable) in _rtld_global.
1815 (DL_LOOKUP_SCOPE_LOCK): Remove.
1816 (_dl_scope_free): New prototype.
1817 * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
1818 Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
1819 (_dl_profile_fixup): Likewise.
1820 * elf/dl-sym.c (do_sym): Likewise. Use wrapped _dl_lookup_symbol_x
1821 whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
1822 THREAD_GSCOPE_RESET_FLAG around it.
1823 * elf/dl-close.c (_dl_close_worker): Don't use
1824 __rtld_mrlock_{change,done}. Call _dl_scope_free on the old
1825 scope. Make sure THREAD_GSCOPE_WAIT () happens if any old
1826 scopes were queued or if l_scope_mem has been abandoned.
1827 * elf/dl-open.c (_dl_scope_free): New function.
1828 (dl_open_worker): Use it. Don't use __rtld_mrlock_{change,done}.
1829 * elf/dl-support.c (_dl_scope_free_list): New variable.
1830 * elf/dl-lookup.c (add_dependency): Remove flags argument.
1831 Remove DL_LOOKUP_SCOPE_LOCK handling.
1832 (_dl_lookup_symbol_x): Adjust caller. Remove DL_LOOKUP_SCOPE_LOCK
1833 handling.
1834 * elf/dl-object.c (_dl_new_object): Don't use
1835 __rtld_mrlock_initialize.
1836
9be09e06
UD
18372007-06-19 Ulrich Drepper <drepper@redhat.com>
1838
1839 * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
1840 to fill in holes
1841 (rtld_global_ro): Likewise.
1842
18432007-06-18 Jakub Jelinek <jakub@redhat.com>
1844
1845 * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
1846 Move PT_LOAD checking to...
1847 (_dl_addr_inside_object): ... here, new function.
1848 * elf/dl-sym.c (do_sym): If not l_contiguous,
1849 call _dl_addr_inside_object.
1850 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1851 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
1852 * elf/dl-open.c (dl_open_worker): Likewise.
1853 (_dl_addr_inside_object): New function if IS_IN_rtld.
1854 * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
1855 holes are present or are PROT_NONE protected.
1856 * include/link.h (struct link_map): Add l_contiguous field.
1857 * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
1858
ae1ad3ae
UD
18592007-06-18 Jakub Jelinek <jakub@redhat.com>
1860 Tomas Janousek <tjanouse@redhat.com>
1861 Ulrich Drepper <drepper@redhat.com>
1862
1863 [BZ #4647]
1864 * resolv/res_send.c (send_dg): Remove socket_pf. Use ipv6_unavail
1865 member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
1866 socket.
1867 * resolv/resolv.h (__res_state): Add ipv6_unavail member. Make
1868 unused member a bitmap.
1869 * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
1870 servers are configured.
1871
3abee0b7
UD
18722007-06-18 Jakub Jelinek <jakub@redhat.com>
1873
1874 * elf/rtld.c (dl_main): Don't call init_tls more than once.
1875
89074592
UD
18762007-06-17 Andreas Schwab <schwab@suse.de>
1877
1878 * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
1879
b26e274d
AJ
18802007-06-16 Andreas Jaeger <aj@suse.de>
1881
1882 [BZ #4125]
1883 * sysdeps/unix/sysv/linux/sys/ptrace.h
1884 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
1885 PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
89074592 1886 PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
b26e274d
AJ
1887 PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
1888 PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
1889 Define.
1890 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1891 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1892 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1893 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1894
e0d4a4e5
UD
18952007-06-16 Ulrich Drepper <drepper@redhat.com>
1896
1897 [BZ #4599]
1898 * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
1899 determining whether there are IPv4/IPv6 addresses, ignore loopback
1900 addresses.
1901
ae8e81f5
JJ
19022007-06-14 Uros Bizjak <ubizjak@gmail.com>
1903
1904 * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
1905 * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
1906 as the return type. Change type of "r" variable to CMPtype.
1907 * soft-fp/eqsf2.c (__eqsf2): Likewise.
1908 * soft-fp/eqtf2.c (__eqtf2): Likewise.
1909 * soft-fp/gedf2.c (__gedf2): Likewise.
1910 * soft-fp/gesf2.c (__gesf2): Likewise.
1911 * soft-fp/getf2.c (__getf2): Likewise.
1912 * soft-fp/ledf2.c (__ledf2): Likewise.
1913 * soft-fp/lesf2.c (__lesf2): Likewise.
1914 * soft-fp/letf2.c (__letf2): Likewise.
1915 * soft-fp/unorddf2 (__unorddf2): Likewise.
1916 * soft-fp/unordsf2 (__unordsf2): Likewise.
1917 * soft-fp/unordtf2 (__unordtf2): Likewise.
1918
90cd2413
UD
19192007-06-09 Ulrich Drepper <drepper@redhat.com>
1920
1921 * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
1922 make sure gcc doesn't mess around with this.
1923
3c457089
UD
19242007-06-08 Ulrich Drepper <drepper@redhat.com>
1925
1926 * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
1927
e8b6b64d
UD
19282007-06-08 Jakub Jelinek <jakub@redhat.com>
1929
1930 * elf/dl-close.c (_dl_close_worker): Remove all to be removed
1931 libraries from the global scope at once and call THREAD_GSCOPE_WAIT
1932 at most once per _dl_close_worker.
1933
36dffb22
UD
19342007-06-08 Ulrich Drepper <drepper@redhat.com>
1935
755db8c5
UD
1936 * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
1937 __sched_cpucount as const.
1938 * posix/sched_cpucount.c: Adjust.
1939
36dffb22
UD
1940 * posix/sched_cpucount.c (__sched_cpucount): Allow using special
1941 instruction for counting bits.
1942 * sysdeps/x86_64/sched_cpucount.c: New file.
1943
26f56c1c
UD
19442007-06-07 Ulrich Drepper <drepper@redhat.com>
1945
1946 * configure.in: Avoid variable named BASH.
e967d385 1947 * config.make.in: Likewise.
26f56c1c 1948 Patch in part by Mike Frysinger.
835abc5c 1949
26f56c1c 19502007-06-06 Jakub Jelinek <jakub@redhat.com>
47779a7d
JJ
1951
1952 [BZ #4586]
835abc5c
UD
1953 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
1954 pseudo-zeros as zero.
1955 * sysdeps/x86_64/ldbl2mpn.c: New file.
1956 * sysdeps/ia64/ldbl2mpn.c: New file.
1957
7e3706ea
UD
19582007-06-04 Jakub Jelinek <jakub@redhat.com>
1959
1960 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
1961 unused ily variable. Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
1962 Remove unreachable code at the end.
1963
19642007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
1965
1966 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
1967 ldbl-128ibm in comment.
1968 (fpclassifyl): Correct classification of denormals.
1969 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
1970 return value for MIN denormal. Rewrite using long double math too
1971 correctly handle denormals and canonicalize the results.
1972
19732007-06-05 Jakub Jelinek <jakub@redhat.com>
1974
1975 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
1976 (__mpn_construct_long_double): Fix conversion where result ought
1977 to be smaller than __LDBL_MIN__, or the low double should be
1978 denormal. Fix decision where to negate low double - honor round
1979 to even rules.
1980 * stdio-common/tst-sprintf2.c: Include string.h.
1981 (COMPARE_LDBL): Define.
1982 (TEST): Also test whether a string hexadecimal float representation
1983 can be parsed back to the number.
1984 (main): Add a couple of further tests.
1985
43b76828
UD
19862007-06-04 Jakub Jelinek <jakub@redhat.com>
1987
1988 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
1989 (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
1990 is non-zero, but smaller than 2 * __DBL_MIN__.
1991 * stdio-common/tst-sprintf2.c: New test.
1992 * stdio-common/Makefile (tests): Add tst-sprintf2.
1993
1994 * math/test-misc.c (main): Don't run last batch of tests with
1995 IBM long double format.
1996
04067002
UD
19972007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
1998
1999 * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
2000 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
2001 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
2002 * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
2003 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
2004 * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
2005 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
2006 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
2007 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
2008 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
2009 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
2010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
2011 New file.
2012 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
2013 New file.
2014 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
2015 New file.
2016 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
2017 New file.
2018 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
2019 New file.
2020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
2021 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
2022 New file.
2023 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
2024 New file.
2025 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
2026 New file.
2027 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
2028 New file.
2029 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
2030 New file.
2031
20322007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
2033
2034 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
2035 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
2036 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
2037 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
2038 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
2039 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
2040 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
2041 * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
2042
20432007-05-22 Steven Munroe <sjmunroe@us.ibm.com>
2044
2045 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
2046 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2047 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
2048 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2049 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
2050 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2051 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
2052 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
2053
20542007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
2055
2056 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
2057 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
2058 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
2059 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
2060
20612007-03-15 Steven Munroe <sjmunroe@us.ibm.com>
2062
2063 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
2064 [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
2065
20662006-02-13 Steven Munroe <sjmunroe@us.ibm.com>
2067
2068 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
2069 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
2070 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
2071 * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
2072
20732006-10-20 Steven Munroe <sjmunroe@us.ibm.com>
2074
2075 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
2076 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
2077
20782006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
2079
2080 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
2081 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
2082
2083 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
2084 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
2085 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
2086 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
2087
20882006-09-29 Steven Munroe <sjmunroe@us.ibm.com>
2089
2090 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
2091 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
2092 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
2093 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
2094
20952006-09-28 Steven Munroe <sjmunroe@us.ibm.com>
2096
2097 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
2098 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
2099 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
2100 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
2101 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
2102 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
2103
21042006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
2105
2106 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
2107 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
2108 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
2109 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
2110
21112006-06-15 Steven Munroe <sjmunroe@us.ibm.com>
2112
2113 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
2114 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
2115 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
2116 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
2117 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
2118 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
2119 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
2120 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
2121 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
2122 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
2123 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
2124 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
2125 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
2126 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
2127 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
2128 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
2129
21302006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
2131
2132 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
2133 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
2134
21352007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
2136
2137 * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
2138 * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
2139
21402007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
2141
2142 * sysdeps/powerpc/powerpc32/970/Implies: New file.
2143 * sysdeps/powerpc/powerpc32/power5/Implies: New file.
2144 * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
2145 * sysdeps/powerpc/powerpc32/power6/Implies: New file.
2146 * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
2147 * sysdeps/powerpc/powerpc64/970/Implies: New file.
2148 * sysdeps/powerpc/powerpc64/power5/Implies: New file.
2149 * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
2150 * sysdeps/powerpc/powerpc64/power6/Implies: New file.
2151 * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
2152
21532007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
2154
2155 * sysdeps/powerpc/powerpc32/power4/memset.S: New file
2156
21572007-03-13 Steven Munroe <sjmunroe@us.ibm.com>
2158
2159 * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
2160 branch miss-predicts. Ensure that cache line crossing does not impact
2161 dispatch grouping.
2162
21632006-12-13 Steven Munroe <sjmunroe@us.ibm.com>
2164
2165 * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
2166 "../../powerpc32/power4/memcopy.h".
2167 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
2168 "../../powerpc32/power4/wordcopy.c".
2169
21702006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
2171
2172 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
2173 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
2174 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
2175 * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
2176 * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
2177 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
2178
21792006-09-10 Steven Munroe <sjmunroe@us.ibm.com>
2180
2181 * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
2182
21832006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
2184
2185 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
2186 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
2187 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
2188 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
2189 * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
2190 * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
2191 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
2192 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
2193
21942006-07-06 Steven Munroe <sjmunroe@us.ibm.com>
2195
2196 * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
2197
21982006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
2199
2200 * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
2201 * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
2202 * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
2203 * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
2204 * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
2205 * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
2206 * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
2207
5b55e1d3
RM
22082007-05-29 Roland McGrath <roland@redhat.com>
2209
2210 * po/Makefile (po-sed-cmd): New variable.
2211 (libc.pot.files): Move sed command text in there, avoid \ inside ''.
2212
5da4373c
UD
22132007-05-29 Ulrich Drepper <drepper@redhat.com>
2214
4b5e7304
UD
2215 * crypt/md5-crypt.c: Fix comment.
2216
5da4373c
UD
2217 * nscd/nscd_helper.c (get_mapping): Handle short replies instead
2218 of crashing. When this is the case or if the reply is malformed,
2219 don't try to close the new file descriptor since it does not
2220 exist.
2221 Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
2222
40f57573
UD
22232007-05-28 Jakub Jelinek <jakub@redhat.com>
2224
2225 * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
2226 if __NR_utimensat is not defined.
2227
6df7ffad
UD
22282007-05-26 Ulrich Drepper <drepper@redhat.com>
2229
2230 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
2231
47ad95ab
UD
22322007-05-25 Jakub Jelinek <jakub@redhat.com>
2233
2234 * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
2235 (open): Fix comment typos. Don't call __open_2 if flags
2236 is a compile time constant without O_CREAT.
2237 (__open64_2): Add nonnull attribute.
2238 (open64): Fix comment typos. Don't call __open64_2 if flags
2239 is a compile time constant without O_CREAT.
2240 (__openat_2): Add nonnull attribute, fix nonnull attribute
2241 on redirect.
2242 (openat): Fix comment typos. Don't call __openat_2 if flags
2243 is a compile time constant without O_CREAT.
2244 (__openat64_2): Add nonnull attribute, fix nonnull attribute
2245 on redirect.
2246 (openat64): Fix comment typos. Don't call __openat64_2 if flags
2247 is a compile time constant without O_CREAT.
2248
ddfd0535
UD
22492007-05-24 Ulrich Drepper <drepper@redhat.com>
2250
2251 * Makerules (sysd-rules): Define PTW for ptw-* files.
2252 * Versions: Define GLIBC_2.7 for libc.
2253 * include/stdio.h: Declare __fortify_fail.
2254 * debug/fortify_fail.c: New file.
2255 * debug/Makefile (routines): Add fortify_fail.
2256 * debug/chk_fail.c: Use __fortify_fail.
2257 * debug/stack_chk_fail.c: Likewise.
2258 * io/Versions: Export __open_2, __open64_2, __openat_2, and
2259 __openat64_2 for GLIBC_2.7.
2260 * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
2261 * io/open.c: Define *_2 variant of function which checks for O_CREAT
2262 and fails if necessary.
2263 * io/open64.c: Likewise.
2264 * io/openat.c: Likewise.
2265 * io/openat64.c: Likewise.
2266 * sysdeps/unix/sysv/linux/open64.c: Likewise.
2267 * sysdeps/unix/sysv/linux/openat.c: Likewise.
2268 * sysdeps/unix/sysv/linux/openat64.c: Likewise.
2269 * io/bits/fcntl2.h: New file.
2270 * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
2271 __openat64_2.
2272 * include/bits/fcntl2.h: New file.
2273 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2274 Add open_2.
2275 * sysdeps/unix/sysv/linux/open_2.c: New file.
2276
bfe6f5fa
UD
22772007-05-21 Ulrich Drepper <drepper@redhat.com>
2278
6d59823c
UD
2279 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
2280 as second parameter to handle_intel.
2281
e2b1e343
UD
2282 * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
2283 the entry.
2284
bfe6f5fa
UD
2285 * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
2286 handling to ...
2287 * sysdeps/x86_64/cacheinfo.c: ... here. New file.
2288 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
2289 cacheinfo.
2290 * sysdeps/x86_64/memcpy.S: Complete rewrite.
2291 * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
2292 Patch by Evandro Menezes <evandro.menezes@amd.com>.
2293
2294 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
2295
1f4843fb
UD
22962007-05-21 Jakub Jelinek <jakub@redhat.com>
2297
2c2c003a
UD
2298 [BZ #4525]
2299 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
2300 * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
2301 * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
2302
2303 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
2304
af269dd9
UD
2305 [BZ #4514]
2306 * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
2307 reinitialize workend at the start of each do_positional format spec
2308 loop, free workstart before do_positional loops.
2309 (printf_unknown): Fix size of work_buffer.
2310 * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
2311
1f4843fb
UD
2312 * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
2313 (public_sET_STATe): If ms->version < 3, put all chunks into
2314 unsorted chunks and clear {fd,bk}_nextsize fields of largebin
2315 chunks.
2316
2317 * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
2318 * malloc/hooks.c: Likewise.
2319 * malloc/arena.c: Likewise.
2320 * malloc/malloc.c (do_check_malloc_state): Don't assert
2321 n_mmaps is not greater than n_mmaps_max. This removes the need
2322 for the previous change.
2323
2324 * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
2325 2007-05-07 commit.
2326
12e8bbff
UD
23272007-05-19 Ulrich Drepper <drepper@redhat.com>
2328
2329 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
2330 Define for kernel >= 2.6.22.
69e5cbf5 2331
12e8bbff 23322007-05-18 Ulrich Drepper <drepper@redhat.com>
6d59823c 2333
df94b641
UD
2334 * elf/dl-close.c (_dl_close_worker): When removing object from
2335 global scope, wait for all lookups to finish afterwards.
2336 * elf/dl-open.c (add_to_global): When global scope array must
2337 grow, allocate a new one and free old array only after all
2338 lookups finish.
2339 * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
2340 (_dl_lookup_symbol_x): Likewise.
2341 * elf/dl-support.c: Define _dl_wait_lookup_done.
2342 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
2343 _dl_wait_lookup_done.
2344
2acd01ac
UD
2345 * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
2346 not overlapping with arena.
2347
129abdd3
UD
2348 * malloc/mcheck.c (reallochook): If size==0, free the block.
2349
eb4b098a
UD
2350 * rt/tst-shm.c: Use fstat64 instead of fstat.
2351
69e5cbf5
UD
2352 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
2353 __NR_sync_file_range is not defined.
2354
a2ccc760
UD
23552007-05-17 Ulrich Drepper <drepper@redhat.com>
2356
bec51a30
UD
2357 Dummy files to prevent stub versions from being used.
2358 * sysdeps/x86_64/fpu/k_cosl.c: New file.
2359 * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
2360 * sysdeps/x86_64/fpu/k_sinl.c: New file.
2361 * sysdeps/x86_64/fpu/k_tanl.c: New file.
2362
a2ccc760
UD
2363 * version.h (VERSION): Set to 2.6.90.
2364
1a31b586
UD
23652007-05-14 Ulrich Drepper <drepper@redhat.com>
2366
a2ccc760
UD
2367 * version.h (VERSION): Define to 2.6.
2368 * include/features.h (__GLIBC_MINOR__): Define to 6.
2c1d6172 2369
1d47e92f
UD
2370 * malloc/malloc.c: Use all small bin slots on 64-bit archs.
2371
2372 * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
2373 sizes.
366ad8fd 2374
1a31b586 23752007-05-13 Ulrich Drepper <drepper@redhat.com>
87e66335 2376
366ad8fd
UD
2377 * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
2378 number of mmaps. n_mmaps_max is the target.
2379 * malloc/hooks.c: Likewise.
2380 * malloc/arena.c: Likewise.
2381
11ed6713
AJ
23822007-05-12 Andreas Jaeger <aj@suse.de>
2383
2384 * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
2385 getpid.
2386
d65ef3dd
UD
23872007-05-11 Ulrich Drepper <drepper@redhat.com>
2388
2e81d449
UD
2389 * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
2390 adding new variables.
2391
d65ef3dd 2392 * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
2e81d449 2393 optimize. Completely extend global scope array before making the
d65ef3dd
UD
2394 new entries visible.
2395
c27d2078
UD
23962007-05-10 Ulrich Drepper <drepper@redhat.com>
2397
341c566f
UD
2398 * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
2399 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
2400 tst-getcpu.
2401
2402 * include/link.h: Move l_version and l_nversion members around to
2403 fill gaps.
2404
a53fa282
UD
2405 * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
2406
3771196d
UD
2407 * sysdeps/unix/sysv/linux/sched_setaffinity.c
2408 (__sched_setaffinity_new): If syscall was successful and
2409 RESET_VGETCPU_CACHE is defined, use it before returning.
2410 * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
2411
f9bf102d
UD
2412 * io/sys/stat.h: Make sure struct timespec is defined for
2413 __USE_ATFILE.
2414
c27d2078
UD
2415 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
2416 UTIME_OMIT.
2417 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2418 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2419 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
2420 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2421 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
2422 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2423 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
2424 * io/sys/stat.h: Declare utimensat, futimens.
2425 * io/utimensat.c: New file.
2426 * io/futimens.c: New file.
2427 * sysdeps/unix/sysv/linux/utimensat.c: New file.
2428 * sysdeps/unix/sysv/linux/futimens.c: New file.
2429 * io/Makefile (routines): Add utimensat, futimens.
2430 * io/Versions: Add utimensat, futimens to GLIBC_2.6.
2431 * sysdeps/unix/sysv/linux/lutimes.c: New file.
2432 * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
2433 available.
2434
2435 * include/sys/cdefs.h: Redefine __nonnull so that test for
2436 incorrect parameters in the libc code itself are not omitted.
2437
cf6b0980
JJ
24382007-05-09 Jakub Jelinek <jakub@redhat.com>
2439
c1dfd7e6
JJ
2440 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
2441 exception in addition to inexact when asked to raise only FE_INEXACT.
2442
cf6b0980
JJ
2443 [BZ #3427]
2444 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
2445 in *envp.
2446
df7b6fea
UD
24472007-05-07 Ulrich Drepper <drepper@redhat.com>
2448
2449 [BZ #4403]
2450 * string/strfry.c (strfry): Make result more random.
2451
37f40235
RH
24522007-05-07 Richard Henderson <rth@redhat.com>
2453
2454 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
2455 if __NO_LONG_DOUBLE_MATH.
2456 * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
df7b6fea 2457 available in the compiler, add .arch directive to the assembly.
37f40235
RH
2458
24592007-05-07 Jakub Jelinek <jakub@redhat.com>
2460
2461 * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
2462 compat_symbol to GLIBC_2_1.
2463 * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
2464 * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
2465 * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
2466 * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
2467 * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
2468 * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
2469 * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
2470 libc, not libm.
2471 (__isnanl): New compat_symbol.
2472
c7fd3362
JJ
24732007-05-07 Ulrich Drepper <drepper@redhat.com>
2474 Jakub Jelinek <jakub@redhat.com>
2475
2476 * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
2477 (new_heap): Initialize mprotect_size.
2478 (grow_heap): When growing, only mprotect from mprotect_size till
2479 new_size if mprotect_size is smaller. When shrinking, use PROT_NONE
2480 MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
2481
4a59e9ad 24822007-04-30 Steven Munroe <sjmunroe@us.ibm.com>
37f40235 2483 Peter Bergner <bergner@us.ibm.com>
4a59e9ad
UD
2484
2485 * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
2486 Define FE_NOMASK_ENV as FE_EANBLED_ENV. Define FE_MASK_ENV.
2487 * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
2488 * sysdeps/powerpc/fpu/fe_mask.c: New file.
2489 * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
2490 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
2491 Call __fe_mask_env() if all FP exceptions disabled.
2492 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
2493 from old FPSCR to new fenv to propagate DFP rounding modes.
2494 Call __fe_mask_env() if FP exceptions previously enabled.
2495 * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
2496 exceptions from env. Use __fe_nomask_env() or __fe_mask_env() when
2497 transitioning from all exceptions disabled to any exception enabled
2498 or visa versa.
2499 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
2500 merge exceptions from env. Call __fe_nomask_env or __fe_mask_env
2501 when transitioning from all exceptions disabled to any exception
2502 enabled or visa versa.
2503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
2504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
2505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
2506 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
2507 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
2508 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
2509
aa75f64c
UD
25102007-05-06 Ulrich Drepper <drepper@redhat.com>
2511
15eca720 2512 [BZ #4465]
aa75f64c
UD
2513 * posix/unistd.h: Remove __THROW from fdatasync.
2514
711deb05
UD
25152007-05-06 Mike Frysinger <vapier@gentoo.org>
2516
15eca720 2517 [BZ #4465]
711deb05
UD
2518 * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
2519
ffecd39b
UD
25202007-05-06 Ulrich Drepper <drepper@redhat.com>
2521
49a8eb75
UD
2522 * stdio-common/vfprintf.c (process_string_arg): Optimize
2523 ridiculous precision in wide char code printing multi-byte string.
2524 Reported by Jim Meyering <jim@meyering.net>.
2525
ffecd39b
UD
2526 [BZ #4131]
2527 * elf/dl-addr.c (_dl_addr): Compare address with actual segment
2528 boundaries to work around systems with overlapping binary loading.
2529 Based on a patch by Suzuki <suzuki@in.ibm.com>.
2530
b16dba4c
UD
25312007-05-04 Ulrich Drepper <drepper@redhat.com>
2532
30b323ab
UD
2533 * stdio-common/vfprintf.c (process_string_arg): Adjust call to
2534 __mbsnrtowcs after last change.
2535
b16dba4c
UD
2536 * locale/programs/linereader.c (get_symname): Fix adding final NUL.
2537 (get_ident): Likewise.
2538
37002cbc
JJ
25392007-05-03 Jakub Jelinek <jakub@redhat.com>
2540
2541 * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
2542 with setting the sticky bit.
2543 * math/test-misc.c (main): Add more truncation tests.
2544
25452007-04-14 Uros Bizjak <ubizjak@gmail.com>
2546
2547 * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
2548 double in the function declaration.
2549 * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
2550 double in the function declaration.
2551 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
2552 float in the function declaration.
2553 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
2554 float in the function declaration.
2555
2556 * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
2557 denormal operands. Do not generate FP_EX_DENORM exception.
2558 (FP_UNPACK_RAW_EP): Ditto.
2559 (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
2560 undefined _FP_UNPACK_RAW_E.
2561 (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
2562 undefined _FP_UNPACK_RAW_EP.
2563 (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
2564 undefined _FP_PACK_RAW_E.
2565 (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
2566 undefined _FP_PACK_RAW_EP.
2567
d9ac82d0
UD
2568 * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
2569 _FP_FRAC_COPY_2.
2570 * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
2571 _FP_FRAC_COPY_4.
37002cbc
JJ
2572
25732007-04-16 Uros Bizjak <ubizjak@gmail.com>
2574 Jakub Jelinek <jakub@redhat.com>
2575
2576 * soft-fp/op-common.h (FP_EXTEND): Do not abort when
2577 _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs. Handle denormals for
2578 this case.
2579 * soft-fp/op-common.h (FP_TRUNC): Ditto.
2580
002f0b0b
JJ
25812007-05-03 Jakub Jelinek <jakub@redhat.com>
2582
2583 * math/test-misc.c (main): Add tests for rounding long double
2584 values close to smallest double denormalized value to double.
2585
25862007-04-30 Joseph Myers <joseph@codesourcery.com>
2587
2588 * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
2589 condition for truncating to 0. Set sticky bit for such
2590 truncation.
2591
57433ede
UD
25922007-05-02 Jakub Jelinek <jakub@redhat.com>
2593
2594 * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
2595 fixed length array for ignore.
2596
c01c2455
UD
25972007-04-30 Ulrich Drepper <drepper@redhat.com>
2598
2599 [BZ #4438]
2600 * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
2601 stack for large precisions.
1cb04337
UD
2602 * stdio-common/test-vfprintf.c (main): Add test for large
2603 precision.
c01c2455 2604
37f02b1d
UD
26052007-04-30 Jakub Jelinek <jakub@redhat.com>
2606
b866373d
UD
2607 * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
2608 for exponent 0.
2609 * stdio-common/tfformat.c (sprint_doubles): Add a new test.
2610
37f02b1d
UD
2611 [BZ #4439]
2612 * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
2613 account in the size check.
2614 * resolv/tst-inet_ntop.c: New test.
2615 * resolv/Makefile (tests): Add tst-inet_ntop.
2616
7ecfbd38
UD
26172007-04-30 Ulrich Drepper <drepper@redhat.com>
2618 Jakub Jelinek <jakub@redhat.com>
2619
2620 [BZ #4349]
2621 * malloc/malloc.c: Keep separate list for first blocks on the bin
2622 lists with a given size. This helps skipping over list elements
2623 we know won't fit in two places.
2624 Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
2625
e53f0f51
UD
26262007-04-28 Ulrich Drepper <drepper@redhat.com>
2627
2628 [BZ #4102]
2629 * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
2630 label to Teredo tunnel addresses 2001://32.
2631
109f51f2
UD
26322007-04-27 Ulrich Drepper <drepper@redhat.com>
2633
762422d1
UD
2634 * locale/programs/ld-collate.c (collate_read): Allow order_start
2635 after copy.
2636
61d5a67f
UD
2637 * locale/programs/ld-collate.c (collate_read): Fix printing of
2638 error message.
2639
2640 [BZ #3213]
2641 * locale/C-translit.h.in: Add entry for U2044.
2642
109f51f2
UD
2643 [BZ #4342]
2644 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
2645 hexa-decimal floats without exponent.
2646 * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
2647
ec08f13d
UD
26482007-04-25 Ulrich Drepper <drepper@redhat.com>
2649
2650 * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
2651 * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
2652 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
2653 * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
2654 GLIBC_2.6.
bce20b9a
UD
2655 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
2656 Add sched_getcpu.
ec08f13d 2657
41967e1c
JJ
26582007-04-25 Jakub Jelinek <jakub@redhat.com>
2659
2660 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
2661 of 0 after the out_fail label.
2662
ba508da3
UD
26632007-04-25 Ulrich Drepper <drepper@redhat.com>
2664
2665 [BZ #4406]
109f51f2 2666 * iconv/gconv_charset.h (strip): Allow ':'.
ba508da3
UD
2667 * iconv/iconv_open.c (iconv_open): Adjust comment.
2668
9c8d03d9
JJ
26692007-04-25 Jakub Jelinek <jakub@redhat.com>
2670
2671 * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
2672 version.
2673
2f1687b9
UD
26742007-04-23 Jakub Jelinek <jakub@redhat.com>
2675
2676 [BZ #4381]
2677 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
2678 alignment of buffer and tmp_buffer.
2679 * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
2680 internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
2681 alignment of buffer.
2682 * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise. Handle buflen
2683 bigger than INT_MAX.
2684 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise. Add errnop and
2685 h_errnop arguments. Fail if buflen is too small.
2686 (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
2687
b64a9db8
JJ
26882007-04-23 Jakub Jelinek <jakub@redhat.com>
2689
2690 [BZ #4405]
2691 * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
2692 name. Patch by Aurelien Jarno <aurelien@aurel32.net>.
2693
4d3144c9
RM
26942007-04-22 Roland McGrath <roland@redhat.com>
2695
2696 * elf/elf.h (NT_PRXFPREG): New macro.
2697
767b40bf
AJ
26982007-04-19 Andreas Jaeger <aj@suse.de>
2699
2700 [BZ #3905]
2701 * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
2702 IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
2703 Added.
2704
2592d1ec
UD
27052007-04-19 Ulrich Drepper <drepper@redhat.com>
2706
2707 * include/sys/mman.h: Mark madvise hidden.
d07d044e 2708 * misc/madvise.c: Add libc_hidden_def.
2592d1ec 2709
7ab174ed
UD
27102007-04-06 Jakub Jelinek <jakub@redhat.com>
2711
2712 * nis/nis_domain_of.c (__nis_domain_of): New function.
2713 * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
2714 * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
2715 * nis/nis_call.c (rec_dirsearch): Likewise.
2716 (first_shoot): Likewise. Remove search_parent_first argument.
2717 (struct nis_server_cache): Rename search_parent_first field
2718 to search_parent.
2719 (nis_server_cache_search, nis_server_cache_add): Rename
2720 search_parent_first argument to search_parent.
2721 (__nisfind_server): Likewise. If search_parent, call
2722 __nis_domain_of.
2723
b17c265f
UD
27242007-04-18 Ulrich Drepper <drepper@redhat.com>
2725
2726 * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
2727
b7674b11
UD
27282007-04-17 Ulrich Drepper <drepper@redhat.com>
2729
2730 [BZ #4368]
2731 * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
2732
faf3ad69
UD
27332007-04-16 Ulrich Drepper <drepper@redhat.com>
2734
2735 [BZ #4364]
2736 * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
2737
c14f245c
UD
27382007-04-15 Jakub Jelinek <jakub@redhat.com>
2739
2740 * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
2741 INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
2742 current number of locales in SUPPORTED.
2743 (create_archive): Initialize serial.
2744 (enlarge_archive): Preserve aliases rather than duplicating
2745 their locrecs.
2746
d40e67f5
UD
27472007-04-13 Jakub Jelinek <jakub@redhat.com>
2748
993a5d66
UD
2749 * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
2750 after _IO_un_link, not before it.
2751
d40e67f5
UD
2752 * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
2753 special case handling when wcp == wstartp + 1. Fix a comment typo.
2754 * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
2755
0fca3153
UD
27562007-03-30 Jakub Jelinek <jakub@redhat.com>
2757
2758 * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
2759 __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
2760 _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
2761 Remove __THROW.
2762 * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
2763 _IO_file_xsgetn_maybe_mmap): Likewise.
2764 * libio/oldfileops.c (old_do_write): Likewise.
2765 * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
2766 _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
2767 _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
2768 _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
2769 _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
2770 _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
2771 _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
2772 _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
2773 _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
2774 _IO_file_underflow, _IO_file_underflow_mmap,
2775 _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
2776 _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
2777 _IO_file_sync, _IO_file_close_it, _IO_file_finish,
2778 _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
2779 _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
2780 _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
2781 _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
2782 _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
2783 _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
2784 _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
2785 _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
2786 _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
2787 _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
2788 _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
2789 _IO_adjust_column_internal, _IO_default_uflow_internal,
2790 _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
2791 _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
2792 _IO_file_setbuf_internal, _IO_file_seekoff_internal,
2793 _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
2794 _IO_file_close_it_internal, _IO_file_underflow_internal,
2795 _IO_file_overflow_internal, _IO_file_attach_internal,
2796 _IO_file_fopen_internal, _IO_file_sync_internal,
2797 _IO_file_finish_internal, _IO_wfile_xsputn_internal,
2798 _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
2799 _IO_switch_to_wget_mode_internal, _IO_padn_internal,
2800 _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
2801 _IO_seekpos_unlocked): Likewise.
2802 (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
2803 _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
2804
07358add
JJ
28052007-04-16 Jakub Jelinek <jakub@redhat.com>
2806
2807 * locale/programs/locarchive.c (show_archive_content): Fix sizeof
2808 argument in xmalloc size computation.
2809
7a82b74f
UD
28102007-04-01 Jakub Jelinek <jakub@redhat.com>
2811
2812 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
2813 math_opt_barrier and math_force_eval macros.
2814
3e336a87
UD
28152007-03-27 Jakub Jelinek <jakub@redhat.com>
2816
2817 [BZ #3306]
2818 * math/math_private.h (math_opt_barrier, math_force_eval): Define.
2819 * sysdeps/i386/fpu/math_private.h: New file.
2820 * sysdeps/x86_64/fpu/math_private.h: New file.
2821 * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
2822 math_force_eval macros. Use "+m" constraint on asm rather than
2823 "=m" and "m".
2824 * math/s_nextafter.c (__nextafter): Likewise.
2825 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
2826 Likewise.
2827 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
2828 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
2829 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
2830 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
2831 math_opt_barrier and math_force_eval macros.
2832 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
2833 * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
2834 * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
2835 (__nexttoward): Use math_opt_barrier and
2836 math_force_eval macros. Use "+m" constraint on asm rather than
2837 "=m" and "m". Only use asm to force double result if
2838 FLT_EVAL_METHOD is 2.
2839 * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
2840 (__nexttowardf): Use math_opt_barrier and
2841 math_force_eval macros. Use "+m" constraint on asm rather than
2842 "=m" and "m". Only use asm to force double result if
2843 FLT_EVAL_METHOD is not 0.
2844 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
2845 (__nexttowardf): Use math_opt_barrier and
2846 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
2847 x to float using asm.
2848 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
2849 (__nldbl_nexttowardf): Use math_opt_barrier and
2850 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
2851 x to float using asm.
2852 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
2853 (__nexttowardf): Use math_opt_barrier and math_force_eval
2854 macros. If FLT_EVAL_METHOD is not 0, force x to float using asm.
2855 * math/bug-nextafter.c (zero, inf): New variables.
2856 (main): Add new tests.
2857 * math/bug-nexttoward.c (zero, inf): New variables.
2858 (main): Add new tests.
2859
a8c79c40
UD
28602007-03-22 Jakub Jelinek <jakub@redhat.com>
2861
2862 [BZ #3427]
2863 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
2864 exceptions both in SW and MXCSR.
2865 * sysdeps/x86_64/fpu/feupdateenv.c: New file.
2866 * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
2867 * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2868 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2869 in MXCSR if SSE is available.
2870 * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
2871 and ldsodefs.h.
2872 (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
2873 Fix comment typo.
2874 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
2875 Return 0 rather than 1.
2876 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
2877 Remove incorrect part of a comment. Fix argument to feraiseexcept.
2878 * math/test-fenv.c (feholdexcept_tests): New function.
2879 (main): Call it.
2880
28812007-01-05 Richard B. Kreckel <kreckel@ginac.de>
2882
2883 [BZ #3427]
2884 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2885 in SW.
2886
30a3aa75
JJ
28872007-04-13 Jakub Jelinek <jakub@redhat.com>
2888
2889 [BZ #4344]
2890 * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
2891 Reported by David Anderson <davea42@earthlink.net>.
2892
75587bfe
UD
28932007-04-07 Ulrich Drepper <drepper@redhat.com>
2894
2895 * posix/sys/wait.h: Remove unnecessary forward declaration.
2896
88fa1769
JJ
28972007-04-05 Jakub Jelinek <jakub@redhat.com>
2898
2899 * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
2900 with obj->do_servers after first_shoot.
2901
eab1bdfb
UD
29022007-04-03 Ulrich Drepper <drepper@redhat.com>
2903
2904 * posix/Makefile (routines): Add sched_cpucount.
2905 (tests): Add tst-cpucount.
2906 * posix/sched_cpucount.c: New file.
2907 * posix/tst-cpucount.c: New file.
2908 * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
b4afdd06
UD
2909 * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount.
2910 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
2911 * posix/sched.h: Define CPU_COUNT.
eab1bdfb 2912
9700b039
UD
29132007-03-27 Jakub Jelinek <jakub@redhat.com>
2914
2915 * posix/fnmatch.c (STRUCT): Define.
2916 (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
2917 * posix/fnmatch_loop.c (struct STRUCT): New type.
2918 (FCT): Add ends argument. If ends != NULL and normal * is
2919 seen in the pattern, store current pattern and string pointers
2920 and return. Adjust recursive calls.
2921 (EXT): Adjust FCT callers.
2922 (STRUCT): Undef at the end of the file.
2923 * posix/Makefile (tests): Add tst-fnmatch2.
2924 * posix/tst-fnmatch2.c: New test.
2925
d64e9790
JJ
29262007-04-01 Jakub Jelinek <jakub@redhat.com>
2927
933dfe7b
JJ
2928 * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
2929 and 1 on failure.
2930
d64e9790
JJ
2931 * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
2932 Change last argument to unsigned int.
2933
e1f0c5bc
UD
29342007-03-23 Jakub Jelinek <jakub@redhat.com>
2935
2936 * scripts/check-local-headers.sh: Filter out sys/capability.h.
2937
29382007-03-22 Jakub Jelinek <jakub@redhat.com>
2939
2940 * config.h.in (HAVE_LIBCAP): Add.
2941 * nscd/selinux.h: Include sys/capability.h rather than non-existent
2942 sys/capabilities.h.
2943 * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
2944 free_caps. Cast away const from 4th cap_set_flag argument.
2945
4e87573f
UD
29462007-03-26 Ulrich Drepper <drepper@redhat.com>
2947
2948 * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
2949 GLIBC_2.6.
2950 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2951 Add sync_file_range.
2952 Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2953
fa6e3bc3
UD
29542007-03-19 Steven Munroe <sjmunroe@us.ibm.com>
2955
2956 * sysdeps/powerpc/bits/atomic.h
2957 [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
2958 [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
2959 (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2960 (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
2961 (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2962 (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
2963 * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
2964 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2965 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2966 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2967 * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
2968 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2969 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2970 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2971 (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2972 (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
2973 (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2974 (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
2975 (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2976 (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
2977
29782007-03-20 Jakub Jelinek <jakub@redhat.com>
c7693af7
UD
2979
2980 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2981 (__cache_line_size): Define the variable here. Add
2982 attribute_hidden, remove weak_extern.
2983 (__libc_start_main): Set __cache_line_size
2984 unconditionally.
2985 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2986 (__cache_line_size): Define the variable here. Add
2987 attribute_hidden, remove weak_extern.
2988 (DL_PLATFORM_AUXV): Set __cache_line_size
2989 unconditionally.
2990 * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
2991 weak_extern, add attribute_hidden.
2992 (__elf_machine_runtime_setup): Assume __cache_line_size is always
2993 defined in ld.so.
2994 * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
2995 definition.
2996 * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
2997
0479e581
JJ
29982007-03-26 Jakub Jelinek <jakub@redhat.com>
2999
3000 [BZ #4276]
3001 * timezone/africa: Update from tzdata2007d.
3002 * timezone/asia: Likewise.
3003 * timezone/australasia: Likewise.
3004 * timezone/backward: Likewise.
3005 * timezone/europe: Likewise.
3006 * timezone/iso3166.tab: Likewise.
3007 * timezone/leapseconds: Likewise.
3008 * timezone/northamerica: Likewise.
3009 * timezone/southamerica: Likewise.
3010 * timezone/zone.tab: Likewise.
3011
3012 * timezone/private.h: Update from tzcode2007d.
3013 * timezone/zdump.c: Likewise.
3014 * timezone/zic.c: Likewise.
3015
697d37b1
JJ
30162007-03-21 Jakub Jelinek <jakub@redhat.com>
3017
3018 * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
3019 (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
3020 variables.
3021 (nis_server_cache_search, nis_server_cache_add): New functions.
3022 (__nisfind_server): Use them. Add dbp and flags argument, if
3023 call __nisbind_create.
3024 (__nisbind_create): Add server_used and current_ep arguments,
3025 only call __nis_findfastest if server_used is ~0.
3026 (__do_niscall2, __prepare_niscall): Adjust callers.
3027 (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
3028 ckey_cache_euid, ckey_cache_lock): New variables.
3029 (get_ckey): New function.
3030 (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
3031 __pmap_getnisport. Save __pmap_getnisport result in
3032 dbp->addr.sin_port if non-zero. Use get_ckey to create conversation
3033 key.
3034 * nis/nis_lookup.c (nis_lookup): Likewise.
3035 * nis/nis_table.c (nis_list): Likewise.
3036 * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
3037 prototypes.
3038
3039 * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
3040 _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
3041 * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
3042 _nss_nisplus_getservbyport_r): Likewise.
3043 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
3044 _nss_nisplus_getnetbyaddr_r): Likewise.
3045 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
3046 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
3047 _nss_nisplus_getntohost_r): Likewise.
3048 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
3049 _nss_nisplus_getrpcbynumber_r): Likewise.
3050
06029c20
JJ
30512007-03-20 Jakub Jelinek <jakub@redhat.com>
3052
371f84a4
JJ
3053 * configure.in (libc_cv_gnu89_inline): Only do compile test.
3054 * configure: Rebuilt.
3055
06029c20
JJ
3056 * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
3057 bit-fields.
3058 * soft-fp/extended.h (_FP_UNION_E): Likewise.
3059
30602006-06-07 Joseph Myers <joseph@codesourcery.com>
3061
3062 [BZ #2831]
3063 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
3064 bit-fields.
3065
addc8335
UD
30662007-03-18 Jakub Jelinek <jakub@redhat.com>
3067
3068 * nscd/gai.c: Include alloca.h.
3069 (__libc_use_alloca): Define.
3070
b037a293
UD
30712007-03-16 Jakub Jelinek <jakub@redhat.com>
3072
965cba04
UD
3073 * elf/dl-open.c (dl_open_worker): Declare l in 2 different
3074 smaller scopes.
3075 * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
3076 (DL_DST_REQUIRED): Adjust user.
3077
3078 * include/dlfcn.h (struct link_map): New forward decl.
3079
3080 * inet/getnameinfo.c: Include stddef.h.
3081 (getnameinfo): Use offsetof.
3082
3083 * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
3084
3085 * stdio-common/vfprintf.c (_itoa): Undef before redefining.
3086
3087 * string/strerror_l.c: Include stdlib.h.
3088
b037a293
UD
3089 * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
3090 * config.make.in (gnu89-inline-CFLAGS): New variable.
3091 * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
3092 -std=gnu99.
3093 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
3094 * argp/argp.h: Use it.
3095 * bits/mathinline.h: Likewise.
3096 * bits/sigset.h: Likewise.
3097 * bits/string.h: Likewise.
3098 * ctype/ctype.h: Likewise.
3099 * hurd/hurd.h: Likewise.
3100 * hurd/hurd/fd.h: Likewise.
3101 * hurd/hurd/port.h: Likewise.
3102 * hurd/hurd/signal.h: Likewise.
3103 * hurd/hurd/threadvar.h: Likewise.
3104 * hurd/hurd/userlink.h: Likewise.
3105 * io/sys/stat.h: Likewise.
3106 * libio/bits/stdio.h: Likewise.
3107 * libio/bits/stdio2.h: Likewise.
3108 * mach/lock-intern.h: Likewise.
3109 * mach/mach/mig_support.h: Likewise.
3110 * math/bits/cmathcalls.h: Likewise.
3111 * posix/bits/unistd.h: Likewise.
3112 * socket/bits/socket2.h: Likewise.
3113 * stdlib/bits/stdlib.h: Likewise.
3114 * stdlib/stdlib.h: Likewise.
3115 * string/argz.h: Likewise.
3116 * string/bits/string2.h: Likewise.
3117 * string/bits/string3.h: Likewise.
3118 * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
3119 * sysdeps/generic/inttypes.h: Likewise.
3120 * sysdeps/generic/machine-lock.h: Likewise.
3121 * sysdeps/generic/machine-sp.h: Likewise.
3122 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
3123 * sysdeps/i386/i486/bits/string.h: Likewise.
3124 * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
3125 * sysdeps/mach/alpha/machine-lock.h: Likewise.
3126 * sysdeps/mach/alpha/machine-sp.h: Likewise.
3127 * sysdeps/mach/i386/machine-lock.h: Likewise.
3128 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
3129 * sysdeps/mach/powerpc/machine-sp.h: Likewise.
3130 * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
3131 * sysdeps/s390/bits/string.h: Likewise.
3132 * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
3133 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
3134 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3135 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
3136 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3137 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
3138 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
3139 * wcsmbs/bits/wchar2.h: Likewise.
3140 * wcsmbs/wchar.h: Likewise.
3141 * stdlib/gmp.h: Likewise. Include <features.h> to get
3142 __extern_inline definition.
3143
6b2665f5
UD
31442007-03-15 Jakub Jelinek <jakub@redhat.com>
3145
b037a293
UD
3146 * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
3147 NULL.
3148
6b2665f5
UD
3149 [BZ #3919]
3150 * math/libm-test.inc (log_test): Test -Inf and NaN.
3151 (log10_test, log1p_test, log2_test): Test -Inf.
3152 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
3153 FE_INVALID when argument is qNaN.
3154 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
3155 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
3156 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3157 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
3158 andb $1, %ah with testb $1, %ah, don't test for parity, instead
3159 testb $4, %ah and jump if non-zero.
3160 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3161 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
3162
44969f17
UD
3163 [BZ #4101]
3164 * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
3165 ancestors with the same depths.
3166 Patch by Niels Moeller <nisse@lysator.liu.se>.
3167 (filter_doc): Don't crash if argp is NULL.
3168 * argp/Makefile (tests): Add tst-argp2.
3169 * argp/tst-argp2.c: New test.
3170
05eb8975
UD
3171 [BZ #4130]
3172 * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
3173 open_not_cancel_2.
3174 (updwtmp_file): Likewise.
3175
6cb988fa
UD
3176 [BZ #4181]
3177 * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
3178 (inet6_opt_append): Don't check extlen is big enough if extbuf
3179 is NULL.
3180 (inet6_opt_finish): Likewise.
3181 * inet/Makefile (tests): Add test-inet6_opt.
3182 * inet/test-inet6_opt.c: New test.
3183
3184 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
3185 reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
3186 NLMSG_ERR. Instead use a page sized buffer.
3187 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
3188 buffer.
3189
aea1d19e
RH
31902007-03-14 Richard Henderson <rth@redhat.com>
3191
b6df547c
RH
3192 * sysdeps/alpha/fpu/s_llround.c: New file.
3193 * sysdeps/alpha/fpu/s_llroundf.c: New file.
3194 * sysdeps/alpha/fpu/s_lround.c: New file.
3195 * sysdeps/alpha/fpu/s_lroundf.c: New file.
3196 * sysdeps/alpha/fpu/s_round.c: New file.
3197 * sysdeps/alpha/fpu/s_roundf.c: New file.
3198 * sysdeps/alpha/fpu/s_trunc.c: New file.
3199 * sysdeps/alpha/fpu/s_truncf.c: New file.
3200
aea1d19e
RH
3201 * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
3202 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
3203 * sysdeps/alpha/fpu/s_floor.c: Likewise.
3204 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
3205 * sysdeps/alpha/fpu/s_rint.c: Likewise.
3206 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
3207
3208 * sysdeps/alpha/fpu/s_fmax.S: New file.
3209 * sysdeps/alpha/fpu/s_fmaxf.S: New file.
3210 * sysdeps/alpha/fpu/s_fmin.S: New file.
3211 * sysdeps/alpha/fpu/s_fminf.S: New file.
3212 * sysdeps/alpha/fpu/s_isnan.c: New file.
3213 * sysdeps/alpha/fpu/s_isnanf.c: New file.
3214 * sysdeps/alpha/fpu/s_llrint.c: New file.
3215 * sysdeps/alpha/fpu/s_llrintf.c: New file.
3216 * sysdeps/alpha/fpu/s_lrint.c: New file.
3217 * sysdeps/alpha/fpu/s_lrintf.c: New file.
3218 * sysdeps/alpha/fpu/s_nearbyint.c: New file.
3219 * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
3220
3221 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
3222 (__fdimf, fdimf, __fdim, fdim): Remove.
3223 (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
3224 (__isnanf, __isnan, __isnanl): New.
3225
9e43b50d
RH
32262007-03-13 Richard Henderson <rth@redhat.com>
3227
3228 * sysdeps/ieee754/ldbl-128/Makefile: New file.
3229
62789da3
RH
32302007-03-13 Richard Henderson <rth@redhat.com>
3231
3232 * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
3233 * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
3234 * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
3235 * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
3236 * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
3237 * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
3238
47dbe62b
RH
32392007-03-13 Richard Henderson <rth@redhat.com>
3240
37f40235 3241 * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
47dbe62b
RH
3242 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
3243 * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
3244 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
3245 Move to dl-auxv.h; initialize instead of extern weak.
3246 (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
3247 weak symbol.
3248 * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
3249 Extern instead of initialized.
3250
b8097bed
RH
32512007-03-13 Richard Henderson <rth@redhat.com>
3252
3253 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
3254 __sigsuspend_nocancel.
3255
6bf4a686
UD
32562007-03-06 Ulrich Drepper <drepper@redhat.com>
3257
3258 * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
3259 172.16/12 address range.
3260
0b3b1a0c
UD
32612007-03-02 Jakub Jelinek <jakub@redhat.com>
3262
3263 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
3264 a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
3265 message.
3266
8f3edfee
UD
32672007-03-01 Jakub Jelinek <jakub@redhat.com>
3268
c1c5e654 3269 [BZ #4069]
8f3edfee
UD
3270 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
3271 earlier.
3272 * math/libm-test.inc (pow_test): Add more tests involving NaNs.
3273
3274 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
3275 for x qNaN and y either +-inf or non-integer value.
3276 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
3277 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3278 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
3279
245a1481
UD
32802007-02-10 Mike Frysinger <vapier@gentoo.org>
3281
3282 * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
3283 from sysdep_headers.
3284
c217692b
UD
32852007-02-28 Jakub Jelinek <jakub@redhat.com>
3286
3287 * time/tzfile.c (find_transition): Instead of a linear search try to
3288 guess the transition index, use a linear search if the result is at
3289 most 10 transitions away from the guess or binary search otherwise.
3290
fe64626c
JJ
32912007-02-27 Jakub Jelinek <jakub@redhat.com>
3292
3293 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
3294 memory reallocation.
3295
0f7769f7
UD
32962007-02-21 Ulrich Drepper <drepper@redhat.com>
3297
621c133d
UD
3298 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
3299 and fix some typos.
3300 Optimize use of TOLOWER.
9cf147d8 3301
cdfd61e1
UD
3302 [BZ #3325]
3303 * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
3304 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
3305 * sysdeps/i386/fpu/e_fmod.S: Likewise.
3306
8889e7aa
UD
3307 [BZ #3458]
3308 * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
3309 * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
3310
63a2f305
UD
3311 [BZ #4076]
3312 * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
3313 (open_dir_stream): Likewise.
3314 * io/Makefile (tests): Add bug-ftw5.
c536b9b8 3315 * io/bug-ftw5.c: New file.
63a2f305 3316
c8703f88
UD
3317 * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
3318 * nscd/servicescache.c (cache_addserv): Likewise.
3319
3320 * nscd/grpcache.c (cache_addgr): In case a record changed on
3321 refresh, adjust key_copy.
3322
61705e06
UD
3323 [BZ #4074]
3324 * nscd/pwdcache.c (cache_addpw): In case a record changed on
3325 refresh, adjust key_copy.
3326
0f7769f7
UD
3327 [BZ #4070]
3328 * stdio-common/printf_fp.c (___printf_fp): Handle a few more
0f7769f7 3329 special cases.
8889e7aa 3330 * stdio-common/tfformat.c (sprint_doubles): Some more tests.
0f7769f7 3331
3979024a
UD
33322007-02-19 Ulrich Drepper <drepper@redhat.com>
3333
4c02bf1a
UD
3334 * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
3335 optimization.
3336
3979024a
UD
3337 * stdio-common/vfscanf.c: Small cleanups throughout.
3338
821d3e70
UD
33392007-02-18 Ulrich Drepper <drepper@redhat.com>
3340
2484468b
UD
3341 [BZ #3325]
3342 * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
3343 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
3344 * sysdeps/i386/fpu/e_fmod.S: Likewise.
3345 Patch by Jared Casper <jaredcasper@gmail.com>.
3346
858ee15d
UD
3347 * sysdeps/unix/closedir.c: Outside libc don't use locking.
3348 * sysdeps/unix/opendir.c: Likewise.
3349 * sysdeps/unix/readdir.c: Likewise.
3350
ecb72bd5
UD
3351 [BZ #2211]
3352 * stdio-common/vfscanf.c: Handle localized digits etc for floating
3353 point numbers.
3354 Patch mostly by Hamed Malek <hamed@farsiweb.info>.
3355
ac2ca022
UD
3356 * stdio-common/vfscanf.c: Fix problems in width accounting.
3357 * stdio-common/tst-sscanf.c (double_tests): New tests.
3358 (main): Hook them up.
3359
e9bb5246 3360 * stdio-common/vfscanf.c: Remove unused WIDTH handling.
da50f001 3361 More simplifications of floating-point reader.
e9bb5246 3362
821d3e70
UD
3363 * stdio-common/Makefile (tests): Add tst-swscanf.
3364 * stdio-common/tst-sscanf.c: Make tests usable for swscanf
3365 testing.
3366 * stdio-common/tst-swscanf.c: New file.
3367
07fb5185
UD
33682007-02-17 Ulrich Drepper <drepper@redhat.com>
3369
9138cc0b
UD
3370 [BZ #2633]
3371 * libio/stdio.h: Define struct _IO_FILE in global namespace.
3372 * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
3373 Remove using for __jmp_buf_tag.
3374 * locale/locale.h (struct lconv): Also define in std namespace.
3375 * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
3376
6818d837
UD
3377 [BZ #3842]
3378 * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
3379 using __libc_enable_secure.
3380
15c4b5a4
UD
3381 [BZ #3818]
3382 * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
3383
5e9e9c14
UD
3384 [BZ #3745]
3385 * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
3386 of names for ellipsises.
3387
07fb5185
UD
3388 [BZ #3348]
3389 * malloc/memusage.sh: Cleanups.
3390 * debug/xtrace.sh: Quoting and trap changes.
3391
8c6d1043
UD
33922007-02-16 Ulrich Drepper <drepper@redhat.com>
3393
07fb5185
UD
3394 * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
3395
93e66914 3396 * locale/iso-3166.def: Update entry for Serbia.
93e36434
UD
3397 * locale/iso-4217.def: Define RSD, remove CSD.
3398
ad0b348c
UD
3399 * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
3400 and 64-bit operations.
3401
3402 [BZ #4040]
3403 * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
3404 16-bit operations.
3405
8c6d1043
UD
3406 * nscd/nscd.c (parse_opt): One more conversion to use send instead
3407 of writev.
3408
987f54c6
UD
34092007-02-15 Ulrich Drepper <drepper@redhat.com>
3410
b3715c05
UD
3411 [BZ #3991]
3412 * assert/assert.h (assert): Simplify.
3413 (assert_perror): Likewise.
3414 Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
3415
6eea8e0d
UD
3416 * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
3417 reqdata.
3418
987f54c6
UD
3419 * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
3420 change: don't pass NULL in place of an integer.
3421
3dc08a7e
UD
34222007-02-02 Bruno Haible <bruno@clisp.org>
3423
06c17c78
UD
3424 [BZ #3954]
3425 * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
3426 Add mapping for U+327E.
3427 * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
3428 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
3429 mapping of 0xD9 0xE8.
3430 * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
3431 mapping of U+327E.
3432 Reported by Jungshik Shin <jungshik@google.com>.
3433
3434 [BZ #3955]
3dc08a7e
UD
3435 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
3436 mapping of 0xD9 0xE6 and of 0xD9 0xE7.
3437 Reported by Jungshik Shin <jungshik@google.com>.
3438
a810e68c
UD
34392007-02-14 Ulrich Drepper <drepper@redhat.com>
3440
3441 * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
3442 byte variants.
3443
3444 [BZ #4040]
3445 * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
3446 byte variants. Patch mostly be tom@tommay.net.
3447
05f135ba
UD
34482007-02-14 Jakub Jelinek <jakub@redhat.com>
3449
3450 [BZ #3996]
3451 * posix/glob.c (attribute_hidden): Define if not defined.
3452 (glob): Unescape dirname, filename or username when needed and not
3453 GLOB_NOESCAPE. Handle \/ correctly. Handle GLOB_MARK if filename
3454 is NULL. Handle unescaped [ in pattern without closing ].
3455 Don't pass GLOB_CHECK down to recursive glob for directories.
3456 (__glob_pattern_type): New function.
3457 (__glob_pattern_p): Implement using __glob_pattern_type.
3458 (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
3459 characters and backslashes if not GLOB_NOESCAPE or unterminated [.
3460 Remove unreachable code.
3461 * posix/globtest.sh: Add a couple of new tests.
3462
2f699967
UD
34632007-02-13 Ulrich Drepper <drepper@redhat.com>
3464
3465 * po/ru.po: Update from translation team.
3466
3a7cd5b4
JJ
34672007-02-12 Jakub Jelinek <jakub@redhat.com>
3468
3469 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
3470 to the list of i486+ CPUs.
3471 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
3472
2f978feb
UD
34732007-02-12 Ulrich Drepper <drepper@redhat.com>
3474
3475 * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
3476 * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
3477 references.
3478
2bbb7d5b
UD
34792007-02-09 Ulrich Drepper <drepper@redhat.com>
3480
5ed61e0f
UD
3481 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
3482
2bbb7d5b
UD
3483 * resolv/res_init.c (res_setoptions): Recognize edns0 option.
3484 * resolv/res_mkquery.c: Define __res_nopt.
3485 * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
3486 try adding EDNS0 record.
3487 * resolv/res_send.c (send_dg): If request failed with FORMERR and
3488 EDNS0 record was send make sure we don't try it again.
3489 * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
3490 * include/resolv.h: Declare __res_nopt.
3491
00458b5b
UD
34922007-02-08 Jakub Jelinek <jakub@redhat.com>
3493
3494 [BZ #3944]
3495 * time/strptime_l.c (__strptime_internal): Set have_mon for
3496 %b/%B/%h. Set have_mon and have_mday if tm_mon and tm_mday
3497 have been computed from tm_yday and tm_year. Don't crash
3498 in day_of_the_week or day_of_the_year if not have_mon
3499 and tm_mon contains bogus value.
3500 * time/Makefile (tests): Add tst-strptime3.
3501 * time/tst-strptime3.c: New test.
3502
784aacea
UD
35032007-02-05 Jakub Jelinek <jakub@redhat.com>
3504
3505 [BZ #3957]
3506 * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3507 bit for RE_HAT_LISTS_NOT_NEWLINE.
3508 (build_charclass_op): Remove bogus comment.
3509 * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
3510 * posix/bug-regex27.c: New test.
3511 * posix/bug-regex28.c: New test.
3512
bf7a2463
UD
35132007-02-03 Ulrich Drepper <drepper@redhat.com>
3514
3515 * po/sv.po: Update from translation team.
3516
f2ccf983
UD
35172007-02-02 Ulrich Drepper <drepper@redhat.com>
3518
3519 * nscd/nscd_helper.c (open_socket): Minor size optimization.
3520
73f50d5a
UD
35212007-02-02 Jakub Jelinek <jakub@redhat.com>
3522
3523 * include/locale.h (__uselocale): Add libc_hidden_proto.
3524 * locale/uselocale.c (__uselocale): Add libc_hidden_def.
3525
f6bf9e59
JJ
3526 * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
3527 gettimeofday.
3528
4a44ce79
UD
35292007-02-01 Ulrich Drepper <drepper@redhat.com>
3530
3531 * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
3532 returning.
3533 (PTR_DEMANGLE): Real definition now that it's not the same as
3534 PRT_MANGLE anymore.
3535 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3536
3537 * string/strerror_l.c: New file.
3538 * string/Makefile (routines): Add strerror_l.
3539 * string/string.h: Declare strerror_l.
3540 * string/Versions: Export strerror_l for GLIBC_2.6.
3541
58a2d52e
UD
35422007-01-31 Ulrich Drepper <drepper@redhat.com>
3543
3544 * nscd/nscd_helper.c (open_socket): Now takes request type and key
3545 as parameter. Construct request record. Try sending request
3546 before the first poll use, it usually succeeds. Adjust all
3547 callers.
3548 * nscd/nscd-client.h: Define MAXKEYLEN.
4a44ce79 3549 * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
58a2d52e 3550
1a77d37f
JJ
35512007-01-31 Jakub Jelinek <jakub@redhat.com>
3552
3553 * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
3554 from return value.
3555 * nscd/nscd_helper.c: Include string.h.
3556 (__nscd_cache_search): Remove const qualifier from return value.
3557 On strict alignment architectures check hash entry and data head
3558 alignment.
3559 * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
3560 mmapped data during GC cycle contains garbage. If
3561 __nscd_drop_map_ref fails, decrement mapped->counter when returning
3562 error or if retrying with NO_MAPPING, only __nscd_unmap if counter
3563 dropped to 0.
3564 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3565 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3566 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3567 * nscd/nscd_getai.c (__nscd_getai): Likewise.
3568 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3569
ee314200
UD
35702007-01-30 Ulrich Drepper <drepper@redhat.com>
3571
3572 * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
3573
14c8bf3b
UD
35742007-01-26 Ulrich Drepper <drepper@redhat.com>
3575
3576 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
3577 names not numbers in cfi_*.
3578
d2708e67
AJ
35792007-01-26 Andreas Jaeger <aj@suse.de>
3580
3581 * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
14c8bf3b 3582 ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
d2708e67
AJ
3583 Correct values of PER_HPUX and PER_OSF4.
3584
7fbc8784
UD
35852007-01-24 Ulrich Drepper <drepper@redhat.com>
3586
8aaf53ee 3587 * elf/dl-minimal.c: Undefine _itoa first.
7fbc8784
UD
3588 * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
3589 * malloc/mtrace.c: Revert last change.
3590 * posix/wordexp.c: Likewise.
3591
9d6cde3d
UD
35922007-01-24 Jakub Jelinek <jakub@redhat.com>
3593
3594 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
3595 and __geode__ to the list of i486+ CPUs.
3596 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
3597
c1f0486a
UD
35982007-01-23 Ulrich Drepper <drepper@redhat.com>
3599
3600 * stdio-common/_itoa.c: Include <limits.h>.
3601 * stdio-common/_itowa.c: Likewise.
3602
6cae3957
UD
36032007-01-22 Ulrich Drepper <drepper@redhat.com>
3604
765bbb24
UD
3605 * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
3606 platforms.
3607 * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
3608 64-bit platforms.
3609 * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
3610 possible.
3611 * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
3612 if possible.
3613
6cae3957
UD
3614 [BZ #3902]
3615 * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
3616 * stdio-common/Makefile (tests): Add bug17.
3617 * stdio-common/bug17.c: New file.
3618
ddaafd04
UD
36192007-01-19 Ulrich Drepper <drepper@redhat.com>
3620
3621 * iconvdata/brf.c: New file.
439201de
UD
3622 * iconvdata/testdata/BRF: New file.
3623 * iconvdata/testdata/BRF..UTF8: New file.
3624 Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
ddaafd04
UD
3625 * iconvdata/Makefile: Add rules to build BRF.
3626 * iconvdata/TESTS: Add BRF entry.
3627 * iconvdata/gconv-modules: Likewise.
3628 * iconvdata/tst-tables.sh: Likewise.
ddaafd04 3629
9e6e344e
UD
36302007-01-18 Anton Nikishaev <anton.nik@gmail.com>
3631
3632 * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
3633 type `long long int', not `long int'.
3634 (wcstoq): Likewise.
3635
299f7b0f
UD
36362007-01-18 Ulrich Drepper <drepper@redhat.com>
3637
3638 * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
3639 of values on 64-bit platforms which are too large.
3640
cd8127cc
JJ
36412007-01-12 Steven Munroe <sjmunroe@us.ibm.com>
3642 Joe Kerian <jkerian@us.us.ibm.com>
3643
3644 [BZ #2749]
3645 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
3646 <math_ldbl_opt.h>. Remove weak_alias. Use long_double_symbol macro.
3647 (__copysignl): Use signbit() for comparison.
3648 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
3649 SET_LDOUBLE_WORDS64.
3650
3651 [BZ #2423, #2749]
3652 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
3653 (__ceill): Remove calls to fegetround(), fesetround().
3654 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
3655 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
3656 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
3657
b3acfdf7
JJ
36582007-01-17 Jakub Jelinek <jakub@redhat.com>
3659
4a2e03c6
JJ
3660 * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
3661
b3acfdf7
JJ
3662 * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
3663
1476bce6
UD
36642007-01-17 Ulrich Drepper <drepper@redhat.com>
3665
3666 * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
3667 demangle pointer.
3668 * csu/libc-start.c: Likewise.
3669
d78bce1c
UD
36702007-01-16 Ulrich Drepper <drepper@redhat.com>
3671
3672 * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
3673 really work anyway.
3674
1bd79025
UD
36752007-01-15 Ulrich Drepper <drepper@redhat.com>
3676
000b027e
UD
3677 * nscd/connections.c (servinfo): Renamed to reqinfo. Change all
3678 users.
3679 (handle_request): Remove unnecessary tests.
3680
1bd79025
UD
3681 * nscd/cache.c (cache_add): Record the failure to add to the cache.
3682
d68f5d2c
JJ
36832007-01-15 Jakub Jelinek <jakub@redhat.com>
3684
3685 * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
3686 workbits in semi-raw fraction.
3687
3688 * math/test-misc.c: Add new tests.
3689
36902007-01-14 Steven Munroe <sjmunroe@us.ibm.com>
3691
3692 * math/basic-test.c: Include test-skeleton.c.
3693 (TEST_TRUNC): Define.
3694 (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
3695 (main): Rename to ...
3696 (do_test): ...this. Run new tests.
3697 (TEST_FUNCTION): Define.
3698
36992006-10-05 Steven Munroe <sjmunroe@us.ibm.com>
3700 Joe Kerian <jkerian@us.us.ibm.com>
3701
3702 [BZ #2749]
3703 * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
3704 handling for high words.
3705 * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
3706 and overflow for infinity.
3707
4e35ef2c
UD
37082007-01-15 Ulrich Drepper <drepper@redhat.com>
3709
2a1dea97
UD
3710 * nscd/connections.c (handle_request): Add a __builtin_expect.
3711
9691d83c
UD
3712 * nscd/connections.c (serv2db): Change type into structure which
3713 also says whether this is a request for data. Renamed to
3714 servinfo. All users changed.
3715 (handle_request): Much simpler test whether we should search the cache.
3716
49ee6d79
UD
3717 * nscd/connections.c (handle_request): Fix thinko in selinux test
3718 invocation.
3719
4e35ef2c
UD
3720 * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
3721 * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
3722 it before getting dl_load_lock and then relock.
3723 (_dl_lookup_symbol_x): Pass flags to add_dependency.
3724 When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
3725 case we unlocked the scope.
3726 * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
3727 _dl_lookup_symbol_x in case we locked the scope.
3728 (_dl_profile_fixup): Likewise.
3729 * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
3730 set DL_LOOKUP_SCOPE_LOCK.
3731
23691ab2
UD
37322007-01-13 Ulrich Drepper <drepper@redhat.com>
3733
fb453d08
UD
3734 * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
3735 CFLAGS-getsrvbynpt_r.c.
3736 * nscd/getsrvbynm_r.c: New file.
3737 * nscd/getsrvbypt_r.c: New file.
3738 * nscd/nscd_getserv_r.c: New file.
3739 * nscd/servicescache.c: New file.
3740 * nscd/Makefile (routines): Add nscd_getserv_r.
3741 (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
3742 Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
3743 CFLAGS-getsrvbypt_r.c.
3744 * nscd/cache.c (prune_cache): Rewrite to get re-add function from
3745 table. Add entries for services database.
3746 * nscd/connections.c (serv2str): Mark as const. Add entries for
3747 services database.
3748 (dbs): Add .reset_res and servdb initialization.
3749 (serv2db): Add entries for services database.
3750 (verify_persistent_db): Accept dbnr == servdb.
3751 (invalidate_cache): Rewrite database name recognition to use a table.
3752 Call res_init() if .reset_res is set for database.
3753 (handle_request): Add code to handle services database.
3754 * nscd/gai.c: Don't define __getservbyname_r.
3755 * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
3756 GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
3757 (serv_response_header): Define.
3758 (struct datahead): Add serv_response_header member.
3759 * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
3760 using table.
3761 * nscd/nscd.conf: Add entries for services database.
3762 * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
3763 Declare serv_iov_disabled.
3764 Declare addservbyname, readdservbyname, addservbyport, and
3765 readdservbyport.
3766 * nscd/nscd_conf.c (dbnames): Mark as const. Add services entry.
3767 (find_db): Fix error message.
3768 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
3769 __nscd_getservbyname_r, and __nscd_getservbyport_r.
3770 * nscd/selinux.c (perms): Add entries for services database.
3771 * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
3772 * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
3773
3774 * nscd/grpcache.c: Remove obsolete code. Cleanups.
3775 * nscd/hstcache.c: Likewise.
3776 * nscd/pwdcache.c: Likewise.
3777
b21fa963
UD
3778 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
3779 computation of keylen.
3780
23691ab2
UD
3781 * include/string.h: Only redefine strndupa if this is really for
3782 libc code.
3783
8980796b
UD
37842007-01-12 Ulrich Drepper <drepper@redhat.com>
3785
4a4a65f2
UD
3786 * nscd/nscd_gethst_r.c: Minor cleanups.
3787
43397eaf
UD
3788 * nscd/connections.c (handle_request): Check selinux permissions
3789 for all non-admin commands.
3790
038a1a9f
UD
3791 * sysdeps/i386/i486/bits/atomic.h: Define
3792 atomic_compare_and_exchange_val_acq,
3793 atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
3794 using __sync_* built-ins for gcc >= 4.1.
3795 * sysdeps/x86_64/bits/atomic.h: Likewise.
3796
8980796b
UD
3797 [BZ #3840]
3798 * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
3799 and .oS.d files.
3800
32c075e1
JJ
38012007-01-05 Steven Munroe <sjmunroe@us.ibm.com>
3802
3803 * stdlib/tst-makecontext.c: Include errno.h. Change main()
3804 to do_test(). Define TEST_FUNCTION. Include test-skeleton.c.
3805 (do_test): Check errno and exit(0) if ENOSYS.
3806
38072007-01-11 Jakub Jelinek <jakub@redhat.com>
3808
3809 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
3810 thousands separators.
3811 * stdlib/Makefile: Add rules to build and run tst-strtod4.
3812 * stdlib/tst-strtod4.c: New test.
3813
3814 [BZ #3855]
3815 * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
3816 hexadecimal digit should accept just the initial 0.
3817 * stdlib/tst-strtod2.c (tests): New variable.
3818 (do_test): Run several tests rather than just one.
3819
11bf311e 38202007-01-11 Jakub Jelinek <jakub@redhat.com>
df859a0c 3821
11bf311e
UD
3822 * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
3823 * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
df859a0c 3824
11bf311e 38252007-01-10 Ulrich Drepper <drepper@redhat.com>
32c075e1 3826
11bf311e
UD
3827 * io/fts.c: Make sure fts_cur is always valid after return from
3828 fts_read.
3829 Patch by Miloslav Trmac <mitr@redhat.com>.
64a0aa0f 3830
11bf311e 38312006-10-27 Richard Sandiford <richard@codesourcery.com>
32c075e1 3832
11bf311e
UD
3833 * elf/elf.h (R_MIPS_GLOB_DAT): Define.
3834 (R_MIPS_NUM): Bump by 1.
32c075e1 3835
11bf311e 38362007-01-03 Jakub Jelinek <jakub@redhat.com>
32c075e1 3837
11bf311e
UD
3838 * posix/execvp.c: Include alloca.h.
3839 (allocate_scripts_argv): Renamed to...
3840 (scripts_argv): ... this. Don't allocate buffer here nor count
3841 arguments.
3842 (execvp): Use alloca if possible.
3843 * posix/Makefile: Add rules to build and run tst-vfork3 test.
3844 * posix/tst-vfork3.c: New test.
32c075e1
JJ
3845
38462007-01-03 Ulrich Drepper <drepper@redhat.com>
3847
3848 * string/Makefile (tst-strxfrm2-ENV): Define.
11bf311e 3849 * stdlib/Makefile (tst-strtod3-ENV): Define.
32c075e1 3850
11bf311e 38512007-01-02 Ulrich Drepper <drepper@redhat.com>
32c075e1 3852
11bf311e
UD
3853 * posix/getconf.c: Update copyright year.
3854 * nss/getent.c: Likewise.
3855 * iconv/iconvconfig.c: Likewise.
3856 * iconv/iconv_prog.c: Likewise.
3857 * elf/ldconfig.c: Likewise.
3858 * catgets/gencat.c: Likewise.
3859 * csu/version.c: Likewise.
3860 * elf/ldd.bash.in: Likewise.
3861 * elf/sprof.c (print_version): Likewise.
3862 * locale/programs/locale.c: Likewise.
3863 * locale/programs/localedef.c: Likewise.
3864 * nscd/nscd.c (print_version): Likewise.
3865 * debug/xtrace.sh: Likewise.
3866 * malloc/memusage.sh: Likewise.
3867 * malloc/mtrace.pl: Likewise.
3868 * debug/catchsegv.sh: Likewise.
64a0aa0f 3869
11bf311e 38702006-12-24 Ulrich Drepper <drepper@redhat.com>
48576885 3871
11bf311e
UD
3872 * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
3873 attempts.
48576885 3874
11bf311e 38752006-12-23 Ulrich Drepper <drepper@redhat.com>
3b6667a4 3876
11bf311e 3877 * posix/wordexp.c: Remove some unnecessary tests.
3b6667a4 3878
33c6de58
UD
38792006-12-22 Gavin Romig-Koch <gavin@redhat.com>
3880
3881 * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
3882 blacklist the group till after we look it up.
3883
fc242bef
UD
38842006-12-21 Ulrich Drepper <drepper@redhat.com>
3885
3886 * include/atomic.h (atomic_forced_read): New macro.
3887
11bf311e
UD
38882006-12-20 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
3889
3890 * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
3891
a12dcecc
UD
38922006-12-19 Jakub Jelinek <jakub@redhat.com>
3893
11bf311e
UD
3894 * nss/getXXbyYY_r.c: Include atomic.h.
3895 (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
3896 add atomic_write_barrier () in between.
3897
a12dcecc
UD
3898 * stdlib/Makefile (tests): Add tst-makecontext.
3899 * stdlib/tst-makecontext.c: New test.
3900
3901 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
3902 (__makecontext): Don't realign uc_mcontext.uc_regs.
3903
11bf311e 39042006-11-28 Jakub Jelinek <jakub@redhat.com>
594d423a 3905
11bf311e
UD
3906 * elf/dl-support.c: Include dl-procinfo.h.
3907 * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
3908 PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
3909 PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
3910 Define.
3911 (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
3912 hardcoded constants.
3913 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
3914 PPC_PLATFORM_* macros for array designators.
594d423a 3915
11bf311e 39162006-11-11 Steven Munroe <sjmunroe@us.ibm.com>
594d423a 3917
11bf311e
UD
3918 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
3919 names to the beginning.
3920 (_dl_powerpc_platforms): Add "power6x".
3921 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
3922 (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
3923 (_DL_PLATFORMS_COUNT): Increase.
3924 (_dl_string_platform): Handle power6x case.
3925 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
3926 PPC_FEATURE_POWER6_EXT): Define.
3927 (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
594d423a 3928
5bcba0ed
UD
39292006-12-18 Jakub Jelinek <jakub@redhat.com>
3930
3931 [BZ #3747]
3932 * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
11bf311e 3933 [-2^31 .. 2^31) range.
5bcba0ed
UD
3934 * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
3935 targets.
3936 * stdlib/tst-rand48-2.c: New test.
3937 * stdlib/Makefile (tests): Add tst-rand48-2.
3938
9e1444fc
UD
39392006-12-14 Jakub Jelinek <jakub@redhat.com>
3940
3941 * misc/tst-pselect.c (do_test): Fix sigblock argument.
3942
36775704
UD
39432006-12-14 Ulrich Drepper <drepper@redhat.com>
3944
3945 * misc/tst-pselect.c (do_test): Make sure the helper process is
3946 terminating when the test is aborted.
3947
1e88bd0f
UD
39482006-12-13 Ulrich Drepper <drepper@redhat.com>
3949
11bf311e
UD
3950 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
3951 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3952 Handle relatime mount option.
3953
1e88bd0f
UD
3954 [BZ #2337]
3955 * libio/Makefile (tests): Add tst-setvbuf1.
3956 * libio/tst-setvbuf1.c: New file.
3957
39582006-12-08 Jakub Jelinek <jakub@redhat.com>
3959
3960 [BZ #2337]
3961 * libio/genops.c (__uflow): Fix a typo.
3962 * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
3963 nor set _IO_LINE_BUF bit here. Size the wide buffer based on
3964 the narrow buffer size.
3965
39662006-11-24 Jakub Jelinek <jakub@redhat.com>
3967
3968 [BZ #2337]
3969 * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
3970 * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
3971 _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
3972 in _flags.
3973 * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
3974 _IO_wstr_finish): Likewise.
3975 * libio/wmemstream.c (open_wmemstream): Likewise.
3976 * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
3977 even for wide streams.
3978
11bf311e 39792006-12-13 Jakub Jelinek <jakub@redhat.com>
1f55ce48 3980
11bf311e
UD
3981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
3982 kernel-features.h.
3983
39842006-12-11 Ulrich Drepper <drepper@redhat.com>
3985
3986 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
3987 separators also if no non-zero digits found.
3988 * stdlib/Makefile (tests): Add tst-strtod3.
1f55ce48 3989
d117c1ce
UD
39902006-12-09 Ulrich Drepper <drepper@redhat.com>
3991
f85fb97b
UD
3992 [BZ #3632]
3993 * include/features.h: Fix comment about default value for
3994 _POSIX_C_SOURCE.
3995
11bf311e
UD
3996 [BZ #3664]
3997 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
3998 empty parsed strings.
3999 * stdlib/Makefile (tests): Add tst-strtod2.
4000 * stdlib/tst-strtod2.c: New file.
4001
4002 [BZ #3673]
4003 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
4004 computation.
4005 * stdlib/Makefile (tests): Add tst-atof2.
4006 * stdlib/tst-atof2.c: New file.
4007
4008 [BZ #3674]
4009 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
4010 correctly if removing trailing zero of hex-float.
4011 * stdlib/Makefile (tests): Add tst-atof1.
4012 * stdlib/tst-atof1.c: New file.
4013
a822d9f4
UD
40142006-12-09 Jakub Jelinek <jakub@redhat.com>
4015
11bf311e
UD
4016 * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
4017 Start searching for next comma at p rather than rest.
4018 * misc/Makefile (tests): Add tst-mntent2.
4019 * misc/tst-mntent2.c: New test.
4020
a822d9f4
UD
4021 * misc/getusershell.c (initshells): Check for integer overflows.
4022 Make strings buffer one bigger as fgets always succeeds when second
4023 argument is 1. Don't use calloc for shells array. Disallow
11bf311e 4024 / as shell.
f0d5e1f6 4025
11bf311e 40262006-12-08 Ulrich Drepper <drepper@redhat.com>
f0d5e1f6 4027
11bf311e
UD
4028 * malloc/memusage.c: Handle realloc with new size of zero and
4029 non-NULL pointer correctly.
4030 (me): Really write first record twice.
4031 (struct entry): Make format bi-arch safe.
4032 (dest): Write out more realloc statistics.
4033 * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
32c075e1 4034
11bf311e 40352006-12-05 Jakub Jelinek <jakub@redhat.com>
32c075e1 4036
11bf311e 4037 * nis/nis_subr.c (nis_getnames): Revert last change.
32c075e1 4038
f0d5e1f6
UD
40392006-12-04 Jakub Jelinek <jakub@redhat.com>
4040
4041 * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
4042 (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
4043 * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
4044 (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
4045 ENOTTY.
4046 * io/Makefile: Add rules to build and run tst-ttyname_r test.
4047 * io/tst-ttyname_r.c: New test.
4048
11bf311e 40492006-12-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5df4fe08 4050
11bf311e 4051 * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
5df4fe08 4052
11bf311e 40532006-11-30 H.J. Lu <hongjiu.lu@intel.com>
ee50871d 4054
11bf311e
UD
4055 * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
4056 jump table entries.
4057
40582006-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
4061 `clone' function to ensure proper unwinding stop of gdb.
4062 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
4063
40642006-12-01 Ulrich Drepper <drepper@redhat.com>
4065
4066 * nscd/nscd.init: Remove obsolete and commented-out -S option
4067 handling.
4068
40692006-11-23 Jakub Jelinek <jakub@redhat.com>
4070
4071 [BZ #3514]
4072 * manual/string.texi (strncmp): Fix pastos from wcscmp description.
4073
4074 [BZ #3515]
4075 * manual/string.texi (strtok): Remove duplicate paragraph.
4076
40772006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
4080 libgcc not supporting `rflags' unwinding (register # >= 17).
4081
40822006-11-30 Jakub Jelinek <jakub@redhat.com>
4083
4084 * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
4085 succeeded.
4086
40872006-11-29 Daniel Jacobowitz <dan@codesourcery.com>
4088 Jakub Jelinek <jakub@redhat.com>
4089 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
4092 unwind information.
4093 * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
4094 'restore_rt' even in the 'signal' directory.
4095 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
ee50871d 4096
b1a758f3
UD
40972006-11-27 Jakub Jelinek <jakub@redhat.com>
4098
4099 [BZ #3559]
4100 * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11bf311e
UD
4101 malloc crashed. Don't allocate memory unnecessarily in each
4102 loop.
b1a758f3 4103
11bf311e 41042006-10-21 Jakub Jelinek <jakub@redhat.com>
854d1124 4105
11bf311e 4106 * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
dfc99a56 4107
11bf311e 41082006-11-20 Ulrich Drepper <drepper@redhat.com>
dfc99a56 4109
11bf311e 4110 * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
852d657c 4111
11bf311e 41122006-11-18 Bruno Haible <bruno@clisp.org>
852d657c 4113
11bf311e
UD
4114 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
4115 __sysconf only after having tried to call getgroups32.
36c0a636 4116
11bf311e 41172006-11-19 Ulrich Drepper <drepper@redhat.com>
36c0a636 4118
11bf311e
UD
4119 * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
4120 addresses for IPv4 queries if they can be mapped.
b1f0c2a6 4121
11bf311e 41222006-11-16 Jakub Jelinek <jakub@redhat.com>
b1f0c2a6 4123
11bf311e
UD
4124 * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
4125 * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
4126 (signmask): Add .size directive.
4127 (othermask): Add .type directive.
bef8927a 4128
11bf311e 41292006-11-14 Ulrich Drepper <drepper@redhat.com>
2c53fa20 4130
11bf311e 4131 * po/nl.po: Update from translation team.
854d1124 4132
11bf311e 4133 * timezone/zdump.c: Redo fix for BZ #3137.
3f1e9205 4134
11bf311e 41352006-11-14 Jakub Jelinek <jakub@redhat.com>
bef8927a 4136
11bf311e
UD
4137 * nss/nss_files/files-alias.c (get_next_alias): Set line back
4138 to first_unused after parsing :include: file.
5c2af134 4139
32c075e1 41402006-11-10 Ulrich Drepper <drepper@redhat.com>
e1b37083 4141
11bf311e
UD
4142 * timezone/africa: Update from tzdata2006o.
4143 * timezone/antarctica: Likewise.
4144 * timezone/asia: Likewise.
4145 * timezone/australasia: Likewise.
4146 * timezone/backward: Likewise.
4147 * timezone/europe: Likewise.
4148 * timezone/iso3166.tab: Likewise.
4149 * timezone/northamerica: Likewise.
4150 * timezone/southamerica: Likewise.
4151 * timezone/zone.tab: Likewise.
4152
4153 * time/tzfile.c (__tzfile_read): Extend to handle new file format
4154 on machines with 64-bit time_t.
4155
4156 * timezone/checktab.awk: Update from tzcode2006o.
4157 * timezone/ialloc.c: Likewise.
4158 * timezone/private.h: Likewise.
4159 * timezone/scheck.c: Likewise.
4160 * timezone/tzfile.h: Likewise.
4161 * timezone/tzselect.ksh: Likewise.
4162 * timezone/zdump.c: Likewise.
4163 * timezone/zic.c: Likewise.
4164
4165 [BZ #3483]
4166 * elf/ldconfig.c (main): Call setlocale and textdomain.
4167 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
4168
4169 [BZ #3480]
4170 * manual/argp.texi: Fix typos.
4171 * manual/charset.texi: Likewise.
4172 * manual/errno.texi: Likewise.
4173 * manual/filesys.texi: Likewise.
4174 * manual/lang.texi: Likewise.
4175 * manual/maint.texi: Likewise.
4176 * manual/memory.texi: Likewise.
4177 * manual/message.texi: Likewise.
4178 * manual/resource.texi: Likewise.
4179 * manual/search.texi: Likewise.
4180 * manual/signal.texi: Likewise.
4181 * manual/startup.texi: Likewise.
4182 * manual/stdio.texi: Likewise.
4183 * manual/sysinfo.texi: Likewise.
4184 * manual/syslog.texi: Likewise.
4185 * manual/time.texi: Likewise.
4186 Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4187
4188 [BZ #3465]
4189 * sunrpc/clnt_raw.c: Minimal message improvements.
4190 * sunrpc/pm_getmaps.c: Likewise.
4191 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
4192 * nis/nis_print_group_entry.c: Likewise.
4193 * locale/programs/repertoire.c: Likewise.
4194 * locale/programs/charmap.c: Likewise.
4195 * malloc/memusage.sh: Likewise.
4196 * elf/dl-deps.c: Likewise.
4197 * locale/programs/ld-collate.c: Likewise.
4198 * libio/vswprintf.c: Likewise.
4199 * malloc/memusagestat.c: Likewise.
4200 * sunrpc/auth_unix.c: Likewise.
4201 * sunrpc/rpc_main.c: Likewise.
4202 * nscd/cache.c: Likewise.
4203 * locale/programs/repertoire.c: Unify output messages.
4204 * locale/programs/charmap.c: Likewise.
4205 * locale/programs/ld-ctype.c: Likewise.
4206 * locale/programs/ld-monetary.c: Likewise.
4207 * locale/programs/ld-numeric.c: Likewise.
4208 * locale/programs/ld-time.c: Likewise.
4209 * elf/ldconfig.c: Likewise.
4210 * nscd/selinux.c: Likewise.
4211 * elf/cache.c: Likewise.
4212 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
4213
5c2af134
UD
4214 [BZ #3451]
4215 * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
4216 change atomic.
4217 (ceil): Likewise.
4218
11bf311e
UD
42192006-11-10 Jakub Jelinek <jakub@redhat.com>
4220
4221 * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
4222 if N is one bigger than return value.
4223 * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
4224 and l1 last arguments, if buf is defined, verify the return value
4225 equals to strlen (buf) and verify no byte beyond passed length
4226 is modified.
4227
42282006-11-10 Ulrich Drepper <drepper@redhat.com>
4229
4230 * po/sv.po: Update from translation team.
4231
37afcf79
UD
42322006-11-09 Ulrich Drepper <drepper@redhat.com>
4233
4234 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
4235 noinline attribute.
4236
42372006-11-10 Jakub Jelinek <jakub@redhat.com>
4238
4239 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
4240 noinline attribute.
4241
11bf311e
UD
4242 * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
4243 Use __new_sys_siglist instead of _sys_siglist_internal as
4244 second macro argument.
4245 (_old_sys_siglist): Use declare_symbol_alias macro instead of
4246 strong_alias.
2692deea 4247
11bf311e
UD
42482006-11-09 Ulrich Drepper <drepper@redhat.com>
4249
4250 [BZ #3493]
4251 * posix/unistd.h (sysconf): Remove const attribute.
4252
4253 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
4254 temporary or deprecated addresses.
4255 Patch by Sridhar Samudrala <sri@us.ibm.com>.
4256
4257 * string/Makefile (tests): Add tst-strxfrm2.
4258 * string/tst-strxfrm2.c: New file.
4259
42602006-10-09 Jakub Jelinek <jakub@redhat.com>
4261
4262 * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
4263 rather than r->r_brk.
2692deea
UD
4264
42652006-11-08 Jakub Jelinek <jakub@redhat.com>
4266
11bf311e
UD
4267 * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
4268 optimization even if needed > n.
4269
2692deea
UD
4270 * elf/dl-load.c (decompose_rpath): Return bool rather than void.
4271 If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
4272 return false, otherwise return true.
4273 (cache_rpath): Return decompose_rpath return value.
4274
11bf311e
UD
42752006-11-07 Jakub Jelinek <jakub@redhat.com>
4276
4277 * include/libc-symbols.h (declare_symbol): Rename to...
4278 (declare_symbol_alias): ... this. Add ORIGINAL argument, imply
4279 strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
4280 .size directive.
4281 * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
4282 changes.
4283 * sysdeps/gnu/siglist.c: Likewise.
4284
42852006-11-03 Steven Munroe <sjmunroe@us.ibm.com>
4286
4287 * sysdeps/powerpc/fpu/bits/mathinline.h
4288 [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
4289 * sysdeps/powerpc/fpu/math_private.h: ...here. New file.
4290
42912006-11-05 Ulrich Drepper <drepper@redhat.com>
4292
4293 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
4294 Update handling of cache descriptor 0x49 for new models.
4295 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
4296 Likewise.
4297
9666e36c
UD
42982006-11-02 Jakub Jelinek <jakub@redhat.com>
4299
4300 * malloc/memusage.c (dest): Reset not_me back to false after
4301 printing statistics.
4302
11bf311e
UD
43032006-11-02 Ulrich Drepper <drepper@redhat.com>
4304
4305 * configure.in: Work around ld --help change and avoid -z relro
4306 test completely if the architecture doesn't care about security.
4307
43082006-11-01 Ulrich Drepper <drepper@redhat.com>
4309
4310 * po/sv.po: Update from translation team.
4311
43122006-10-31 Ulrich Drepper <drepper@redhat.com>
4313
4314 * stdlib/atexit.c (atexit): Don't mark as hidden when used to
4315 generate compatibility version.
4316
43172006-10-29 Ulrich Drepper <drepper@redhat.com>
4318
4319 * configure.in: Relax -z relro requirement a bit.
4320
4321 * po/sv.po: Update from translation team.
4322
43232006-10-29 Jakub Jelinek <jakub@redhat.com>
4324
4325 * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
4326 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
4327 * elf/dl-close.c (_dl_close_worker): Likewise.
4328 * elf/dl-open.c (_dl_open_worker): Likewise.
4329 * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
4330
b2369ca3
UD
43312006-10-27 Ulrich Drepper <drepper@redhat.com>
4332
11bf311e
UD
4333 * configure.in: Require assembler support for visibility, compiler
4334 support for visibility and aliases, linker support for various -z
4335 options.
4336 * Makeconfig: Remove conditional code which now is unnecessary.
4337 * config.h.in: Likewise.
4338 * config.make.in: Likewise.
4339 * dlfcn/Makefile: Likewise.
4340 * elf/Makefile: Likewise.
4341 * elf/dl-load.c: Likewise.
4342 * elf/rtld.c: Likewise.
4343 * include/libc-symbols.h: Likewise.
4344 * include/stdio.h: Likewise.
4345 * io/Makefile: Likewise.
4346 * io/fstat.c: Likewise.
4347 * io/fstat64.c: Likewise.
4348 * io/fstatat.c: Likewise.
4349 * io/fstatat64.c: Likewise.
4350 * io/lstat.c: Likewise.
4351 * io/lstat64.c: Likewise.
4352 * io/mknod.c: Likewise.
4353 * io/mknodat.c: Likewise.
4354 * io/stat.c: Likewise.
4355 * io/stat64.c: Likewise.
4356 * libio/stdio.c: Likewise.
4357 * nscd/Makefile: Likewise.
4358 * stdlib/Makefile: Likewise.
4359 * stdlib/atexit.c: Likewise.
4360 * sysdeps/generic/ldsodefs.h: Likewise.
4361 * sysdeps/i386/dl-machine.h: Likewise.
4362 * sysdeps/i386/sysdep.h: Likewise.
4363 * sysdeps/i386/i686/memcmp.S: Likewise.
4364 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
4365 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4366 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4367
4368 * Makerules: USE_TLS support is now default.
4369 * tls.make.c: Likewise.
4370 * csu/Versions: Likewise.
4371 * csu/libc-start.c: Likewise.
4372 * csu/libc-tls.c: Likewise.
4373 * csu/version.c: Likewise.
4374 * dlfcn/dlinfo.c: Likewise.
4375 * elf/dl-addr.c: Likewise.
4376 * elf/dl-cache.c: Likewise.
4377 * elf/dl-close.c: Likewise.
4378 * elf/dl-iteratephdr.c: Likewise.
4379 * elf/dl-load.c: Likewise.
4380 * elf/dl-lookup.c: Likewise.
4381 * elf/dl-object.c: Likewise.
4382 * elf/dl-open.c: Likewise.
4383 * elf/dl-reloc.c: Likewise.
4384 * elf/dl-support.c: Likewise.
4385 * elf/dl-sym.c: Likewise.
4386 * elf/dl-sysdep.c: Likewise.
4387 * elf/dl-tls.c: Likewise.
4388 * elf/ldconfig.c: Likewise.
4389 * elf/rtld.c: Likewise.
4390 * elf/tst-tls-dlinfo.c: Likewise.
4391 * elf/tst-tls1.c: Likewise.
4392 * elf/tst-tls10.h: Likewise.
4393 * elf/tst-tls14.c: Likewise.
4394 * elf/tst-tls2.c: Likewise.
4395 * elf/tst-tls3.c: Likewise.
4396 * elf/tst-tls4.c: Likewise.
4397 * elf/tst-tls5.c: Likewise.
4398 * elf/tst-tls6.c: Likewise.
4399 * elf/tst-tls7.c: Likewise.
4400 * elf/tst-tls8.c: Likewise.
4401 * elf/tst-tls9.c: Likewise.
4402 * elf/tst-tlsmod1.c: Likewise.
4403 * elf/tst-tlsmod13.c: Likewise.
4404 * elf/tst-tlsmod13a.c: Likewise.
4405 * elf/tst-tlsmod14a.c: Likewise.
4406 * elf/tst-tlsmod2.c: Likewise.
4407 * elf/tst-tlsmod3.c: Likewise.
4408 * elf/tst-tlsmod4.c: Likewise.
4409 * elf/tst-tlsmod5.c: Likewise.
4410 * elf/tst-tlsmod6.c: Likewise.
4411 * include/errno.h: Likewise.
4412 * include/link.h: Likewise.
4413 * include/tls.h: Likewise.
4414 * locale/global-locale.c: Likewise.
4415 * locale/localeinfo.h: Likewise.
4416 * malloc/arena.c: Likewise.
4417 * malloc/hooks.c: Likewise.
4418 * malloc/malloc.c: Likewise.
4419 * resolv/Versions: Likewise.
4420 * sysdeps/alpha/dl-machine.h: Likewise.
4421 * sysdeps/alpha/libc-tls.c: Likewise.
4422 * sysdeps/generic/ldsodefs.h: Likewise.
4423 * sysdeps/generic/tls.h: Likewise.
4424 * sysdeps/i386/dl-machine.h: Likewise.
4425 * sysdeps/ia64/dl-machine.h: Likewise.
4426 * sysdeps/ia64/libc-tls.c: Likewise.
4427 * sysdeps/mach/hurd/fork.c: Likewise.
4428 * sysdeps/mach/hurd/i386/tls.h: Likewise.
4429 * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
4430 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
4431 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
4432 * sysdeps/s390/libc-tls.c: Likewise.
4433 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
4434 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4435 * sysdeps/sh/dl-machine.h: Likewise.
4436 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
4437 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
4438 * sysdeps/x86_64/dl-machine.h: Likewise.
4439
131c4428
UD
4440 * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
4441 split out locking and parameter checking.
4442 (_dl_close): Call _dl_close_worker after locking and checking.
4443 * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
4444 _dl_close.
ffd0e1b7
UD
4445 * elf/Makefile: Add rules to build and run tst-thrlock.
4446 * elf/tst-thrlock.c: New file.
131c4428 4447
11bf311e
UD
4448 [BZ #3426]
4449 * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
4450 reality.
4451
b2369ca3
UD
4452 [BZ #3429]
4453 * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
131c4428 4454 we are sure we do not need it anymore for _dl_close. Also move
b2369ca3
UD
4455 the asserts inside the lock region.
4456 Patch mostly by Suzuki <suzuki@in.ibm.com>.
4457
11bf311e
UD
44582006-10-27 Jakub Jelinek <jakub@redhat.com>
4459
4460 * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
4461 argument.
4462 (_dl_lookup_symbol_x): Adjust caller.
4463
4464 * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
4465 _ns_global_scope.
4466 * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
4467
4468 * elf/dl-libc.c: Revert l_scope name changes.
4469 * elf/dl-load.c: Likewise.
4470 * elf/dl-object.c: Likewise.
4471 * elf/rtld.c: Likewise.
4472 * elf/dl-close.c (_dl_close): Likewise.
4473 * elf/dl-open.c (dl_open_worker): Likewise. If not SINGLE_THREAD_P,
4474 always use __rtld_mrlock_{change,done}. Always free old scope list
4475 here if not l_scope_mem.
4476 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
4477 change. Never free scope list here. Just __rtld_mrlock_lock before
4478 the lookup and __rtld_mrlock_unlock it after the lookup.
4479 * elf/dl-sym.c: Likewise.
4480 * include/link.h (struct r_scoperec): Remove.
4481 (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
4482 with l_scope_mem and l_scoperec_lock with l_scope_lock.
4483
44842006-10-25 Ulrich Drepper <drepper@redhat.com>
4485
4486 * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
4487
44882006-10-18 Ulrich Drepper <drepper@redhat.com>
4489
4490 * configure.in: Disable building profile libraries by default.
4491
609cf614
UD
44922006-10-17 Jakub Jelinek <jakub@redhat.com>
4493
4494 * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
4495 as signed longs, check for x_base + pos overflow.
4496 * sunrpc/Makefile (tests): Add tst-xdrmem2.
4497 * sunrpc/tst-xdrmem2.c: New test.
4498
11bf311e
UD
44992006-10-18 Ulrich Drepper <drepper@redhat.com>
4500
4501 * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
4502 _dl_lookup_symbol_x code.
4503
45042006-10-17 Jakub Jelinek <jakub@redhat.com>
4505
4506 * elf/dl-runtime.c: Include sysdep-cancel.h.
4507 (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
4508 scoperec->nusers only if !SINGLE_THREAD_P. Use atomic_*
4509 instead of catomic_* macros.
4510 * elf/dl-sym.c: Include sysdep-cancel.h.
4511 (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
4512 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
4513 * elf/dl-close.c: Include sysdep-cancel.h.
4514 (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
4515 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
4516 * elf/dl-open.c: Include sysdep-cancel.h.
4517 (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
4518 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
4519
45202006-10-17 Jakub Jelinek <jakub@redhat.com>
4521
4522 [BZ #3313]
4523 * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
4524 fastbin rather than end of fastbin array.
4525
45262006-10-18 Ulrich Drepper <drepper@redhat.com>
4527
4528 * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
4529 body macro.
4530 * sysdeps/x86_64/bits/atomic.h
4531 (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
4532 (catomic_decrement): Use correct body macro.
4533
45342006-10-17 Jakub Jelinek <jakub@redhat.com>
4535
4536 * include/atomic.h: Add a unique prefix to all local variables
4537 in macros.
4538 * csu/tst-atomic.c (do_test): Test also catomic_* macros.
4539
4a85a8ee
UD
45402006-10-16 Ulrich Drepper <drepper@redhat.com>
4541
4542 [BZ #3369]
4543 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
4544 and 7.
4545
11bf311e
UD
45462006-10-14 Ulrich Drepper <drepper@redhat.com>
4547
4548 * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
4549
ff8d96be
UD
45502006-10-13 Ulrich Drepper <drepper@redhat.com>
4551
11bf311e
UD
4552 [BZ #3313]
4553 * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
4554 determine highest fast bin to consolidate, always look into all of
4555 them.
4556 (do_check_malloc_state): Only require for empty bins for large
4557 sizes in main arena.
4558
4559 * libio/stdio.h: Add more __wur attributes.
4560
ff8d96be
UD
4561 * elf/dl-minimal.c (realloc): Optimize last patch.
4562
90a0991a
UD
45632006-10-12 Richard Sandiford <richard@codesourcery.com>
4564
4565 [BZ #3352]
4566 * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
4567 and use memcpy() if it does.
ff8d96be 4568
11bf311e
UD
45692006-11-12 Andreas Jaeger <aj@suse.de>
4570
4571 [BZ #2510]
4572 * manual/search.texi (Hash Search Function): Clarify.
4573 (Array Search Function): Clarify.
4574
45752006-11-12 Joseph Myers <joseph@codesourcery.com>
4576
4577 [BZ #2830]
4578 * math/atest-exp.c (main): Cast hex value to mp_limb_t before
4579 shifting.
4580 * math/atest-exp2.c (read_mpn_hex): Likewise.
4581 * math/atest-sincos.c (main): Likewise.
4582
37fb7595
UD
45832006-10-11 Ulrich Drepper <drepper@redhat.com>
4584
11bf311e
UD
4585 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
4586 * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
4587 * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
4588 version GLIBC_2.6.
4589 * Versions.def: Add GLIBC_2.6 for libc.
4590
46c38bd7
UD
4591 * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
4592
11bf311e
UD
4593 * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
4594
45952006-10-11 Jakub Jelinek <jakub@redhat.com>
4596
4597 * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
4598
4599 * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
4600
4601 * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
4602 * sysdeps/generic/unsecvars.h: Add NIS_PATH.
4603
46042006-10-11 Ulrich Drepper <drepper@redhat.com>
4605
4606 * include/atomic.c: Define catomic_* operations.
4607 * sysdeps/x86_64/bits/atomic.h: Likewise. Fix a few minor problems.
4608 * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
4609 * malloc/memusage.c: Likewise.
4610 * gmon/mcount.c: Likewise.
4611 * elf/dl-close.c: Likewise.
4612 * elf/dl-open.c: Likewise.
4613 * elf/dl-profile.c: Likewise.
4614 * elf/dl-sym.c: Likewise.
4615 * elf/dl-runtime.c: Likewise.
4616 * elf/dl-fptr.c: Likewise.
4617 * resolv/res_libc.c: Likewise.
4618
2a6ee549
UD
46192006-10-10 Ulrich Drepper <drepper@redhat.com>
4620
4621 * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
4622 components which lack them.
4623
4624 * nis/nis_subr.c (nis_getnames): Make sure that we always return
4625 at least one entry consisting of the parameter concatenated with
4626 the domain.
4627
11bf311e 46282006-10-10 Roland McGrath <roland@frob.com>
c4f9fc3a 4629
11bf311e
UD
4630 * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
4631 * sysdeps/mach/hurd/futimes.c: Likewise.
4632 * sysdeps/mach/hurd/lutimes.c: Likewise.
4633
46342006-10-09 Ulrich Drepper <drepper@redhat.com>
4635 Jakub Jelinek <jakub@redhat.com>
4636
4637 Implement reference counting of scope records.
4638 * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
4639 from the list in objects which remain. Always allocate new scope
4640 record.
4641 * elf/dl-open.c (dl_open_worker): When growing array for scopes,
4642 don't resize, allocate a new one.
4643 * elf/dl-runtime.c: Update reference counters before using a scope
4644 array.
4645 * elf/dl-sym.c: Likewise.
4646 * elf/dl-libc.c: Adjust for l_scope name change.
4647 * elf/dl-load.c: Likewise.
4648 * elf/dl-object.c: Likewise.
4649 * elf/rtld.c: Likewise.
4650 * include/link.h: Include <rtld-lowlevel.h>. Define struct
4651 r_scoperec. Replace r_scope with pointer to r_scoperec structure.
4652 Add l_scoperec_lock.
4653 * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
4654 * sysdeps/generic/rtld-lowlevel.h: New file.
4655
4656 * include/atomic.h: Rename atomic_and to atomic_and_val and
4657 atomic_or to atomic_or_val. Define new macros atomic_and and
4658 atomic_or which do not return values.
4659 * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
4660 Various cleanups.
4661 * sysdeps/i386/i486/bits/atomic.h: Likewise.
4662
4663 * po/sv.po: Update from translation team.
4664
46652006-10-07 Ulrich Drepper <drepper@redhat.com>
4666
4667 * Versions.def: Add GLIBC_2.6 to libpthread.
4668
4669 * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
4670 (versioned_symbol): Likewise.
4671 (compat_symbol): Likewise.
4672
4673 * po/tr.po: Update from translation team.
feb87ad1 4674
4df92d57
UD
46752006-10-06 Ulrich Drepper <drepper@redhat.com>
4676
11bf311e
UD
4677 * nis/Banner: Removed. It's been integral part forever and the
4678 author info is incomplete anyway.
4679 * libio/Banner: Likewise.
4680
4df92d57
UD
4681 * nis/nis_table.c (nis_list): If __follow_path fails in the new
4682 code, make sure the nis_freeresult call doesn't crash and that the
4683 result is reported correctly.
4684
68361572
UD
46852006-09-27 Jakub Jelinek <jakub@redhat.com>
4686
4687 * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
4688 when callback is NULL.
4689
4690 * nis/Versions (libnss_nisplus): Add
4691 _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
4692 * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
4693 * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
4694 _nss_create_tablename): Rename to...
4695 (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
4696 ... these. No longer static.
4697 (internal_setgrent): Adjust users.
4698 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
4699 Don't use locking around _nss_grp_create_tablename call.
4700 * nis/nss_nisplus/nisplus-initgroups.c: New file.
4701
11bf311e
UD
47022006-10-06 Ulrich Drepper <drepper@redhat.com>
4703
4704 * version.h (VERSION): Bump to 2.5.90 for new development tree.
4705
3a4e0609
UD
47062006-10-06 Andreas Jaeger <aj@suse.de>
4707
4708 * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
4709
47102006-10-06 Ulrich Drepper <drepper@redhat.com>
4711
4712 * po/pl.po: Update from translation team.
4713
4714 * nscd/nscd.c (main): Fix typo in message.
4715 Patch by Jakub Bogsz <qboosh@pld-linux.org>.
4716
97e57dee
UD
47172006-10-02 Jakub Jelinek <jakub@redhat.com>
4718
4719 [BZ #3291]
4720 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
4721 errno.h, signal.h, unistd.h and sysdep-cancel.h.
4722 (__sigprocmask): Define.
4723
768027a4
UD
47242006-10-02 Ulrich Drepper <drepper@redhat.com>
4725
4726 * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
4727 used.
4728
0b25a49a
UD
47292006-10-02 Jakub Jelinek <jakub@redhat.com>
4730
4731 * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
4732 in oldtotal and newtotal calculation.
4733 * nscd/nscd-client.h (struct mapped_database): Add datasize
4734 field.
4735 * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
4736 (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
4737 increased.
4738 (__nscd_cache_search): Add checks to make sure we never reference
4739 data beyond the current mapping.
4740
a1286745
UD
47412006-10-02 Dmitry V. Levin <ldv@altlinux.org>
4742
d4ed7561
UD
4743 * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
4744 variables const to avoid compiler warnings.
4745
a1286745
UD
4746 * io/fts.c (fts_close): Remove redundant checks.
4747 (fts_build): Likewise.
4748 (fts_palloc): Likewise.
4749
4750 * manual/message.texi (Advanced gettext functions,
4751 Using gettextized software): Fix typos.
4752
f01e4069
UD
47532006-09-30 Ulrich Drepper <drepper@redhat.com>
4754
4755 * posix/glob.c (glob_in_dir): Add some comments and asserts to
4756 explain why there are no leaks.
4757
154619b5
UD
47582006-09-29 Ulrich Drepper <drepper@redhat.com>
4759
690c3947
UD
4760 * libio/wmemstream.c: Include <wchar.h>.
4761 * libio/bug-wmemstream1.c: Likewise.
4762 * libio/tst-wmemstream1.c: Likewise.
4763 * libio/tst-wmemstream2.c: Likewise.
4764
88cc61e8
UD
4765 * version.h (RELEASE): Bump to 2.5.
4766 * README: Regenerated.
4767
a70c18b0
UD
4768 * locale/iso-3166.def: Add Aaland Islands and Montenegro.
4769
154619b5
UD
4770 [BZ #3273]
4771 * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
4772 found no group members.
4773 Patch by Petr Baudis.
4774
47752006-09-29 Jakub Jelinek <jakub@redhat.com>
4776
4777 * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
4778 assert bootstrap_map.l_tls_modid is zero.
4779 (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
4780 if USE___THREAD.
4781
1c31aa79
UD
47822006-09-27 Ulrich Drepper <drepper@redhat.com>
4783
4784 * libio/stdio.h: Move open_wmemstream prototype to ...
4785 * wcsmbs/wchar.h: ... here.
4786
f1122ec3
UD
47872006-09-25 Jakub Jelinek <jakub@redhat.com>
4788
4789 [BZ #3252]
4790 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
4791 fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
4792 __{,l}chown to handle the rest.
4793 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
4794 fchownat syscall and __ASSUME_32BITUIDS case inline, call
4795 __{,l}chown to handle the rest.
4796 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
4797 i386/fchownat.c.
4798 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
4799 * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
4800
4801 [BZ #3253]
4802 * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4803 time, rather allocate increasingly bigger arrays of pointers, if
4804 possible with alloca, if too large with malloc.
4805
48062006-09-24 Jakub Jelinek <jakub@redhat.com>
4807
4808 * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
4809
4810 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
4811
457b559e
UD
48122006-09-24 Ulrich Drepper <drepper@redhat.com>
4813
4814 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
4815 home addresses.
4816 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
4817 IFA_F_HOMEADDRESS flag for interfaces.
4818 * include/ifaddrs.h (struct in6addrinfo): Define
4819 in6ai_homeaddress.
4820
4a132246
UD
48212006-09-21 Jakub Jelinek <jakub@redhat.com>
4822
4823 [BZ #3225]
4824 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
4825 PTR_DEMANGLE3): Define.
4826 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
4827 PTR_DEMANGLE3): Likewise.
4828 * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
4829 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4830 Likewise.
4831 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
4832
c69136ae
UD
48332006-09-20 Jakub Jelinek <jakub@redhat.com>
4834
4835 * po/libc.pot: Regenerated.
4836 * po/be.po: Updated.
4837 * po/ca.po: Likewise.
4838 * po/cs.po: Likewise.
4839 * po/da.po: Likewise.
4840 * po/de.po: Likewise.
4841 * po/el.po: Likewise.
4842 * po/en_GB.po: Likewise.
4843 * po/es.po: Likewise.
4844 * po/fi.po: Likewise.
4845 * po/fr.po: Likewise.
4846 * po/gl.po: Likewise.
4847 * po/hr.po: Likewise.
4848 * po/hu.po: Likewise.
4849 * po/ja.po: Likewise.
4850 * po/ko.po: Likewise.
4851 * po/nb.po: Likewise.
4852 * po/nl.po: Likewise.
4853 * po/pl.po: Likewise.
4854 * po/pt_BR.po: Likewise.
4855 * po/ru.po: Likewise.
4856 * po/rw.po: Likewise.
4857 * po/sk.po: Likewise.
4858 * po/sv.po: Likewise.
4859 * po/tr.po: Likewise.
4860 * po/zh_CN.po: Likewise.
4861 * po/zh_TW.po: Likewise.
4862
4863 [BZ #3137]
4864 * iconv/iconv_prog.c (main): Fix spelling in error message.
4865 * iconv/iconvconfig.c (main): Likewise.
4866 * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
4867 * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
4868 * locale/programs/localedef.c (main): Likewise.
4869 * locale/programs/repertoire.c (repertoire_read): Likewise.
4870 * timezone/zdump.c (main): Likewise.
4871 * nscd/connections.c (handle_request): Fix spelling in log message.
4872 Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
4873
83b3108c
UD
48742006-09-20 Ulrich Drepper <drepper@redhat.com>
4875
4876 * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
4877 interfaces.
4878
89210b4c
AJ
48792006-09-20 Andreas Jaeger <aj@suse.de>
4880
4881 * math/libm-test.inc (lrint_test_upward): Fix typo.
4882
6624dbc0
UD
48832006-06-17 Joseph S. Myers <joseph@codesourcery.com>
4884
4885 [BZ #2592]
4886 * math/libm-test.inc (lrint_test_tonearest): New function.
4887 (lrint_test_towardzero): New function.
4888 (lrint_test_downward): New function.
4889 (lrint_test_upward): New function.
4890 (main): Run these new tests.
4891 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
4892 of values near to 0.
4893 (two52): Use double not long double.
4894 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
4895 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
4896 (two23): Use float not double.
4897 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
4898 (two23): Use float not double.
4899 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
4900 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
4901 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
4902 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
4903
60cb50c7
UD
49042006-09-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
4905
4906 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
4907 Cast sp to unsigned long to avoid compiler warning.
4908 Use __makecontext_ret function instead of a trampoline on the stack.
4909 (__makecontext_ret): New function.
4910 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
4911
33315ced
UD
49122006-09-19 Jakub Jelinek <jakub@redhat.com>
4913
4914 * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
4915 platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
4916 bits.
4917
1ee2ff20
UD
49182006-09-19 Ulrich Drepper <drepper@redhat.com>
4919
4920 * elf/dl-close.c (_dl_close): If dependency is not unloaded make
4921 sure no reference to the unloaded map's search list remains in the
4922 dependency's scope.
4923
49242006-09-16 Jakub Jelinek <jakub@redhat.com>
4925
4926 * elf/Makefile: Add rules to build and run unload7 test.
4927 * elf/unload7.c: New test.
4928 * elf/unload7mod1.c: New file.
4929 * elf/unload7mod2.c: New file.
4930
0466106e
UD
49312006-09-18 Jakub Jelinek <jakub@redhat.com>
4932
4933 * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
4934 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
4935 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4936 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
4937 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4938 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
4939 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4940 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
4941 PTRACE_GETEVENTMSG): Likewise.
4942 (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
4943 values.
4944
9c316a45
UD
49452006-09-17 Mike Frysinger <vapier@gentoo.org>
4946
0466106e
UD
4947 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
4948 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4949 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
4950 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9c316a45
UD
4951
49522006-09-16 Jakub Jelinek <jakub@redhat.com>
4953
4954 * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
4955 write '\0' to the fd.
4956 * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
4957 * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
4958 Change regs to unsigned long pointer from unsigned int, fix fscr
4959 offset.
4960
fb146a76
UD
49612006-09-14 Jakub Jelinek <jakub@redhat.com>
4962
4963 * io/Makefile (CFLAGS-fstatat.c): Set.
4964 (CFLAGS-fstatat64.c): Likewise.
4965 (CFLAGS-mknodat.c): Likewise.
4966
4967 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
4968 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
4969 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
4970 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
4971
4cd3633d
UD
49722006-09-14 Jakub Jelinek <jakub@redhat.com>
4973 Steven Munroe <sjmunroe@us.ibm.com>
fb146a76 4974
4cd3633d
UD
4975 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
4976 names to the beginning. Rename "cell" to "cellbe".
4977 (_dl_powerpc_platforms): New.
4978 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
4979 (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
4980 (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
4981 (_DL_HWCAP_PLATFORM): Define to new mask.
4982 (_dl_platform_string, _dl_string_platform): New functions.
4983 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
4984 PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
4985
30aa5785
UD
49862006-09-12 Jakub Jelinek <jakub@redhat.com>
4987
4988 [BZ #2526]
4989 * README.libm: Fix a thinko in sqrt algorithm description.
4990
4991 [BZ #3143]
4992 * manual/string.texi (argz_delete): Fix prototype.
4993 Patch by <alpt@freaknet.org>.
4994
49952006-08-26 Joseph Myers <joseph@codesourcery.com>
4996
4997 [BZ #3138]
4998 * io/test-lfs.c (do_prepare): Give name_len type size_t.
4999 * io/tst-fcntl.c (do_prepare): Likewise.
5000 * posix/tst-exec.c (do_prepare): Likewise.
5001 * posix/tst-preadwrite.c (do_prepare): Likewise.
5002 * posix/tst-spawn.c (do_prepare): Likewise.
5003 * posix/tst-truncate.c (do_prepare): Likewise.
5004 * rt/tst-aio.c (do_prepare): Likewise.
5005 * rt/tst-aio64.c (do_prepare): Likewise.
5006 * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
5007 size_t.
5008
d26d01d1
UD
50092006-09-09 Ulrich Drepper <drepper@redhat.com>
5010
41aba3d7
UD
5011 [BZ #2821]
5012 * time/mktime.c (guess_time_tm): Fix overflow detection.
5013 * time/Makefile (tests): Add bug-mktime1.
5014 * time/bug-mktime1.c: New file.
5015
eaa51b47 5016 [BZ #3189, #3188]
d26d01d1 5017 * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
eaa51b47 5018 (mremap): Likewise.
d26d01d1 5019
ba40cc15
UD
50202006-09-07 Jakub Jelinek <jakub@redhat.com>
5021
2b6a801e
UD
5022 [BZ #1006]
5023 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
5024 Ensure relocation doesn't clobber any bits outside of the
5025 immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
5026 R_SPARC_HI22 and R_SPARC_H44.
5027
469615bd
UD
5028 [BZ #2775]
5029 * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
5030 (long) (MINSIZE + nb - old_size) is positive.
5031
5032 * malloc/arena.c (grow_heap): When growing bail even if new_size
5033 is negative.
5034
ba40cc15
UD
5035 [BZ #3155]
5036 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
5037 stack below r1.
5038
243b9ac1
UD
50392006-09-06 Jakub Jelinek <jakub@redhat.com>
5040
ba40cc15
UD
5041 * posix/regex_internal.c (re_string_reconstruct): Handle
5042 offset < pstr->valid_raw_len && pstr->offsets_needed case.
5043 Ensure no bytes read before raw_mbs array. Pass a saved copy of
5044 pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5045 re_string_context_at.
5046 * posix/Makefile: Add rules to build and run bug-regex26 test.
5047 * posix/bug-regex26.c: New test.
5048
243b9ac1
UD
5049 * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
5050 rather than col_sym_free. Move seqp declaration earlier.
5051
5052 * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
5053
d052233c
UD
50542006-09-05 Jakub Jelinek <jakub@redhat.com>
5055
5056 * nscd/initgrcache.c (addinitgroupsX): Move any_success
5057 decl before first goto out.
5058
71213dc2
UD
50592006-09-04 Jakub Jelinek <jakub@redhat.com>
5060
5061 * Makerules (shlib.lds): If have-hash-style, put .hash section
5062 at the end of the RO segment.
5063
50642006-09-04 Ulrich Drepper <drepper@redhat.com>
5065
5066 * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
5067 style hash table format is used.
5068
03eeff83
UD
50692006-09-04 Jakub Jelinek <jakub@redhat.com>
5070
5071 * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
5072 randomization rather than before.
5073 * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
5074
b80770b2
UD
50752006-08-31 Jakub Jelinek <jakub@redhat.com>
5076
ba40cc15 5077 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
b80770b2
UD
5078
5079 * malloc/malloc.c (_int_malloc): Use full list insert and not
5080 shortcut which assumes the list is empty for large requests
5081 too.
5082
5083 * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
5084
99ea5991
UD
50852006-08-30 Jakub Jelinek <jakub@redhat.com>
5086
5087 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
5088 and offout arguments to the prototype.
5089 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
5090 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
5091 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
5092 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
5093 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
5094 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
5095 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
5096 * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
5097
4004a0a5
UD
50982006-08-28 Ulrich Drepper <drepper@redhat.com>
5099
950398e1
UD
5100 * elf/dl-load.c (_dl_init_paths): Expand DSTs.
5101
4004a0a5
UD
5102 * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
5103 dlopen parameters.
5104
6e310111
UD
51052006-08-28 Jakub Jelinek <jakub@redhat.com>
5106
5107 * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
5108 only if herrno is NETDB_INTERNAL. Handle errors other than
5109 ERANGE outside of the loops, handle TRY_AGAIN.
5110
5111 * locale/programs/ld-ctype.c (translit_flatten): Issue error
5112 if other's ctype category was missing.
5113 * locale/programs/ld-collate.c (collate_read): Return if
5114 copy_locale's collate category is missing.
5115
07014fca
UD
51162006-08-27 Ulrich Drepper <drepper@redhat.com>
5117
5118 [BZ #2684]
5119 * malloc/malloc.c (public_rEALLOc): Try harder by using other
5120 arenas if allocation failed.
5121 Patch mostly by Jan Edler <jan.edler@indexengines.com>.
5122
71663747
UD
51232006-08-26 Ulrich Drepper <drepper@redhat.com>
5124
41999a1a
UD
5125 * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
5126 waste bins[0..1].
5127 (malloc_state): Reduce bins size by 2.
5128 (_int_malloc): Fix test for large enough buffer for early termination.
5129 When no unsorted block matches perfectly and an exiting block has
5130 to be split, use full list insert and not shortcut which assumes
5131 the list is empty.
5132
71663747
UD
5133 * locale/programs/ld-ctype.c (ctype_read): Better patch for read
5134 failure.
5135
93b53ca2
UD
51362006-08-24 Ulrich Drepper <drepper@redhat.com>
5137
f5a82772
UD
5138 * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
5139 do anything.
5140
2ac9ca73
UD
5141 * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
5142 symbol require exact match (these are PLTs).
5143 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
5144 (_dl_ppc64_addr_sym_match): Likewise.
5145
93b53ca2
UD
5146 [BZ #2683]
5147 * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
5148 If symbol has a value use it.
5149 * elf/tst-dladdr1.c: New file.
5150 * elf/Makefile: Add rules to build and run tst-addr1.
5151
7463d5cb
UD
51522006-08-24 Jakub Jelinek <jakub@redhat.com>
5153
5154 * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
5155 keeps failing and heap growth or new heap creation isn't
5156 successful either.
5157 * malloc/tst-malloc.c (main): Add new tests.
5158
542a6f62
UD
51592006-08-24 Ulrich Drepper <drepper@redhat.com>
5160
5161 [BZ #2734]
5162 * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
5163 as in the x86-64 code to use bswap.
5164
aa2c6b6d
UD
51652006-05-21 Joseph S. Myers <joseph@codesourcery.com>
5166
24982798 5167 [BZ #2680]
aa2c6b6d
UD
5168 * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
5169 __USE_UNIX98.
5170 * posix/bits/unistd.h: Likewise.
5171
59776aef
UD
51722006-05-15 Mike Frysinger <vapier@gentoo.org>
5173
5174 [BZ #2751]
5175 * string/strchr.c: Add cast to avoid warning.
5176
e404fb16
UD
51772006-08-21 Ulrich Drepper <drepper@redhat.com>
5178
5179 * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
bd2c2341 5180 platforms define as 512K. For 64-bit platforms as 32MB. The lower
e404fb16
UD
5181 limit is needed to avoid the exploding of the address space
5182 requirement for secondary heaps.
5183 * malloc/arena.c (HEAP_MAX_SIZE): Define using
5184 DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
5185
376e973a
UD
51862006-07-30 Joseph S. Myers <joseph@codesourcery.com>
5187
5188 [BZ #3018]
5189 * Makerules (depfiles): Handle extra-test-objs the same as
5190 extra-objs.
5191 (common-mostlyclean): Likewise.
5192 * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
5193 instead.
5194 * elf/Makefile (extra-objs): Likewise.
5195 * stdlib/Makefile (extra-objs): Likewise.
5196
240c62a7
UD
51972006-08-14 Eric Blake <ebb9@byu.net>
5198
5199 [BZ #3044]
5200 * misc/error.h: Assume C89 or better.
5201 * misc/error.c: Likewise.
5202
3997b7c4
UD
52032006-08-21 Ulrich Drepper <drepper@redhat.com>
5204
5205 [BZ #3040]
5206 * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
5207 __ASSUME_ATFCTS is defined.
5208
8a6537b0
UD
52092006-08-19 Ulrich Drepper <drepper@redhat.com>
5210
72320021
UD
5211 * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
5212 to sort in each call.
5213
ed3691ba
UD
5214 * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
5215 is empty simply return and use next service.
5216 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
5217
8a6537b0
UD
5218 * locale/programs/charmap.c (charmap_read): Add new parameter. It
5219 tells us when not finding a charmap file is an error.
5220 * locale/programs/charmap.h: Adjust charmap_read prototype.
5221 * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
5222 cannot find a charmap.
5223 * locale/programs/localedef.c (main): Adjust charmap_read call.
5224
ad2a3c07
UD
52252006-08-15 Jakub Jelinek <jakub@redhat.com>
5226
5227 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
5228 sysdeps/posix/pause.c implementation instead.
5229
52302006-08-09 Jakub Jelinek <jakub@redhat.com>
5231
5232 * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
5233 to EPERM.
5234
f17efcb4
UD
52352006-08-13 Andreas Schwab <schwab@suse.de>
5236
5237 * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
5238 Don't clobber caller's LRSAVE.
5239 (_dl_prof_resolve): Likewise.
5240
107b8a92
UD
52412006-08-14 Ulrich Drepper <drepper@redhat.com>
5242
5243 [BZ #1996]
5244 * libio/memstream.c (open_memstream): Allocate initial buffer with
5245 calloc.
5246 * libio/wmemstream.c (open_wmemstream): Likewise.
5247 * libio/strops.c: Pretty printing.
5248 (_IO_str_overflow): Clear uninitialized part of the new buffer.
5249 (enlarge_userbuf): New function.
5250 (_IO_str_seekoff): Call it if seek position is larger than current
5251 buffer.
5252 * libio/wstrops.c: Likewise.
5253 * libio/vasprintf.c: Add comment as to why we do not have to use
5254 calloc instead of malloc to allocate initial buffer.
5255 * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
5256 * libio/bug-memstream1.c: New file.
5257 * libio/bug-wmemstream1.c: New file.
5258
fa3ac53f
UD
52592006-08-13 Ulrich Drepper <drepper@redhat.com>
5260
89993734
UD
5261 * libio/wstrops.c: Remove dead macro definitions and comments.
5262 * libio/strops.c: Likewise.
5263
fa3ac53f
UD
5264 [BZ #2764]
5265 * login/utmpname.c (__utmpname): Remove unnecessary test.
5266
f99ed760
UD
52672006-06-08 Joseph Myers <jsm28@gcc.gnu.org>
5268
5269 [BZ #2832]
5270 * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
5271 0s from integers.
5272
52732006-08-13 Ulrich Drepper <drepper@redhat.com>
5274
5275 [BZ #2987]
5276 * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
5277 for CPU clocks.
5278 * sysdeps/unix/clock_settime.c: Add support for platform-specific
5279 setting of CPU clocks.
5280
4c3f81d0
UD
52812006-06-23 Paul Eggert <eggert@cs.ucla.edu>
5282
5283 [BZ #2841]
5284 * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
5285 since C99 requires the result to promote to 'int' when uint_least8_t
5286 and uint_least16_t promote to 'int'.
5287
cd8e60ce
UD
52882006-08-12 Ulrich Drepper <drepper@redhat.com>
5289
9a5c46e8
UD
5290 [BZ #3013]
5291 * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
5292 lenght of one output field, correct bitmask creation.
5293 * locale/programs/ld-time.c: Add alignment.
5294
cd8e60ce
UD
5295 [BZ #2997]
5296 * misc/error.c: Add space between program name and message if file
5297 name is missing.
5298
9a528884
UD
52992006-08-03 Eric Blake <ebb9@byu.net>
5300
5301 [BZ #2998]
5302 * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
5303
1d05c2fb
UD
53042006-08-09 Ulrich Drepper <drepper@redhat.com>
5305
0c1c6c6c
UD
5306 * malloc/memusagestat.c: Silence warnings.
5307
1d05c2fb
UD
5308 * malloc/malloc.c: Dynamically size mmap treshold if the program
5309 frees mmaped blocks.
5310 Patch by Valerie Henson and Arjan van de Ven.
5311
2d1e6277
UD
53122006-08-08 Jakub Jelinek <jakub@redhat.com>
5313
be7ffd91
UD
5314 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
5315 __USE_GNU.
5316
2d1e6277
UD
5317 * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
5318 __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
5319 (DEF): Don't put the var into .gnu.linkonce.r.* section.
5320 Only provide var definitions in strtol_l (or for *ull*
5321 in strtoll_l).
5322
5323 * stdio-common/bug16.c (tests): New array.
5324 (do_tests): Allow the first hexadecimal digit
5325 to be 1, 2, 4 or 8. Do 3 additional tests.
5326
5327 * sysdeps/s390/fpu/libm-test-ulps: Update.
5328
5329 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
5330 fchownat syscall if available.
5331 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
5332 * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
5333 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
5334
d0ccde25
UD
53352006-08-07 Ulrich Drepper <drepper@redhat.com>
5336
5337 * nis/nis_xdr.c: Avoid some function calls.
5338
13a0293d 53392006-08-07 Jakub Jelinek <jakub@redhat.com>
3f7a21a9 5340 Ulrich Drepper <drepper@redhat.com>
13a0293d
UD
5341
5342 * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
5343 short cut if only one name component is stripped away.
5344
bd1ebae0
UD
53452006-08-07 Ulrich Drepper <drepper@redhat.com>
5346
5347 * nis/nis_call.c: Minor cleanups throughout.
2d1e6277 5348 (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
bd1ebae0
UD
5349 (first_shoot): Add search_parent_first parameter. Only if it is set
5350 search parent server first.
5351 If directory for table found through cold start cache is not the same
5352 as referenced in the cache, don't use it.
5353 (__nisfind_server): Take additional parameter. Pass it on to
5354 first_shoot.
5355 (__prepare_niscall): Adjust __nisfind_server call.
5356 * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
5357 * nis/nis_table.c: Adjust __nisfind_server call.
5358 * nis/nis_lookup.c: Likewise.
5359 (nis_lookup): Don't loop endlessly if name is reduced to ".".
5360
f1762c0c
UD
53612006-08-03 Ulrich Drepper <drepper@redhat.com>
5362
fe710250
UD
5363 [BZ #2182]
5364 * math/s_cacosh.c: Return values from positive branch.
5365 * math/s_cacoshf.c: Likewise.
5366 * math/s_cacoshl.c: Likewise.
5367
a5852807
UD
5368 [BZ #2883]
5369 * sysvipc/sys/msg.h: Change return value to ssize_t.
5370 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
fe710250
UD
5371 * sysvipc/msgrcv.c: Likewise.
5372 * include/sys/msg.h: Likewise.
39571a13 5373
6c215a8d
UD
5374 * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
5375 test introduced in patch for bz #661.
39571a13 5376 (getgrouplist): Simplify code a bit. Don't allocate one additional
f13bfdd0 5377 element for NEWGROUPS.
6c215a8d 5378
9c06eb66
UD
5379 [BZ #2908]
5380 * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
5381 'f', use '1' as leading digit not '\1'.
5382 * stdio-common/Makefile (tests): Add bug16.
5383 * stdio-common/bug16.c: New file.
5384
5385 [BZ #2914]
5386 * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
5387 and don't try to open it. The patch introducing the macro
5388 contained a bug and used the same file name as the new file
5389 instead of using /var/adm/hostid. Nobody complaint so I'm taking
5390 this out completely.
5391
5392 [BZ #2926]
5393 * assert/assert.h: Move cast to void inside ?: to quiet gcc.
5394 Patch by Jerry James <Jerry.James@usu.edu>.
5395
f1762c0c
UD
5396 * rt/Makefile (tests): Add tst-clock2.
5397 * rt/tst-clock2.c: New file.
5398
5399 [BZ #2978]
5400 * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
5401 function and its parameters and pass it to new thread.
5402 (__gai_notify): Add support for alternative waiting for completion.
5403 * resolv/gai_suspend.c (gai_suspend): Add support for alternative
5404 waiting for completion.
5405 * resolv/getaddrinfo_a.c: Likewise.
5406 * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
5407 waiting for completion is used.
5408 * resolv/gai_misc.c: Allow overwriting code to start helper thread.
5409 * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
5410 * resolv/gai_error.c: Likewise.
5411 * resolv/gai_sigqueue.c: Likewise.
5412
83ae6b40
RM
54132006-08-02 Thomas Schwinge <tschwinge@gnu.org>
5414
0e4e62fe 5415 * hurd/getdport.c (__getdport): Don't return EBADF; instead set
f1762c0c 5416 errno to EBADF and return MACH_PORT_NULL.
83ae6b40 5417
82ee37c5
UD
54182006-06-23 Joseph Myers <joseph@codesourcery.com>
5419
5420 [BZ #2980]
f1762c0c 5421 * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
82ee37c5
UD
5422
54232006-08-02 Ulrich Drepper <drepper@redhat.com>
5424
5425 * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
5426 walk them instead of the symbol table.
5427
7bb1b2c9
UD
54282006-08-01 Ulrich Drepper <drepper@redhat.com>
5429
f13bfdd0 5430 [BZ #2098]
fbbc73b3
UD
5431 * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
5432 status of NSS calls, not the number of returned entries.
5433
a4518922
UD
5434 * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
5435 request_key, keyctl.
7bb1b2c9 5436
b06e7e9a
UD
54372006-07-31 Ulrich Drepper <drepper@redhat.com>
5438
5439 * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
5440
f1227969
UD
54412006-07-16 Jeff Bailey <jbailey@ubuntu.com>
5442
5443 * elf/tst-auditmod1.c: Fix typo in #error.
5444
82ae2712
UD
54452006-07-31 Ulrich Drepper <drepper@redhat.com>
5446
f1227969
UD
5447 * elf/tst-auditmod1.c: Remove code for unsupported architectures.
5448
82ae2712
UD
5449 * iconvdata/run-iconv-test.sh: Run cmp in C locale.
5450
a1260d92
UD
54512006-07-20 Adam Nemet <anemet@caviumnetworks.com>
5452
5453 * stdlib/test-canon.c (do_test): Close fd before unlinking file so
b06e7e9a 5454 that the directory is empty even on non-POSIX filesystems.
a1260d92 5455
d2de41fe
UD
54562006-07-31 Ulrich Drepper <drepper@redhat.com>
5457
13669f2c
UD
5458 * elf/dl-open.c (dl_open_worker): Add branch prediction.
5459
d2de41fe
UD
5460 * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
5461 the backend NSS module. If backend setgrent call failed, don't have
5462 internal_setgrent fail. Just remember this until it is needed.
5463 * nis/nss_compat/compat-pwd.c: Likewise.
5464 * nis/nss_compat/compat-spwd.c: Likewise.
5465
b894c2ea
RM
54662006-07-30 Roland McGrath <roland@redhat.com>
5467
5468 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
5469 * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
5470 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
5471 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
5472
5473 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
5474 (nanosleep_not_cancel): New macro.
5475 (sigsuspend_not_cancel): new macro.
5476 * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
5477 (do_sigsuspend): Define as inline.
5478 (__sigsuspend): Always use do_sigsuspend.
5479 [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
5480 * include/signal.h: Declare __sigsuspend_nocancel.
5481 * sysdeps/posix/pause.c
5482 [! NO_CANCELLATION] (__pause_nocancel): New function.
5483
5484 * include/unistd.h (__pause_nocancel): Add attribute_hidden.
5485 * include/time.h (__nanosleep_nocancel): Likewise.
5486
c10d32c8
UD
54872006-07-30 Ulrich Drepper <drepper@redhat.com>
5488
5489 * locale/programs/localedef.c (add_to_readlist): Rename local
5490 variables to avoid confusion.
5491
5492 * locale/programs/charmap.c (charmap_read): Emit error message if
5493 charmap couldn't be found or read.
5494
6822f056
UD
54952006-07-28 Ulrich Drepper <drepper@redhat.com>
5496
d5ba53f9
UD
5497 * sysdeps/unix/sysv/linux/kernel-features.h: Define
5498 __ASSUME_FUTEX_LOCK_PI.
5499 * include/time.h: Declare __nanosleep_nocancel.
5500 * include/unistd.h: Declare __pause_nocancel.
5501
6822f056
UD
5502 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
5503 LDFLAGS. Add -lgcc_eh and libc_nonshared (again) to make sure we
5504 get the __stack_chk_fail_local definition when it's needed.
5505
3a975ff5
UD
55062006-07-26 Ulrich Drepper <drepper@redhat.com>
5507
6de1f625
UD
5508 * dlfcn/Makefile: Add rules to build and run bug-atexit3.
5509 * dlfcn/bug-atexit3.c: New file.
5510 * dlfcn/bug-atexit3-lib.cc: New file.
5511
3a975ff5
UD
5512 * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
5513 used when the namespace is not the base namespace.
5514
a92b1166
UD
55152006-07-26 Gavin Romig-Koch <gavin@redhat.com>
5516
5517 * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
5518 (__new_exitfn): Bump it in every successful call.
5519 * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
5520 more exit handlers, call them right away.
5521 * stdlib/exit.h: Declare __new_exitfn_called.
5522
a08336fb
UD
55232006-07-25 Ulrich Drepper <drepper@redhat.com>
5524
bd3754dc
UD
5525 * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
5526 calling registered handler.
5527
a08336fb
UD
5528 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
5529 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5530 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5531 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5532 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5533 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5534 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5535 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5536
871b9158
UD
55372006-07-10 Ulrich Drepper <drepper@redhat.com>
5538
5539 * elf/dl-lookup.c (dl_new_hash): New functions.
5540 (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
5541 value here. Compute new-style hash value. Pass new hash value
5542 and reference to variable with the old value to do_lookup_x.
5543 (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
5544 old-style hash table.
5545 (_dl_debug_bindings): Pass new hash value and reference to variable
5546 with the old value to do_lookup_x.
5547 * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
5548 new-style hash value and change old-style hash value parameter to
5549 be a reference. Reoganize functions to determine whether
5550 new-style hash table is available. Only fall back on old-style
5551 table. If old-style hash value is needed, compute it here.
5552 * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
5553 entry.
5554 * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
5555 DT_TLSDEC_GOT. Adjust DT_ADDRNUM.
5556 * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
5557 l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
5558 * Makeconfig: If linker supports --hash-style option add it to all
5559 linker command lines to build DSOs.
5560 * config.make.in: Define have-hash-style.
5561 * configure.in: Test whether linker supports --hash-style option.
5562
5563 * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
5564 * sysdeps/generic/ldsodefs.h: Adjust prototype.
5565
a1f0de82
UD
55662006-06-27 Ulrich Drepper <drepper@redhat.com>
5567
361a3706
UD
5568 * elf/dl-load.c (open_path): Fix test to determine whether DSO is
5569 auditing.
5570
a1f0de82
UD
5571 * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
5572 RPATH of main map twice.
5573
4259230f
UD
55742006-06-22 Ulrich Drepper <drepper@redhat.com>
5575
5576 * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
5577 look further, return original strings.
5578 (_nl_find_msg): Do not return found translation if the conversion
5579 failed. Either signal the string is unusable or that something went
5580 wrong and the original should be used.
5581
55822006-06-21 Ulrich Drepper <drepper@redhat.com>
5583
5584 * string/_strerror.c (__strerror_r): Add __builtin_expect.
5585
f9b7a98b
UD
55862006-06-14 Jakub Jelinek <jakub@redhat.com>
5587
5588 [BZ #2766]
5589 * misc/insremque.c (insque): Handle prev == NULL.
5590 * misc/Makefile (tests): Add tst-insremque.
5591 * misc/tst-insremque.c: New test.
5592
ac55a25b
UD
55932006-06-17 Ulrich Drepper <drepper@redhat.com>
5594
5595 [BZ #2792]
5596 * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
5597 conflict with DL_DST_REQUIRED.
5598
02f366b3
UD
55992006-06-16 Ulrich Drepper <drepper@redhat.com>
5600
5601 * nis/nis_subr.c (nis_getnames): Fix the implementation to better
5602 match what Solaris does.
5603
9009e8f8
UD
56042006-06-04 Ulrich Drepper <drepper@redhat.com>
5605
1b8373f4
UD
5606 * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
5607 local_setegid instead of seteuid and setegid.
5608 * sysdeps/generic/local-setxid.h: New file.
5609 * sysdeps/unix/sysv/linux/local-setxid.h: New file.
5610
7231452e
UD
5611 * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
5612
9009e8f8 5613 * string/Makefile (tests): Add bug-envz1.
02f366b3 5614 * string/bug-envz1.c: New file.
9009e8f8 5615
33e63e79
UD
56162006-06-02 Jakub Jelinek <jakub@redhat.com>
5617
5618 * posix/regex_internal.c (re_string_skip_chars): If no character has
5619 been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc
5620 to the byte which couldn't be converted.
5621 (re_string_reconstruct): Don't clear valid_raw_len before calling
5622 re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set
5623 tip_context using re_string_context_at.
5624 * posix/Makefile: Add rules to build and run bug-regex25 test.
5625 * posix/bug-regex25.c: New test.
5626
fdc02996
UD
56272006-06-02 Ryan S. Arnold <rsa@us.ibm.com>
5628
5629 [BZ #2703]
5630 * string/envz.c (envz_strip): Correct erroneously reversed src
5631 and dest parameters to memmove() invocation.
5632
902c4291
UD
56332006-05-30 Jakub Jelinek <jakub@redhat.com>
5634
5635 * nscd/nscd.h (prune_cache): Add fd argument to prototype.
5636 * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
5637 to make sure the database has been already invalidated.
5638 * nscd/cache.c (prune_cache): Add fd argument. Write response to fd
5639 after the cache has been invalidated. Use pthread_mutex_lock rather
5640 than pthread_mutex_trylock if fd != -1.
5641 * nscd/connections.c (invalidate_cache): Add fd argument, write
5642 response to fd if not calling prune_cache, pass fd to prune_cache.
5643 (handle_request): Adjust invalidate_cache caller.
5644 (nscd_run): Pass -1 as fd to prune_cache.
5645
ecc68568
UD
56462006-05-30 Ulrich Drepper <drepper@redhat.com>
5647
5648 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
5649 the correct place.
5650
9636a217
UD
56512006-05-29 Ulrich Drepper <drepper@redhat.com>
5652
5653 * nscd/nscd.h (struct database_dyn): Add prunelock field.
5654 * nscd/cache.c (prune_cache): Take prunelock before starting the
5655 work. Just return in case it is already taken.
cabfcde1 5656 * nscd/connections.c (dbs): Initialize .prunelock.
9636a217 5657
6bcb494a
UD
56582006-05-25 Ulrich Drepper <drepper@redhat.com>
5659
672d5a63 5660 * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
ecc68568 5661 copying. No need to allocate new array for group members. Just
672d5a63
UD
5662 move the pointers and update the size.
5663
1663b44f
UD
5664 * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
5665 Avoid memory leak in case realloc fails. Simplification for
5666 better code generation.
5667
5668 Avoid deprecation warning because of libc_hidden_proto for
5669 inet6_option_alloc.
5670 * inet/inet6_option.c (option_alloc): Renamed from
5671 inet6_option_alloc. Made static.
9636a217 5672 (inet6_option_alloc): Now a simple wrapper around option_alloc.
1663b44f
UD
5673 (inet6_option_append): Call option_alloc.
5674 * include/netinet/in.h: Remove libc_hidden_proto for
5675 inet6_option_alloc.
5676
6bcb494a
UD
5677 * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
5678 for cleanup when cb!=NULL [Coverity CID 233].
5679
aec6b246
UD
56802006-05-24 Ulrich Drepper <drepper@redhat.com>
5681
07bfff20
UD
5682 [BZ #2693]
5683 * inet/Makefile (routines): Add inet6_opt and inet6_rth.
5684 * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
5685 inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
5686 inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
5687 inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
5688 and inet6_rth_getaddr.
5689 * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
5690 array.
5691 * inet/netinet/in.h (struct ip6_mtuinfo): Define.
5692 Mark inet6_option_* interfaces as deprecated.
5693 Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
5694 inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
5695 inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
5696 inet6_rth_segments, and inet6_rth_getaddr.
5697 * inet/inet6_opt.c: New file.
5698 * inet/inet6_rth.c: New file.
5699
5700 * inet/netinet/icmp6.h: Pretty printing.
5701
aec6b246
UD
5702 [BZ #2683]
5703 * elf/dl-addr.c (_dl_addr): Don't match undefined references.
5704
2d571cd1
UD
57052006-05-23 Ulrich Drepper <drepper@redhat.com>
5706
062e719b
UD
5707 * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
5708 doing it all here. When server does not know the answer do not
5709 fail immediate, try parent first.
5710
2d571cd1
UD
5711 * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
5712 overflow test.
5713
a17fa610
UD
57142006-05-20 Ulrich Drepper <drepper@redhat.com>
5715
5716 * nis/nis_call.c (__prepare_niscall): New function. Split out
5717 from __do_niscall.
5718 * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
5719 and exported.
5720 (__follow_path): New function. Split out from nis_list.
5721 * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
5722 _xdr_nis_result.
5723 * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
5724 _xdr_nis_result.
5725 * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
5726 and __follow_path.
5727 * nis/Versions: Export __prepare_niscall, __create_ib_request,
5728 __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
5729 from libnsl for version GLIBC_PRIVATE.
5730 * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
5731 Remove entry parameter from _nss_nisplus_parse_pwent and
5732 _nss_nisplus_parse_grent.
5733 * nis/nss_nisplus/nisplus-parser.c: Likewise.
5734 * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
5735 again. Rewrite getpwent handling to not use nis_first_entry and
5736 nis_next_entry. Roll out own niscall handling.
5737 * nis/nss_nisplus/nisplus-grp.c: Likewise.
5738
5739 * sunrpc/xdr_rec.c: Fix typo in comment.
5740
429bb183
UD
57412006-05-19 Ulrich Drepper <drepper@redhat.com>
5742
1d4f062a
UD
5743 * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
5744 handling.
5745
101cc598
UD
5746 * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
5747 to allocate memory for my_pollfd. Better initialization of
5748 cb_is_running. Use TEMP_FAILURE_RETRY.
5749
f50fa10c
UD
5750 * malloc/memusage.sh (memusageso): Add quotes.
5751 (memusagestat): Likewise.
5752 * debug/xtrace.sh (pcprofileso): Likewise.
5753 (pcprofiledump): Likewise.
5754 * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
5755 replacement.
5756 * malloc/Makefile ($(objpfx)memusage): Likewise.
5757
882bfe73
UD
5758 * nis/nis_callback.c (__nis_create_callback): Calls to
5759 svcudp_bufcreate and svctcp_create can fail. Free ->xprt if
5760 asprintf call fails.
5761
429bb183
UD
5762 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
5763 no uninitialized memory is passed to sendto.
5764
f90de831
UD
57652006-05-18 Ulrich Drepper <drepper@redhat.com>
5766
5767 * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
5768 of snprintf+strdup. Handle OOM.
5769 * nis/nis_callback.c (__nis_create_callback): Allocate cb and
5770 cb->serv together. Remove now obsolete free calls.
5771 (__nis_destroy_callback): Remove now obsolete free call.
5772
a17fa610 57732006-05-18 David Woodhouse <dwmw2@redhat.com>
6e2a7825
UD
5774
5775 * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
5776 RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
5777 and ULA respectively). Set precedence for IPv4 address to 10 as
5778 defined in RFC3484 for preferring IPv6.
5779 * posix/gai.conf: Update to match the new default tables.
5780
758b9d7e
UD
57812006-05-18 Jakub Jelinek <jakub@redhat.com>
5782
5783 * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
5784 returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
5785 * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
5786 * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
5787
5788 * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
5789 Removed.
5790 (init_nss_interface): Remove initialization of these variables.
5791
57922006-05-18 Ulrich Drepper <drepper@redhat.com>
5793
5794 * nis/nis_call.c (rec_dirsearch): Little optimization: pull
5795 nis_free_directory forward to avoid duplication.
5796
388c779e
UD
57972006-05-17 Ulrich Drepper <drepper@redhat.com>
5798
5f1724bf
UD
5799 * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
5800 rec_dirsearch returning NULL.
5801 (first_shoot): Handle __nis_finddirectory returning NULL.
5802 (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
5803
388c779e
UD
5804 * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
5805 IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
5806
360d5cf4
UD
58072006-05-17 Jakub Jelinek <jakub@redhat.com>
5808
5809 * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
5810 pid changed.
5811
88dbff8c
UD
58122006-05-15 Ulrich Drepper <drepper@redhat.com>
5813
6f8a7dff
UD
5814 * include/rpc/pmap_prot.h: Mark all functions as hidden.
5815
5816 * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
5817 * nscd/nscd_getgr_r.c: Likewise.
5818
5819 * include/rpc/pmap_rmt.h: Mark all functions as hidden.
5820
5821 * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
5822 * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
5823
5824 * stdlib/longlong.h (__clz_tab): Mark as hidden.
5825
5826 * iconv/gconv_int.h: Mark __gconv_lock as hidden.
5827
360d5cf4 5828 * include/rpc/key_prot.h: Mark all _internal functions as hidden.
8263ed62
UD
5829
5830 * include/rpc/auth.h: Mark xdr_des_block_internal and
5831 xdr_opaque_auth_internal as hidden.
5832
5833 * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
5834 hidden.
5835
360d5cf4 5836 * include/rpc/xdr.h: Mark all _internal functions as hidden.
8263ed62 5837
02264020
UD
5838 * misc/getusershell.c (okshells): Don't use static initializers,
5839 do it dynamically.
5840
fd5ea238
UD
5841 * stdlib/fmtmsg.c (keywords): Change type of len element to
5842 uint32_t to not waste space on 64bit machines.
5843
9446614c
UD
5844 * locale/setlocale.c: Change _nl_category_names into a string.
5845 Add new _nl_category_name_idxs. Change all users.
5846 * locale/localeinfo.h: Adjust declaration of _nl_category_names.
5847 Declare _nl_category_name_idxs.
5848 * locale/findlocale.c: Adjust for _nl_category_names change.
5849 * locale/loadlocale.c: Likewise.
5850 * locale/newlocale.c: Likewise.
5851 * intl/dcigettext.c: Likewise.
5852
88dbff8c
UD
5853 * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
5854 (add_alias2): ...here. New function.
5855 (__gconv_read_conf): Simplify builtin alias handling.
5856 (builtin_aliases): Convert to string to avoid relocations.
5857 * iconv/gconv_builtin.h: Add comment about correct formatting.
5858
4442d58f
UD
58592006-05-15 Jakub Jelinek <jakub@redhat.com>
5860
5861 * resolv/res_debug.c (loc_ntoa): Make error const.
5862
58632006-05-14 Andreas Schwab <schwab@suse.de>
5864
5865 * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
5866
58672006-05-12 Jakub Jelinek <jakub@redhat.com>
5868
5869 * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
5870 (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
5871 sizeof (cpu_set_t).
5872
a51752b6
UD
58732006-05-11 Ulrich Drepper <drepper@redhat.com>
5874
5d3fd1f6
UD
5875 * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
5876
08cfb839
UD
5877 * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
5878
4b481a15
UD
5879 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
5880 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
5881
5882 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
5883 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
5884
5885 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
5886 * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
5887 xdr_cback_data.
5888
5889 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
5890 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5891 xdr_ypupdate_args.
5892
5893 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
5894 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
5895
5896 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
5897 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
5898
5899 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
5900 * include/rpcsvc/nis_callback.h: New file.
5901
5902 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
5903 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
5904
5905 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5906 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5907
5908 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
5909 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
5910
5911 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5912 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5913
b1ad49c6
UD
5914 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
5915 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5916 xdr_ypdelete_args.
5917
cd5f7829
UD
5918 * nis/nis_xdr.h: Mark all functions as hidden. Remove
5919 __BEGIN_DECLS and __END_DECLS, the header is not installed.
5920
a51752b6
UD
5921 * nis/nis_error.c: Remove table of strings. Use position
5922 independent mechanism.
5923 * nis/nis_error.h: New file.
5924
3d237e42
UD
59252006-05-11 Jakub Jelinek <jakub@redhat.com>
5926
5927 * locale/programs/ld-time.c (time_finish): If wide era name or
5928 format aren't provided, set both wname and wformat to L"".
5929
d6c159fe
UD
59302006-05-10 Ulrich Drepper <drepper@redhat.com>
5931
0088b04e
UD
5932 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
5933 results if the call was succesful.
5934
d6c159fe
UD
5935 * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
5936
5937 * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
5938 as hidden.
5939
5c5acdf0
UD
59402006-05-10 Jakub Jelinek <jakub@redhat.com>
5941
5942 * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
5943
16d620db
UD
59442006-05-10 Ulrich Drepper <drepper@redhat.com>
5945
5946 * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
5947 caller makes sure this is not the case.
5948 (wordexp): Simplify ifs_white creation. [Coverity CID 231]
5949
e7c8359e
UD
59502006-05-09 Ulrich Drepper <drepper@redhat.com>
5951
ecf359c6
UD
5952 * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
5953 calls.
5954
400cc70a
UD
5955 * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
5956 [Coverity CID 229, 230]
5957
5958 * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
5959 DGETTEXT calls.
5960 (hol_help): Likewise. [Coverity CID 226, 227]
5961
5962 * string/argz-replace.c (__argz_replace): Unconditionally call
5963 free on SRC. [Coverity CID 225]
5964
5965 * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
5966 the return value of __nis_default_owner and __nis_default_group,
5967 it has been especially allocated. [Coverity CID 224]
5968
51e59260
UD
5969 * nis/nis_defaults.c (searchXYX): New functions. Used by both
5970 searchgroup and searchowner. Significantly simplified.
5971 (__nis_default_owner): Remove duplication. Do not locally copy the
5972 string before duplicating it.
5973 (__nis_default_group): Likewise.
5974
5975 * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
5976 we must clear the variable before calling __nisfind_server.
5977
5978 * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
5979 nis_getnames. [Coverity CID 223]
5980
5981 * locale/programs/locfile.c (locfile_read): Use alloca instead of
5982 xmalloc to allocate local repertoire name. [Coverity CID 222]
5983
5984 * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
5985 allocate memory for the input to add_bytes. [Coverity CID 221]
5986
e7c8359e 5987 * posix/wordexp.c (w_addword): Free word if realloc fails and it
51e59260 5988 was allocated here. [Coverity CID 219, 220]
e7c8359e
UD
5989
5990 * posix/getconf.c (print_all): Free confstr data after printing.
5991 [Coverity CID 218]
5992
5993 * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
5994 list allocation fails. [Coverity CID 215]
5995
5996 * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
5997 [Coverity CID 213]
5998
5999 * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
6000 string is NULL. [Coverity CID 212]
6001 * argp/Makefile: Add rules to build and run bug-argp1.
6002 * argp/bug-argp1.c: New file.
6003
6004 * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
6005 end of string.
6006 * stdlib/canonicalize.c (__realpath): Likewise.
6007
6008 * locale/programs/ld-time.c (time_finish): Don't dereference NULL
6009 pointer. [Coverity CID 206]
6010
6011 * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
6012 in statically linked code.
6013 * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
6014 statically built code, be prepared to have no link map.
6015 [Coverity CID 205]
6016
6017 * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
6018 dgettext calls. [Coverity CID 204]
6019
6020 * argp/argp-help.c (struct uparams): Remove valid member. Change
6021 the one user.
6022 (uparam_names): Reduce size. Avoid relative relocations.
6023 Moved to read-only segment.
6024 (fill_in_uparams): Update for new layout.
6025
6026 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
6027 assumed to always be != NULL. [Coverity CID 202]
6028
6029 * argp/argp-help.c (hol_entry_help): Remove some dead code
6030 [Coverity CID 200].
6031
6032 * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
6033 away a few more unconditional yperr2nss calls.
6034 (_nss_nis_getservbyname_r): Likewise.
6035
acf82eaf
UD
60362006-05-06 Ulrich Drepper <drepper@redhat.com>
6037
4461cf48
UD
6038 * sysdeps/generic/ldsodefs.h: Remove support for non-core
6039 architectures.
6040
b74a8c7f
UD
6041 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
6042 that unused memory passed to sendto is nevertheless initialized.
6043
acb98cb5
UD
6044 [BZ #2499]
6045 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
6046 possibly unaligned memory accesses.
6047
bce16467
UD
6048 * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
6049 * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
6050 and __putlong respectively. Correct buffer overflow check for
6051 NS_NOTIFY_OP.
6052
6053 * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
6054
8e45b1ac
UD
6055 * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
6056 (send_dg): Rewrite error handling to be more compact and avoid
6057 double recomputation of timeouts. Pass MSG_NOSIGNAL to send.
6058
697e1628
UD
6059 * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
6060
6061 * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
6062 instead of ns_get16.
6063 (res_queriesmatch): Likewise. Minor optimization.
6064
acf82eaf
UD
6065 [BZ #2499]
6066 * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
6067 __libc_res_nsend might reallocate the buffer for the answer. In
6068 this case we have to reload the HP pointer.
6069
7bfee654
UD
60702006-05-05 Ulrich Drepper <drepper@redhat.com>
6071
694b49ca
UD
6072 * stdio-common/vfscanf.c (memory_error): Remove definition. Add
6073 some branch prediction hints.
6074
7bfee654
UD
6075 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
6076 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6077 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6078 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
6079 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6080 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6081 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6082 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6083
308bb2d5
UD
60842006-05-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
6085
6086 * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
6087 by a GOT relocation to make Scrt1.o position independent.
6088 * sysdeps/s390/s390-64/elf/start.S: Likewise.
6089
6090 * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
6091 six system call parameters.
6092 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
6093
cdb9c321
UD
60942006-05-05 Ulrich Drepper <drepper@redhat.com>
6095
6096 * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
6097 malloc&bzero.
6098
6099 * sunrpc/svc_udp.c (BZERO): Remove definition.
6100 (CALLOC): Define.
6101 (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
6102
6103 * sunrpc/des_impl.c: Remove ALT_ECB support. We never used it.
6104 (des_SPtrans): Use uint32_t type.
6105 (des_skb): Likewise.
6106
6107 * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
6108
fff04b32
UD
61092006-05-05 Jakub Jelinek <jakub@redhat.com>
6110
6111 [BZ #2509]
6112 * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
6113 on 32-bit arches.
6114
61152006-05-05 Ulrich Drepper <drepper@redhat.com>
6116
6117 * locale/programs/ld-address.c (address_finish): Fix one more
cdb9c321 6118 place where the iso639 array might be accessed beyond the limits.
fff04b32 6119
077a30bc 61202006-05-04 Ulrich Drepper <drepper@redhat.com>
77dd4c3b 6121
f2d5cf50
UD
6122 * nis/nis_table.c (nis_list): Avoid clearing res twice before
6123 filling it for the first time.
6124
3e4370cf
UD
6125 * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
6126 Adjust all callers.
6127 Free res object content before returning.
6128
5e65a53d
UD
6129 * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
6130
48be3114
UD
6131 * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
6132 client->cl_auth.
6133
ca4fce0e
UD
6134 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
6135 cleanup for initial thread, just the free call on TVP.
6136
077a30bc 6137 * nscd/gai.c (__getline): Define.
3b7a95fb 6138
5d37289a 6139
3f87d901 6140See ChangeLog.16 for earlier changes.
This page took 0.930627 seconds and 5 git commands to generate.