platform/upstream/glibc.git
16 years ago[BZ #6024]
Ulrich Drepper [Wed, 9 Apr 2008 05:39:54 +0000 (05:39 +0000)]
[BZ #6024]

* scripts/abi-versions.awk: If the version specified by
--enable-oldest-abi is older than the first version for this
architecture, use the default version.

16 years ago* locale/programs/ld-collate.c (collate_read): Ignore script lines
Ulrich Drepper [Tue, 8 Apr 2008 15:03:59 +0000 (15:03 +0000)]
* locale/programs/ld-collate.c (collate_read): Ignore script lines

as well when ignoring the whole category.

16 years ago(collate_read): Ignore script lines as well when ignoring the whole category.
Ulrich Drepper [Tue, 8 Apr 2008 15:03:46 +0000 (15:03 +0000)]
(collate_read): Ignore script lines as well when ignoring the whole category.

16 years ago[BZ #6020] cvs/fedora-glibc-20080408T0706
Jakub Jelinek [Tue, 8 Apr 2008 06:36:47 +0000 (06:36 +0000)]
[BZ #6020]

* sysdeps/unix/sysv/linux/sparc/lowlevellock.h
(lll_futex_wake_unlock): Add private argument to the pre-v9 macro.
Patch by Sunil Amitkumar Janki <devel.sjanki@gmail.com>.
2008-04-08  Jakub Jelinek  <jakub@redhat.com>

[BZ #6020]
* sysdeps/unix/sysv/linux/sparc/lowlevellock.h
(lll_futex_wake_unlock): Add private argument to the pre-v9 macro.
Patch by Sunil Amitkumar Janki <devel.sjanki@gmail.com>.

16 years ago[BZ #6042]
Ulrich Drepper [Tue, 8 Apr 2008 00:40:35 +0000 (00:40 +0000)]
[BZ #6042]

2008-04-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #6042]
* sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
ETHERTYPE_* definitions.
Patch partly by Aurelien Jarno <aurelien@aurel32.net>.

16 years ago[BZ #6040]
Ulrich Drepper [Tue, 8 Apr 2008 00:17:58 +0000 (00:17 +0000)]
[BZ #6040]

* locales/fr_FR: Fix abmon, abday, d_ftm, grouping.

16 years ago[BZ #6004]
Ulrich Drepper [Mon, 7 Apr 2008 23:53:54 +0000 (23:53 +0000)]
[BZ #6004]

* locales/iso14651_t1_common: Fix first weight for U+1E60, U+1E62,
U+1E64, U+1E66, and U+1E68.
Patch by Jesse Thilo <unixweenie@gmail.com>.

16 years agoFix first weight for U+1E60, U+1E62, U+1E64, U+1E66, and U+1E68.
Ulrich Drepper [Mon, 7 Apr 2008 23:53:20 +0000 (23:53 +0000)]
Fix first weight for U+1E60, U+1E62, U+1E64, U+1E66, and U+1E68.

16 years ago* stdlib/mbtowc.c (__no_r_state): Remove.
Jakub Jelinek [Mon, 7 Apr 2008 20:03:08 +0000 (20:03 +0000)]
* stdlib/mbtowc.c (__no_r_state): Remove.

(mbtowc): New static state variable.  Use it instead of
__no_r_state.
* stdlib/wctomb.c (__no_r_state): Remove extern decl.
(__wctomb_state): New hidden variable.
(wctomb): Use __wctomb_state instead of __no_r_state.
* debug/wctomb_chk.c (__no_r_state): Remove extern decl.
(__wctomb_state): New extern decl.
(__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2008-04-07  Jakub Jelinek  <jakub@redhat.com>

* stdlib/mbtowc.c (__no_r_state): Remove.
(mbtowc): New static state variable.  Use it instead of
__no_r_state.
* stdlib/wctomb.c (__no_r_state): Remove extern decl.
(__wctomb_state): New hidden variable.
(wctomb): Use __wctomb_state instead of __no_r_state.
* debug/wctomb_chk.c (__no_r_state): Remove extern decl.
(__wctomb_state): New extern decl.
(__wctomb_chk): Use __wctomb_state instead of __no_r_state.

16 years ago[BZ #5475]
Ulrich Drepper [Mon, 7 Apr 2008 17:36:07 +0000 (17:36 +0000)]
[BZ #5475]

2008-04-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #5475]
* resolv/res_init.c: Handle scope IDs in resolv.conf.

16 years agoHandle scope IDs in resolv.conf.
Ulrich Drepper [Mon, 7 Apr 2008 17:20:25 +0000 (17:20 +0000)]
Handle scope IDs in resolv.conf.

16 years ago* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
Jakub Jelinek [Mon, 7 Apr 2008 14:45:18 +0000 (14:45 +0000)]
* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.

2008-04-07  Jakub Jelinek  <jakub@redhat.com>

* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.

16 years ago* po/nl.po: Update from translation team.
Ulrich Drepper [Sun, 6 Apr 2008 15:32:17 +0000 (15:32 +0000)]
* po/nl.po: Update from translation team.

16 years ago[BZ #6007]
Ulrich Drepper [Mon, 31 Mar 2008 18:30:26 +0000 (18:30 +0000)]
[BZ #6007]

2008-03-31  Ulrich Drepper  <drepper@redhat.com>
[BZ #6007]
* string/strfry.c: Handle empty strings again.

16 years ago* locales/iso14651_t1_common: Add support for Gujarati script.
Ulrich Drepper [Mon, 31 Mar 2008 14:15:28 +0000 (14:15 +0000)]
* locales/iso14651_t1_common: Add support for Gujarati script.

Patch by Pravin Satpute <psatpute@redhat.com>.

16 years ago[BZ #5443]
Ulrich Drepper [Mon, 31 Mar 2008 00:38:06 +0000 (00:38 +0000)]
[BZ #5443]

2008-03-30  Ulrich Drepper  <drepper@redhat.com>
[BZ #5443]
* intl/dcigettext.c (__dcigettext): Get reader lock for locale data
before looking for translation.
* locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
* locale/freelocale.c: Likewise.
* locale/newlocale.c: Likewise.
* locale/setlocale.c: Likewise.
Based partially on a patch by ryo@np.css.fujitsu.com.

16 years ago* intl/dcigettext.c (_nl_find_msg): Reread nconversions after
Ulrich Drepper [Sun, 30 Mar 2008 23:40:18 +0000 (23:40 +0000)]
* intl/dcigettext.c (_nl_find_msg): Reread nconversions after

acquiring wrlock.  Do conv_tab allocation while holding lock.
* intl/Makefile: Add rules to build and run tst-gettext6.
* intl/tst-gettext6.c: New test.
* intl/tst-gettext6.sh: New file.

16 years ago* po/nl.po: Update from translation team.
Ulrich Drepper [Sun, 30 Mar 2008 19:34:39 +0000 (19:34 +0000)]
* po/nl.po: Update from translation team.

16 years ago* sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
Ulrich Drepper [Sun, 30 Mar 2008 08:51:55 +0000 (08:51 +0000)]
* sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size

provided through st_blksize, try the default size before giving up.

16 years ago* stdio-common/vfprintf.c (vfprintf): Correct overflow test.
Ulrich Drepper [Sun, 30 Mar 2008 05:39:35 +0000 (05:39 +0000)]
* stdio-common/vfprintf.c (vfprintf): Correct overflow test.

16 years ago[BZ #5939]
Ulrich Drepper [Sun, 30 Mar 2008 03:30:38 +0000 (03:30 +0000)]
[BZ #5939]

* sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.

16 years ago* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
Ulrich Drepper [Sat, 29 Mar 2008 20:20:00 +0000 (20:20 +0000)]
* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded

error message.  POSIX today does not require the messages to be in
a specific form.  Suggested by Jim Meyering <jim@meyering.net>.

16 years ago[BZ #5979]
Ulrich Drepper [Sat, 29 Mar 2008 18:12:46 +0000 (18:12 +0000)]
[BZ #5979]

* sunrpc/auth_unix.c: Unify printed strings.
* sunrpc/clnt_tcp.c: Likewise.
* sunrpc/clnt_udp.c: Likewise.
* sunrpc/clnt_unix.c: Likewise.
* sunrpc/svc_tcp.c: Likewise.
* sunrpc/svc_udp.c: Likewise.
* sunrpc/svc_unix.c: Likewise.
* sunrpc/xdr.c: Likewise.
* sunrpc/xdr_array.c: Likewise.
* sunrpc/xdr_rec.c: Likewise.
* sunrpc/xdr_ref.c: Likewise.
* locale/programs/ld-time.c (time_finish): Unify messages.
* locale/programs/locfile.c (handle_copy): Fix typo.
* nscd/nscd.c (options): Fix typo.

16 years ago[BZ #5995]
Ulrich Drepper [Sat, 29 Mar 2008 17:17:40 +0000 (17:17 +0000)]
[BZ #5995]

2008-03-29  Ulrich Drepper  <drepper@redhat.com>
[BZ #5995]
* stdlib/strtod_l.c: Use correct sign for result in one more
underflow case.
Patch by Eric Blake <ebb9@byu.net>.

16 years ago* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open cvs/fedora-glibc-20080328T1347
Ulrich Drepper [Thu, 27 Mar 2008 16:23:55 +0000 (16:23 +0000)]
* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open

and creat system calls.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
call.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
system calls.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.

16 years ago* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
Ulrich Drepper [Thu, 27 Mar 2008 15:20:38 +0000 (15:20 +0000)]
* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if

<linux/limits.h> has defined it.
* sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
ARG_MAX value and prevent ARG_MAX from being defined by the kernel
headers.
* sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
it instead of ARG_MAX.

16 years ago* posix/gai.conf: Fix comment for scope nullbits.
Ulrich Drepper [Wed, 26 Mar 2008 17:45:14 +0000 (17:45 +0000)]
* posix/gai.conf: Fix comment for scope nullbits.

* sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
default to 128 bits for v4 mapped addresses.

16 years agoFix comment for scope nullbits.
Ulrich Drepper [Wed, 26 Mar 2008 17:44:50 +0000 (17:44 +0000)]
Fix comment for scope nullbits.

16 years ago[BZ #5983] cvs/fedora-glibc-20080326T1041
Roland McGrath [Wed, 26 Mar 2008 08:21:56 +0000 (08:21 +0000)]
[BZ #5983]

16 years ago* structs.def: Add pid field of struct pthread.
Roland McGrath [Wed, 26 Mar 2008 08:21:29 +0000 (08:21 +0000)]
* structs.def: Add pid field of struct pthread.

* td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID.
If a thread's pid does not match nor is < 0 while its tid matches
nor is < 0 and equal to -MATCH_PID, ignore it.
* td_thr_validate.c (td_thr_validate): Validate thread's pid/tid.

16 years ago2008-03-25 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 26 Mar 2008 08:21:10 +0000 (08:21 +0000)]
2008-03-25  Roland McGrath  <roland@redhat.com>

* structs.def: Add pid field of struct pthread.
* td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID.
If a thread's pid does not match nor is < 0 while its tid matches
nor is < 0 and equal to -MATCH_PID, ignore it.
* td_thr_validate.c (td_thr_validate): Validate thread's pid/tid.

16 years ago* sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
Ulrich Drepper [Mon, 24 Mar 2008 20:01:15 +0000 (20:01 +0000)]
* sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER

ptrace call to get the ieee_instruction_pointer from the kernel.
* sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
ptrace call to set the ieee_instructtion_pointer.
* sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
Add comment that ieee_instruction_pointer is always 0.

16 years ago[BZ #5857]
Ulrich Drepper [Mon, 24 Mar 2008 19:57:55 +0000 (19:57 +0000)]
[BZ #5857]

2008-03-09  Andreas Jaeger  <aj@suse.de>
[BZ #5857]
* sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
* sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
   Patch by Mark Elliott <mark.h.elliott@lmco.com>.

* math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
(rint_test): Likewise.

16 years ago* nis/nis_call.c (nis_server_cache_search): Save errno around stat
Ulrich Drepper [Mon, 24 Mar 2008 19:28:00 +0000 (19:28 +0000)]
* nis/nis_call.c (nis_server_cache_search): Save errno around stat

call.
(__nisfind_server): Similar for open readColdStartFile call.
Patch partially by Jim Meyering.
* nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
around internal_setent call.

16 years ago* po/vi.po: New Vietnamese translation.
Ulrich Drepper [Mon, 24 Mar 2008 16:18:56 +0000 (16:18 +0000)]
* po/vi.po: New Vietnamese translation.

16 years ago* sysdeps/unix/sysv/linux/adjtime.c: Correctly use
Ulrich Drepper [Mon, 24 Mar 2008 16:11:32 +0000 (16:11 +0000)]
* sysdeps/unix/sysv/linux/adjtime.c: Correctly use

ADJ_OFFSET_SS_READ.

16 years ago* sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
Ulrich Drepper [Mon, 24 Mar 2008 16:03:48 +0000 (16:03 +0000)]
* sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,

remove CLONE_STOPPED.

16 years ago* locales/iso14651_t1_common: Add support for Devanagari script.
Ulrich Drepper [Mon, 24 Mar 2008 05:08:33 +0000 (05:08 +0000)]
* locales/iso14651_t1_common: Add support for Devanagari script.

* locales/mr_IN: Adjust Devanagari sorting for mr_IN.
Patch by Pravin Satpute <psatpute@redhat.com>.

16 years agoRemove useless "if" before "free":
Ulrich Drepper [Wed, 19 Mar 2008 06:43:46 +0000 (06:43 +0000)]
Remove useless "if" before "free":

* elf/ldconfig.c (parse_conf_include): Likewise.
* gmon/gmon.c (weak_alias): Likewise.
* iconv/gconv_conf.c (__gconv_get_path): Likewise.
* inet/rcmd.c (__validuser2_sa): Likewise.
* intl/bindtextdom.c (set_binding_values): Likewise.
* intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
* libio/genops.c (save_for_backup): Likewise.
* libio/wgenops.c (save_for_wbackup): Likewise.
* locale/programs/ld-collate.c (collate_read): Likewise.
* locale/programs/linereader.c (get_string): Likewise.
* nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
* nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
* resolv/res_debug.c (do_section): Likewise.
* sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
* sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
* sysdeps/posix/sprofil.c (__sprofil): Likewise.
* time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
* time/tzset.c (tzset_internal): Likewise.

16 years agoRemove useless "if" before "free".
Ulrich Drepper [Wed, 19 Mar 2008 06:43:34 +0000 (06:43 +0000)]
Remove useless "if" before "free".

16 years ago* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
Jakub Jelinek [Mon, 17 Mar 2008 23:41:58 +0000 (23:41 +0000)]
* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead

of ASSEMBLER. nptl/
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: Use __ASSEMBLER__ instead
of ASSEMBLER.
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Likewise.
2008-03-18  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
of ASSEMBLER.

16 years agoFix typo. cvs/fedora-glibc-20080314T2159
Ulrich Drepper [Fri, 14 Mar 2008 21:52:57 +0000 (21:52 +0000)]
Fix typo.

16 years ago* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define
Ulrich Drepper [Fri, 14 Mar 2008 21:49:02 +0000 (21:49 +0000)]
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define

HAVE_DL_DISCOVER_OSVERSION.
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: Likewise.

16 years ago[BZ #5903] cvs/fedora-glibc-20080314T1732
Ulrich Drepper [Tue, 11 Mar 2008 20:14:03 +0000 (20:14 +0000)]
[BZ #5903]

2008-03-11  Ulrich Drepper  <drepper@redhat.com>
[BZ #5903]
* iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
not stream for output file.  Open output file here.
* iconv/iconv_prog.c (process_lock): Take pointer to output stream
and output file name.
(process_fd): Likewise.
(process_file): Likewise.
(main): Adjust callers of changed functions.
* iconv/iconv_prog.h: Adjust prototype.

16 years ago(charmap_conversion): Pass name of output file not stream for output file. Open outpu...
Ulrich Drepper [Tue, 11 Mar 2008 20:12:16 +0000 (20:12 +0000)]
(charmap_conversion): Pass name of output file not stream for output file. Open output file here.

16 years ago[BZ #5753] cvs/fedora-glibc-20080310T1651
Andreas Jaeger [Mon, 10 Mar 2008 06:21:36 +0000 (06:21 +0000)]
[BZ #5753]

Update.
2008-03-09  Andreas Jaeger  <aj@suse.de>

[BZ #5753]
* sysdeps/ia64/ieee754.h: Use protected namespace
__BIG_ENDIAN/__LITTLE_ENDIAN.
* sysdeps/ieee754/ieee754.h: Likewise.
Patch by Aurelien Jarno <aurelien@aurel32.net>.

16 years ago[BZ #5753]
Andreas Jaeger [Mon, 10 Mar 2008 06:21:21 +0000 (06:21 +0000)]
[BZ #5753]

* sysdeps/ia64/ieee754.h: Use protected namespace
__BIG_ENDIAN/__LITTLE_ENDIAN.
* sysdeps/ieee754/ieee754.h: Likewise.
Patch by Aurelien Jarno <aurelien@aurel32.net>.

16 years ago[BZ #5602]
Ulrich Drepper [Sun, 9 Mar 2008 01:10:32 +0000 (01:10 +0000)]
[BZ #5602]

2008-03-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #5602]
* locales/pt_PT: Fix mon_decimal_point.

16 years agoof NAN(...) sequence.
Ulrich Drepper [Sat, 8 Mar 2008 22:18:22 +0000 (22:18 +0000)]
of NAN(...) sequence.

16 years ago* hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
Roland McGrath [Sat, 8 Mar 2008 21:47:27 +0000 (21:47 +0000)]
* hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would

ignore a signal that came from a machine exception, treat it as a
fatal core-dump signal instead.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.

16 years ago* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
Roland McGrath [Sat, 8 Mar 2008 21:39:24 +0000 (21:39 +0000)]
* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):

Clear DF bit in thread state's eflags.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.

16 years ago2008-03-08 Roland McGrath <roland@frob.com>
Roland McGrath [Sat, 8 Mar 2008 21:39:00 +0000 (21:39 +0000)]
2008-03-08  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
Clear DF bit in thread state's eflags.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.

16 years ago[BZ #5774]
Ulrich Drepper [Sat, 8 Mar 2008 21:32:18 +0000 (21:32 +0000)]
[BZ #5774]

* stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
on NAN(...) sequence.
* stdlib/Makefile (tests): Add tst-strtod6.
* stdlib/tst-strtod6.c: New file.

* inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.

16 years ago[BZ #5762]
Ulrich Drepper [Sat, 8 Mar 2008 20:04:40 +0000 (20:04 +0000)]
[BZ #5762]

* posix/getopt.c (_getopt_internal_r): Clarify error message by
putting offending option character in quotes.  Clean up error
messages.
* po/be.po: Adjust msgstr in translation file.
* po/bg.po: Likewise.
* po/ca.po: Likewise.
* po/cs.po: Likewise.
* po/da.po: Likewise.
* po/de.po: Likewise.
* po/es.po: Likewise.
* po/fr.po: Likewise.
* po/hr.po: Likewise.
* po/ko.po: Likewise.
* po/nl.po: Likewise.
* po/rw.po: Likewise.
* po/sk.po: Likewise.
* po/sv.po: Likewise.
* po/tr.po: Likewise.
* po/zh_CN.po: Likewise.
* po/zh_TW.po: Likewise.

16 years ago[BZ #5760]
Ulrich Drepper [Sat, 8 Mar 2008 19:17:22 +0000 (19:17 +0000)]
[BZ #5760]

* inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
Patch by Roland Bless <roland@bless.de>.

16 years ago* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
Ulrich Drepper [Sat, 8 Mar 2008 17:52:13 +0000 (17:52 +0000)]
* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for

.o file.
* elf/Makefile (routines): Add dl-sysdep.
(elide-routines.os): Likewise.

16 years ago[BZ #5786]
Ulrich Drepper [Sat, 8 Mar 2008 07:35:10 +0000 (07:35 +0000)]
[BZ #5786]

* elf/dl-sysdep.c: Undefine ROUND after use.
* sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
(struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
* elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
* sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
to ...
* sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
* sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
if necessary.
* sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.

16 years ago* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
Ulrich Drepper [Sat, 8 Mar 2008 05:44:56 +0000 (05:44 +0000)]
* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add

_dl_tls_get_addr_soft element.
* elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
* elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
* dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
GLRO.
* elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
* elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
of internal_function.

16 years ago* io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
Ulrich Drepper [Sat, 8 Mar 2008 05:21:41 +0000 (05:21 +0000)]
* io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED

defined to zero.

16 years ago* stdlib/Makefile (aux): Add tens_in_limb.
Ulrich Drepper [Sat, 8 Mar 2008 04:18:31 +0000 (04:18 +0000)]
* stdlib/Makefile (aux): Add tens_in_limb.

* stdlib/strtod_l.c: Move _tens_in_limb definition to...
* stdlib/tens_in_limb.c: ...here.  New file.

16 years ago[BZ #5778]
Ulrich Drepper [Sat, 8 Mar 2008 01:57:18 +0000 (01:57 +0000)]
[BZ #5778]

* sysdeps/unix/sysv/linux/pathconf.h: Declare
__statfs_chown_restricted.
* sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
for _PC_CHOWN_RESTRICTED.
* sysdeps/unix/sysv/linux/pathconf.c: Likewise.
Implement __statfs_chown_restricted.
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
_POSIX_CHOWN_RESTRICTED value to zero.

2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>

16 years ago* sysdeps/x86_64/rtld-memset.c: New file.
Ulrich Drepper [Fri, 7 Mar 2008 17:55:11 +0000 (17:55 +0000)]
* sysdeps/x86_64/rtld-memset.c: New file.

2008-2-26  Harsha Jagasia  <harsha.jagasia@amd.com>

* sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.

* sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
Barcelona machine.  Make default fall through branch of
__x86_64_preferred_memory_instruction check as the integer code path.

2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>

* sysdeps/x86_64/cacheinfo.c
(__x86_64_preferred_memory_instruction): New variable.
(init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.

* sysdeps/x86_64/memset.S: Rewrite.

2008-01-08  Jakub Jelinek  <jakub@redhat.com>
* malloc/malloc.c (public_cALLOc): For arenas other than

16 years ago* include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857
Ulrich Drepper [Wed, 5 Mar 2008 07:05:13 +0000 (07:05 +0000)]
* include/stdio.h (__asprintf_chk, __dprintf_chk,

__obstack_printf_chk): New prototypes.
(__vasprintf_chk, __vdprintf_chk,
__obstack_vprintf_chk): Likewise.
Add libc_hidden_proto.
* libio/obprintf.c
(_IO_obstack_jumps): No longer static, add attribute_hidden.
* libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
__obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
__obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
* libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
__obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
__obstack_vprintf_chk): New prototypes.
(asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
obstack_vprintf): New inlines.
* debug/dprintf_chk.c: New file.
* debug/vdprintf_chk.c: New file.
* debug/asprintf_chk.c: New file.
* debug/vasprintf_chk.c: New file.
* debug/obprintf_chk.c: New file.
* debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
* debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
__vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
@@GLIBC_2.8.
* debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
vdprintf_chk and obprintf_chk, set CFLAGS for them.
* sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
__nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
libc_hidden_proto.
* sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
__nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
* sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
__nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
__nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
@@GLIBC_2.8.
* sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
obstack_vprintf_chk.
* sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.

16 years ago[BZ #5779]
Ulrich Drepper [Wed, 5 Mar 2008 05:50:39 +0000 (05:50 +0000)]
[BZ #5779]

* misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
Patch by Roy Marples <roy@marples.name>.

16 years ago* SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.
Ulrich Drepper [Tue, 4 Mar 2008 22:10:40 +0000 (22:10 +0000)]
* SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.

16 years ago[BZ #5736]
Ulrich Drepper [Tue, 4 Mar 2008 18:36:27 +0000 (18:36 +0000)]
[BZ #5736]

* malloc/malloc.c: Fix typo in comment.

16 years ago[BZ #5627]
Ulrich Drepper [Tue, 4 Mar 2008 17:49:00 +0000 (17:49 +0000)]
[BZ #5627]

2008-03-04  Ulrich Drepper  <drepper@redhat.com>
[BZ #5627]
* locale/iso-639.def: Add Shuswap.

16 years ago[BZ #5790]
Ulrich Drepper [Tue, 4 Mar 2008 15:25:19 +0000 (15:25 +0000)]
[BZ #5790]

2008-02-25  Jakub Jelinek  <jakub@redhat.com>
[BZ #5790]
* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
overwrite *h_errnop/*errnop values from getanswer_r in case of
failure.

16 years ago[BZ #5818]
Ulrich Drepper [Tue, 4 Mar 2008 01:54:09 +0000 (01:54 +0000)]
[BZ #5818]

* nscd/connections.c (dbs): Add initializers for .suggested_module.
(verify_persistent_db): Remove one unnecessary test and add a new one
for bad configuration.
(nscd_init): Improve error reported when persistent database cannot
be reused.
* nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
* nscd/nscd_conf.c (nscd_parse_file): Provide default values for
.suggested_module and .max_db_size and case config file says the
values are zero.
* nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.

16 years ago[BZ #5854]
Ulrich Drepper [Tue, 4 Mar 2008 00:28:04 +0000 (00:28 +0000)]
[BZ #5854]

* nis/ypclnt.c (yp_order): Fix handling of return value of
do_ypcall_tr call.
Patch by Jeff Moyer <jmoyer@redhat.com>.

16 years ago* po/fr.po: Update from translation team.
Ulrich Drepper [Mon, 3 Mar 2008 16:00:42 +0000 (16:00 +0000)]
* po/fr.po: Update from translation team.

16 years agoUpdate from translation team.
Ulrich Drepper [Mon, 3 Mar 2008 16:00:17 +0000 (16:00 +0000)]
Update from translation team.

16 years ago[BZ #5012]
Andreas Jaeger [Fri, 22 Feb 2008 09:57:57 +0000 (09:57 +0000)]
[BZ #5012]

Update.
2008-02-22  Andreas Jaeger  <aj@suse.de>,
    Carlos O'Donell <carlos@systemhalted.org>

[BZ #5012]
* FAQ.in: Describe why glibc needs to be compiled with
optimization.

16 years ago[BZ #5012]
Andreas Jaeger [Fri, 22 Feb 2008 09:57:19 +0000 (09:57 +0000)]
[BZ #5012]

* FAQ.in: Describe why glibc needs to be compiled with
optimization.

16 years ago* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
Roland McGrath [Wed, 20 Feb 2008 03:33:39 +0000 (03:33 +0000)]
* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.

16 years ago2008-02-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 20 Feb 2008 03:33:33 +0000 (03:33 +0000)]
2008-02-19  Roland McGrath  <roland@redhat.com>

* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.

16 years ago[BZ #5737] cvs/fedora-glibc-20080216T1726
Ulrich Drepper [Fri, 15 Feb 2008 15:49:15 +0000 (15:49 +0000)]
[BZ #5737]

2008-02-15  Ulrich Drepper  <drepper@redhat.com>
[BZ #5737]
* resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
__USE_MISC is defined.

16 years ago* sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
Ulrich Drepper [Sun, 10 Feb 2008 19:43:56 +0000 (19:43 +0000)]
* sysdeps/unix/sysv/linux/sys/timerfd.h: New file.

* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
sys/timerfd.h.
* sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
timerfd_gettime, timerfd_settime.
* sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
timerfd_gettime, timerfd_settime for GLIBC_2.8.

16 years agoHeader for timerfd interfaces.
Ulrich Drepper [Sun, 10 Feb 2008 19:43:07 +0000 (19:43 +0000)]
Header for timerfd interfaces.

16 years ago* elf/elf.h (NT_PPC_SPE): New macro.
Roland McGrath [Sat, 9 Feb 2008 01:45:01 +0000 (01:45 +0000)]
* elf/elf.h (NT_PPC_SPE): New macro.

16 years ago* Makerules ($(common-objpfx)sysd-rules):
Roland McGrath [Thu, 7 Feb 2008 00:39:24 +0000 (00:39 +0000)]
* Makerules ($(common-objpfx)sysd-rules):

Depend on $(sysdep-makeconfigs).

16 years ago[BZ #5442] cvs/fedora-glibc-20080201T1017
Roland McGrath [Fri, 1 Feb 2008 00:20:11 +0000 (00:20 +0000)]
[BZ #5442]

* configure.in: Use -print-file-name if it yields a directory,
for each of include and include-fixed.
* configure: Regenerated.

16 years ago* Makeconfig (sysd-rules-targets): New variable.
Roland McGrath [Fri, 1 Feb 2008 00:01:25 +0000 (00:01 +0000)]
* Makeconfig (sysd-rules-targets): New variable.

* sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
* sysdeps/unix/Makefile (omit-deps): Append variants for each target.

16 years ago* manual/libc.texinfo: Update back-cover text. cvs/fedora-glibc-20080131T0821
Roland McGrath [Thu, 31 Jan 2008 01:43:08 +0000 (01:43 +0000)]
* manual/libc.texinfo: Update back-cover text.

16 years ago* elf/elf.h (NT_386_TLS): New macro.
Roland McGrath [Wed, 30 Jan 2008 22:09:06 +0000 (22:09 +0000)]
* elf/elf.h (NT_386_TLS): New macro.

16 years ago2008-01-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 30 Jan 2008 22:09:01 +0000 (22:09 +0000)]
2008-01-30  Roland McGrath  <roland@redhat.com>

* elf/elf.h (NT_386_TLS): New macro.

16 years ago* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid
Ulrich Drepper [Wed, 30 Jan 2008 17:44:06 +0000 (17:44 +0000)]
* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid

unnecessary addr32 prefix.

16 years ago(sem_post): Avoid unnecessary addr32 prefix.
Ulrich Drepper [Wed, 30 Jan 2008 17:43:50 +0000 (17:43 +0000)]
(sem_post): Avoid unnecessary addr32 prefix.

16 years ago* Makeconfig (sysd-rules-patterns): New variable.
Roland McGrath [Wed, 30 Jan 2008 00:24:16 +0000 (00:24 +0000)]
* Makeconfig (sysd-rules-patterns): New variable.

* Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
(check-inhibit-asm): New canned sequence, replaces ...
(open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
* elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
(rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
(CFLAGS-rtld): Variable removed.

16 years ago* configure.in: Let configure fragments set base_os.
Roland McGrath [Thu, 24 Jan 2008 20:21:28 +0000 (20:21 +0000)]
* configure.in: Let configure fragments set base_os.

* configure: Regenerated.

16 years ago2008-01-24 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 24 Jan 2008 20:21:23 +0000 (20:21 +0000)]
2008-01-24  Roland McGrath  <roland@redhat.com>

* configure.in: Let configure fragments set base_os.
* configure: Regenerated.

16 years ago* po/ko.po: Update from translation team.
Ulrich Drepper [Wed, 23 Jan 2008 07:37:05 +0000 (07:37 +0000)]
* po/ko.po: Update from translation team.

16 years ago* sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
Ulrich Drepper [Tue, 22 Jan 2008 18:58:31 +0000 (18:58 +0000)]
* sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.

16 years ago(XADD): Use a scratch register.
Ulrich Drepper [Tue, 22 Jan 2008 18:22:07 +0000 (18:22 +0000)]
(XADD): Use a scratch register.

16 years ago[BZ #5040]
Andreas Jaeger [Mon, 21 Jan 2008 21:20:03 +0000 (21:20 +0000)]
[BZ #5040]

Update.
2008-01-12  Andreas Jaeger  <aj@suse.de>

[BZ #5040]
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
Add EPOLLRDHUP.

16 years ago[BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): Add...
Andreas Jaeger [Mon, 21 Jan 2008 21:19:51 +0000 (21:19 +0000)]
[BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): Add EPOLLRDHUP.

16 years ago* hurd/hurdsock.c (_hurd_socket_server): Return the standard
Roland McGrath [Mon, 21 Jan 2008 01:35:23 +0000 (01:35 +0000)]
* hurd/hurdsock.c (_hurd_socket_server): Return the standard

error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
* sunrpc/bindrsvprt.c (bindresvport): Likewise.

16 years ago2008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Roland McGrath [Mon, 21 Jan 2008 01:35:17 +0000 (01:35 +0000)]
2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* hurd/hurdsock.c (_hurd_socket_server): Return the standard
error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
* sunrpc/bindrsvprt.c (bindresvport): Likewise.

16 years ago* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
Ulrich Drepper [Thu, 17 Jan 2008 20:20:00 +0000 (20:20 +0000)]
* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.

* elf/dl-close.c (_dl_close): Check for it.
* elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
(_dl_allocate_static_tls): Likewise.
* elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
(__tls_get_addr): Protect from race conditions in setting l_tls_offset
to it.
* elf/tst-tls16.c: New file.
* elf/tst-tlsmod16a.c: New file.
* elf/tst-tlsmod16b.c: New file.
* elf/Makefile: Add rules to build and run tst-tls16.

16 years ago[BZ #5628]
Ulrich Drepper [Wed, 16 Jan 2008 23:49:43 +0000 (23:49 +0000)]
[BZ #5628]

* bits/shm.h: Fix comment describing shmid_ds.
* sysdeps/gnu/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.