1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/libexec/rtld-elf
Matthew N. Dodd 966efcc767 Support basename and path based constrained matches.
eg:
	[foo]
	...

	matches any executable 'foo'

	[/usr/bin/foo/]
	...

	matches any executable under the directory /usr/bin/foo/

Exact matches continue to function as before.

PR:		 bin/66769
Submitted-by:	 Dan Nelson
2004-05-24 01:24:13 +00:00
..
alpha
amd64 More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1 2004-03-21 01:43:39 +00:00
arm Work around a problem somewhere with binutils (?) on arm, hopefully without 2004-05-15 00:13:14 +00:00
i386
ia64
powerpc
sparc64
debug.c
debug.h Add initial support for compiling a special 32 bit version of 2004-03-21 01:21:26 +00:00
libmap.c Support basename and path based constrained matches. 2004-05-24 01:24:13 +00:00
libmap.h Add initial support for compiling a special 32 bit version of 2004-03-21 01:21:26 +00:00
Makefile Work around a problem somewhere with binutils (?) on arm, hopefully without 2004-05-15 00:13:14 +00:00
malloc.c Very minor style nit: sort include files alphabetically. 2003-08-22 02:22:59 +00:00
map_object.c
rtld_lock.c
rtld_lock.h
rtld.1
rtld.c If we change obj_rtld.path after initialising __progname, make sure we 2004-03-29 18:37:37 +00:00
rtld.h Add initial support for compiling a special 32 bit version of 2004-03-21 01:21:26 +00:00
xmalloc.c