]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Fix fileops.c build for old kernels
[thirdparty/glibc.git] / ChangeLog
CommitLineData
0a197a9d
L
12011-05-16 H.J. Lu <hongjiu.lu@intel.com>
2
3 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
4
ee30c380
UD
52011-05-17 Ulrich Drepper <drepper@gmail.com>
6
7 [BZ #11837]
8 * iconvdata/gb18030.c: Update to GB18020-2005.
9
6ce75379
UD
102011-05-16 Ulrich Drepper <drepper@gmail.com>
11
a4b89fd8
AR
12 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
13 RE_SYNTAX_POSIX_AWK): Update to match recent development.
14 Patch by Aharon Robbins <arnold@skeeve.com>.
15
ea389b12
UD
16 [BZ #11892]
17 * stdlib/putenv.c (putenv): Don't always create copy of the variable
18 on the stack.
19
68a3f91f
UD
20 [BZ #11895]
21 * misc/pselect.c (__pselect): Handle timeout value errors hidden
22 through underflows.
23
15cc7dd1
UD
24 [BZ #12766]
25 * misc/error.c (error_at_line): Ensure file_name and old_file_name
26 point to strings before performing equality test for error_one_per_line
27 mode.
28
f3799213
UD
29 [BZ #11697]
30 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
31
d79a9c94
UD
32 [BZ #11820]
33 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
34 (struct user_fpregs_struct): Avoid __uint*_t types.
35
56e5eb46
UD
36 [BZ #6420]
37 * malloc/mtrace.c (tr_where): Add additional parameter to point to
38 symbol info. Use it instead of calling _dl_addr locally.
39 (lock_and_info): New function.
40 (tr_freehook): Call lock_and_info and pass symbol info as additional
41 parameter to tr_where.
42 (tr_mallochook): Likewise.
43 (tr_reallochook): Likewise.
44 (tr_memalignhook): Likewise.
45
6ce75379
UD
46 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
47 used and couldn't be at all thread-safe.
48
f8a3b5bf
UD
492011-05-15 Ulrich Drepper <drepper@gmail.com>
50
94b7cc37
UD
51 * libio/freopen.c (freopen): Don't close old file descriptor
52 before the new one is opened. Instead dup the new file descriptor
53 to the old one after the new stream is created.
54 * libio/freopen64.c (freopen64): Likewise.
55 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56 * libio/fileops.c (_IO_new_file_close_it): Handle new
57 _IO_FLAGS2_NOCLOSE flag.
58 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
59 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
60 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
61 _IO_FLAGS2_NOCLOSE flag.
62 * include/unistd.h: Add hidden_proto for dup3.
63 Define __have_dup3.
64 * io/dup3.c: Define hidden symbol.
65 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
66
bd25564e
UD
67 [BZ #7101]
68 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
69 when an incomplete long option is used.
70 * posix/tst-getopt_long1.c: New file.
71 * posix/Makefile (tests): Add tst-getopt_long1.
72
c84cfef4
UD
73 [BZ #10138]
74 * scripts/config.guess: Update from autoconf-2.68.
75 * scripts/config.sub: Likewise.
76
3b85df27
UD
77 [BZ #10157]
78 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
79 tests into ...
80 (has_cpuclock): ...this. New function.
81 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
82 macro here based on has_cpuclock code.
83
15a856b1
UD
84 [BZ #10149]
85 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
86 First byte (not low byte) is now always NUL.
87 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
88
05f399e6
UD
89 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
90 Use non-cancelable interfaces.
91
10a52685 92 [BZ #9809]
94ecc67d
UD
93 * locale/iso-639.def: Add entry for Sorani.
94
f8a3b5bf
UD
95 [BZ #11901]
96 * include/stdlib.h: Move include protection to the right place.
97 Define abort_msg_s. Declare __abort_msg with it.
98 * stdlib/abort.c (__abort_msg): Adjust type.
99 * assert/assert.c (__assert_fail_base): New function. Majority
100 of code from __assert_fail. Allocate memory for __abort_msg with
101 mmap.
102 (__assert_fail): Now call __assert_fail_base.
103 * assert/assert-perr.c: Remove bulk of implementation. Use
104 __assert_fail_base.
105 * include/assert.hL Declare __assert_fail_base.
106 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
107 mmap.
108 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
109
1af4e298
UD
1102011-05-14 Ulrich Drepper <drepper@gmail.com>
111
f8a3b5bf 112 [BZ #11952]
d26dfc60
MG
113 [BZ #12453]
114 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
115 until all modules are registered in the DTV.
116 * elf/Makefile: Add rules to build and run tst-tls19.
117 * elf/tst-tls19.c: New file.
118 * elf/tst-tls19mod1.c: New file.
119 * elf/tst-tls19mod2.c: New file.
120 * elf/tst-tls19mod3.c: New file.
121 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
122
2fc54d6f
UD
123 [BZ #12083]
124 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
125 correctly.
126
98d76b46
UD
127 [BZ #12601]
128 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
129 two-byte sequence errors.
130 * iconvdata/Makefile (tests): Add bug-iconv8.
131 * iconvdata/bug-iconv8.c: New file.
132
da3c19ef
UD
133 [BZ #12626]
134 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
135 buf2 definition.
136
ca408c15
UD
137 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
138
d6f67f7d
UD
139 [BZ #12432]
140 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
141 (dummy_getcfa): New function.
142 (init): Get _Unwind_GetCFA address, use dummy if not found.
143 (backtrace_helper): In recursion check, also check whether CFA changes.
144 (__backtrace): Completely initialize arg.
145
1af4e298 146 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
147 storing incomplete byte sequence in state object. Avoid testing for
148 guaranteed too small input if we know there is enough data available.
1af4e298 149
da62f81b
AS
1502011-05-11 Andreas Schwab <schwab@redhat.com>
151
152 * Makeconfig (+link-pie): Indent.
153 * Rules (binaries-pie): Define if $(have-fpie) and
154 $(build-shared).
155 (binaries-shared): Also filter out $(binaries-pie).
156 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
157 * nscd/Makefile (others-pie): Add nscd.
158 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
159 ($(objpfx)nscd): Remove command override.
160 * login/Makefile (others-pie): Add pt_chown.
161 ($(objpfx)pt_chown): Remove command override.
162 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
163 remove command overrides.
164
fcabc0f8
UD
1652011-05-13 Ulrich Drepper <drepper@gmail.com>
166
20030ae6
UD
167 * libio/tst_putwc.c: Fix error messages.
168
fcabc0f8
UD
169 [BZ #12724]
170 * libio/fileops.c (_IO_new_file_close_it): Always flush when
171 currently writing and seek to current position when not.
172 * libio/Makefile (tests): Add bug-fclose1.
173 * libio/bug-fclose1.c: New file.
174
320a5dc0
PB
1752011-05-12 Ulrich Drepper <drepper@gmail.com>
176
177 [BZ #12511]
178 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
179 don't set DF_1_NODELETE here.
180 (do_lookup_x): When entering new entry test for copy relocation
181 and if necessary set DF_1_NODELETE flag.
182 * elf/tst-unique4.cc: New file.
183 * elf/tst-unique4.h: New file.
184 * elf/tst-unique4lib.cc: New file.
185 * elf/Makefile: Add rules to build and run tst-unique4.
186 Patch by Piotr Bury <pbury@goahead.com>.
187
22836f52
UD
1882011-05-11 Ulrich Drepper <drepper@gmail.com>
189
f574184a
UD
190 [BZ #12052]
191 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
192
e1fb097f
UD
193 [BZ #12625]
194 * misc/mntent_r.c (addmntent): Flush the stream after the output
195
22836f52
UD
196 [BZ #12393]
197 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
198 (is_trusted_path_normalize): Skip initial colon. Append slash
199 to empty buffer. Duplicate is_trusted_path code but allow
200 constructed patch to be prefix.
201 (is_dst): Allow $ORIGIN followed by /.
202 (_dl_dst_substitute): Correct clearing of check_for_trusted.
203 Correct testing of result of is_trusted_path_normalize
204 (decompose_rpath): Fix warning.
205
7b3b0b2a
UD
2062011-05-10 Ulrich Drepper <drepper@gmail.com>
207
208 [BZ #11257]
209 * grp/initgroups.c (internal_getgrouplist): When we found the service
210 list through the initgroups entry in nsswitch.conf do not always
211 continue on a successful lookup. Don't always use the
eac80ce2 212 __nss_group_database value if it is set.
7b3b0b2a
UD
213 * nss/nsswitch.conf (initgroups): Change action for successful db
214 lookup to continue for compatibility.
215
2a81eaa5
UD
2162011-05-09 Ulrich Drepper <drepper@gmail.com>
217
be97a69e
UD
218 [BZ #11532]
219 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
220 and CP774 modules.
221 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
222 and CP774 modules.
223 * iconvdata/tst-tables.sh: Likewise.
224 * iconvdata/cp770.c: New file.
225 * iconvdata/cp771.c: New file.
226 * iconvdata/cp772.c: New file.
227 * iconvdata/cp773.c: New file.
228 * iconvdata/cp774.c: New file.
229 * iconvdata/testdata/CP770: New file.
230 * iconvdata/testdata/CP770..UTF8: New file.
231 * iconvdata/testdata/CP771: New file.
232 * iconvdata/testdata/CP771..UTF8: New file.
233 * iconvdata/testdata/CP772: New file.
234 * iconvdata/testdata/CP772..UTF8: New file.
235 * iconvdata/testdata/CP773: New file.
236 * iconvdata/testdata/CP773..UTF8: New file.
237 * iconvdata/testdata/CP774: New file.
238 * iconvdata/testdata/CP774..UTF8: New file.
239
240 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
241 END CHARMAP line.
242 * iconvdata/gen-8bit-gap.sh: Likewise.
243 * iconvdata/gen-8bit.sh: Likewise.
244
c1e9e399
UD
245 * locale/iso-639.def: Add ary entry.
246
24c55fb3 247 [BZ #11258]
96b4b1b0
UD
248 * locale/C-translit.h.in: Add U20A1 transliteration.
249
bdc2f971
KB
250 [BZ #12178]
251 * locale/iso-639.def: Add wae entry.
252 Patch by Kevin Bortis <bortis@translate-wae.ch>.
253
2952b117
UD
254 [BZ #12545]
255 * locale/programs/localedef.c (construct_output_path): Use ssize_t
256 for n.
257
2a81eaa5
UD
258 [BZ #12711]
259 * locale/C-translit.h.in: Add entry for U20B9.
260 Patch by pravin.d.s@gmail.com.
261
28377d1b
UD
2622011-05-08 Ulrich Drepper <drepper@gmail.com>
263
7fb90fb8
UD
264 [BZ #12713]
265 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
266 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
267 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
268 in rtld. Use *stat64.
7fb90fb8 269 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 270 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 271 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
272 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
273 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
274 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
275 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
276 __fstatat64 macros.
7fb90fb8
UD
277 * include/dirent.h: Add libc_hidden_proto for rewinddir.
278 * dirent/rewinddir.c: Add libc_hidden_def.
279 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 280 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 281
28377d1b
UD
282 * include/dirent.h (__alloc_dir): Add flags parameter.
283 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
284 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
285 __alloc_dir.
286 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
287 from fdopendir if O_CLOEXEC is already set.
288
66bdbaa4
AM
2892011-03-15 Alan Modra <amodra@gmail.com>
290
291 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
292 l_tls_firstbyte_offset non-zero. Save padding offset in
293 l_tls_firstbyte_offset for later use.
294 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
295 freeing static tls block.
296
95721191
JN
2972011-03-05 Jonathan Nieder <jrnieder@gmail.com>
298
299 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
300 where #ifdef was intended. The intent is to prevent ARG_MAX from
301 being defined by the kernel headers.
302
f87dfb1f
UD
3032011-05-07 Ulrich Drepper <drepper@gmail.com>
304
305 [BZ #12734]
306 * resolv/resolv.h: Define RES_NOTLDQUERY.
307 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
308 no-tld-query and set RES_NOTLDQUERY.
309 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
310 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
311 modern BIND to search name as TLD unless forbidden.
312
47c3cd7a
UD
3132011-05-07 Petr Baudis <pasky@suse.cz>
314 Ulrich Drepper <drepper@gmail.com>
315
316 [BZ #12393]
317 * elf/dl-load.c (fillin_rpath): Move trusted path check...
318 (is_trusted_path): ...to here.
c1e9ea35 319 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 320 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 321 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 322
8a35c912
PP
3232011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
324
325 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
326 __BEGIN/__END_DECLS.
327
acd41f47
UD
3282011-05-06 Ulrich Drepper <drepper@gmail.com>
329
330 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
331 NSS_STATUS_NOTFOUND if no record was found.
332
597df647
AS
3332011-05-05 Andreas Schwab <schwab@redhat.com>
334
335 * sunrpc/Makefile (headers): Add rpc/netdb.h.
336 (headers-not-in-tirpc): Remove rpc/netdb.h
337 * resolv/netdb.h: Revert last change.
338
b9af1301
PP
3392011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
340
341 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
342 circular dependency between libgcc.a and libc.a.
343
4e34d5f5
AS
3442011-05-05 Andreas Schwab <schwab@redhat.com>
345
346 * resolv/netdb.h: Don't include <rpc/netdb.h>.
347 * nis/Makefile: Don't install rpcsvc/*.
348 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
349 instead of <rpc/types.h>.
350 (MAXHOSTNAMELEN): Define.
351
00ee369c
AS
3522011-05-03 Andreas Schwab <schwab@redhat.com>
353
354 * elf/ldconfig.c (add_dir): Don't crash on empty path.
355
0b592a30
MB
3562011-04-28 Maciej Babinski <mbabinski@google.com>
357
358 [BZ #12714]
359 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
360 gethostbyname4_r when IPv6 results are possible.
361
6e04cbbe
UD
3622011-05-02 Ulrich Drepper <drepper@gmail.com>
363
364 [BZ #12723]
365 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
366 _PC_PIPE_BUF handling.
367
e4ecafe0
BH
3682011-04-30 Bruno Haible <bruno@clisp.org>
369
370 [BZ #12717]
371 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
372 * resolv/netdb.h (getnameinfo): Change type of flags parameter
373 to 'int'.
374 * inet/getnameinfo.c (getnameinfo): Likewise.
375
125ee683
UD
3762011-04-29 Ulrich Drepper <drepper@gmail.com>
377
378 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
379 to groups setting in database lookup.
380 * nss/nsswitch.conf: Add initgroups entry.
381
b722481a
EB
3822011-04-22 Ulrich Drepper <drepper@gmail.com>
383
384 [BZ #12685]
385 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
386 mode string.
387 Patch by Eric Blake <eblake@redhat.com>.
388
4df46dbd
L
3892011-04-20 H.J. Lu <hongjiu.lu@intel.com>
390
391 * sunrpc/Makefile (need-export-routines): Add svc_run.
392 (routines): Remove svc_run.
393 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
394 * sunrpc/clnt_perr.c (clnt_perrno): Export.
395 * sunrpc/svc_run.c (svc_run): Likewise.
396 * sunrpc/svc_udp.c (svcudp_create): Likewise.
397
e84142d2
UD
3982011-04-21 Ulrich Drepper <drepper@gmail.com>
399
400 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
401 problem in reallocation in last patch.
402
877175d8
UD
4032011-04-20 Ulrich Drepper <drepper@gmail.com>
404
405 * sunrpc/Makefile: Move inclusion of Rules.
406
ab8eed78
UD
4072011-04-19 Ulrich Drepper <drepper@gmail.com>
408
409 * nss/nss_files/files-initgroups.c: New file.
410 * nss/Makefile (libnss_files-routines): Add files-initgroups.
411 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
412 _nss_files_initgroups_dyn.
413
e3d8f584
RS
4142011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
415
416 * elf/elf.h (R_ARM_IRELATIVE): Define.
417
af190f45
UD
4182011-04-19 Ulrich Drepper <drepper@gmail.com>
419
420 * po/ru.po: Update from translation team.
421
53cf59ef
UD
4222011-04-17 Ulrich Drepper <drepper@gmail.com>
423
424 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
425 dependencies.
426
4c559bcd
MF
4272011-02-06 Mike Frysinger <vapier@gentoo.org>
428
429 [BZ #12653]
430 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
431 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
432 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
433 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
434 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
435
4420675c
AS
4362011-03-28 Andreas Schwab <schwab@linux-m68k.org>
437
438 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
439 differing bytes.
440 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
441 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
442 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
443
75ea32ab
UD
4442011-04-17 Ulrich Drepper <drepper@gmail.com>
445
446 [BZ #12420]
447 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
448 storing it.
449 * stdlib/bug-getcontext.c: New file.
450 * stdlib/Makefile: Add rules to build and run bug-getcontext.
451
27390476
AK
4522011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
453
454 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
455 instructions into .machine "z9-109".
456 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
457 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
458
10442705
AK
4592011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
460
461 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
462 between environment variables and auxiliary vector.
463
7b57bfe5
UD
4642011-04-16 Ulrich Drepper <drepper@gmail.com>
465
466 * Makefile: Add rules to build linkobj/libc.so.
467 * include/libc-symbols.h: Define libc_hidden_nolink.
468 * include/rpc/auth.h: Mark functions which are to be hidden.
469 * include/rpc/auth_des.h: Likewise.
470 * include/rpc/auth_unix.h: Likewise.
471 * include/rpc/clnt.h: Likewise.
472 * include/rpc/des_crypt.h: Likewise.
473 * include/rpc/key_prot.h: Likewise.
474 * include/rpc/pmap_clnt.h: Likewise.
475 * include/rpc/pmap_prot.h: Likewise.
476 * include/rpc/pmap_rmt.h: Likewise.
477 * include/rpc/rpc_msg.h: Likewise.
478 * include/rpc/svc.h: Likewise.
479 * include/rpc/svc_auth.h: Likewise.
480 * include/rpc/xdr.h: Likewise.
481 * nis/Makefile: Link all DSOs against linkobj/libc.so.
482 * nss/Makefile: Likewise.
483 * sunrpc/Makefile: Don't install headers. Build library with normal
484 entry points. Don't build rpcinfo. Link RPC tests appropriately.
485 * sunrpc/auth_des.c: Hide exported symbols by default, export some
486 for the compat linking library. Remove use of INTDEF/INTUSE.
487 * sunrpc/auth_none.c: Likewise.
488 * sunrpc/auth_unix.c: Likewise.
489 * sunrpc/authdes_prot.c: Likewise.
490 * sunrpc/authuxprot.c: Likewise.
491 * sunrpc/clnt_gen.c: Likewise.
492 * sunrpc/clnt_perr.c: Likewise.
493 * sunrpc/clnt_raw.c: Likewise.
494 * sunrpc/clnt_simp.c: Likewise.
495 * sunrpc/clnt_tcp.c: Likewise.
496 * sunrpc/clnt_udp.c: Likewise.
497 * sunrpc/clnt_unix.c: Likewise.
498 * sunrpc/des_crypt.c: Likewise.
499 * sunrpc/des_soft.c: Likewise.
500 * sunrpc/get_myaddr.c: Likewise.
501 * sunrpc/key_call.c: Likewise.
502 * sunrpc/key_prot.c: Likewise.
503 * sunrpc/netname.c: Likewise.
504 * sunrpc/pm_getmaps.c: Likewise.
505 * sunrpc/pm_getport.c: Likewise.
506 * sunrpc/pmap_clnt.c: Likewise.
507 * sunrpc/pmap_prot.c: Likewise.
508 * sunrpc/pmap_prot2.c: Likewise.
509 * sunrpc/pmap_rmt.c: Likewise.
510 * sunrpc/publickey.c: Likewise.
511 * sunrpc/rpc_cmsg.c: Likewise.
512 * sunrpc/rpc_common.c: Likewise.
513 * sunrpc/rpc_dtable.c: Likewise.
514 * sunrpc/rpc_prot.c: Likewise.
515 * sunrpc/rpc_thread.c: Likewise.
516 * sunrpc/rtime.c: Likewise.
517 * sunrpc/svc.c: Likewise.
518 * sunrpc/svc_auth.c: Likewise.
519 * sunrpc/svc_authux.c: Likewise.
520 * sunrpc/svc_raw.c: Likewise.
521 * sunrpc/svc_run.c: Likewise.
522 * sunrpc/svc_simple.c: Likewise.
523 * sunrpc/svc_tcp.c: Likewise.
524 * sunrpc/svc_udp.c: Likewise.
525 * sunrpc/svc_unix.c: Likewise.
526 * sunrpc/svcauth_des.c: Likewise.
527 * sunrpc/xcrypt.c: Likewise.
528 * sunrpc/xdr.c: Likewise.
529 * sunrpc/xdr_array.c: Likewise.
530 * sunrpc/xdr_float.c: Likewise.
531 * sunrpc/xdr_intXX_t.c: Likewise.
532 * sunrpc/xdr_mem.c: Likewise.
533 * sunrpc/xdr_rec.c: Likewise.
534 * sunrpc/xdr_ref.c: Likewise.
535 * sunrpc/xdr_sizeof.c: Likewise.
536 * sunrpc/xdr_stdio.c: Likewise.
537
e6c61494
UD
5382011-04-10 Ulrich Drepper <drepper@gmail.com>
539
540 [BZ #12650]
541 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
542 * sysdeps/ia64/dl-tls.h: Likewise.
543 * sysdeps/powerpc/dl-tls.h: Likewise.
544 * sysdeps/s390/dl-tls.h: Likewise.
545 * sysdeps/sh/dl-tls.h: Likewise.
546 * sysdeps/sparc/dl-tls.h: Likewise.
547 * sysdeps/x86_64/dl-tls.h: Likewise.
548 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
549
34fe483e
AS
5502011-03-14 Andreas Schwab <schwab@redhat.com>
551
552 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
553 rpath element also skip the following colon.
554 (expand_dynamic_string_token): Add is_path parameter and pass
555 down to DL_DST_REQUIRED and _dl_dst_substitute.
556 (decompose_rpath): Call expand_dynamic_string_token with
557 non-zero is_path. Ignore empty rpaths.
558 (_dl_map_object_from_fd): Call expand_dynamic_string_token
559 with zero is_path.
560
f12a32e6
AS
5612011-04-08 Andreas Schwab <schwab@linux-m68k.org>
562
563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
564 Make cancelable.
565
38a7d692
UD
5662011-04-09 Ulrich Drepper <drepper@gmail.com>
567
568 [BZ #12655]
569 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
570 Patch by Filipe David Manana <fdmanana@apache.org>.
571
e451d22b
AS
5722011-04-07 Andreas Schwab <schwab@redhat.com>
573
574 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
575 Maintain aligned stack.
576 (CHECK_RSP): Remove unused macro.
577
dedc7c7b
UD
5782011-04-03 Ulrich Drepper <drepper@gmail.com>
579
580 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
581 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
582
94521213
UD
5832011-04-02 Ulrich Drepper <drepper@gmail.com>
584
585 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
586
8cb700c0 587 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 588
0354e355
L
5892011-03-26 H.J. Lu <hongjiu.lu@intel.com>
590
591 [BZ #12518]
592 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
593 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
594 * sysdeps/x86_64/memmove.c: New file.
595 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
596 (memcpy): Renamed to ...
597 (__new_memcpy): This.
598 (memcpy): Provide GLIBC_2_14 memcpy.
599 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
600 (memcpy): Provide GLIBC_2_2_5 memcpy.
601
8593482f
UD
6022011-04-01 Ulrich Drepper <drepper@gmail.com>
603
604 [BZ #12631]
605 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
606
81a5726b
AS
6072011-03-30 Andreas Schwab <schwab@redhat.com>
608
609 * misc/syncfs.c: New file.
610 * misc/Makefile (routines): Add syncfs.
611 * posix/unistd.h: Declare syncfs.
612 * sysdeps/unix/syscalls.list: Add syncfs.
613
00e5419f
AS
6142011-04-01 Andreas Schwab <schwab@redhat.com>
615
616 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
617 open_by_handle_at.
618 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
619 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
620 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
621 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
622 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
623 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
624 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
625
748876bf
UD
6262011-04-01 Ulrich Drepper <drepper@gmail.com>
627
658e451d
UD
628 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
629 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
630 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
631 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
632 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
633 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
634 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
635
748876bf
UD
636 * io/Makefile: Compile fallocate.c, fallocate64.c, and
637 sync_file_range.c with -fexceptions.
638 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
639 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
640 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
641 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
642 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
643 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
644 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
645 sync_file_range as cancellation point
646 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
647 now a wrapper around __call_sync_file_range with cancellation handling.
648 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
649 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
650 function name to __call_sync_file_range.
651 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
652 Add call_sync_file_range.
748876bf 653
6e63d5e1
AS
6542011-04-01 Andreas Schwab <schwab@redhat.com>
655
656 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 657 bits/timex.h.
6e63d5e1 658
46998f74
UD
6592011-04-01 Ulrich Drepper <drepper@gmail.com>
660
4c1423ed
UD
661 * iconv/iconv.h: Fix typo in comment.
662 * io/fcntl.h: Likewise.
663 * libio/stdio.h: Likewise.
664 * posix/spawn.h: Likewise.
665 * posix/unistd.h: Likewise.
666 * stdlib/stdlib.h: Likewise.
667 * time/time.h: Likewise.
668 * wcsmbs/wchar.h: Likewise.
669
158648c0
UD
670 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
671 open_by_handle): Add.
672 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
673 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
674 Augment a few comments.
675 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
676 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
677 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
678 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
679 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
680 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
681 open_by_handle.
682
46998f74
UD
683 * io/fcntl.h (AT_EMPTY_PATH): Define.
684
83fe108b
UD
6852011-03-30 Ulrich Drepper <drepper@gmail.com>
686
687 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
688 * sysdeps/unix/sysv/linux/bits/time.h: New file.
689 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
690 to...
691 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
692 * Versions.def: Add GLIBC_2.14.
693 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
694 Export.
83fe108b 695
bb242059
UD
6962011-03-22 Ulrich Drepper <drepper@gmail.com>
697
698 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
699 round counter.
700 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
701
c97a1282
L
7022011-03-20 H.J. Lu <hongjiu.lu@intel.com>
703
704 [BZ #12597]
705 * string/test-strncmp.c (do_page_test): New function.
706 (check2): Likewise.
707 (test_main): Call check2.
708 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
709
2a115601
UD
7102011-03-20 Ulrich Drepper <drepper@gmail.com>
711
712 [BZ #12587]
713 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
714 Handle cache information in CPU leaf 4.
715 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
716
8126d904
UD
7172011-03-18 Ulrich Drepper <drepper@gmail.com>
718
042c49c6 719 [BZ #12583]
8126d904
UD
720 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
721 character representation.
722 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
723
ccfe366e
RA
7242011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
725
726 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
727 END(__isnan) to END(__isnanf) to match function entry point/label
728 EALIGN(__isnanf,...).
729
c6e13027
JJ
7302011-03-10 Jakub Jelinek <jakub@redhat.com>
731
732 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
733
33f85a3f
UD
7342011-03-10 Ulrich Drepper <drepper@gmail.com>
735
028478fa
UD
736 [BZ #12510]
737 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
738 copy from the symbol referenced in the relocation to initialize the
739 used variable.
740 Patch by Piotr Bury <pbury@goahead.com>.
741 * elf/Makefile: Add rules to build and tst-unique3.
742 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
743 * elf/tst-unique3.cc: New file.
744 * elf/tst-unique3.h: New file.
745 * elf/tst-unique3lib.cc: New file.
746 * elf/tst-unique3lib2.cc: New file.
747
33f85a3f
UD
748 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
749
03592fc7
MF
7502011-03-10 Mike Frysinger <vapier@gentoo.org>
751
752 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
753 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
754 to _start.
03592fc7 755
6a5ee102
UD
7562011-03-06 Ulrich Drepper <drepper@gmail.com>
757
758 * elf/dl-load.c (_dl_map_object): If we are looking for the first
759 to-be-loaded object along a path to loader is ld.so.
760
7e4ba49c
HJ
7612011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
762 Ulrich Drepper <drepper@gmail.com>
763
764 * sysdeps/x86_64/memset.S: After aligning destination, code
765 branches to different locations depending on the value of
766 misalignment, when multiarch is enabled. Fix this.
767
7682011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
769
770 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
771 Set _x86_64_preferred_memory_instruction for AMD processsors.
772 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
773 Set bit_Prefer_SSE_for_memop for AMD processors.
774
13a804de
UD
7752011-03-04 Ulrich Drepper <drepper@gmail.com>
776
777 * libio/fmemopen.c (fmemopen): Optimize a bit.
778
9d25c392
AS
7792011-03-03 Andreas Schwab <schwab@redhat.com>
780
781 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
782
a5543c6a
RM
7832011-03-03 Roland McGrath <roland@redhat.com>
784
785 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
786
012d35f7
DM
7872011-02-28 Aurelien Jarno <aurelien@aurel32.net>
788
7e4ba49c 789 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
790 __bzero_ultra1 instead of __memset_ultra1.
791
4bff6e01
AS
7922011-02-23 Andreas Schwab <schwab@redhat.com>
793 Ulrich Drepper <drepper@gmail.com>
794
795 [BZ #12509]
796 * include/link.h (struct link_map): Add l_orig_initfini.
797 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
798 returning unsuccessfully.
799 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
800 close of a file loaded at startup, restore the original l_initfini
801 list.
802 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
803 list, store the pointer.
804 * elf/Makefile ($(objpfx)noload-mem): New rule.
805 (noload-ENV): Define.
806 (tests): Add $(objpfx)noload-mem.
807 * elf/noload.c: Include <memcheck.h>.
808 (main): Call mtrace. Close all opened handles.
809
f2092faf
AS
8102011-02-17 Andreas Schwab <schwab@redhat.com>
811
812 [BZ #12454]
813 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
814 dependencies are missing.
815
6c8a2e88
ST
8162011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
817
f2092faf 818 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
819 Hurd needs munmap.
820 * sysdeps/mach/hurd/ifreq.h: New file.
821
84a42118
PB
8222011-01-27 Petr Baudis <pasky@suse.cz>
823 Ulrich Drepper <drepper@gmail.com>
824
071f805e 825 [BZ 12445]#
84a42118
PB
826 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
827 to extend_alloca().
828 * stdio-common/bug23.c: New file.
829 * stdio-common/Makefile (tests): Add bug23.
830
e23fe25b
AS
8312010-09-28 Andreas Schwab <schwab@redhat.com>
832 Ulrich Drepper <drepper@gmail.com>
833
834 [BZ #12489]
835 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
836 before performing relro protection. At old place add assertion
837 to make sure nothing changed.
838
d3f02e10
NS
8392011-02-17 Nathan Sidwell <nathan@codesourcery.com>
840 Glauber de Oliveira Costa <glommer@gmail.com>
841
842 * elf/elf.h: Add new ARM TLS relocs.
843
d55fd7a5
RA
8442011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
845
846 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
847 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
848 cast from r3.
849 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
850 'tests' variable.
851 * sysdeps/wordsize-64/tst-writev.c: New file.
852
2206397e
RA
8532011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
854
855 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
856 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
857 insns in _dl_start to prevent a TOC reference before relocs are
858 resolved.
859
e9433893
UD
8602011-02-15 Ulrich Drepper <drepper@gmail.com>
861
862 [BZ #12469]
863 * Makeconfig: Remove RANLIB definition.
864 * Makerules: Don't use RANLIB.
865 * aclocal.m4: Remove ranlib test.
866 * configure.in: No need to check for ranlib.
867 * elf/rtld-Rules: Don't use RANLIB.
868
f75286c6
ST
8692011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
870
8e31c82d
ST
871 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
872 protection macro.
873 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
874 inclusion protection macro.
875
f75286c6
ST
876 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
877 SIGRTMIN and SIGRTMAX and print information in that case only when
878 SIGRTMIN is defined.
879
c1d0e639
JJ
8802011-02-11 Jakub Jelinek <jakub@redhat.com>
881
882 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
883 arginfo fn returning -1.
884
885 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
886 and thousands string is zero terminated.
887
edf9294e
AS
8882011-02-03 Andreas Schwab <schwab@redhat.com>
889
890 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
891 sysdeps/unix/sysv/linux/bits/socket.h.
892
2b7e92df
ST
8932011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
894
edf9294e
AS
895 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
896 (__CPU_COUNT): Remove old macros.
897 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
898 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
899 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
900 (__sched_cpualloc, __sched_cpufree): Add declarations.
901
a4c7ea7b
UD
9022011-02-05 Ulrich Drepper <drepper@gmail.com>
903
904 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
905 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
906 * nscd/aicache.c (addhstaiX): Return timeout of added value.
907 (readdhstai): Return value of addhstaiX call.
908 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
909 (addgrbyX): Return value returned by cache_addgr.
910 (readdgrbyname): Return value returned by addgrbyX.
911 (readdgrbygid): Likewise.
912 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
913 (addpwbyX): Return value returned by cache_addpw.
914 (readdpwbyname): Return value returned by addhstbyX.
915 (readdpwbyuid): Likewise.
916 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
917 (addservbyX): Return value returned by cache_addserv.
918 (readdservbyname): Return value returned by addservbyX:
919 (readdservbyport): Likewise.
920 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
921 (addhstbyX): Return value returned by cache_addhst.
922 (readdhstbyname): Return value returned by addhstbyX.
923 (readdhstbyaddr): Likewise.
924 (readdhstbynamev6): Likewise.
925 (readdhstbyaddrv6): Likewise.
926 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
927 (readdinitgroups): Return value returned by addinitgroupsX.
928 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
929 (prune_cache): Keep track of timeout value of re-added entries.
930 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
931 * nscd/nscd.h: Adjust prototypes of readd* functions.
932
a0bf67cc
RM
9332011-02-04 Roland McGrath <roland@redhat.com>
934
935 * nis/nis_server.c (nis_servstate): Use the right name for 0.
936 (nis_stats): Likewise.
937 * nis/nis_modify.c (nis_modify): Likewise.
938 * nis/nis_remove.c (nis_remove): Likewise.
939 * nis/nis_add.c (nis_add): Likewise.
940
941 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
942
943 * posix/fnmatch_loop.c: Add some consts.
944
945 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
946
435b95eb
L
9472011-02-02 H.J. Lu <hongjiu.lu@intel.com>
948
949 [BZ #12460]
950 * config.make.in (config-cflags-novzeroupper): Define.
951 * configure.in: Substitute libc_cv_cc_novzeroupper.
952 * elf/Makefile (AVX-CFLAGS): Define.
953 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
954 (CFLAGS-tst-auditmod4a.c): Likewise.
955 (CFLAGS-tst-auditmod4b.c): Likewise.
956 (CFLAGS-tst-auditmod6b.c): Likewise.
957 (CFLAGS-tst-auditmod6c.c): Likewise.
958 (CFLAGS-tst-auditmod7b.c): Likewise.
959 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
960
8517b15e
UD
9612011-02-02 Ulrich Drepper <drepper@gmail.com>
962
963 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
964 function to the callback.
965 Patch partly by Jiri Olsa <jolsa@redhat.com>.
966
10a656fe
AS
9672011-02-02 Andreas Schwab <schwab@redhat.com>
968
969 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
970 of errno.
971
968dad0a
UD
9722011-01-19 Ulrich Drepper <drepper@gmail.com>
973
9f94d2ea 974 [BZ #11724]
968dad0a
UD
975 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
976 of constructors.
977 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
978 of destructors.
979 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
980
981 [BZ #11724]
982 * elf/Makefile: Add rules to build and run new test.
983 * elf/tst-initorder.c: New file.
984 * elf/tst-initorder.exp: New file.
985 * elf/tst-initordera1.c: New file.
986 * elf/tst-initordera2.c: New file.
987 * elf/tst-initordera3.c: New file.
988 * elf/tst-initordera4.c: New file.
989 * elf/tst-initorderb1.c: New file.
990 * elf/tst-initorderb2.c: New file.
991 * elf/tst-order-a1.c: New file.
992 * elf/tst-order-a2.c: New file.
993 * elf/tst-order-a3.c: New file.
994 * elf/tst-order-a4.c: New file.
995 * elf/tst-order-b1.c: New file.
996 * elf/tst-order-b2.c: New file.
997 * elf/tst-order-main.c: New file.
998 New test case by George Gensure <werkt0@gmail.com>.
999
86e92359
UD
10002010-10-01 Andreas Schwab <schwab@redhat.com>
1001
1002 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
1003 decoding ACE if AI_CANONIDN.
1004
5d5732b0
UD
10052011-01-18 Ulrich Drepper <drepper@gmail.com>
1006
1007 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
1008
a77e8cbc
UD
10092011-01-17 Ulrich Drepper <drepper@gmail.com>
1010
6392473f
UD
1011 * version.h (RELEASE): Bump for 2.13 release.
1012 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
1013
620a0529
UD
1014 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
1015
18ba70a5
UD
1016 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
1017 MADV_NOHUGEPAGE.
32465c3e
UD
1018 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1019 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
1020 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1021 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1022 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1023 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1024
c0dafcf1
UD
1025 * posix/getconf.c: Update copyright year.
1026 * catgets/gencat.c: Likewise.
1027 * csu/version.c: Likewise.
1028 * debug/catchsegv.sh: Likewise.
1029 * debug/xtrace.sh: Likewise.
1030 * elf/ldconfig.c: Likewise.
1031 * elf/ldd.bash.in: Likewise.
1032 * elf/sprof.c (print_version): Likewise.
1033 * iconv/iconv_prog.c: Likewise.
1034 * iconv/iconvconfig.c: Likewise.
1035 * locale/programs/locale.c: Likewise.
1036 * locale/programs/localedef.c: Likewise.
1037 * malloc/memusage.sh: Likewise.
1038 * malloc/mtrace.pl: Likewise.
1039 * nscd/nscd.c (print_version): Likewise.
1040 * nss/getent.c: Likewise.
1041
a77e8cbc
UD
1042 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
1043 PF_CAIF, and PF_ALG.
1044 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1045
77e8bddf
AS
10462011-01-16 Andreas Schwab <schwab@linux-m68k.org>
1047
1f20b93a
AS
1048 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
1049 (modules-names): Use them.
1050 (ifunc-test-modules, ifunc-pie-tests): Define.
1051 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
1052 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
1053 (test-extras): Likewise.
1054 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
1055 $(compile-command.c).
1056 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
1057 (all-built-dso): Define.
1058 (check-textrel.out, check-execstack.out): Depend on it.
1059
77e8bddf
AS
1060 * configure.in: Don't override --enable-multi-arch.
1061
bc425b33
UD
10622011-01-15 Ulrich Drepper <drepper@gmail.com>
1063
1064 [BZ #6812]
1065 * nscd/hstcache.c (tryagain): Define.
1066 (cache_addhst): Return tryagain not notfound for temporary errors.
1067 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
1068 failed.
1069
794c3ad3
UD
10702011-01-14 Ulrich Drepper <drepper@gmail.com>
1071
70181fdd
UD
1072 [BZ #10563]
1073 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
1074 to make the syscall.
1075 * sysdeps/unix/sysv/linux/setgroups.c: New file.
1076
794c3ad3
UD
1077 [BZ #12378]
1078 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
1079 and fall back to matching as normal character if the string ends before
1080 the matching ']' is found. This is what POSIX requires.
1081 * posix/testfnm.c: Adjust test result.
1082 * posix/globtest.sh: Adjust test result. Add new test.
1083 * posix/tst-fnmatch.input: Likewise.
1084 * posix/tst-fnmatch2.c: Add new test.
1085
68dc9497
AS
10862010-12-28 Andreas Schwab <schwab@linux-m68k.org>
1087
1088 * elf/Makefile (check-execstack): Revert last change. Depend on
1089 check-execstack.h.
1090 (check-execstack.h): New target.
1091 (generated): Add check-execstack.h.
1092 * elf/check-execstack.c: Include "check-execstack.h".
1093 (main): Revert last change.
1094 (handle_file): Return zero if GNU_STACK is absent and
1095 DEFAULT_STACK_PERMS doesn't include PF_X.
1096
451f001b
UD
10972011-01-13 Ulrich Drepper <drepper@gmail.com>
1098
cfa28e56
UD
1099 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
1100 in child fails because the descriptor is already closed.
8cf8ce17
UD
1101 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
1102 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
1103 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 1104
1086d70d
UD
1105 [BZ #12397]
1106 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
1107 syscall.
1108
451f001b
UD
1109 [BZ #10484]
1110 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
1111 temporary buffer used to handle multi lookups locally.
a85b5cb4 1112 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 1113
08769175
UD
11142011-01-12 Ulrich Drepper <drepper@gmail.com>
1115
1116 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
1117 loader is ld.so.
1118
5e49c52e
UD
11192011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
1120
1121 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
1122 alignment for SSE2.
1123
60522a5f
UD
11242011-01-12 Ulrich Drepper <drepper@gmail.com>
1125
1126 [BZ #12394]
1127 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
1128 characters. When rounding increased number of integer digits recompute
1129 number of groups.
1130 * stdio-common/tst-grouping.c: New file.
1131 * stdio-common/Makefile: Add rules to build and run tst-grouping.
1132
f257bbd7
UD
11332011-01-09 Ulrich Drepper <drepper@gmail.com>
1134
1135 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
1136 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
1137
1138 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
1139 void.
1140 * bits/select.h: Likewise.
1141
fa9c15cb
UD
11422011-01-08 Ulrich Drepper <drepper@gmail.com>
1143
1144 * po/ja.po: Update from translation team.
1145
16c2895f
DM
11462011-01-04 David S. Miller <davem@sunset.davemloft.net>
1147
1148 [BZ #11155]
1149 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
1150 implementation just like for lxstat, fxstatat, et al.
1151
2543fef2
JM
11522010-12-27 Jim Meyering <meyering@redhat.com>
1153
1154 [BZ #12348]
1155 * posix/regexec.c (build_trtable): Return failure indication upon
1156 calloc failure. Otherwise, re_search_internal could infloop on OOM.
1157
98727dbe
UD
11582010-12-25 Ulrich Drepper <drepper@gmail.com>
1159
5bd6dc5c
UD
1160 [BZ #12201]
1161 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
1162 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
1163 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
1164 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
1165
97983464
UD
1166 [BZ #12207]
1167 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
1168
98727dbe
UD
1169 [BZ #12204]
1170 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
1171 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
1172
4a531bb0
L
11732010-12-15 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
1176 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
1177 script has SORT_BY_INIT_PRIORITY.
1178 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
1179 NO_CTORS_DTORS_SECTIONS is defined.
1180 * elf/soinit.c: Likewise.
1181 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
1182 NO_CTORS_DTORS_SECTIONS is defined.
1183 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
1184 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
1185 * sysdeps/sh/init-first.c: Likewise.
1186 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
1187
07eb4b71
UD
11882010-12-24 Ulrich Drepper <drepper@gmail.com>
1189
1190 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
1191 always use the slow path.
1192
30950a5f
RA
11932010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
1194
1195 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
1196 similar rule which adds the sysdep directories to the header search in
1197 order to pick up the correct platform stackinfo.h.
1198 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
1199 perform test if it is, otherwise return successfully without testing.
1200 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
1201 DEFAULT_STACK_PERMS define in stackinfo.h.
1202 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
1203 defined in stackinfo.h.
1204 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
1205 DEFAULT_STACK_PERMS defined in stackinfo.h.
1206 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1207 * sysdeps/ia64/stackinfo.h: Likewise.
1208 * sysdeps/s390/stackinfo.h: Likewise.
1209 * sysdeps/sh/stackinfo.h: Likewise.
1210 * sysdeps/sparc/stackinfo.h: Likewise.
1211 * sysdeps/x86_64/stackinfo.h: Likewise.
1212 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
1213 PF_X for powerpc64. Retain PF_X for powerpc32.
1214
db753e2c
UD
12152010-12-19 Ulrich Drepper <drepper@gmail.com>
1216
14b697f7
UD
1217 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
1218 accurately.
db753e2c
UD
1219 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
1220 GETDENTS_64BIT_ALIGNED.
1221
28300719
UD
12222010-12-14 Ulrich Drepper <dreper@gmail.com>
1223
14b697f7 1224 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 1225
4f197237
AS
12262010-12-10 Andreas Schwab <schwab@redhat.com>
1227
dbb0472f
AS
1228 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
1229 _GNU_SOURCE.
1230
4f197237
AS
1231 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
1232 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
1233 Remove __restrict.
1234 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
1235 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
1236
fb88ac72
UD
12372010-12-09 Ulrich Drepper <drepper@gmail.com>
1238
1239 [BZ #11655]
1240 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
1241 are initialized.
1242
42acbb92
JJ
12432010-12-09 Jakub Jelinek <jakub@redhat.com>
1244
1245 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
1246
c038d98d
UD
12472010-12-03 Ulrich Drepper <drepper@gmail.com>
1248
1249 * po/it.po: Update from translation team.
1250
3a4a2499
L
12512010-12-01 H.J. Lu <hongjiu.lu@intel.com>
1252
1253 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
1254 unused codes.
1255
1e24cf6e
UD
12562010-11-30 Ulrich Drepper <drepper@gmail.com>
1257
1258 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
1259
a7690819
AS
12602010-11-24 Andreas Schwab <schwab@redhat.com>
1261
1262 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
1263 specially.
1264 (gaih_getanswer_slice): Likewise.
1265
3bf8d1b1
JJ
12662010-10-20 Jakub Jelinek <jakub@redhat.com>
1267
1268 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
1269
6db52fbb
PB
12702010-05-31 Petr Baudis <pasky@suse.cz>
1271
1272 [BZ #11149]
1273 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
1274 silently even in the chroot mode.
1275
eaca7569
UD
12762010-11-22 Ulrich Drepper <drepper@gmail.com>
1277
1278 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
1279 last patch a bit. Pretty printing
1280
3056dcdb
UD
12812010-05-31 Petr Baudis <pasky@suse.cz>
1282
1283 [BZ #10085]
1284 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
1285 initialization of skip_initgroups_dyn.
1286
cf7c9078
UD
12872010-11-19 Ulrich Drepper <drepper@gmail.com>
1288
1289 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
1290 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1291
a1fb5e3e
UD
12922010-11-16 Ulrich Drepper <drepper@gmail.com>
1293
1294 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
1295
3540d66b
AS
12962010-11-11 Andreas Schwab <schwab@redhat.com>
1297
1298 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
1299 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
1300 (tst-fnmatch-ENV): Set MALLOC_TRACE.
1301 ($(objpfx)tst-fnmatch-mem): New rule.
1302 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
1303 * posix/tst-fnmatch.c (main): Call mtrace.
1304
13b69574
L
13052010-11-11 H.J. Lu <hongjiu.lu@intel.com>
1306
1307 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1308 Support Intel processor model 6 and model 0x2c.
1309
da93d214
LM
13102010-11-10 Luis Machado <luisgpm@br.ibm.com>
1311
1312 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
1313 signed comparison.
1314
8ca52c6e
L
13152010-11-09 H.J. Lu <hongjiu.lu@intel.com>
1316
1317 [BZ #12205]
1318 * string/test-strncasecmp.c (check_result): New function.
1319 (do_one_test): Use it.
1320 (check1): New function.
1321 (test_main): Use it.
1322 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
1323 Support strcasecmp and strncasecmp.
1324
69da074d
UD
13252010-11-08 Ulrich Drepper <drepper@gmail.com>
1326
1327 [BZ #12194]
1328 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
1329 * sysdeps/x86_64/bits/byteswap.h: Likewise.
1330
ff02d528
L
13312010-11-07 H.J. Lu <hongjiu.lu@intel.com>
1332
1333 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
1334 IFUNC support.
1335 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1336 memset-x86-64.
1337 * sysdeps/x86_64/multiarch/bzero.S: New file.
1338 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
1339 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
1340 * sysdeps/x86_64/multiarch/memset.S: New file.
1341 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
1342 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1343 Set bit_Prefer_SSE_for_memop for Intel processors.
1344 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
1345 Define.
1346 (index_Prefer_SSE_for_memop): Define.
1347 (HAS_PREFER_SSE_FOR_MEMOP): Define.
1348
344d0b54
LM
13492010-11-04 Luis Machado <luisgpm@br.ibm.com>
1350
1351 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
1352 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
1353
c0dde15b
UD
13542010-11-03 H.J. Lu <hongjiu.lu@intel.com>
1355
1356 [BZ #12191]
1357 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
1358 (__x86_64_raw_data_cache_size_half): Likewise.
1359 (__x86_64_raw_shared_cache_size): Likewise.
1360 (__x86_64_raw_shared_cache_size_half): Likewise.
1361
1362 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
1363 (__x86_64_raw_data_cache_size_half): Likewise.
1364 (__x86_64_raw_shared_cache_size): Likewise.
1365 (__x86_64_raw_shared_cache_size_half): Likewise.
1366 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
1367 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
1368 and __x86_64_raw_shared_cache_size_half. Round
1369 __x86_64_data_cache_size_half, __x86_64_data_cache_size
1370 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
1371 to multiple of 256 bytes.
1372
0e516e0e
MS
13732010-11-03 Ulrich Drepper <drepper@gmail.com>
1374
1375 [BZ #12167]
1376 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
1377 of inacessible symlinks. Verify result of symlink before returning it.
1378 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
1379 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
1380
0e012e87
ER
13812010-10-28 Erich Ritz <erichritz@gmail.com>
1382
1383 * math/math.h (isinf): Fix typo in comment.
1384
de0ff7bc
UD
13852010-11-01 Ulrich Drepper <drepper@gmail.com>
1386
1387 * po/da.po: Update from translation team.
1388
fa41c84d
UD
13892010-10-26 Ulrich Drepper <drepper@gmail.com>
1390
1391 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
1392 is added to the list.
1393
f0967738
AK
13942010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1395 Ulrich Drepper <drepper@gmail.com>
1396
1397 * elf/dl-object.c (_dl_new_object): Don't append the new object to
1398 the global list here. Move code to...
1399 (_dl_add_to_namespace_list): ...here. New function.
1400 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
1401 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
1402 * elf/dl-load.c (lose): Don't remove the element from the list.
1403 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
1404 (_dl_map_object): Likewise.
1405
14062010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
1407
1408 [BZ #12159]
1409 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
1410 into all bytes of SSE register.
1411 Patch by Richard Li <richardpku@gmail.com>.
1412
f0967738 14132010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
1414
1415 [BZ #12140]
1416 * malloc/malloc.c (_int_free): Fill correct number of bytes when
1417 perturbing.
1418
d0b9e94f
MB
14192010-10-20 Michael B. Brutman <brutman@us.ibm.com>
1420
1421 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
1422 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
1423 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
1424 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
1425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
1426 submachine.
1427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
1428
8e9f92e9
AS
14292010-10-22 Andreas Schwab <schwab@redhat.com>
1430
1431 * include/dlfcn.h (__RTLD_SECURE): Define.
1432 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
1433 mode & __RTLD_SECURE instead.
1434 (open_path): Rename preloaded parameter to secure.
1435 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
1436 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
1437 * elf/dl-deps.c (openaux): Likewise.
1438 * elf/rtld.c (struct map_args): Remove is_preloaded.
1439 (map_doit): Don't use it.
1440 (dl_main): Likewise.
1441 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
1442 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
1443
bc96fbda
AS
14442010-09-09 Andreas Schwab <schwab@redhat.com>
1445
1446 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
1447 (sysd-rules-targets): Remove duplicates.
1448 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
1449 rtld-%.$o dependency.
1450
22cd1c9b
AS
14512010-10-18 Andreas Schwab <schwab@redhat.com>
1452
1453 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
1454 _dl_map_object do it.
1455
18edac48
UD
14562010-10-19 Ulrich Drepper <drepper@gmail.com>
1457
1458 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
1459 fast fma builtins, define the macros in the C99 standard.
1460 (FP_FAST_FMAF): Likewise.
1461 (FP_FAST_FMAL): Likewise.
1462 * sysdeps/x86_64/bits/mathdef.h: Likewise.
1463
1464 * bits/mathdef.h: Update copyright year.
1465 * sysdeps/powerpc/bits/mathdef.h: Likewise.
1466
d2050124
MM
14672010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
1468
1469 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
1470 builtins, define the macros in the C99 standard.
1471 (FP_FAST_FMAF): Likewise.
1472 (FP_FAST_FMAL): Likewise.
1473 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
1474 multiply/add.
1475 (FP_FAST_FMAF): Likewise.
1476
475facd1
JJ
14772010-10-15 Jakub Jelinek <jakub@redhat.com>
1478
1479 [BZ #3268]
1480 * math/libm-test.inc (fma_test): Some new testcases.
1481 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
1482 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
1483 y and infinite z. Do multiplication by C already in long double.
1484 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
1485 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
1486 y and infinite z. Do bitwise or of inexact bit into u.d.
1487 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
1488 * sysdeps/i386/fpu/s_fmaf.S: Removed.
1489 * sysdeps/i386/fpu/s_fma.S: Removed.
1490 * sysdeps/i386/fpu/s_fmal.S: Removed.
1491
7c08a05c
JJ
14922010-10-16 Jakub Jelinek <jakub@redhat.com>
1493
1494 [BZ #3268]
1495 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
1496 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
1497 computation is not scheduled after fetestexcept. Fix value
1498 of minimum denormal long double.
1499
f3f7372d
JJ
15002010-10-14 Jakub Jelinek <jakub@redhat.com>
1501
1502 [BZ #3268]
1503 * math/libm-test.inc (fma_test): Add some more tests.
1504 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
1505 correctly.
1506
14d43591
AS
15072010-10-15 Andreas Schwab <schwab@redhat.com>
1508
1509 * scripts/data/localplt-s390-linux-gnu.data: New file.
1510 * scripts/data/localplt-s390x-linux-gnu.data: New file.
1511
5e908464
JJ
15122010-10-13 Jakub Jelinek <jakub@redhat.com>
1513
1514 [BZ #3268]
1515 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
1516 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
1517 instead of dbl-64.
1518 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
1519 inlines.
1520 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
1521 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
1522 if one of x and y is very large and the other is subnormal.
1523 * sysdeps/s390/fpu/s_fmaf.c: New file.
1524 * sysdeps/s390/fpu/s_fma.c: New file.
1525 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
1526 * sysdeps/powerpc/fpu/s_fma.S: New file.
1527 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
1528 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
1529 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
1530
15312010-10-12 Jakub Jelinek <jakub@redhat.com>
1532
1533 [BZ #3268]
1534 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
1535 fma tests.
1536 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
1537 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
1538 * sysdeps/i386/i686/multiarch/s_fma.c: Include
1539 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
1540 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
1541 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
1542 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
1543
b833d51f
UD
15442010-10-12 Ulrich Drepper <drepper@redhat.com>
1545
1546 [BZ #12078]
1547 * posix/regcomp.c (parse_branch): One more memory leak plugged.
1548 * posix/bug-regex31.input: Add test case.
1549
1751705d
UD
15502010-10-11 Ulrich Drepper <drepper@gmail.com>
1551
e9b9cbf5
UD
1552 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
1553 * posix/bug-regex31.input: New file.
1554
1555 [BZ #12078]
1556 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
1557 (parse_sub_exp): Fix last change, use postorder.
1558
ef06edbe
UD
1559 * posix/bug-regex31.c: New file.
1560 * posix/Makefile: Add rules to build and run bug-regex31.
1561
a129c80d
UD
1562 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
1563
1564 [BZ #12078]
1565 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
1566
b76b818e
UD
1567 [BZ #12108]
1568 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
1569 to have entries in sys_siglist.
1570
1751705d
UD
1571 [BZ #12093]
1572 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
1573 be NULL.
1574
9ff8d36f
JJ
15752010-10-07 Jakub Jelinek <jakub@redhat.com>
1576
1577 [BZ #3268]
1578 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
1579 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
1580 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
1581 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
1582 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
1583 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
1584 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
1585 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
1586 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
1587 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
1588 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
1589 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
1590 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1591 * math/ftestexcept.c (fetestexcept): Likewise.
1592 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
1593 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
1594 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
1595 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
1596 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
1597 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
1598 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
1599
af325969
UD
16002010-10-11 Ulrich Drepper <drepper@gmail.com>
1601
c579b202 1602 [BZ #12107]
af325969
UD
1603 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
1604 newline.
1605
67a67b95
UD
16062010-10-06 Ulrich Drepper <drepper@gmail.com>
1607
1608 * string/bug-strstr1.c: New file.
1609 * string/Makefile: Add rules to build and run bug-strstr1.
1610
5fb308bc
EB
16112010-10-05 Eric Blake <eblake@redhat.com>
1612
1613 [BZ #12092]
1614 * string/str-two-way.h (two_way_long_needle): Always clear memory
1615 when skipping input due to the shift table.
1616
45db99c7
UD
16172010-10-03 Ulrich Drepper <drepper@gmail.com>
1618
3b111893
UD
1619 [BZ #12005]
1620 * malloc/mcheck.c: Handle large requests.
1621
45db99c7
UD
1622 [BZ #12077]
1623 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
1624 for strncmp and strncasecmp.
1625 * string/stratcliff.c: Add tests for strcmp and strncmp.
1626 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
1627
cf7a1eb8
NI
16282010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1629
1630 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
1631 __set_fpscr.
1632
6484ba5e
AJ
16332010-09-30 Andreas Jaeger <aj@suse.de>
1634
1635 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
1636 (CGROUP_SUPER_MAGIC): Define.
1637 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1638 Handle btrfs and cgroup file systems.
1639 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
1640 Likewise.
1641
91c42559
LM
16422010-09-27 Luis Machado <luisgpm@br.ibm.com>
1643
1644 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
1645 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
1646
87a97932
AK
16472010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1648
1649 [BZ #12067]
1650 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
1651 trying to locate the ELF header.
1652
c21cc9bc
AS
16532010-09-27 Andreas Schwab <schwab@redhat.com>
1654
1655 [BZ #11611]
1656 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
1657 Mask out sign-bit copies when constructing f_fsid.
1658
315970f6
PB
16592010-09-24 Petr Baudis <pasky@suse.cz>
1660
1661 * debug/stack_chk_fail_local.c: Add missing licence exception.
1662 * debug/warning-nop.c: Likewise.
1663
1ac7a2c7
JM
16642010-09-15 Joseph Myers <joseph@codesourcery.com>
1665
1666 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
1667 implementing getdents64 using getdents syscall, set d_type if
1668 __ASSUME_GETDENTS32_D_TYPE.
1669
56801c50
AS
16702010-09-16 Andreas Schwab <schwab@redhat.com>
1671
1672 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
1673 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
1674
dda51327
UD
16752010-09-21 Ulrich Drepper <drepper@redhat.com>
1676
1677 [BZ #12037]
1678 * posix/unistd.h: Undo change of feature selection for ftruncate from
1679 2010-01-11.
1680
8ffcee4a
UD
16812010-09-20 Ulrich Drepper <drepper@redhat.com>
1682
a545ecd9 1683 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
1684 detection.
1685
e24f0a8b
AS
16862010-09-20 Andreas Schwab <schwab@redhat.com>
1687
1688 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
1689 fanotify_mark.
1690 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1691
7291c56f
AS
16922010-09-14 Andreas Schwab <schwab@redhat.com>
1693
1694 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
1695 variables after CHECK_SP call.
1696 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1697
bc5fb037
AS
16982010-09-13 Andreas Schwab <schwab@redhat.com>
1699 Ulrich Drepper <drepper@redhat.com>
1700
1701 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
1702 re-relocationg ld.so.
1703 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
1704 _dl_init_paths call.
1705 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
1706 here anymore.
1707
e66e7419
UD
17082010-09-14 Ulrich Drepper <drepper@redhat.com>
1709
1710 * resolv/res_init.c (__res_vinit): Count the default server we added.
1711
c044aa75
CLT
17122010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
1713 Ulrich Drepper <drepper@redhat.com>
1714
1715 [BZ #11968]
1716 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
1717 (____longjmp_chk): Use %ebx for saving value across system call.
1718 Add unwind info.
1719
32cf4069
AS
17202010-09-06 Andreas Schwab <schwab@redhat.com>
1721
1722 * manual/Makefile: Don't mix pattern rules with normal rules.
1723
817328ee
AS
17242010-09-05 Andreas Schwab <schwab@linux-m68k.org>
1725
1726 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
1727 operation.
1728 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
1729 * libio/iofopncook.c (_IO_cookie_init): Likewise.
1730 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1731 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
1732 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1733 Likewise.
1734
29fddf61
UD
17352010-09-04 Ulrich Drepper <drepper@redhat.com>
1736
1737 [BZ #11979]
1738 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
1739 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
1740
0959ffc9
UD
17412010-09-02 Ulrich Drepper <drepper@redhat.com>
1742
1743 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
1744 * sysdeps/x86_64/addmul_1.S: Likewise.
1745 * sysdeps/x86_64/lshift.S: Likewise.
1746 * sysdeps/x86_64/mul_1.S: Likewise.
1747 * sysdeps/x86_64/rshift.S: Likewise.
1748 * sysdeps/x86_64/sub_n.S: Likewise.
1749 * sysdeps/x86_64/submul_1.S: Likewise.
1750
ece29840
ST
17512010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
1752
0959ffc9
UD
1753 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
1754 Define __sched_param instead of SCHED_* and sched_param when
ece29840 1755 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 1756 * bits/sched.h [__need_schedparam]
ece29840 1757 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
1758 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
1759 (__defined_schedparam): Define to 1.
ece29840
ST
1760 (__sched_param): New structure, identical to sched_param.
1761 (__need_schedparam): Undefine.
1762
e53a31fe
MF
17632010-08-31 Mike Frysinger <vapier@gentoo.org>
1764
fdc0c10d
MF
1765 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
1766 (epoll_create1): Declare.
1767
e53a31fe
MF
1768 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
1769
a726d796
AS
17702010-08-31 Andreas Schwab <schwab@redhat.com>
1771
1772 [BZ #7066]
1773 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
1774 shifting retval into place.
1775
2f3e3dc7
UD
17762010-09-01 Ulrich Drepper <drepper@redhat.com>
1777
f2933da9
UD
1778 * nis/rpcsvc/nis.h: Update copyright notice.
1779 * nis/rpcsvc/nis.x: Likewise.
1780 * nis/rpcsvc/nis_callback.h: Likewise.
1781 * nis/rpcsvc/nis_callback.x: Likewise.
1782 * nis/rpcsvc/nis_object.x: Likewise.
1783 * nis/rpcsvc/nis_tags.h: Likewise.
1784 * nis/rpcsvc/yp.h: Likewise.
1785 * nis/rpcsvc/yp.x: Likewise.
1786 * nis/rpcsvc/ypupd.h: Likewise.
1787 * nis/yp_xdr.c: Likewise.
1788 * nis/ypupdate_xdr.c: Likewise.
1789
2f3e3dc7
UD
1790 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
1791 mainly the body of pmap_getport. Add parameters to specify timeouts.
1792 (pmap_getport): Use __libc_rpc_getport.
1793 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
1794 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
1795 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
1796
f3dcc2f9
AS
17972010-08-31 Andreas Schwab <schwab@linux-m68k.org>
1798
1799 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1800 fanotify_mark.
1801
6d34eb5b
RM
18022010-08-27 Roland McGrath <roland@redhat.com>
1803
1804 * sysdeps/i386/i686/multiarch/Makefile
1805 (CFLAGS-varshift.c): New variable.
1806
9ea3de11
UD
18072010-08-27 Ulrich Drepper <drepper@redhat.com>
1808
c96d23fc
UD
1809 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
1810 * sysdeps/i386/i686/multiarch/varshift.c: New file.
1811
9ea3de11
UD
1812 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
1813
1814 * sysdeps/x86_64/strlen.S: Minimal code improvement.
1815
623aac7f
L
18162010-08-26 H.J. Lu <hongjiu.lu@intel.com>
1817
1818 * sysdeps/x86_64/strlen.S: Unroll the loop.
1819 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1820 strlen-sse2 strlen-sse2-bsf.
1821 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
1822 __strlen_no_bsf if bit_Slow_BSF is set.
1823 (__strlen_sse42): Removed.
1824 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
1825 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
1826
8b2b7715
RM
18272010-08-25 Roland McGrath <roland@redhat.com>
1828
1829 * sysdeps/x86_64/multiarch/varshift.S: File removed.
1830 * sysdeps/x86_64/multiarch/varshift.c: New file.
1831 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
1832 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
1833 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
1834 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
1835
e73015f2
L
18362010-08-25 H.J. Lu <hongjiu.lu@intel.com>
1837
1838 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1839 strlen-sse2 strlen-sse2-bsf.
1840 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
1841 __strlen_sse2_bsf if bit_Slow_BSF is unset.
1842 (__strlen_sse2): Removed.
1843 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
1844 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
1845 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
1846 bit_Slow_BSF for Atom.
1847 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
1848 (index_Slow_BSF): Define.
1849 (HAS_SLOW_BSF): Define.
1850
df24a73e
UD
18512010-08-25 Ulrich Drepper <drepper@redhat.com>
1852
1853 [BZ #10851]
1854 * resolv/res_init.c (__res_vinit): When no server address at all
1855 is given default to loopback.
1856
f2ac4868
RM
18572010-08-24 Roland McGrath <roland@redhat.com>
1858
09055553
RM
1859 * configure.in: Remove config-name.h generation.
1860 * configure: Regenerated.
1861 * config-name.in: File removed.
1862 * scripts/config-uname.sh: New file.
1863 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
1864 ($(objdir)config-name.h): New target.
1865
f2ac4868
RM
1866 * sunrpc/rpc_parse.h: Avoid nested comment.
1867
73f27d5e
RH
18682010-08-24 Richard Henderson <rth@redhat.com>
1869 Ulrich Drepper <drepper@redhat.com>
1870 H.J. Lu <hongjiu.lu@intel.com>
1871
1872 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
1873 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
1874 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
1875 Replace _mm_srli_si128 with __m128i_shift_right. Replace
1876 _mm_alignr_epi8 with _mm_loadu_si128.
1877 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1878 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
1879 (__m128i_shift_right): Removed.
1880 * sysdeps/i386/i686/multiarch/varshift.h: New file.
1881 * sysdeps/i386/i686/multiarch/varshift.S: New file.
1882 * sysdeps/x86_64/multiarch/varshift.h: New file.
1883 * sysdeps/x86_64/multiarch/varshift.S: New file.
1884
84b9230c
MF
18852010-08-21 Mike Frysinger <vapier@gentoo.org>
1886
1887 * configure.in: Move assembler checks to before sysdep dir checking.
1888
9bbd0ddc
PB
18892010-08-20 Petr Baudis <pasky@suse.cz>
1890
1891 * LICENSES: Sync the sunrpc license.
1892
9da4bb31
UD
18932010-08-19 Ulrich Drepper <drepper@redhat.com>
1894
a7ab6ec8
UD
1895 * sunrpc/auth_des.c: Update copyright notice once again.
1896 * sunrpc/auth_none.c: Likewise.
1897 * sunrpc/auth_unix.c: Likewise.
1898 * sunrpc/authdes_prot.c: Likewise.
1899 * sunrpc/authuxprot.c: Likewise.
1900 * sunrpc/bindrsvprt.c: Likewise.
1901 * sunrpc/clnt_gen.c: Likewise.
1902 * sunrpc/clnt_perr.c: Likewise.
1903 * sunrpc/clnt_raw.c: Likewise.
1904 * sunrpc/clnt_simp.c: Likewise.
1905 * sunrpc/clnt_tcp.c: Likewise.
1906 * sunrpc/clnt_udp.c: Likewise.
1907 * sunrpc/clnt_unix.c: Likewise.
1908 * sunrpc/des_crypt.c: Likewise.
1909 * sunrpc/des_soft.c: Likewise.
1910 * sunrpc/get_myaddr.c: Likewise.
1911 * sunrpc/getrpcport.c: Likewise.
1912 * sunrpc/key_call.c: Likewise.
1913 * sunrpc/key_prot.c: Likewise.
1914 * sunrpc/openchild.c: Likewise.
1915 * sunrpc/pm_getmaps.c: Likewise.
1916 * sunrpc/pm_getport.c: Likewise.
1917 * sunrpc/pmap_clnt.c: Likewise.
1918 * sunrpc/pmap_prot.c: Likewise.
1919 * sunrpc/pmap_prot2.c: Likewise.
1920 * sunrpc/pmap_rmt.c: Likewise.
1921 * sunrpc/rpc/auth.h: Likewise.
1922 * sunrpc/rpc/auth_unix.h: Likewise.
1923 * sunrpc/rpc/clnt.h: Likewise.
1924 * sunrpc/rpc/des_crypt.h: Likewise.
1925 * sunrpc/rpc/key_prot.h: Likewise.
1926 * sunrpc/rpc/netdb.h: Likewise.
1927 * sunrpc/rpc/pmap_clnt.h: Likewise.
1928 * sunrpc/rpc/pmap_prot.h: Likewise.
1929 * sunrpc/rpc/pmap_rmt.h: Likewise.
1930 * sunrpc/rpc/rpc.h: Likewise.
1931 * sunrpc/rpc/rpc_des.h: Likewise.
1932 * sunrpc/rpc/rpc_msg.h: Likewise.
1933 * sunrpc/rpc/svc.h: Likewise.
1934 * sunrpc/rpc/svc_auth.h: Likewise.
1935 * sunrpc/rpc/types.h: Likewise.
1936 * sunrpc/rpc/xdr.h: Likewise.
1937 * sunrpc/rpc_clntout.c: Likewise.
1938 * sunrpc/rpc_cmsg.c: Likewise.
1939 * sunrpc/rpc_common.c: Likewise.
1940 * sunrpc/rpc_cout.c: Likewise.
1941 * sunrpc/rpc_dtable.c: Likewise.
1942 * sunrpc/rpc_hout.c: Likewise.
1943 * sunrpc/rpc_main.c: Likewise.
1944 * sunrpc/rpc_parse.c: Likewise.
1945 * sunrpc/rpc_parse.h: Likewise.
1946 * sunrpc/rpc_prot.c: Likewise.
1947 * sunrpc/rpc_sample.c: Likewise.
1948 * sunrpc/rpc_scan.c: Likewise.
1949 * sunrpc/rpc_scan.h: Likewise.
1950 * sunrpc/rpc_svcout.c: Likewise.
1951 * sunrpc/rpc_tblout.c: Likewise.
1952 * sunrpc/rpc_util.c: Likewise.
1953 * sunrpc/rpc_util.h: Likewise.
1954 * sunrpc/rpcinfo.c: Likewise.
1955 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1956 * sunrpc/rpcsvc/key_prot.x: Likewise.
1957 * sunrpc/rpcsvc/klm_prot.x: Likewise.
1958 * sunrpc/rpcsvc/mount.x: Likewise.
1959 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1960 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
1961 * sunrpc/rpcsvc/rex.x: Likewise.
1962 * sunrpc/rpcsvc/rstat.x: Likewise.
1963 * sunrpc/rpcsvc/rusers.x: Likewise.
1964 * sunrpc/rpcsvc/sm_inter.x: Likewise.
1965 * sunrpc/rpcsvc/spray.x: Likewise.
1966 * sunrpc/rpcsvc/yppasswd.x: Likewise.
1967 * sunrpc/rtime.c: Likewise.
1968 * sunrpc/svc.c: Likewise.
1969 * sunrpc/svc_auth.c: Likewise.
1970 * sunrpc/svc_authux.c: Likewise.
1971 * sunrpc/svc_raw.c: Likewise.
1972 * sunrpc/svc_run.c: Likewise.
1973 * sunrpc/svc_simple.c: Likewise.
1974 * sunrpc/svc_tcp.c: Likewise.
1975 * sunrpc/svc_udp.c: Likewise.
1976 * sunrpc/svc_unix.c: Likewise.
1977 * sunrpc/svcauth_des.c: Likewise.
1978 * sunrpc/xcrypt.c: Likewise.
1979 * sunrpc/xdr.c: Likewise.
1980 * sunrpc/xdr_array.c: Likewise.
1981 * sunrpc/xdr_float.c: Likewise.
1982 * sunrpc/xdr_mem.c: Likewise.
1983 * sunrpc/xdr_rec.c: Likewise.
1984 * sunrpc/xdr_ref.c: Likewise.
1985 * sunrpc/xdr_sizeof.c: Likewise.
1986 * sunrpc/xdr_stdio.c: Likewise.
1987
9da4bb31
UD
1988 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
1989 handling.
1990
bdaa77bc
AS
19912010-08-19 Andreas Schwab <schwab@redhat.com>
1992
1993 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
1994
fe2f79db
LM
19952010-08-19 Luis Machado <luisgpm@br.ibm.com>
1996
1997 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
1998 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
1999 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
2000 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
2001 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
2002 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
2003 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
2004 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
2005 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
2006 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
2007 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
2008 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
2009 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
2010 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
2011
b9b42ee0
AB
20122010-07-26 Anton Blanchard <anton@samba.org>
2013
2014 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
2015 * malloc/arena.c (heap_trim): Likewise.
2016
1c06ba31
UD
20172010-08-16 Ulrich Drepper <drepper@redhat.com>
2018
2019 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
2020 here. Not...
2021 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
2022 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
2023
f8392f40
L
20242010-08-12 H.J. Lu <hongjiu.lu@intel.com>
2025
2026 * sysdeps/i386/elf/Makefile: New file.
2027
3162f12e
AS
20282010-08-14 Andreas Schwab <schwab@linux-m68k.org>
2029
2030 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
2031 from fanotify_init.
2032 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
2033 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
2034
28c90b2c
UD
20352010-08-15 Ulrich Drepper <drepper@redhat.com>
2036
2037 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
2038 of strncasecmp_l.
1feccb6c 2039 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 2040
ca6bb004
UD
20412010-08-14 Ulrich Drepper <drepper@redhat.com>
2042
e9f82e0d
UD
2043 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
2044 strncase_l-nonascii.
2045 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
2046 Add strncase_l-ssse3.
2047 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
2048 * sysdeps/x86_64/strcmp.S: Likewise.
2049 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
2050 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
2051 * sysdeps/x86_64/strncase.S: New file.
2052 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
2053 * sysdeps/x86_64/strncase_l.S: New file.
2054 * string/Makefile (strop-tests): Add strncasecmp.
2055 * string/test-strncasecmp.c: New file.
2056
2057 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
2058 warning.
2059
ca6bb004
UD
2060 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
2061 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
2062
052fa7b3
AS
20632010-08-14 Andreas Schwab <schwab@linux-m68k.org>
2064
2065 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
2066
962dba78
UD
20672010-08-12 Ulrich Drepper <drepper@redhat.com>
2068
2069 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
2070 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2071 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2072
bebff237
AM
20732010-05-01 Alan Modra <amodra@gmail.com>
2074
2075 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
2076 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
2077 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
2078 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
2079 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
2080 tidying. Don't tail-call __sigjmp_save for static lib.
2081 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
2082 save location.
2083 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
2084 (CALL_MCOUNT): Add eh info, and nop after bl.
2085 (TAIL_CALL_SYSCALL_ERROR): New macro.
2086 (PSEUDO_RET): Use it.
2087 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
2088 Correct save location of integer regs and cr.
2089 (_dl_profile_resolve): Correct cr save location. Delete nops
2090 after bl when SHARED. Reduce cfi size a little by better
2091 placement of cfi directives.
2092 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
2093 make a stack frame. Instead use parm save area as a temp.
2094 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
2095 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
2096 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
2097 Don't make a stack frame for parent, use parm save area.
2098 Increase child stack frame to 112 bytes. Don't save unused reg,
2099 and adjust reg usage. Set up cfi on error recovery and
2100 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
2101 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2102 (__makecontext): Add dummy nop after jump to exit.
2103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
2104 Use correct parm save area and cr save, reduce stack frame.
2105 Correct cfi for possible PSEUDO_RET frame setup.
2106 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
2107 Branch to local label emitted by PSEUDO_RET rather than
2108 __syscall_error.
2109
02637374
AS
21102010-08-12 Andreas Schwab <schwab@redhat.com>
2111
2112 [BZ #11904]
2113 * locale/programs/locale.c (print_assignment): New function.
2114 (show_locale_vars): Use it.
2115
c3e2f19b
UD
21162010-08-11 Ulrich Drepper <drepper@redhat.com>
2117
3cdaa6ad
UD
2118 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
2119 field.
2120 (struct statfs64): Likewise.
2121 (_STATFS_F_FLAGS): Define.
2122 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
2123 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
2124 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
2125 (ST_VALID): Define locally.
2126 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
2127 __statvfs_getflags, use the provided value.
2128 * sysdeps/unix/sysv/linux/kernel-features.h: Define
2129 __ASSUME_STATFS_F_FLAGS.
2130
754f7da3
UD
2131 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
2132
10b3bedc
UD
2133 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
2134 Add sys/fanotify.h.
2135 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
2136 fanotify_mask for GLIBC_2.13.
2137 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
2138 fanotify_init and fanotify_mark.
2139 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
2140 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
2141
c08fb0d7
UD
2142 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
2143 Add prlimit.
2144 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
2145 prlimit64 for GLIBC_2.13.
2146 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
2147 prlimit64.
2148 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
2149 syscall.
2150 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
2151 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
2152 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
2153 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
2154 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
2155 add prlimit alias.
2156 * sysdeps/unix/sysv/linux/prlimit.c: New file.
2157
15bac72b
UD
2158 [BZ #11903]
2159 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
2160 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
2161
c3e2f19b
UD
2162 * nss/Makefile: Add rules to build and run tst-nss-test1.
2163 * shlib-versions: Add entry for libnss_test1.
2164 * nss/nss_test1.c: New file.
2165 * nss/tst-nss-test1.c: New file.
2166
2167 * nss/nsswitch.c (__nss_database_custom): Define new variable.
2168 (__nss_configure_lookup): Set appropriate entry in
2169 __nss_configure_lookup to true.
2170 * nss/nsswitch.h: Define enum with indeces of databases in
2171 databases and __nss_database_custom arrays. Declare
2172 __nss_database_custom.
2173 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
2174 to avoid using nscd when custom rules are installed.
2175 * nss/getXXbyYY_r.c: Likewise.
2176 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
2177
2178 * nss/nss_files/files-parse.c: Whitespace fixes.
2179
f15ce4d8
UD
21802010-08-09 Ulrich Drepper <drepper@redhat.com>
2181
2182 [BZ #11883]
2183 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
2184 * posix/fnmatch_loop.c: Likewise.
2185
d22e4cc9
AK
21862010-07-17 Andi Kleen <ak@linux.intel.com>
2187
2188 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
2189 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
2190 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
2191 * Versions.def [GLIBC_2.13]: Add.
2192
805bc17d
UD
21932010-08-06 Ulrich Drepper <drepper@redhat.com>
2194
2195 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
2196 Also fail if tpwd after pwuid call is NULL.
2197
5a42321d
ST
21982010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
2199
2200 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
2201 when converting to ms.
2202
fd3ebeda
ST
22032010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
2204
2205 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
2206 EOPNOTSUPP errors with ENOTTY.
2207 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
2208 EOPNOTSUPP errors with ENOTTY.
2209
73507d3a
UD
22102010-07-31 Ulrich Drepper <drepper@redhat.com>
2211
2212 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
2213 Add strcasecmp_l-ssse3.
2214 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
2215 strcasecmp.
2216 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
2217 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
2218 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
2219
fe36dd02
UD
22202010-07-30 Ulrich Drepper <drepper@redhat.com>
2221
66f6765a
UD
2222 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
2223
42e08a54
UD
2224 * string/Makefile (strop-tests): Add strcasecmp.
2225 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
2226 strcasecmp_l-nonascii.
2227 (gen-as-const-headers): Add locale-defines.sym.
2228 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
2229 * sysdeps/x86_64/strcasecmp.S: New file.
2230 * sysdeps/x86_64/strcasecmp_l.S: New file.
2231 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
2232 * sysdeps/x86_64/locale-defines.sym: New file.
2233 * string/test-strcasecmp.c: New file.
2234
fe36dd02
UD
2235 * string/test-strcasestr.c: Test both ends of the range of characters.
2236 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
2237
48cbc0d6
RM
22382010-07-29 Roland McGrath <roland@redhat.com>
2239
76e6d6bc 2240 [BZ #11856]
48cbc0d6
RM
2241 * manual/locale.texi (Yes-or-No Questions): Fix example code.
2242
880113d9
UD
22432010-07-27 Ulrich Drepper <drepper@redhat.com>
2244
2245 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
2246 for ld.so.
2247
deb9cabb
AS
22482010-07-27 Andreas Schwab <schwab@redhat.com>
2249
2250 * manual/memory.texi (Malloc Tunable Parameters): Document
2251 M_PERTURB.
2252
1c7570ff
RM
22532010-07-26 Roland McGrath <roland@redhat.com>
2254
2255 [BZ #11840]
2256 * configure.in (-fgnu89-inline check): Set and substitute
2257 gnu89_inline, not libc_cv_gnu89_inline.
2258 * configure: Regenerated.
2259 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
2260
24fb0f88
UD
22612010-07-26 Ulrich Drepper <drepper@redhat.com>
2262
2263 * string/test-strnlen.c: New file.
2264 * string/Makefile (strop-tests): Add strnlen.
2265 * string/tester.c (test_strnlen): Add a few more test cases.
2266 * string/tst-strlen.c: Better error reporting.
2267
2268 * sysdeps/x86_64/strnlen.S: New file.
2269
8e96b93a
UD
22702010-07-24 Ulrich Drepper <drepper@redhat.com>
2271
2272 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
2273 lower-latency instructions.
2274
dbc676d4
UD
22752010-07-23 Ulrich Drepper <drepper@redhat.com>
2276
2277 * string/test-strcasestr.c: New file.
2278 * string/test-strstr.c: New file.
2279 * string/Makefile (strop-tests): Add strstr and strcasestr.
2280 * string/str-two-way.h: Don't undefine MAX.
2281 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
2282
f6a31e0e
AS
22832010-07-21 Andreas Schwab <schwab@redhat.com>
2284
2285 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2286 strcasestr-nonascii.
2287 (CFLAGS-strcasestr-nonascii.c): Define.
2288 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
2289 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
2290 Remove unused attribute.
2291
5dbc3b6c
RM
22922010-07-20 Roland McGrath <roland@redhat.com>
2293
2294 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
2295 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
2296 ld.so.cache was broken. With it, there is no way to disable dsocaps
2297 like LD_HWCAP_MASK can disable hwcaps.
2298
23d101d8
EPM
22992010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
2300
2301 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
2302
cc9f2e47
UD
23032010-07-16 Ulrich Drepper <drepper@redhat.com>
2304
2305 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
2306 call in strcasestr.
2307 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
2308 __strcasestr_sse42_nonascii.
2309 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
2310 strcasestr-nonascii.c.
2311 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
2312
77c1b069
LM
23132010-06-15 Luis Machado <luisgpm@br.ibm.com>
2314
2315 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
2316 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
2317 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
2318 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
2319
440566c3
UD
23202010-07-09 Ulrich Drepper <drepper@redhat.com>
2321
2322 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
2323 fcntl.
2324
5be9d05d
AS
23252010-07-06 Andreas Schwab <schwab@redhat.com>
2326
2327 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
2328 dl_signal_cerror.
2329
8a492a67
UD
23302010-07-06 Ulrich Drepper <drepper@redhat.com>
2331
2332 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
2333 _PC_PIPE_BUF using F_GETPIPE_SZ.
2334
713df3d5
RM
23352010-07-05 Roland McGrath <roland@redhat.com>
2336
2337 * manual/arith.texi (Rounding Functions): Fix rint description
2338 implicit in round description.
2339
702e8f14
UD
23402010-07-02 Ulrich Drepper <drepper@redhat.com>
2341
2342 * elf/Makefile: Fix linking for a few tests to make recent linker
2343 happy.
2344
52ed8be9
AS
23452010-06-30 Andreas Schwab <schwab@redhat.com>
2346
2347 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
2348 $(common-objpfx)libc_nonshared.a.
2349
f47c9a11
LM
23502010-06-21 Luis Machado <luisgpm@br.ibm.com>
2351
2352 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
2353 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
2354 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
2355 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
2356 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
2357 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
2358 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
2359 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
2360 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
2361 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
2362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
2363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
2364 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
2365 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
2366 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
2367 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
2368 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
2369 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
2370 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
2371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
2372 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
2373 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
2374 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
2375 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
2376 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
2377 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
2378 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
2379 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
2380 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
2381 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
2382 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
2383 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
2384 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
2385 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
2386 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
2387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
2388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
2389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
2390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
2391 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
2392 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
2393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
2394 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
2395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
2396 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
2397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
2398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
2399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
2400
6fb8cbcb
L
24012010-06-25 H.J. Lu <hongjiu.lu@intel.com>
2402
2403 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
2404 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
2405 * string/memmove.c (memmove): Renamed to ...
2406 (MEMMOVE): ...this. Default to memmove.
2407 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
2408 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
2409 (END_CHK): Define.
2410 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2411 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
2412 mempcpy-ssse3-back memmove-ssse3-back.
2413 * sysdeps/x86_64/multiarch/bcopy.S: New file .
2414 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
2415 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
2416 * sysdeps/x86_64/multiarch/memcpy.S: New file.
2417 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
2418 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
2419 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
2420 * sysdeps/x86_64/multiarch/memmove.c: New file.
2421 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
2422 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
2423 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
2424 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
2425 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
2426 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
2427 Define.
2428 (index_Fast_Copy_Backward): Define.
2429 (HAS_ARCH_FEATURE): Define.
2430 (HAS_FAST_REP_STRING): Define.
2431 (HAS_FAST_COPY_BACKWARD): Define.
2432
4e733bac 24332010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
2434
2435 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
2436 Restore proper fallback handling.
2437
63c4ed22
UD
24382010-06-19 Ulrich Drepper <drepper@redhat.com>
2439
ac2b484c
UD
2440 [BZ #11701]
2441 * posix/group_member.c (__group_member): Correct checking loop.
2442
63c4ed22
UD
2443 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
2444 OOM in getpwuid_r correctly. Return error number when the caller
2445 should return, otherwise -1.
2446 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
2447 call returning > 0 value.
2448 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
2449
765ade4b
AS
24502010-06-07 Andreas Schwab <schwab@redhat.com>
2451
2452 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
2453 libc_nonshared.a from targets in modules-names.
2454
80da2e09
KS
24552010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
2456
2457 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
2458 requires it.
2459
158db122
LM
24602010-06-10 Luis Machado <luisgpm@br.ibm.com>
2461
2462 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
2463 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
2464 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
2465 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
2466
caa78cf8
AS
24672010-06-02 Andreas Schwab <schwab@redhat.com>
2468
2469 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
2470
b2ef2c01
UD
24712010-06-14 Ulrich Drepper <drepper@redhat.com>
2472
2473 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
2474 and F_GETPIPE_SZ.
2475 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2476 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2477 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2478 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2479 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2480 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
2481
fbd643b6
RM
24822010-06-14 Roland McGrath <roland@redhat.com>
2483
2484 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
2485
f32f2869
JJ
24862010-06-07 Jakub Jelinek <jakub@redhat.com>
2487
2488 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
2489 __REDIRECT followed by __THROW.
2490 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
2491 * posix/getopt.h (getopt): Likewise.
2492
2a50c078
EPM
24932010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
2494
2495 * hurd/lookup-at.c (__file_name_lookup_at): Accept
2496 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
2497 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
2498 in AT_FLAGS.
2499 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
2500 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
2501
eb5ad2eb
LM
25022010-05-28 Luis Machado <luisgpm@br.ibm.com>
2503
2504 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
2505
3c88fe1e
L
25062010-05-26 H.J. Lu <hongjiu.lu@intel.com>
2507
2508 [BZ #11640]
2509 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2510 Properly check family and model.
2511
d2f73151
TY
25122010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
2513
2514 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
2515
ebd2e13d
LM
25162010-05-24 Luis Machado <luisgpm@br.ibm.com>
2517
2518 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
2519
b32b8b45
UD
25202010-05-21 Ulrich Drepper <drepper@redhat.com>
2521
2522 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
2523 symbol reference.
2524
9acbe24d
AS
25252010-05-19 Andreas Schwab <schwab@redhat.com>
2526
2527 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
2528 symbol reference.
2529
f0ccf6ea
AS
25302010-05-21 Andreas Schwab <schwab@redhat.com>
2531
3d04ff3a
AS
2532 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
2533 and internal_recvmmsg.
2534 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
2535 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
2536 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
2537 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
2538
f0ccf6ea
AS
2539 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
2540 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
2541 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
2542
5b08ac57
AS
25432010-05-20 Andreas Schwab <schwab@redhat.com>
2544
2545 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
2546
4828935d
LM
25472010-05-17 Luis Machado <luisgpm@br.ibm.com>
2548
2549 POWER7 optimizations.
2550 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
2551 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
2552
373d545e
UD
25532010-05-19 Ulrich Drepper <drepper@redhat.com>
2554
2555 * version.h: Update for 2.13 development version.
2556
21a2b1ae
AS
25572010-05-12 Andrew Stubbs <ams@codesourcery.com>
2558
2559 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
2560 exceptions. Return 0.
2561
3f7dcb2b
RM
25622010-05-07 Roland McGrath <roland@redhat.com>
2563
2564 * elf/ldconfig.c (main): Add a const.
2565
5f24d53a 25662010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 2567
a160f8d8
UD
2568 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
2569 (args_options): Add no-idn option.
2570 (ahosts_keys_int): Add idn_flags to ai_flags.
2571 (parse_option): Handle 'i' option to clear idn_flags.
2572
5f24d53a
UD
2573 * malloc/malloc.c (_int_free): Possible race in the most recently
2574 added check. Only act on the data if no current modification
2575 happened.
265bb1ce
UD
2576
2577See ChangeLog.17 for earlier changes.