1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-20 11:21:29 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Ulrich Drepper c0f62c5678 [BZ #77]
Update.
	Add support for namespaces in the dynamic linker.
	* dlfcn/Makefile (libdl-routines): Add dlmopen.
	* dlfcn/Versions [libdl, GLIBC_2.3.4]: Add dlmopen.
	* dlfcn/dlfcn.h: Define Lmid_t, LM_ID_BASE, and LM_ID_NEWLM.
	Declare dlmopen.  Document RTLD_DI_LMID.
	* dlfcn/dlinfo.c: Handle RTLD_DI_LMID.
	* dlfcn/dlmopen.c: New file.
	* dlfcn/dlopen.c: Pass new parameter to _dl_open.
	* dlfcn/dlopenold.c: Likewise.
	* elf/dl-addr.c: Adjust for removal of GL(dl_loaded).
	* elf/dl-caller.c: Likewise.
	* elf/dl-close.c: Likewise.
	* elf/dl-conflict.c: Likewise.
	* elf/dl-debug.c: Likewise.
	* elf/dl-lookup.c: Likewise.
	* elf/dl-sym.c: Likewise.
	* elf/dl-version.c: Likewise.
	* elf/do-lookup.h: Likewise.
	* elf/rtld.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
	* elf/dl-depsc: Likewise.  Add new parameter to _dl_map_object.
	* elf/dl-fini.c: Call destructors in all namespaces.
	* elf/dl-iteratephdr.c: Compute total nloaded.  Adjust for removal of
	GL(dl_loaded).
	* elf/dl-libc.c: Pass new parameter to _dl_open.  Adjust for removal
	of GL(dl_loaded).
	* elf/dl-load.c (_dl_map_object_from_fd): Don't load ld.so a second
	time.  Reuse the one from the main namespace in all others.
	Pass new parameter to _dl_new_object.
	Adjust for removal of GL(dl_loaded).
	* elf/dl-object.c: Take new parameter.  Use it to initialize l_ns.
	Adjust for removal of GL(dl_loaded).
	* elf/dl-open.c (_dl_open): Take new parameter.
	Adjust for removal of GL(dl_loaded).
	* elf/dl-support.c: Replace global _dl_loaded etc variables with
	_dl_ns variable.
	* include/dlfcn.h: Adjust prototype of _dl_open.
	Define __LM_ID_CALLER.
	* include/link.h: Add l_real, l_ns, and l_direct_opencount elements.
	* sysdeps/generic/dl-tls.c: Bump TLS_STATIC_SURPLUS.  Since libc is
	using TLS we need memory appropriate to the number of namespaces.
	* sysdeps/generic/ldsodefs.h (struct rtld_global): Replace _dl_loaded,
	_dl_nloaded, _dl_global_scope, _dl_main_searchlist, and
	_dl_global_scope_alloc with _dl_ns element.  Define DL_NNS.
	Adjust prototypes of _dl_map_object and member in rtld_global_ro.
	* malloc/malloc.c: Include <dlfcn.h>.
	* malloc/arena.c (ptmalloc_init): If libc is not in primary namespace,
	never use brk.
	* elf/Makefile: Add rules to build and run tst-dlmopen1 and
	tst-dlmopen2.
	* elf/tst-dlmopen1.c: New file.
	* elf/tst-dlmopen1mod.c: New file.
	* elf/tst-dlmopen2.c: New file.

	* elf/dl-close.c: Improve reference counting by tracking direct loads.
	* elf/dl-lookup.c (add_dependency): Likewise.
	* elf/dl-open.c (dl_open_worker): Likewise.
	* elf/rtld.c (dl_main): Likewise.

2004-09-09  GOTO Masanori  <gotom@debian.or.jp>

	[BZ #77]
	* elf/dl-close.c: Count down l_opencount to check not only for
	l_reldeps, but also l_initfini.

2004-10-13  Ulrich Drepper  <drepper@redhat.com>
2004-10-14 02:08:23 +00:00
..
2004-08-23 07:28:46 +00:00
2004-09-09 02:04:45 +00:00
2004-08-23 07:28:46 +00:00
2004-08-23 07:28:46 +00:00
2004-10-14 02:08:23 +00:00
2004-08-26 17:00:16 +00:00
2003-06-28 08:19:47 +00:00
2001-07-06 04:58:11 +00:00
2004-08-06 18:32:16 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2003-05-10 08:39:58 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2004-09-20 00:16:11 +00:00
2004-10-05 16:11:51 +00:00
2001-07-06 04:58:11 +00:00
2004-09-23 14:07:48 +00:00
2004-04-17 23:14:52 +00:00
2004-10-05 09:26:23 +00:00
2003-09-03 03:22:23 +00:00
2003-07-25 09:06:04 +00:00
2002-12-31 20:46:11 +00:00
2002-07-25 08:19:59 +00:00
2003-09-03 03:22:23 +00:00
2002-05-15 00:22:23 +00:00
2003-11-13 23:39:31 +00:00
2003-03-03 04:57:09 +00:00
2003-03-03 04:57:09 +00:00
2003-06-15 21:22:26 +00:00
2004-02-26 21:36:37 +00:00
2001-07-06 04:58:11 +00:00
2001-07-31 20:32:01 +00:00
2004-07-06 04:26:42 +00:00
2004-07-06 04:26:42 +00:00
2002-12-15 10:26:23 +00:00
2004-06-30 07:59:08 +00:00
2002-06-09 20:15:14 +00:00
2004-09-21 02:30:50 +00:00
2004-03-05 10:29:47 +00:00
2004-07-06 04:26:42 +00:00
2004-03-05 10:29:47 +00:00
2002-06-09 20:15:14 +00:00
2004-08-15 23:33:02 +00:00
2001-07-06 04:58:11 +00:00
2003-09-03 03:22:23 +00:00
2002-09-15 02:37:32 +00:00
2003-04-19 16:57:17 +00:00
2004-07-16 18:11:48 +00:00
2001-07-06 04:58:11 +00:00
2002-12-06 23:38:01 +00:00
2003-08-08 07:43:03 +00:00
2003-06-24 18:59:03 +00:00
2004-04-03 07:50:20 +00:00
2003-09-17 00:49:19 +00:00
2003-09-03 03:22:23 +00:00
2003-07-31 19:26:38 +00:00
2003-09-03 03:22:23 +00:00
2003-06-28 08:11:28 +00:00
2003-09-03 03:22:23 +00:00
2004-03-05 10:29:47 +00:00
2003-09-20 01:06:31 +00:00
2004-03-01 21:34:36 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2003-09-04 14:08:24 +00:00
2004-08-06 09:25:59 +00:00
2004-07-13 00:23:34 +00:00
2004-03-05 10:29:47 +00:00
2003-09-03 03:22:23 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2004-08-07 18:22:26 +00:00
2003-09-04 08:27:37 +00:00
2002-07-20 01:14:41 +00:00
2004-06-30 07:43:11 +00:00
2004-06-30 07:43:11 +00:00
2004-07-26 15:22:56 +00:00
2003-06-13 21:05:42 +00:00
2004-03-05 10:29:47 +00:00
2004-04-03 07:50:20 +00:00
2003-09-03 03:22:23 +00:00
2001-07-06 04:58:11 +00:00
2004-09-10 21:16:28 +00:00
2001-07-06 04:58:11 +00:00
2003-07-22 23:56:53 +00:00
2003-09-17 00:49:19 +00:00
2002-05-15 00:22:23 +00:00
2003-09-03 03:22:23 +00:00
2003-09-03 03:22:23 +00:00
2003-06-28 08:11:28 +00:00
2003-09-24 21:13:55 +00:00
2004-10-04 23:30:29 +00:00
2003-09-03 03:22:23 +00:00
2004-04-13 02:15:43 +00:00
2004-04-29 21:55:45 +00:00
2004-04-29 21:55:45 +00:00
2004-04-29 21:55:45 +00:00
2004-04-29 21:55:45 +00:00
2004-04-29 21:55:45 +00:00
2004-04-20 04:31:12 +00:00
2004-03-10 19:28:58 +00:00
2001-07-06 04:58:11 +00:00
2002-12-15 10:26:23 +00:00
2002-12-15 10:26:23 +00:00
2004-06-30 07:43:11 +00:00
2002-03-02 00:48:30 +00:00
2003-09-04 14:08:24 +00:00
2004-09-17 23:47:50 +00:00
2002-07-25 08:19:59 +00:00
2002-12-15 10:26:23 +00:00
2001-07-06 04:58:11 +00:00
2003-09-04 14:42:25 +00:00
2003-06-11 23:22:36 +00:00
2000-11-15 23:56:34 +00:00
2003-09-03 03:22:23 +00:00
2004-03-10 19:28:58 +00:00
2003-08-17 00:37:19 +00:00
2003-09-03 03:22:23 +00:00
2004-07-06 04:26:42 +00:00
2004-03-05 10:29:47 +00:00
2003-09-03 03:22:23 +00:00
2003-01-16 18:14:10 +00:00
2003-09-03 03:22:23 +00:00
2004-07-06 04:26:42 +00:00
2004-01-20 23:25:27 +00:00
2003-09-03 03:22:23 +00:00
2003-09-03 03:22:23 +00:00
2002-12-15 10:26:23 +00:00
2002-12-15 10:26:23 +00:00
2002-12-15 10:26:23 +00:00
2002-04-14 20:15:40 +00:00
2004-03-29 22:04:09 +00:00
2004-06-18 04:29:42 +00:00
2002-11-03 08:52:36 +00:00
2004-03-10 19:28:58 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2003-05-01 21:41:01 +00:00
2002-12-15 10:26:23 +00:00
2002-12-15 10:26:23 +00:00
2002-12-15 10:26:23 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2004-08-07 18:22:26 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2002-05-15 00:22:23 +00:00
2004-08-07 18:22:26 +00:00
2004-09-20 00:16:11 +00:00
2004-04-20 18:58:56 +00:00
2004-03-10 19:28:58 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2003-09-03 03:22:23 +00:00
2003-04-01 06:20:33 +00:00
2003-09-03 03:22:23 +00:00
2004-09-28 22:44:12 +00:00
2003-09-03 03:22:23 +00:00
2001-07-06 04:58:11 +00:00
2003-09-03 03:22:23 +00:00
2004-09-28 22:44:12 +00:00
2004-09-28 22:44:12 +00:00
2004-09-28 22:44:12 +00:00
2001-07-06 04:58:11 +00:00
2003-07-11 22:50:16 +00:00
2001-07-06 04:58:11 +00:00
2004-04-03 07:50:20 +00:00
2004-04-03 07:50:20 +00:00
2003-09-17 00:49:19 +00:00
2004-04-13 02:15:43 +00:00
2004-06-01 18:53:04 +00:00
2003-09-03 03:22:23 +00:00
2003-04-17 16:34:08 +00:00
2002-12-15 10:26:23 +00:00
2001-07-06 04:58:11 +00:00
2004-06-30 07:43:11 +00:00
2003-02-25 02:46:33 +00:00
2001-09-25 03:04:41 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2003-06-15 21:22:26 +00:00
2003-09-27 17:02:41 +00:00
2003-09-17 09:18:37 +00:00
2001-07-06 04:58:11 +00:00
2004-05-03 21:40:12 +00:00
2003-06-16 19:39:00 +00:00
2003-05-13 23:57:02 +00:00
2003-09-03 03:22:23 +00:00
2003-09-27 17:02:41 +00:00
2003-09-03 03:22:23 +00:00
2003-06-28 08:11:28 +00:00
2003-06-16 17:18:06 +00:00
2003-06-28 08:11:28 +00:00