]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
20 years ago2005-06-14 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:59:20 +0000 (01:59 +0000)] 
2005-06-14  Ulrich Drepper  <drepper@redhat.com>

[BZ #1087]
* include/string.h: Use libc_hidden_proto for strnlen.
* sysdeps/generic/strnlen.c: Add libc_hidden_def.

20 years ago2005-03-29 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:59:05 +0000 (01:59 +0000)] 
2005-03-29  Jakub Jelinek  <jakub@redhat.com>

[BZ #1087]
* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
avoid calling mbsrtowcs twice.

20 years ago2005-02-27 Denis Barbier <barbier@debian.org>
Roland McGrath [Mon, 18 Jul 2005 01:50:59 +0000 (01:50 +0000)] 
2005-02-27  Denis Barbier  <barbier@debian.org>

[BZ #38]
* locales/sr_CS: New file.
Contributed by Danilo Segan <dsegan@gmx.net>
* SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.

20 years ago2005-02-27 Denis Barbier <barbier@debian.org>
Roland McGrath [Mon, 18 Jul 2005 01:47:31 +0000 (01:47 +0000)] 
2005-02-27  Denis Barbier  <barbier@debian.org>

[BZ #549]
* locale/iso-4217.def: Add CSD currency.

20 years ago2005-05-23 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:43:34 +0000 (01:43 +0000)] 
2005-05-23  Ulrich Drepper  <drepper@redhat.com>

[BZ #1086]
* sunrpc/pm_getport.c (__get_socket): New function.
(pmap_getport): Use it to open a non-reserved socket to the portmapper
for TCP.
* include/rpc/pmap_clnt.h (__get_socket): Declare.
* sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
non-reserved socket for the portmapper.
Based on a patch by Steve Dickson <steved@redhat.com>.

20 years ago2005-05-23 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:43:31 +0000 (01:43 +0000)] 
2005-05-23  Ulrich Drepper  <drepper@redhat.com>

[BZ #1086]
* sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
implementations are broken and don't accept ports < 512.
[BZ #1086]
* sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
If we tried looking at the usual range without success extend the
range to even lower ports.

20 years ago2005-05-22 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Mon, 18 Jul 2005 01:42:48 +0000 (01:42 +0000)] 
2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>

[BZ #961]
* io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
declarations.

20 years ago2005-06-14 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:38:55 +0000 (01:38 +0000)] 
2005-06-14  Ulrich Drepper  <drepper@redhat.com>

[BZ #1085]
* configure.in: Add test for availability of libaudit.
* config.h.in: Define HAVE_LIBAUDIT.
* config.make.in: Define have-libaudit.
* nscd/Makefile: If libaudit is available, link nscd with it.
* nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
Patch by Steve Grubb <sgrubb@redhat.com>.

20 years ago2005-04-28 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:36:26 +0000 (01:36 +0000)] 
2005-04-28  Jakub Jelinek  <jakub@redhat.com>

[BZ #1084]
* SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #1084]
* SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.

20 years ago2005-04-29 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:31:47 +0000 (01:31 +0000)] 
2005-04-29  Jakub Jelinek  <jakub@redhat.com>

[BZ #1083]
* sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
call ftruncate if offset is bigger than current size.  Make sure
the file is offset + len bytes long if that is more than current size.
Don't overwrite previous content of the file.
* sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
Likewise.

20 years ago2005-06-14 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:31:44 +0000 (01:31 +0000)] 
2005-06-14  Ulrich Drepper  <drepper@redhat.com>

[BZ #1083]
* sysdeps/posix/posix_fallocate64.c: Use __libc_pread64 instead of
__pread64.
2005-04-29  Jakub Jelinek  <jakub@redhat.com>

[BZ #1083]
* sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
call ftruncate if offset is bigger than current size.  Make sure
the file is offset + len bytes long if that is more than current size.
Don't overwrite previous content of the file.
* sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
Likewise.

20 years ago2005-04-04 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:24:57 +0000 (01:24 +0000)] 
2005-04-04  Jakub Jelinek  <jakub@redhat.com>

[BZ #1082]
* sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
of trying to encode uninitialized arglen.

20 years ago2005-04-26 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:22:18 +0000 (01:22 +0000)] 
2005-04-26  Jakub Jelinek  <jakub@redhat.com>

[BZ #1081]
* elf/dl-close.c: Include stddef.h.
(_dl_close): If called recursively, just remember GC needs to be rerun
and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
decreased to 1.  Rerun GC at the end if any destructor unloaded some
additional libraries.
* elf/Makefile: Add rules to build and run unload6 test.
* elf/unload6.c: New test.
* elf/unload6mod1.c: New file.
* elf/unload6mod2.c: New file.
* elf/unload6mod3.c: New file.

20 years ago2005-07-15 Andreas Jaeger <aj@suse.de>
Roland McGrath [Mon, 18 Jul 2005 01:15:31 +0000 (01:15 +0000)] 
2005-07-15  Andreas Jaeger  <aj@suse.de>

[BZ #1079]
* include/stdlib.h: Remove malloc attribute from __posix_memalign.
* stdlib/stdlib.h: Likewise.

20 years ago.
Roland McGrath [Wed, 27 Apr 2005 09:50:16 +0000 (09:50 +0000)] 
.

20 years ago2005-04-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 27 Apr 2005 09:50:09 +0000 (09:50 +0000)] 
2005-04-27  Roland McGrath  <roland@redhat.com>

[BZ #877]
* posix/unistd.h: Remove __nonnull from acct decl.

20 years ago.
Roland McGrath [Fri, 15 Apr 2005 06:34:10 +0000 (06:34 +0000)] 
.

20 years ago2005-04-14 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 15 Apr 2005 06:33:59 +0000 (06:33 +0000)] 
2005-04-14  Roland McGrath  <roland@redhat.com>

* MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
(extract): Filter-out distinfo file name.
[BZ #253]
* MakeTAGS (text-srcs): Match %.bash.in files too.

20 years ago2005-04-14 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 15 Apr 2005 06:33:25 +0000 (06:33 +0000)] 
2005-04-14  Roland McGrath  <roland@redhat.com>

[BZ #253]
* nscd/Makefile (all-nscd-modules): New variable, include selinux
module regardless of configuration.
(distribute): Use that instead of $(nscd-modules).

20 years ago2005-04-14 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 15 Apr 2005 06:33:21 +0000 (06:33 +0000)] 
2005-04-14  Roland McGrath  <roland@redhat.com>

[BZ #253]
* po/libc.pot: Regenerated.

20 years ago.
Roland McGrath [Fri, 15 Apr 2005 05:46:50 +0000 (05:46 +0000)] 
.

20 years ago2005-04-14 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Fri, 15 Apr 2005 05:46:43 +0000 (05:46 +0000)] 
2005-04-14  Ulrich Drepper  <drepper@redhat.com>

[BZ #851]
* posix/execvp.c (execvp): Use file name including path when
trying to run it with shell.
* posix/Makefile: Add rules to build and run tst-execvp3.
* posix/tst-execvp3.c: New file.

20 years agoadd new add-ons
Roland McGrath [Fri, 8 Apr 2005 05:05:11 +0000 (05:05 +0000)] 
add new add-ons

20 years ago.
Roland McGrath [Fri, 8 Apr 2005 05:02:54 +0000 (05:02 +0000)] 
.

20 years ago2005-04-07 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 8 Apr 2005 05:02:48 +0000 (05:02 +0000)] 
2005-04-07  Roland McGrath  <roland@redhat.com>

* po/libc.pot: Regenerated.

20 years agoCosmetic regeneration. cvs/glibc-2_3_5 glibc-2.3.5
Roland McGrath [Thu, 7 Apr 2005 01:38:48 +0000 (01:38 +0000)] 
Cosmetic regeneration.

20 years ago.
Roland McGrath [Wed, 6 Apr 2005 03:44:01 +0000 (03:44 +0000)] 
.

20 years ago2005-03-20 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Wed, 6 Apr 2005 03:41:40 +0000 (03:41 +0000)] 
2005-03-20  Alfred M. Szmidt  <ams@gnu.org>

* elf/dl-open.c (dl_open_worker): Fix typo.

20 years ago.
Roland McGrath [Wed, 6 Apr 2005 02:59:30 +0000 (02:59 +0000)] 
.

20 years ago2005-04-05 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:59:17 +0000 (02:59 +0000)] 
2005-04-05  Roland McGrath  <roland@redhat.com>

* NEWS, version.h (VERSION): 2.3.5.
* README.template: Note incompatibility with GCC 4.
* README: Regenerated.

20 years ago2005-03-08 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:51:35 +0000 (02:51 +0000)] 
2005-03-08  Jakub Jelinek  <jakub@redhat.com>

[BZ #821]
* elf/Makefile: Add rules to build and run unload4 test.
* elf/unload4.c: New file.
* elf/unload4mod1.c: New file.
* elf/unload4mod2.c: New file.
* elf/unload4mod3.c: New file.
* elf/unload4mod4.c: New file.

20 years ago2005-03-08 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:51:32 +0000 (02:51 +0000)] 
2005-03-08  Jakub Jelinek  <jakub@redhat.com>

[BZ #821]
* elf/Makefile: Add rules to build and run unload5 test.
* elf/unload5.c: New file.

20 years ago2005-03-19 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:51:22 +0000 (02:51 +0000)] 
2005-03-19  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* elf/Makefile: Add rules to build and run order2.
* elf/order2.c: New file.
* elf/order2mod1.c: New file.
* elf/order2mod2.c: New file.
* elf/order2mod3.c: New file.
* elf/order2mod4.c: New file.

20 years ago2005-03-18 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:50:21 +0000 (02:50 +0000)] 
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
function _dl_sort_fini.
(_dl_sort_fini): New function.
* sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
* elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
destructors to call them in the right order.

20 years ago2005-03-05 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:50:16 +0000 (02:50 +0000)] 
2005-03-05  Roland McGrath  <roland@redhat.com>

