Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-05 | Do not have non-dynamic crt0 depend upon libc's strrchr() function on a.out. | Miod Vallat | |
2002-07-22 | Remove some dead ifdefs to make the code more readable. | Artur Grabowski | |
2002-07-14 | Fix an oversight in revision 1.9. ld_entry was set in one more spot. | Artur Grabowski | |
2002-07-11 | We need to map the data segment of ld.so with PROT_EXEC for the GOT. | Artur Grabowski | |
This is in preparation for actually honoring exec protection in sparc pmap. NOTICE! You really want to rebuild the whole userland with this change before the kernel fix goes in. Otherwise all shared binaries will dump core. | |||
2002-06-05 | one more level of indirection for dlopen structure. | Marc Espie | |
Allows dlopen to be used much earlier, e.g., in dynamic constructors. From NetBSD. okay art@ | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-06-01 | proto for dlerror() changed | Theo de Raadt | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-08-24 | Do not error out if we have been statically linked but would like ld.so for ↵ | Niklas Hallqvist | |
dlopen and it is not there. | |||
1999-08-20 | Fix RCS Ids | Niklas Hallqvist | |
1997-07-01 | if no error, dlerror() should return NULL | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |