#
9b5c596e |
| 04-Jul-2016 |
kettenis <kettenis@openbsd.org> |
Nuke prebind support; it's unworkable and we're never going to finish it.
ok guenther@, deraadt@
|
#
5d1a5e6a |
| 06-Jul-2014 |
otto <otto@openbsd.org> |
enable -Wall, explicitly call _dl_strsep, and zap some redundant includes ok miod@
|
#
6231a781 |
| 05-Jul-2013 |
miod <miod@openbsd.org> |
ELF_TOOLCHAIN bye bye.
|
#
c8dfd7a0 |
| 20-Mar-2013 |
kurt <kurt@openbsd.org> |
- Parse colon separated paths into NULL terminated arrays of string pointers to prepare for adding rpath ORIGIN support. okay matthew@ millert@
|
#
1163d674 |
| 17-Feb-2013 |
deraadt <deraadt@openbsd.org> |
Always enter this ld.so and subdirectories to create obj (and then the MI man pages, even if vax currently lacks the programs)
|
#
10c6588a |
| 12-May-2006 |
deraadt <deraadt@openbsd.org> |
move the prebind code into ldconfig as the -P option. next we will want to enhance the verbose mode, fix error handling, and change the prebind delete code to use the same directory handling code ok
move the prebind code into ldconfig as the -P option. next we will want to enhance the verbose mode, fix error handling, and change the prebind delete code to use the same directory handling code ok drahn
show more ...
|
#
0b48c4ee |
| 11-May-2006 |
deraadt <deraadt@openbsd.org> |
use CFLAGS with -I to reach for prebind.h
|
#
0adf9ddf |
| 11-May-2006 |
deraadt <deraadt@openbsd.org> |
move prebind_strip(8) into ldconfig as the -D option; ok drahn
|
#
a2868b8f |
| 10-Nov-2004 |
drahn <drahn@openbsd.org> |
use ${STATIC} rather than -static. ok miod
|
#
5ff19d39 |
| 20-Nov-2003 |
avsm <avsm@openbsd.org> |
remove -Werror from userland builds, to give us a chance to use more verbose warning options if desired. ok millert@, henning@, david@
|
#
55ed5643 |
| 14-May-2001 |
niklas <niklas@openbsd.org> |
Commit initial alpha bits, to facilitate in-tree dev. This code is not yet working.
|
#
89c547ee |
| 13-Jun-2000 |
rahnds <rahnds@openbsd.org> |
Updated version of ld.so, contains additional functionality and fixes/ design changes required by egcs.
added support for ldconfig/ld.so.hints
changes to low level relocation code, required by egcs
Updated version of ld.so, contains additional functionality and fixes/ design changes required by egcs.
added support for ldconfig/ld.so.hints
changes to low level relocation code, required by egcs pic code generation that moved global variable loads to before the self relocation was performed. Only powerpc supported, mips code not updated.
Code cleaned up somewhat reasonably.
This code needs to be reviewed closely for significant problems such as correctness and security.
show more ...
|