[BZ #821]
* elf/unload3mod4.c: Declare foo.
* elf/testobj2.c: Include <stdio.h>.

20 years ago2005-03-18 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:50:11 +0000 (02:50 +0000)] 
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
Change type of l_idx to int.
* elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
determine whether a DSO has to be unloaded.  Instead compute this
in this function.
* elf/dl-deps.c: No need to manipulate l_opencount anymore.
* elf/dl-lookup.c: Likewise.
* elf/rtld.c: Likewise
* elf/dl-open.c: Likewise.  Use l_init_called to determine whether
object was just loaded.
* elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
* elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
is about to be unloaded as a match.
(_dl_map_object): Likewise.
* elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
to be unloaded.
* elf/circleload1.c: Don't use l_opencount anymore.
* elf/neededtest.c: Likewise.
* elf/neededtest2.c: Likewise.
* elf/neededtest3.c: Likewise.
* elf/neededtest4.c: Likewise.
* elf/unload.c: Likewise.
* elf/unload2.c: Likewise.
* elf/loadtest.c: Likewise.

20 years ago2005-03-19 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:50:03 +0000 (02:50 +0000)] 
2005-03-19  Jakub Jelinek  <jakub@redhat.com>

[BZ #821]
* elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
it has been incremented before.
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
Change type of l_idx to int.
* elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
determine whether a DSO has to be unloaded.  Instead compute this
in this function.
* elf/dl-deps.c: No need to manipulate l_opencount anymore.
* elf/dl-lookup.c: Likewise.
* elf/rtld.c: Likewise
* elf/dl-open.c: Likewise.  Use l_init_called to determine whether
object was just loaded.
* elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
* elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
is about to be unloaded as a match.
(_dl_map_object): Likewise.
* elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
to be unloaded.
* elf/circleload1.c: Don't use l_opencount anymore.
* elf/neededtest.c: Likewise.
* elf/neededtest2.c: Likewise.
* elf/neededtest3.c: Likewise.
* elf/neededtest4.c: Likewise.
* elf/unload.c: Likewise.
* elf/unload2.c: Likewise.
* elf/loadtest.c: Likewise.

20 years ago2005-03-18 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:49:59 +0000 (02:49 +0000)] 
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
function _dl_sort_fini.
(_dl_sort_fini): New function.
* sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
* elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
destructors to call them in the right order.
[BZ #821]
* include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
Change type of l_idx to int.
* elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
determine whether a DSO has to be unloaded.  Instead compute this
in this function.
* elf/dl-deps.c: No need to manipulate l_opencount anymore.
* elf/dl-lookup.c: Likewise.
* elf/rtld.c: Likewise
* elf/dl-open.c: Likewise.  Use l_init_called to determine whether
object was just loaded.
* elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
* elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
is about to be unloaded as a match.
(_dl_map_object): Likewise.
* elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
to be unloaded.
* elf/circleload1.c: Don't use l_opencount anymore.
* elf/neededtest.c: Likewise.
* elf/neededtest2.c: Likewise.
* elf/neededtest3.c: Likewise.
* elf/neededtest4.c: Likewise.
* elf/unload.c: Likewise.
* elf/unload2.c: Likewise.
* elf/loadtest.c: Likewise.

20 years ago2005-03-19 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:49:55 +0000 (02:49 +0000)] 
2005-03-19  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* elf/Makefile: Add rules to build and run order2.
* elf/order2.c: New file.
* elf/order2mod1.c: New file.
* elf/order2mod2.c: New file.
* elf/order2mod3.c: New file.
* elf/order2mod4.c: New file.
2005-03-08  Jakub Jelinek  <jakub@redhat.com>

