external/glibc.git
17 years ago2006-10-10 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 10 Oct 2006 09:28:40 +0000 (09:28 +0000)]
2006-10-10  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
* sysdeps/mach/hurd/futimes.c: Likewise.
* sysdeps/mach/hurd/lutimes.c: Likewise.

17 years ago Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Tue, 10 Oct 2006 00:51:29 +0000 (00:51 +0000)]
Jakub Jelinek  <jakub@redhat.com>

Implement reference counting of scope records.
* elf/dl-close.c (_dl_close): Remove all scopes from removed objects
from the list in objects which remain.  Always allocate new scope
record.
* elf/dl-open.c (dl_open_worker): When growing array for scopes,
don't resize, allocate a new one.
* elf/dl-runtime.c: Update reference counters before using a scope
array.
* elf/dl-sym.c: Likewise.
* elf/dl-libc.c: Adjust for l_scope name change.
* elf/dl-load.c: Likewise.
* elf/dl-object.c: Likewise.
* elf/rtld.c: Likewise.
* include/link.h: Inlcude <rtld-lowlevel.h>.  Define struct
r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
Add l_scoperec_lock.
* sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
* sysdeps/generic/rtld-lowlevel.h: New file.

* include/atomic.h: Rename atomic_and to atomic_and_val and
atomic_or to atomic_or_val.  Define new macros atomic_and and
atomic_or which do not return values.
* sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
Various cleanups.
* sysdeps/i386/i486/bits/atomic.h: Likewise.

17 years ago* po/sv.po: Update from translation team.
Ulrich Drepper [Mon, 9 Oct 2006 20:22:48 +0000 (20:22 +0000)]
* po/sv.po: Update from translation team.

17 years ago* Versions.def: Add GLIBC_2.6 to libpthread.
Ulrich Drepper [Sat, 7 Oct 2006 20:30:57 +0000 (20:30 +0000)]
* Versions.def: Add GLIBC_2.6 to libpthread.

17 years ago* include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
Ulrich Drepper [Sat, 7 Oct 2006 19:45:55 +0000 (19:45 +0000)]
* include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.

(versioned_symbol): Likewise.
(compat_symbol): Likewise.

17 years ago* po/tr.po: Update from translation team.
Ulrich Drepper [Sat, 7 Oct 2006 16:32:19 +0000 (16:32 +0000)]
* po/tr.po: Update from translation team.

17 years ago* libio/Banner: Likewise.
Ulrich Drepper [Fri, 6 Oct 2006 20:39:03 +0000 (20:39 +0000)]
* libio/Banner: Likewise.

17 years ago* nis/Banner: Removed. It's been integral part forever and the
Ulrich Drepper [Fri, 6 Oct 2006 20:36:44 +0000 (20:36 +0000)]
* nis/Banner: Removed.  It's been integral part forever and the

author info is incomplete anyway.

17 years ago* nis/nis_table.c (nis_list): If __follow_path fails in the new
Ulrich Drepper [Fri, 6 Oct 2006 20:34:24 +0000 (20:34 +0000)]
* nis/nis_table.c (nis_list): If __follow_path fails in the new

code, make sure the nis_freeresult call doesn't crash and that the
result is reported correctly.

17 years ago* nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
Ulrich Drepper [Fri, 6 Oct 2006 17:49:27 +0000 (17:49 +0000)]
* nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS

when callback is NULL.

