PERFORCE change 164209 for review

Robert Watson rwatson at FreeBSD.org
Fri Jun 12 22:38:39 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164209

Change 164209 by rwatson at rwatson_freebsd_capabilities on 2009/06/12 22:38:37

	Provide stub ld_caplibindex_lookup() symbol for libc, and make it
	public.  rtld-elf-cap will replace it with a real implementation
	where appropriate.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#8 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#7 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/ld_caplibindex.c#1 add

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#8 (text+ko) ====

@@ -19,6 +19,7 @@
 	getpeereid.c getprogname.c getpwent.c getttyent.c \
 	getusershell.c getvfsbyname.c glob.c \
 	initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
+	ld_caplibindex.c \
 	lockf.c lrand48.c mrand48.c nftw.c nice.c \
 	nlist.c nrand48.c opendir.c \
 	pause.c pmadvise.c popen.c posix_spawn.c pselect.c \

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#7 (text) ====

@@ -341,6 +341,7 @@
 	fts_read;
 	fts_set;
 	fts_set_clientptr;
+	ld_caplibindex_lookup;
 	posix_spawn;
 	posix_spawn_file_actions_addclose;
 	posix_spawn_file_actions_adddup2;


More information about the p4-projects mailing list