Age | Commit message (Expand) | Author |
2001-05-23 | Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomes | Dale Rahn |
2001-05-16 | proper typing of two variables | Theo de Raadt |
2001-05-15 | Niklas, there is no excuse for breaking this code | Theo de Raadt |
2001-05-14 | Commit initial alpha bits, to facilitate in-tree dev. | Niklas Hallqvist |
2001-05-12 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-05-11 | -1 -> MAP_FAILED. | Artur Grabowski |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
2001-05-11 | mmap returns MAP_FAILED when it fails, not -1 | Artur Grabowski |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-04-11 | Correct .Nm usage. | Aaron Campbell |
2001-04-02 | Cleanup for 64bit support. | Dale Rahn |
2001-03-30 | Add infrastructure to allow mapping of text sections which are normally | Dale Rahn |
2001-02-16 | Now that powerpc is using UVM, this shared library hack is no longer necessary. | Dale Rahn |
2001-02-03 | Previously only powerpc used the DT_INIT field to find the ctors/init | Dale Rahn |
2001-01-30 | sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@ | Brad Smith |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2001-01-23 | fix includes | Theo de Raadt |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell |
2000-10-19 | Fix bug in dl_strcmp, it is not always legal to access a pointer | Dale Rahn |
2000-10-13 | Clean up static constructor/destructor discovery and calling. Instead | Dale Rahn |
2000-10-13 | Add secondary c++ shared library for testing purposes to verify | Dale Rahn |
2000-10-13 | Makefile: | Dale Rahn |
2000-10-06 | Work around a shared library/pmap bug on the powerpc arch. Somehow | Dale S. Rahn |
2000-10-01 | Sync the cache as specified by the powerpc manuals, didn't change anything. | Dale S. Rahn |
2000-10-01 | Fix some very serious cut and paste errors in this code. | Dale S. Rahn |
2000-09-17 | activate ldd, and indent some ld.so messages to make it easier to see what is... | Theo de Raadt |
2000-09-11 | ldd compatibility (if we had ldd for this ld.so) | Dale S. Rahn |
2000-09-08 | PowerPC does not need to build this -Wall, if other archs would not. | Dale S. Rahn |
2000-08-25 | Cleanup of powerpc ld.so files. | Dale S. Rahn |
2000-08-09 | Remove target file, only source should be "source" controlled. | Dale S. Rahn |
2000-07-08 | Add id and header describing contents. | Dale S. Rahn |
2000-07-06 | Insert missing .El directives. | Aaron Campbell |
2000-06-13 | Updated version of ld.so, contains additional functionality and fixes/ | Dale S. Rahn |
2000-06-13 | Initial import of ELF ld.so. This was written indepently of the gnu rtld | Dale S. Rahn |