* nis/Versions (libnss_nisplus): Add
_nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
* nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
* nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
_nss_create_tablename): Rename to...
(grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
... these.  No longer static.
(internal_setgrent): Adjust users.
(_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
Don't use locking around _nss_grp_create_tablename call.
* nis/nss_nisplus/nisplus-initgroups.c: New file.

17 years ago* version.h (VERSION): Bump to 2.5.90 for new development tree.
Ulrich Drepper [Fri, 6 Oct 2006 16:30:22 +0000 (16:30 +0000)]
* version.h (VERSION): Bump to 2.5.90 for new development tree.

17 years ago* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
Ulrich Drepper [Fri, 6 Oct 2006 15:39:29 +0000 (15:39 +0000)]
* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.

2006-10-06  Ulrich Drepper  <drepper@redhat.com>

* po/pl.po: Update from translation team.

* nscd/nscd.c (main): Fix typo in message.
Patch by Jakub Bogsz <qboosh@pld-linux.org>.

17 years ago* locales/pa_IN (abday): Fix spelling of Sunday.
Ulrich Drepper [Thu, 5 Oct 2006 16:56:35 +0000 (16:56 +0000)]
* locales/pa_IN (abday): Fix spelling of Sunday.

Patch by Mayank Jain <majain@redhat.com>.

17 years ago[BZ #3291]
Ulrich Drepper [Mon, 2 Oct 2006 18:41:30 +0000 (18:41 +0000)]
[BZ #3291]

2006-10-02  Jakub Jelinek  <jakub@redhat.com>
[BZ #3291]
* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
errno.h, signal.h, unistd.h and sysdep-cancel.h.
(__sigprocmask): Define.

17 years ago* elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
Ulrich Drepper [Mon, 2 Oct 2006 18:25:29 +0000 (18:25 +0000)]
* elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is

used.

17 years ago* sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
Ulrich Drepper [Mon, 2 Oct 2006 16:50:55 +0000 (16:50 +0000)]
* sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val

variables const to avoid compiler warnings.

17 years ago* nscd/mem.c (mempool_alloc): Round array size to 16 bytes
Ulrich Drepper [Mon, 2 Oct 2006 16:34:25 +0000 (16:34 +0000)]
* nscd/mem.c (mempool_alloc): Round array size to 16 bytes

in oldtotal and newtotal calculation.
* nscd/nscd-client.h (struct mapped_database): Add datasize
field.
* nscd/nscd_helper.c (get_mapping): Initialize datasize field.
(__nscd_get_map_ref): Get a new mapping even if mapping's data_size
increased.
(__nscd_cache_search): Add checks to make sure we never reference
data beyond the current mapping.

17 years ago* io/fts.c (fts_close): Remove redundant checks.
Ulrich Drepper [Mon, 2 Oct 2006 16:08:05 +0000 (16:08 +0000)]
* io/fts.c (fts_close): Remove redundant checks.

(fts_build): Likewise.
(fts_palloc): Likewise.

* manual/message.texi (Advanced gettext functions,
Using gettextized software): Fix typos.

17 years ago* locales/en_GB: Use more complete en_US data in LC_NAME.
Ulrich Drepper [Sun, 1 Oct 2006 16:20:10 +0000 (16:20 +0000)]
* locales/en_GB: Use more complete en_US data in LC_NAME.

17 years ago* posix/glob.c (glob_in_dir): Add some comments and asserts to
Ulrich Drepper [Sat, 30 Sep 2006 15:09:35 +0000 (15:09 +0000)]
* posix/glob.c (glob_in_dir): Add some comments and asserts to

explain why there are no leaks.

17 years ago* libio/wmemstream.c: Include <wchar.h>.
Ulrich Drepper [Sat, 30 Sep 2006 00:06:32 +0000 (00:06 +0000)]
* libio/wmemstream.c: Include <wchar.h>.

* libio/bug-wmemstream1.c: Likewise.
* libio/tst-wmemstream1.c: Likewise.
* libio/tst-wmemstream2.c: Likewise.

17 years ago* version.h (RELEASE): Bump to 2.5.
Ulrich Drepper [Fri, 29 Sep 2006 18:45:39 +0000 (18:45 +0000)]
* version.h (RELEASE): Bump to 2.5.

* README: Regenerated.

17 years ago* locale/iso-3166.def: Add Aaland Islands and Montenegro.
Ulrich Drepper [Fri, 29 Sep 2006 18:10:52 +0000 (18:10 +0000)]
* locale/iso-3166.def: Add Aaland Islands and Montenegro.

17 years ago[BZ #3273]
Ulrich Drepper [Fri, 29 Sep 2006 17:07:11 +0000 (17:07 +0000)]
[BZ #3273]

2006-09-29  Ulrich Drepper  <drepper@redhat.com>
[BZ #3273]
* nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
found no group members.
Patch by Petr Baudis.

2006-09-29  Jakub Jelinek  <jakub@redhat.com>

* elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
assert bootstrap_map.l_tls_modid is zero.
(_dl_start): Initialize bootstrap_map.l_tls_modid to 0
if USE___THREAD.

17 years ago* libio/stdio.h: Move open_wmemstream prototype to ...
Ulrich Drepper [Wed, 27 Sep 2006 15:57:56 +0000 (15:57 +0000)]
* libio/stdio.h: Move open_wmemstream prototype to ...

* wcsmbs/wchar.h: ... here.

17 years ago[BZ #3252, BZ #3253]
Ulrich Drepper [Mon, 25 Sep 2006 15:33:09 +0000 (15:33 +0000)]
[BZ #3252, BZ #3253]

2006-09-25  Jakub Jelinek  <jakub@redhat.com>
[BZ #3252]
* sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
__{,l}chown to handle the rest.
* sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
fchownat syscall and __ASSUME_32BITUIDS case inline, call
__{,l}chown to handle the rest.
* sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
i386/fchownat.c.
* sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
* sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.

[BZ #3253]
* posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
time, rather allocate increasingly bigger arrays of pointers, if
possible with alloca, if too large with malloc.

2006-09-24  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/powerpc/fpu/libm-test-ulps: Updated.

* sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.

17 years ago* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
Ulrich Drepper [Sun, 24 Sep 2006 17:14:11 +0000 (17:14 +0000)]
* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,

home addresses.
* sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
IFA_F_HOMEADDRESS flag for interfaces.
* include/ifaddrs.h (struct in6addrinfo): Define
in6ai_homeaddress.

17 years ago[BZ #3225]
Ulrich Drepper [Fri, 22 Sep 2006 06:07:26 +0000 (06:07 +0000)]
[BZ #3225]

2006-09-21  Jakub Jelinek  <jakub@redhat.com>
[BZ #3225]
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
PTR_DEMANGLE3): Define.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
PTR_DEMANGLE3): Likewise.
* sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
* sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
Likewise.
* sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.

17 years ago[BZ #3137]
Ulrich Drepper [Thu, 21 Sep 2006 04:04:20 +0000 (04:04 +0000)]
[BZ #3137]

2006-09-20  Jakub Jelinek  <jakub@redhat.com>
* po/libc.pot: Regenerated.
* po/be.po: Updated.
* po/ca.po: Likewise.
* po/cs.po: Likewise.
* po/da.po: Likewise.
* po/de.po: Likewise.
* po/el.po: Likewise.
* po/en_GB.po: Likewise.
* po/es.po: Likewise.
* po/fi.po: Likewise.
* po/fr.po: Likewise.
* po/gl.po: Likewise.
* po/hr.po: Likewise.
* po/hu.po: Likewise.
* po/ja.po: Likewise.
* po/ko.po: Likewise.
* po/nb.po: Likewise.
* po/nl.po: Likewise.
* po/pl.po: Likewise.
* po/pt_BR.po: Likewise.
* po/ru.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.

[BZ #3137]
* iconv/iconv_prog.c (main): Fix spelling in error message.
* iconv/iconvconfig.c (main): Likewise.
* locale/programs/ld-collate.c (handle_ellipsis): Likewise.
* locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
* locale/programs/localedef.c (main): Likewise.
* locale/programs/repertoire.c (repertoire_read): Likewise.
* timezone/zdump.c (main): Likewise.
* nscd/connections.c (handle_request): Fix spelling in log message.
Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.

17 years ago* inet/inet6_option.c: Also emit linker warnings for the RFC 2292
Ulrich Drepper [Wed, 20 Sep 2006 20:15:47 +0000 (20:15 +0000)]
* inet/inet6_option.c: Also emit linker warnings for the RFC 2292

interfaces.

17 years agoAlso emit linker warnings for the RFC 2292 interfaces.
Ulrich Drepper [Wed, 20 Sep 2006 20:14:47 +0000 (20:14 +0000)]
Also emit linker warnings for the RFC 2292 interfaces.

17 years ago(lrint_test_upward): Fix typo.
Andreas Jaeger [Wed, 20 Sep 2006 19:36:26 +0000 (19:36 +0000)]
(lrint_test_upward): Fix typo.

2006-09-20  Andreas Jaeger  <aj@suse.de>

* math/libm-test.inc (lrint_test_upward): Fix typo.

17 years ago[BZ #2592]
Ulrich Drepper [Wed, 20 Sep 2006 17:29:36 +0000 (17:29 +0000)]
[BZ #2592]

2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
[BZ #2592]
* math/libm-test.inc (lrint_test_tonearest): New function.
(lrint_test_towardzero): New function.
(lrint_test_downward): New function.
(lrint_test_upward): New function.
(main): Run these new tests.
* sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
of values near to 0.
(two52): Use double not long double.
* sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
* sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
(two23): Use float not double.
* sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
(two23): Use float not double.
* sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
* sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
* sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
* sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.

17 years ago* sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
Ulrich Drepper [Wed, 20 Sep 2006 14:31:00 +0000 (14:31 +0000)]
* sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):

Cast sp to unsigned long to avoid compiler warning.
Use __makecontext_ret function instead of a trampoline on the stack.
(__makecontext_ret): New function.
* sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.

17 years ago* elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
Ulrich Drepper [Tue, 19 Sep 2006 17:07:04 +0000 (17:07 +0000)]
* elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but

platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
bits.

17 years ago* elf/dl-close.c (_dl_close): If dependency is not unloaded make
Ulrich Drepper [Tue, 19 Sep 2006 14:42:12 +0000 (14:42 +0000)]
* elf/dl-close.c (_dl_close): If dependency is not unloaded make

sure no reference to the unloaded map's search list remains in the
dependency's scope.

2006-09-16  Jakub Jelinek  <jakub@redhat.com>

* elf/Makefile: Add rules to build and run unload7 test.
* elf/unload7.c: New test.
* elf/unload7mod1.c: New file.
* elf/unload7mod2.c: New file.

17 years ago* sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
Ulrich Drepper [Mon, 18 Sep 2006 13:48:06 +0000 (13:48 +0000)]
* sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.

* sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
* sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
* sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
* sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG): Likewise.
(PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
values.

* sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
* sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.

17 years ago* sysdeps/unix/sysv/linux/sys/ptrace.h [PTRACE_SETOPTIONS,
Ulrich Drepper [Sun, 17 Sep 2006 16:06:42 +0000 (16:06 +0000)]
* sysdeps/unix/sysv/linux/sys/ptrace.h [PTRACE_SETOPTIONS,

PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO]: Define.
* sysdeps/unix/sysv/linux/ptrace.c [PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO]: Check.

2006-09-16  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
write '\0' to the fd.
* sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
* sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
Change regs to unsigned long pointer from unsigned int, fix fscr
offset.

17 years ago * io/Makefile (CFLAGS-fstatat.c): Set.
Ulrich Drepper [Sun, 17 Sep 2006 07:26:24 +0000 (07:26 +0000)]
* io/Makefile (CFLAGS-fstatat.c): Set.
(CFLAGS-fstatat64.c): Likewise.
(CFLAGS-mknodat.c): Likewise.

* sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
* sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.

2006-09-14  Jakub Jelinek  <jakub@redhat.com>

17 years ago* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: For PI
Ulrich Drepper [Sun, 17 Sep 2006 06:02:48 +0000 (06:02 +0000)]
* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: For PI

mutexes wake all mutexes.
* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Don't increment
WAKEUP_SEQ if this would increase the value beyond TOTAL_SEQ.
* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.

17 years ago2006-09-14 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Fri, 15 Sep 2006 07:48:10 +0000 (07:48 +0000)]
2006-09-14  Jakub Jelinek  <jakub@redhat.com>

    Steven Munroe  <sjmunroe@us.ibm.com>

* sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
names to the beginning.  Rename "cell" to "cellbe".
(_dl_powerpc_platforms): New.
* sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
(HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
(_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
(_DL_HWCAP_PLATFORM): Define to new mask.
(_dl_platform_string, _dl_string_platform): New functions.
* sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.

17 years ago[BZ #2526, BZ #3138, BZ #3143]
Ulrich Drepper [Tue, 12 Sep 2006 11:44:01 +0000 (11:44 +0000)]
[BZ #2526, BZ #3138, BZ #3143]

2006-09-12  Jakub Jelinek  <jakub@redhat.com>
[BZ #2526]
* README.libm: Fix a thinko in sqrt algorithm description.

[BZ #3143]
* manual/string.texi (argz_delete): Fix prototype.
Patch by <alpt@freaknet.org>.

2006-08-26  Joseph Myers  <joseph@codesourcery.com>

[BZ #3138]
* io/test-lfs.c (do_prepare): Give name_len type size_t.
* io/tst-fcntl.c (do_prepare): Likewise.
* posix/tst-exec.c (do_prepare): Likewise.
* posix/tst-preadwrite.c (do_prepare): Likewise.
* posix/tst-spawn.c (do_prepare): Likewise.
* posix/tst-truncate.c (do_prepare): Likewise.
* rt/tst-aio.c (do_prepare): Likewise.
* rt/tst-aio64.c (do_prepare): Likewise.
* stdlib/test-canon2.c (do_prepare): Give test_dir_len type
size_t.

17 years ago[BZ #2821]
Ulrich Drepper [Sat, 9 Sep 2006 16:56:29 +0000 (16:56 +0000)]
[BZ #2821]

* time/mktime.c (guess_time_tm): Fix overflow detection.
* time/Makefile (tests): Add bug-mktime1.
* time/bug-mktime1.c: New file.

17 years ago[BZ #3189]
Ulrich Drepper [Sat, 9 Sep 2006 16:22:01 +0000 (16:22 +0000)]
[BZ #3189]

..
[BZ #3189, #3188]
(mremap): Likewise.

17 years ago[BZ #3189]
Ulrich Drepper [Sat, 9 Sep 2006 16:18:28 +0000 (16:18 +0000)]
[BZ #3189]

2006-09-09  Ulrich Drepper  <drepper@redhat.com>
[BZ #3189]
* misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.

17 years ago[BZ #1006]
Ulrich Drepper [Sat, 9 Sep 2006 11:21:48 +0000 (11:21 +0000)]
[BZ #1006]

* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
Ensure relocation doesn't clobber any bits outside of the
immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
R_SPARC_HI22 and R_SPARC_H44.

17 years ago[BZ #3123]
Ulrich Drepper [Fri, 8 Sep 2006 10:41:17 +0000 (10:41 +0000)]
[BZ #3123]

2006-09-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #3123]
* sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Don't
increment WAKEUP_SEQ if this would increase the value beyond TOTAL_SEQ.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.c: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.c: Likewise.
* Makefile (tests): Add tst-cond22.
* tst-cond22.c: New file.

17 years ago[BZ #2775]
Ulrich Drepper [Thu, 7 Sep 2006 16:06:54 +0000 (16:06 +0000)]
[BZ #2775]

* malloc/malloc.c (sYSMALLOc): Only call grow_heap if
(long) (MINSIZE + nb - old_size) is positive.

* malloc/arena.c (grow_heap): When growing bail even if new_size
is negative.

17 years ago[BZ #3155]
Ulrich Drepper [Thu, 7 Sep 2006 13:50:31 +0000 (13:50 +0000)]
[BZ #3155]

2006-09-07  Jakub Jelinek  <jakub@redhat.com>
[BZ #3155]
* sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
stack below r1.

* posix/regex_internal.c (re_string_reconstruct): Handle
offset < pstr->valid_raw_len && pstr->offsets_needed case.
Ensure no bytes read before raw_mbs array.  Pass a saved copy of
pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
re_string_context_at.
* posix/Makefile: Add rules to build and run bug-regex26 test.
* posix/bug-regex26.c: New test.

* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.

17 years ago* locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
Ulrich Drepper [Wed, 6 Sep 2006 16:51:47 +0000 (16:51 +0000)]
* locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free

rather than col_sym_free.  Move seqp declaration earlier.

* resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.

17 years ago[BZ #3124]
Ulrich Drepper [Tue, 5 Sep 2006 17:18:23 +0000 (17:18 +0000)]
[BZ #3124]

2006-09-05  Ulrich Drepper  <drepper@redhat.com>
[BZ #3124]
* descr.h (struct pthread): Add parent_cancelhandling.
* sysdeps/pthread/createthread.c (create_thread): Pass parent
cancelhandling value to child.
* pthread_create.c (start_thread): If parent thread was canceled
reset the SIGCANCEL mask.
* Makefile (tests): Add tst-cancel25.
* tst-cancel25.c: New file.

17 years ago* nscd/initgrcache.c (addinitgroupsX): Move any_success
Ulrich Drepper [Tue, 5 Sep 2006 15:33:13 +0000 (15:33 +0000)]
* nscd/initgrcache.c (addinitgroupsX): Move any_success

decl before first goto out.

17 years ago2006-03-04 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Tue, 5 Sep 2006 14:49:19 +0000 (14:49 +0000)]
2006-03-04  Jakub Jelinek  <jakub@redhat.com>

            Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/i386/lowlevellock.h
(LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END,
LLL_STUB_UNWIND_INFO_3, LLL_STUB_UNWIND_INFO_4): Define.
(lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock,
lll_robust_mutex_cond_lock, lll_mutex_timedlock,
lll_robust_mutex_timedlock, lll_mutex_unlock,
lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them.
Add _L_*_ symbols around the subsection.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Add unwind info.
* sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Likewise.

2006-03-03  Jakub Jelinek  <jakub@redhat.com>
            Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
(LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END,
LLL_STUB_UNWIND_INFO_5, LLL_STUB_UNWIND_INFO_6): Define.
(lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock,
lll_robust_mutex_cond_lock, lll_mutex_timedlock,
lll_robust_mutex_timedlock, lll_mutex_unlock,
lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them.
Add _L_*_ symbols around the subsection.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Add unwind info.
* sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise.

17 years ago* Makerules (shlib.lds): If have-hash-style, put .hash section
Ulrich Drepper [Tue, 5 Sep 2006 02:02:55 +0000 (02:02 +0000)]
* Makerules (shlib.lds): If have-hash-style, put .hash section

at the end of the RO segment.

2006-09-04  Ulrich Drepper  <drepper@redhat.com>

* elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
style hash table format is used.

2006-09-04  Jakub Jelinek  <jakub@redhat.com>

17 years ago* resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
Ulrich Drepper [Mon, 4 Sep 2006 18:00:58 +0000 (18:00 +0000)]
* resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after

randomization rather than before.
* resolv/res_init.c (res_randomid): Don't call gettimeofday here.

17 years ago* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add
Ulrich Drepper [Thu, 31 Aug 2006 17:16:11 +0000 (17:16 +0000)]
* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add

ld.so.

* malloc/malloc.c (_int_malloc): Use full list insert and not
shortcut which assumes the list is empty for large requests
too.

* elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".

17 years ago* pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): Respect
Ulrich Drepper [Wed, 30 Aug 2006 19:11:05 +0000 (19:11 +0000)]
* pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): Respect

reader preference.
* sysdeps/pthread/pthread_rwlock_timedwrlock.c
(pthread_rwlock_timedwrlock): Likewise.
* sysdeps/pthread/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock):
Likewise.

17 years ago* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
Ulrich Drepper [Wed, 30 Aug 2006 15:05:29 +0000 (15:05 +0000)]
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin

and offout arguments to the prototype.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
* sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.

17 years ago* elf/dl-load.c (_dl_init_paths): Expand DSTs.
Ulrich Drepper [Tue, 29 Aug 2006 01:44:27 +0000 (01:44 +0000)]
* elf/dl-load.c (_dl_init_paths): Expand DSTs.

17 years ago* elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
Ulrich Drepper [Mon, 28 Aug 2006 22:57:23 +0000 (22:57 +0000)]
* elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in

dlopen parameters.

17 years ago* inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
Ulrich Drepper [Mon, 28 Aug 2006 16:24:10 +0000 (16:24 +0000)]
* inet/getnameinfo.c (getnameinfo): For AF_INET, check errno

only if herrno is NETDB_INTERNAL.  Handle errors other than
ERANGE outside of the loops, handle TRY_AGAIN.

* locale/programs/ld-ctype.c (translit_flatten): Issue error
if other's ctype category was missing.
* locale/programs/ld-collate.c (collate_read): Return if
copy_locale's collate category is missing.

17 years ago[BZ #2684]
Ulrich Drepper [Mon, 28 Aug 2006 00:58:32 +0000 (00:58 +0000)]
[BZ #2684]

2006-08-27  Ulrich Drepper  <drepper@redhat.com>
[BZ #2684]
* malloc/malloc.c (public_rEALLOc): Try harder by using other
arenas if allocation failed.
Patch mostly by Jan Edler <jan.edler@indexengines.com>.

17 years ago* malloc/malloc.c (bin_at): Rewrite to be more clear and to not
Ulrich Drepper [Sun, 27 Aug 2006 04:38:05 +0000 (04:38 +0000)]
* malloc/malloc.c (bin_at): Rewrite to be more clear and to not

waste bins[0..1].
(malloc_state): Reduce bins size by 2.
(_int_malloc): Fix test for large enough buffer for early termination.
When no unsorted block matches perfectly and an exiting block has
to be split, use full list insert and not shortcut which assumes
the list is empty.

17 years ago* locale/programs/ld-ctype.c (ctype_read): Better patch for read
Ulrich Drepper [Sat, 26 Aug 2006 21:41:37 +0000 (21:41 +0000)]
* locale/programs/ld-ctype.c (ctype_read): Better patch for read

failure.

17 years ago* sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):
Ulrich Drepper [Fri, 25 Aug 2006 13:29:19 +0000 (13:29 +0000)]
* sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):

Only define ifdef SHARED.

17 years ago* locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
Ulrich Drepper [Fri, 25 Aug 2006 00:39:53 +0000 (00:39 +0000)]
* locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't

do anything.

17 years ago* sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
Ulrich Drepper [Thu, 24 Aug 2006 20:29:43 +0000 (20:29 +0000)]
* sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined

symbol require exact match (these are PLTs).
* sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
(_dl_ppc64_addr_sym_match): Likewise.

17 years ago[BZ #2683]
Ulrich Drepper [Thu, 24 Aug 2006 20:21:08 +0000 (20:21 +0000)]
[BZ #2683]

2006-08-24  Ulrich Drepper  <drepper@redhat.com>
[BZ #2683]
* elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
If symbol has a value use it.
* elf/tst-dladdr1.c: New file.
* elf/Makefile: Add rules to build and run tst-addr1.

17 years ago* malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
Ulrich Drepper [Thu, 24 Aug 2006 17:30:37 +0000 (17:30 +0000)]
* malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP

keeps failing and heap growth or new heap creation isn't
successful either.
* malloc/tst-malloc.c (main): Add new tests.

17 years ago[BZ #2734]
Ulrich Drepper [Thu, 24 Aug 2006 07:09:54 +0000 (07:09 +0000)]
[BZ #2734]

2006-08-24  Ulrich Drepper  <drepper@redhat.com>
[BZ #2734]
* sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
as in the x86-64 code to use bswap.

17 years ago[BZ #2680]
Ulrich Drepper [Thu, 24 Aug 2006 06:50:32 +0000 (06:50 +0000)]
[BZ #2680]

17 years ago* posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
Ulrich Drepper [Thu, 24 Aug 2006 06:48:22 +0000 (06:48 +0000)]
* posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not

__USE_UNIX98.
* posix/bits/unistd.h: Likewise.

17 years ago* allocatestack.c (queue_stack): Move freeing of surplus stacks to...
Ulrich Drepper [Wed, 23 Aug 2006 17:47:19 +0000 (17:47 +0000)]
* allocatestack.c (queue_stack): Move freeing of surplus stacks to...

(free_stacks): ...here.
(__free_stack_cache): New function.
* pthreadP.h: Declare __free_stack_cache.
* sysdeps/pthread/pthread-functions.h (pthread_functions): Add
ptr_freeres.
* init.c (pthread_functions): Initialize ptr_freeres.
* sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libptread):
New freeres function.

17 years ago* locales/nn_NO: Copy more categories from nb_NO.
Ulrich Drepper [Tue, 22 Aug 2006 17:06:51 +0000 (17:06 +0000)]
* locales/nn_NO: Copy more categories from nb_NO.

17 years ago[BZ #2751]
Ulrich Drepper [Tue, 22 Aug 2006 06:47:33 +0000 (06:47 +0000)]
[BZ #2751]

2006-05-15  Mike Frysinger  <vapier@gentoo.org>
[BZ #2751]
* string/strchr.c: Add cast to avoid warning.

17 years agoplatforms define as 512K. For 64-bit platforms as 32MB. The lower
Ulrich Drepper [Tue, 22 Aug 2006 06:42:35 +0000 (06:42 +0000)]
platforms define as 512K.  For 64-bit platforms as 32MB.  The lower

17 years ago* malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
Ulrich Drepper [Tue, 22 Aug 2006 06:19:12 +0000 (06:19 +0000)]
* malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit

platforms define as 1MB.  For 64-bit platforms as 32MB.  The lower
limit is needed to avoid the exploding of the address space
requirement for secondary heaps.
* malloc/arena.c (HEAP_MAX_SIZE): Define using
DEFAULT_MMAP_THRESHOLD_MAX if it is defined.

17 years ago[BZ #3018]
Ulrich Drepper [Mon, 21 Aug 2006 21:06:35 +0000 (21:06 +0000)]
[BZ #3018]

2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
[BZ #3018]
* Makerules (depfiles): Handle extra-test-objs the same as
extra-objs.
(common-mostlyclean): Likewise.
* dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
instead.
* elf/Makefile (extra-objs): Likewise.
* stdlib/Makefile (extra-objs): Likewise.

17 years ago[BZ #3044]
Ulrich Drepper [Mon, 21 Aug 2006 20:03:52 +0000 (20:03 +0000)]
[BZ #3044]

2006-08-14  Eric Blake
<ebb9@byu.net>

[BZ #3044]
* misc/error.h: Assume C89 or better.
* misc/error.c: Likewise.

17 years ago[BZ #3040]
Ulrich Drepper [Mon, 21 Aug 2006 19:44:56 +0000 (19:44 +0000)]
[BZ #3040]

2006-08-21  Ulrich Drepper  <drepper@redhat.com>
[BZ #3040]
* sysdeps/unix/sysv/linux/openat.c: Fix compilation if
__ASSUME_ATFCTS is defined.

17 years ago* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
Ulrich Drepper [Sun, 20 Aug 2006 19:37:08 +0000 (19:37 +0000)]
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define

_XOPEN_REALTIME_THREADS.

17 years ago* malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
Ulrich Drepper [Sat, 19 Aug 2006 22:34:27 +0000 (22:34 +0000)]
* malloc/malloc.c (_int_malloc): Limit number of unsorted blocks

to sort in each call.

17 years ago* nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
Ulrich Drepper [Sat, 19 Aug 2006 18:37:10 +0000 (18:37 +0000)]
* nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map

is empty simply return and use next service.
* nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.

17 years ago* locale/programs/charmap.c (charmap_read): Add new parameter. It
Ulrich Drepper [Sat, 19 Aug 2006 17:54:05 +0000 (17:54 +0000)]
* locale/programs/charmap.c (charmap_read): Add new parameter.  It

tells us when not finding a charmap file is an error.
* locale/programs/charmap.h: Adjust charmap_read prototype.
* iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
cannot find a charmap.
* locale/programs/localedef.c (main): Adjust charmap_read call.

17 years ago[BZ #3034]
Ulrich Drepper [Sat, 19 Aug 2006 15:46:08 +0000 (15:46 +0000)]
[BZ #3034]

2006-08-19  Ulrich Drepper  <drepper@redhat.com>
[BZ #3034]
* locales/ml_IN (abmon): Fix June entry.
* locales/bn_IN: (abday): Fix Tuesday entry.
(day): Likewise.
(abmon): Fix January and February entries.
(mon): Likewise.
Patches by Mayank Jain <majain@redhat.com>.

17 years ago* sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use
Ulrich Drepper [Tue, 15 Aug 2006 13:41:04 +0000 (13:41 +0000)]
* sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use

HAVE_CLOCK_GETRES_VSYSCALL as guard macro rather than
HAVE_CLOCK_GETTIME_VSYSCALL.
(maybe_syscall_settime_cpu): Use plain INTERNAL_VSYSCALL here.

17 years ago* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
Ulrich Drepper [Tue, 15 Aug 2006 05:27:55 +0000 (05:27 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use

sysdeps/posix/pause.c implementation instead.

2006-08-09  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
to EPERM.

17 years ago* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
Ulrich Drepper [Mon, 14 Aug 2006 23:11:18 +0000 (23:11 +0000)]
* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):

Don't clobber caller's LRSAVE.
(_dl_prof_resolve): Likewise.

17 years ago[BZ #1996]
Ulrich Drepper [Mon, 14 Aug 2006 22:16:14 +0000 (22:16 +0000)]
[BZ #1996]

2006-08-14  Ulrich Drepper  <drepper@redhat.com>
[BZ #1996]
* libio/memstream.c (open_memstream): Allocate initial buffer with
calloc.
* libio/wmemstream.c (open_wmemstream): Likewise.
* libio/strops.c: Pretty printing.
(_IO_str_overflow): Clear uninitialized part of the new buffer.
(enlarge_userbuf): New function.
(_IO_str_seekoff): Call it if seek position is larger than current
buffer.
* libio/wstrops.c: Likewise.
* libio/vasprintf.c: Add comment as to why we do not have to use
calloc instead of malloc to allocate initial buffer.
* libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
* libio/bug-memstream1.c: New file.
* libio/bug-wmemstream1.c: New file.

17 years ago* libio/wstrops.c: Remove dead macro definitions and comments.
Ulrich Drepper [Mon, 14 Aug 2006 04:44:32 +0000 (04:44 +0000)]
* libio/wstrops.c: Remove dead macro definitions and comments.

* libio/strops.c: Likewise.

17 years ago[BZ #2764]
Ulrich Drepper [Mon, 14 Aug 2006 03:59:19 +0000 (03:59 +0000)]
[BZ #2764]

2006-08-13  Ulrich Drepper  <drepper@redhat.com>
[BZ #2764]
* login/utmpname.c (__utmpname): Remove unnecessary test.

17 years ago[BZ #935]
Ulrich Drepper [Sun, 13 Aug 2006 20:17:02 +0000 (20:17 +0000)]
[BZ #935]

2006-08-13  Ulrich Drepper  <drepper@redhat.com>
[BZ #935]
* SUPPORTED (SUPPORTED-LOCALES): Add fy_NL.
* locales/fy_NL: New file.

17 years ago[BZ #2832, BZ #2987]
Ulrich Drepper [Sun, 13 Aug 2006 08:21:10 +0000 (08:21 +0000)]
[BZ #2832, BZ #2987]

2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
[BZ #2832]
* math/gen-libm-test.pl (clean_up_number): Do not remove trailing
0s from integers.

2006-08-13  Ulrich Drepper  <drepper@redhat.com>

[BZ #2987]
* sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
for CPU clocks.
* sysdeps/unix/clock_settime.c: Add support for platform-specific
setting of CPU clocks.

17 years ago[BZ #3034]
Ulrich Drepper [Sun, 13 Aug 2006 06:38:52 +0000 (06:38 +0000)]
[BZ #3034]

17 years ago* locales/pa_IN (day): Fix spelling of Saturday.
Ulrich Drepper [Sun, 13 Aug 2006 05:57:40 +0000 (05:57 +0000)]
* locales/pa_IN (day): Fix spelling of Saturday.

* locales/or_IN (mon): Fix spelling of May.
* locales/ml_IN (day): Fix spelling of Sunday, Monday, Wednesday.
(abmon): Fix spelling of March to October.
(mon): Fix spelling of March, April, June, August to December.
Patches by Mayank Jain <majain@redhat.com>.

17 years ago[BZ #2843]
Ulrich Drepper [Sun, 13 Aug 2006 01:56:09 +0000 (01:56 +0000)]
[BZ #2843]

2006-08-12  Ulrich Drepper  <drepper@redhat.com>
[BZ #2843]
* pthread_join.c (pthread_join): Account for self being canceled
when checking for deadlocks.
* tst-join5.c: Cleanups.  Allow to be used in tst-join6.
(tf1): Don't print anything after pthread_join returns, this would be
another cancellation point.
(tf2): Likewise.
* tst-join6.c: New file.
* Makefile (tests): Add tst-join6.

17 years ago[BZ #2841]
Ulrich Drepper [Sat, 12 Aug 2006 21:23:54 +0000 (21:23 +0000)]
[BZ #2841]

2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
[BZ #2841]
* sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
since C99 requires the result to promote to 'int' when uint_least8_t
and uint_least16_t promote to 'int'.

17 years ago[BZ #3013]
Ulrich Drepper [Sat, 12 Aug 2006 20:19:55 +0000 (20:19 +0000)]
[BZ #3013]

* locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
lenght of one output field, correct bitmask creation.
* locale/programs/ld-time.c: Add alignment.

17 years ago[BZ #2997]
Ulrich Drepper [Sat, 12 Aug 2006 17:58:16 +0000 (17:58 +0000)]
[BZ #2997]

2006-08-12  Ulrich Drepper  <drepper@redhat.com>
[BZ #2997]
* misc/error.c: Add space between program name and message if file
name is missing.

17 years ago[BZ #2998]
Ulrich Drepper [Sat, 12 Aug 2006 17:49:50 +0000 (17:49 +0000)]
[BZ #2998]

2006-08-03  Eric Blake
<ebb9@byu.net>

[BZ #2998]
* misc/error.c (error_tail) [_LIBC]: Avoid invalid free.