[BZ #821]
* elf/Makefile: Add rules to build and run unload5 test.
* elf/unload5.c: New file.
[BZ #821]
* elf/Makefile: Add rules to build and run unload4 test.
* elf/unload4.c: New file.
* elf/unload4mod1.c: New file.
* elf/unload4mod2.c: New file.
* elf/unload4mod3.c: New file.
* elf/unload4mod4.c: New file.

20 years ago2005-03-18 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:49:51 +0000 (02:49 +0000)] 
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
Change type of l_idx to int.
* elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
determine whether a DSO has to be unloaded.  Instead compute this
in this function.
* elf/dl-deps.c: No need to manipulate l_opencount anymore.
* elf/dl-lookup.c: Likewise.
* elf/rtld.c: Likewise
* elf/dl-open.c: Likewise.  Use l_init_called to determine whether
object was just loaded.
* elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
* elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
is about to be unloaded as a match.
(_dl_map_object): Likewise.
* elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
to be unloaded.
* elf/circleload1.c: Don't use l_opencount anymore.
* elf/neededtest.c: Likewise.
* elf/neededtest2.c: Likewise.
* elf/neededtest3.c: Likewise.
* elf/neededtest4.c: Likewise.
* elf/unload.c: Likewise.
* elf/unload2.c: Likewise.
* elf/loadtest.c: Likewise.
[BZ #821]
* elf/rtld.c: Preloading errors are now never fatal.

20 years ago2005-03-19 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:49:48 +0000 (02:49 +0000)] 
2005-03-19  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* elf/dl-lookup.c (add_dependency): Always search l_initfini if
the list exists.
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
Change type of l_idx to int.
* elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
determine whether a DSO has to be unloaded.  Instead compute this
in this function.
* elf/dl-deps.c: No need to manipulate l_opencount anymore.
* elf/dl-lookup.c: Likewise.
* elf/rtld.c: Likewise
* elf/dl-open.c: Likewise.  Use l_init_called to determine whether
object was just loaded.
* elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
* elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
is about to be unloaded as a match.
(_dl_map_object): Likewise.
* elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
to be unloaded.
* elf/circleload1.c: Don't use l_opencount anymore.
* elf/neededtest.c: Likewise.
* elf/neededtest2.c: Likewise.
* elf/neededtest3.c: Likewise.
* elf/neededtest4.c: Likewise.
* elf/unload.c: Likewise.
* elf/unload2.c: Likewise.
* elf/loadtest.c: Likewise.

20 years ago2005-04-05 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 02:16:14 +0000 (02:16 +0000)] 
2005-04-05  Roland McGrath  <roland@redhat.com>

* Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
are up to date in srcdir.  Touch all configure scripts after export.

20 years ago.
Roland McGrath [Wed, 6 Apr 2005 01:43:41 +0000 (01:43 +0000)] 
.

20 years ago2005-03-03 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 01:42:58 +0000 (01:42 +0000)] 
2005-03-03  Jakub Jelinek  <jakub@redhat.com>

[BZ #821]
* elf/Makefile: Add rules to build and run unload3 test.
* elf/unload3.c: New test.
* elf/unload3mod1.c: New file.
* elf/unload3mod2.c: New file.
* elf/unload3mod3.c: New file.
* elf/unload3mod4.c: New file.

20 years ago2005-03-03 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 01:42:55 +0000 (01:42 +0000)] 
2005-03-03  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
loader is closed.  Fixes unload3.
* elf/tst-global1.c: New file.
* elf/Makefile (tests): Add tst-global1.
* elf/testobj2.c (p): New function.
2005-03-03  Jakub Jelinek  <jakub@redhat.com>

[BZ #821]
* elf/Makefile: Add rules to build and run unload3 test.
* elf/unload3.c: New test.
* elf/unload3mod1.c: New file.
* elf/unload3mod2.c: New file.
* elf/unload3mod3.c: New file.
* elf/unload3mod4.c: New file.

20 years ago2005-03-03 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 01:42:52 +0000 (01:42 +0000)] 
2005-03-03  Ulrich Drepper  <drepper@redhat.com>

