NetBSD/libexec/ld.elf_so
christos 2ffe4b875f Use an elf note to handle pax arguments. This is a temporary solution to
avoid wasting OS flag bits. In the future we'll probably use fileassoc to
achieve this (once there is a way to make fileassoc persistent) or in the
shorter term libelf, so that we can add and remove the note on demand instead
of burning bits on each binary. Of course since this is a tool, this means
that we'll need to think about how to handle libelf...
2007-06-24 20:35:36 +00:00
..
arch Remove support for NetBSD/{,evb}sh5. 2007-04-08 09:35:21 +00:00
Makefile Support Solaris-like $ORIGIN etc. expansions in paths. 2007-05-18 21:44:08 +00:00
README s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
TODO Remove the LD_BIND_NOW item 2006-03-04 09:00:22 +00:00
debug.c
debug.h
expand.c fix a comment. 2007-05-18 21:46:39 +00:00
headers.c Support Solaris-like $ORIGIN etc. expansions in paths. 2007-05-18 21:44:08 +00:00
ld.elf_so.1 Support Solaris-like $ORIGIN etc. expansions in paths. 2007-05-18 21:44:08 +00:00
load.c Support Solaris-like $ORIGIN etc. expansions in paths. 2007-05-18 21:44:08 +00:00
malloc.c
map_object.c Coverity CID 2749: Fix another double free. Instead of removing that last 2006-03-21 17:48:10 +00:00
paths.c Support Solaris-like $ORIGIN etc. expansions in paths. 2007-05-18 21:44:08 +00:00
reloc.c
rtld.c Support Solaris-like $ORIGIN etc. expansions in paths. 2007-05-18 21:44:08 +00:00
rtld.h Support Solaris-like $ORIGIN etc. expansions in paths. 2007-05-18 21:44:08 +00:00
rtldenv.h sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewhere 2006-05-22 19:49:09 +00:00
search.c Coverity CID 2749: Fix another double free. Instead of removing that last 2006-03-21 17:48:10 +00:00
symbol.c Don't use cached results for plt lookups (nor save them). 2007-02-23 01:16:32 +00:00
sysident.h Use an elf note to handle pax arguments. This is a temporary solution to 2007-06-24 20:35:36 +00:00
xmalloc.c
xprintf.c

README

$NetBSD: README,v 1.11 2006/11/24 22:52:16 wiz Exp $

TO DO:

* Support for coexistence of 32-bit and 64-bit ELF on platforms that can
  do that.