[BZ #821]
* elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
loader is closed.  Fixes unload3.
* elf/tst-global1.c: New file.
* elf/Makefile (tests): Add tst-global1.
* elf/testobj2.c (p): New function.

20 years ago2005-04-04 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 01:20:45 +0000 (01:20 +0000)] 
2005-04-04  Ulrich Drepper  <drepper@redhat.com>

[BZ #825]
* timezone/scheck.c: Update from tzcode2005h.
* timezone/tzfile.h: Likewise.
* timezone/zdump.c: Likewise.
* timezone/zic.c: Likewise.

20 years ago2005-04-04 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 01:20:40 +0000 (01:20 +0000)] 
2005-04-04  Ulrich Drepper  <drepper@redhat.com>

[BZ #825]
* timezone/antarctica: Update from tzdata2005h.
* timezone/asia: Likewise.
* timezone/australasia: Likewise.
* timezone/etcetera: Likewise.
* timezone/europe: Likewise.
* timezone/northamerica: Likewise.
* timezone/southamerica: Likewise.
* timezone/leapseconds: Likewise.
* timezone/iso3166.tab: Likewise.

20 years ago2005-03-21 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 00:50:27 +0000 (00:50 +0000)] 
2005-03-21  Jakub Jelinek  <jakub@redhat.com>

[BZ #823]
* charmaps/WINDOWS-31J: Add % before alias keyword.

20 years ago2005-03-23 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 6 Apr 2005 00:45:18 +0000 (00:45 +0000)] 
2005-03-23  Jakub Jelinek  <jakub@redhat.com>

[BZ #822]
* nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
(ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.

20 years ago2005-03-01 H.J. Lu <hongjiu.lu@intel.com>
Roland McGrath [Wed, 6 Apr 2005 00:37:52 +0000 (00:37 +0000)] 
2005-03-01  H.J. Lu  <hongjiu.lu@intel.com>

[BZ #776]
* iconv/iconvconfig.c: Fix comment for the output file.
(write_output): Clear padding in header.

20 years agoMerge newer ia64 libm updates from trunk. [BZ #592]
Roland McGrath [Wed, 6 Apr 2005 00:30:59 +0000 (00:30 +0000)] 
Merge newer ia64 libm updates from trunk.  [BZ #592]

20 years ago.
Roland McGrath [Tue, 29 Mar 2005 23:40:55 +0000 (23:40 +0000)] 
.

20 years ago2005-03-29 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Tue, 29 Mar 2005 23:40:49 +0000 (23:40 +0000)] 
2005-03-29  Thorsten Kukuk  <kukuk@suse.de>

[BZ #661]
* grp/initgroups.c (internal_getgrouplist): Check if we have
enough space before adding the primary group to the list.

20 years ago.
Roland McGrath [Tue, 29 Mar 2005 23:28:10 +0000 (23:28 +0000)] 
.

20 years ago2005-03-29 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Tue, 29 Mar 2005 23:28:06 +0000 (23:28 +0000)] 
2005-03-29  Thorsten Kukuk  <kukuk@suse.de>

* posix/tst-execle1.c (do_test): Fix execle arguments.
* posix/tst-execle2.c (do_test): Likewise.

20 years ago.
Roland McGrath [Sun, 13 Mar 2005 03:53:26 +0000 (03:53 +0000)] 
.

20 years ago2005-02-07 Richard Henderson <rth@redhat.com>
Roland McGrath [Sun, 13 Mar 2005 03:53:16 +0000 (03:53 +0000)] 
2005-02-07  Richard Henderson  <rth@redhat.com>

[BZ #787]
* sysdeps/pthread/pthread.h (__sigsetjmp): Use pointer as first
argument.

20 years ago.
Roland McGrath [Mon, 7 Mar 2005 22:46:33 +0000 (22:46 +0000)] 
.

20 years ago2005-03-01 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Mon, 7 Mar 2005 22:46:24 +0000 (22:46 +0000)] 
2005-03-01  Alfred M. Szmidt  <ams@gnu.org>

[BZ #777]
* malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
USE_TLS && !USE___THREAD].

20 years ago2005-03-01 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Mon, 7 Mar 2005 22:46:21 +0000 (22:46 +0000)] 
2005-03-01  Alfred M. Szmidt  <ams@gnu.org>

[BZ #777]
* elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
Add missing initializer.

20 years ago.
Roland McGrath [Tue, 1 Mar 2005 20:58:04 +0000 (20:58 +0000)] 
.

20 years ago2005-02-02 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Tue, 1 Mar 2005 20:57:17 +0000 (20:57 +0000)] 
2005-02-02  Alfred M. Szmidt  <ams@gnu.org>

[BZ #765]
* libio/fmemopen.c: Include <stdint.h>.

20 years ago.
Roland McGrath [Sat, 26 Feb 2005 01:38:54 +0000 (01:38 +0000)] 
.

20 years ago2005-02-25 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 26 Feb 2005 01:38:45 +0000 (01:38 +0000)] 
2005-02-25  Roland McGrath  <roland@redhat.com>

* alloca_cutoff.c: Correct license text.
* tst-unload.c: Likewise.
* sysdeps/pthread/allocalim.h: Likewise.
* sysdeps/pthread/pt-initfini.c: Likewise.
* sysdeps/pthread/bits/libc-lock.h: Likewise.
* sysdeps/pthread/bits/sigthread.h: Likewise.
* sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise.
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.

20 years ago2005-02-22 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Sat, 26 Feb 2005 01:24:11 +0000 (01:24 +0000)] 
2005-02-22  Jakub Jelinek  <jakub@redhat.com>

[BZ #769]
* nscd/nscd-client.h: Include sys/uio.h.
(__readall, __readvall, writeall): New prototypes.
* nscd/connections.c (writeall): New function.
(handle_request): Use it.
* nscd/aicache.c (addhstaiX): Likewise.
* nscd/initgrcache.c (addinitgroupsX): Likewise.
* nscd/hstcache.c (cache_addhst): Likewise.
* nscd/grpcache.c (cache_addgr): Likewise.
* nscd/pwdcache.c (cache_addpw): Likewise.
* nscd/nscd_helper.c (__readall, __readvall): New functions.
* nscd/nscd_getai.c (__nscd_getai): Use them.
* nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
* nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
* nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
* nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.

20 years ago.
Roland McGrath [Sat, 26 Feb 2005 01:19:11 +0000 (01:19 +0000)] 
.

20 years ago2005-02-21 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Sat, 26 Feb 2005 01:19:05 +0000 (01:19 +0000)] 
2005-02-21  Jakub Jelinek  <jakub@redhat.com>

[BZ #768]
* nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
NETDB_INTERNAL if buffer is too small.

20 years ago2005-02-21 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Sat, 26 Feb 2005 01:19:02 +0000 (01:19 +0000)] 
2005-02-21  Jakub Jelinek  <jakub@redhat.com>

[BZ #768]
* nscd/hstcache.c (INCR): Remove.
(addhstbyX): Double buflen in each iteration rather than add INCR.
* nscd/grpcache.c: Likewise.
* nscd/pwdcache.c: Likewise.

20 years ago.
Roland McGrath [Sat, 26 Feb 2005 01:10:46 +0000 (01:10 +0000)] 
.

20 years ago2005-02-21 Alan Modra <amodra@bigpond.net.au>
Roland McGrath [Sat, 26 Feb 2005 01:09:47 +0000 (01:09 +0000)] 
2005-02-21  Alan Modra <amodra@bigpond.net.au>

[BZ #719]
* elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
array index is within bounds.
2005-02-21  Ulrich Drepper  <drepper@redhat.com>

[BZ #719]
* elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
THREAD_DTV multiple times, this minimally reduces code size on
some archs.

20 years ago2005-02-22 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Sat, 26 Feb 2005 01:09:44 +0000 (01:09 +0000)] 
2005-02-22  Ulrich Drepper  <drepper@redhat.com>

[BZ #719]
* sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
slotinfo array.
(__libc_setup_tls): Initialize length of DTV based on array length.
* elf/dl-load.c: Revert last change.
* sysdeps/generic/dl-tls.c: Revert last change.

20 years ago.
Roland McGrath [Sat, 26 Feb 2005 01:02:33 +0000 (01:02 +0000)] 
.

20 years ago2005-02-22 Andreas Schwab <schwab@suse.de>
Roland McGrath [Sat, 26 Feb 2005 01:02:17 +0000 (01:02 +0000)] 
2005-02-22  Andreas Schwab  <schwab@suse.de>

* posix/execvp.c (execvp): Fix invalid free.

20 years ago2005-02-22 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Sat, 26 Feb 2005 01:02:11 +0000 (01:02 +0000)] 
2005-02-22  Ulrich Drepper  <drepper@redhat.com>

* posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
* posix/tst-execl1.c: New file.
* posix/tst-execl2.c: New file.
* posix/tst-execle1.c: New file.
* posix/tst-execle2.c: New file.
* posix/tst-execlp1.c: New file.
* posix/tst-execlp2.c: New file.
* posix/tst-execv1.c: New file.
* posix/tst-execv2.c: New file.
* posix/tst-execve1.c: New file.
* posix/tst-execve2.c: New file.
* posix/tst-execvp1.c: New file.
* posix/tst-execvp2.c: New file.

20 years ago.
Roland McGrath [Sat, 26 Feb 2005 00:59:36 +0000 (00:59 +0000)] 
.

20 years ago2005-02-21 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Sat, 26 Feb 2005 00:59:08 +0000 (00:59 +0000)] 
2005-02-21  Ulrich Drepper  <drepper@redhat.com>

[BZ #767]
* posix/unistd.h: symlink and readlink are unconditionally
available in the 2001 spec.

20 years agotypos
Roland McGrath [Wed, 23 Feb 2005 22:27:57 +0000 (22:27 +0000)] 
typos

20 years agoFix typo.
Andreas Schwab [Tue, 22 Feb 2005 13:07:17 +0000 (13:07 +0000)] 
Fix typo.

20 years ago. cvs/fedora-glibc-2_3-20050218T0151
Roland McGrath [Fri, 18 Feb 2005 00:09:25 +0000 (00:09 +0000)] 
.

20 years ago2004-07-23 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Fri, 18 Feb 2005 00:08:56 +0000 (00:08 +0000)] 
2004-07-23  Jakub Jelinek  <jakub@redhat.com>

[BZ #284]
* include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.

20 years ago2005-02-11 Barry deFrese <bddebian@comcast.net>
Roland McGrath [Fri, 18 Feb 2005 00:08:17 +0000 (00:08 +0000)] 
2005-02-11  Barry deFrese  <bddebian@comcast.net>

[BZ #722]
* sysdeps/mach/hurd/setresgid.c: Use weak_alias.
* sysdeps/mach/hurd/setresuid.c: Likewise.

20 years ago. cvs/fedora-glibc-2_3-20050216T1256
Roland McGrath [Wed, 16 Feb 2005 11:36:23 +0000 (11:36 +0000)] 
.

20 years ago2005-01-21 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:31:27 +0000 (11:31 +0000)] 
2005-01-21  Jakub Jelinek  <jakub@redhat.com>

[BZ #735]
* elf/Makefile: Add rules to build and run tst-align2.
* elf/tst-align2.c: New test.
* elf/tst-alignmod2.c: New file.
* sysdeps/powerpc/tst-stack-align.h: New file.
* sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
pointer before calling _dl_init.
* sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.

20 years ago2005-01-25 Andreas Schwab <schwab@suse.de>
Roland McGrath [Wed, 16 Feb 2005 11:30:35 +0000 (11:30 +0000)] 
2005-01-25  Andreas Schwab  <schwab@suse.de>

[BZ #736]
* timezone/asia: Update from tzdata2005c.
* timezone/backward: Likewise.
* timezone/europe: Likewise.
* timezone/leapseconds: Likewise.
* timezone/northamerica: Likewise.
* timezone/southamerica: Likewise.

20 years ago2005-02-07 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:29:47 +0000 (11:29 +0000)] 
2005-02-07  Jakub Jelinek  <jakub@redhat.com>

[BZ #741]
* nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
__nss_not_use_nscd_hosts and return -1.
* nscd/nscd_initgroups.c (__nscd_getgrouplist): If
initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
Avoid leaking sockets.

20 years ago2005-02-07 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:29:42 +0000 (11:29 +0000)] 
2005-02-07  Jakub Jelinek  <jakub@redhat.com>

[BZ #741]
* nscd/nscd.c (termination_handler): Avoid segfault if some database
is not enabled.

20 years ago2005-02-09 Daniel Jacobowitz <dan@codesourcery.com>
Roland McGrath [Wed, 16 Feb 2005 11:27:25 +0000 (11:27 +0000)] 
2005-02-09  Daniel Jacobowitz  <dan@codesourcery.com>

[BZ #740]
* descr.h (__pthread_find_self, thread_self): Mark as pure
instead of const.

20 years ago2005-02-07 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:27:12 +0000 (11:27 +0000)] 
2005-02-07  Jakub Jelinek  <jakub@redhat.com>

[BZ #739]
* specific.c (pthread_key_delete): If pthread_create has not been
called yet, clear p_specific for the current thread.
* Makefile (tests): Add tst-tsd1.
* tst-tsd1.c: New test.

20 years ago.
Roland McGrath [Wed, 16 Feb 2005 11:24:06 +0000 (11:24 +0000)] 
.

20 years ago2005-02-09 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:23:58 +0000 (11:23 +0000)] 
2005-02-09  Jakub Jelinek  <jakub@redhat.com>

[BZ #710]
* stdlib/random_r.c (__initstate_r): Save old state.
* stdlib/Makefile (tests): Add tst-random2.
* stdlib/tst-random2.c: New test.
Reported by Peter Bergner <bergner@vnet.ibm.com>.

20 years ago.
Roland McGrath [Wed, 16 Feb 2005 11:22:44 +0000 (11:22 +0000)] 
.

20 years ago2005-02-07 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:20:29 +0000 (11:20 +0000)] 
2005-02-07  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-load.c (_dl_map_object_from_fd): Makre sure registers are
set correctly.

20 years ago2005-02-07 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:20:22 +0000 (11:20 +0000)] 
2005-02-07  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.

20 years ago.
Roland McGrath [Wed, 16 Feb 2005 11:19:12 +0000 (11:19 +0000)] 
.

20 years ago2005-01-07 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:18:39 +0000 (11:18 +0000)] 
2005-01-07  Jakub Jelinek  <jakub@redhat.com>

[BZ #738]
* elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
avoid writing to it if none of the standard search directories exist.

20 years ago2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
Roland McGrath [Wed, 16 Feb 2005 11:18:20 +0000 (11:18 +0000)] 
2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>

[BZ #700]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
(__novec_setcontext, __setcontext): Fix typo so CCR is restored.
Load MSR as a doubleword.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
(__novec_swapcontext, __swapcontext): Likewise.

20 years ago.
Roland McGrath [Wed, 16 Feb 2005 11:14:41 +0000 (11:14 +0000)] 
.

20 years ago2005-02-07 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Wed, 16 Feb 2005 11:14:30 +0000 (11:14 +0000)] 
2005-02-07  Jakub Jelinek  <jakub@redhat.com>

[BZ #742]
* nscd/nscd.init (reload): Print Reloading nscd: before and a newline
after the status string printed by killproc.

20 years ago.
Roland McGrath [Wed, 16 Feb 2005 11:12:14 +0000 (11:12 +0000)] 
.