Age | Commit message (Expand) | Author |
2001-06-13 | print the name | Theo de Raadt |
2001-06-13 | Add support for lazy binding. | Artur Grabowski |
2001-06-13 | Lazy binding entry point. From NetBSD with some help from FreeBSD. | Artur Grabowski |
2001-06-13 | Don't do plt relocations here, move that to md code that might choose | Artur Grabowski |
2001-06-08 | Cleanup. | Artur Grabowski |
2001-06-08 | No more need to pull in strlen from libc. | Artur Grabowski |
2001-06-08 | Be consistent. If we have inveted our of strlen, use it everywhere. | Artur Grabowski |
2001-06-08 | style | Artur Grabowski |
2001-06-08 | KNF | Theo de Raadt |
2001-06-07 | It started with trying to write code to avoid running static binaries, | Artur Grabowski |
2001-06-06 | more cleaning | Artur Grabowski |
2001-06-06 | cleaning | Artur Grabowski |
2001-06-06 | Replace all 'if (_dl_debug) _dl_printf(...)' with a macro. | Artur Grabowski |
2001-06-06 | No need to extern _dl_debug here. | Artur Grabowski |
2001-06-06 | more cleanup | Artur Grabowski |
2001-06-06 | Cleanup. | Artur Grabowski |
2001-06-05 | gcc generates a lot of unaligned RELATIVE relocations for c++ exception handl... | Artur Grabowski |
2001-06-01 | - Allocate space for the finishing NUL in the name of ld.so. | Artur Grabowski |
2001-05-31 | Apparently GLOB_DAT needs r_addend. | Artur Grabowski |
2001-05-31 | Some cleanups. | Artur Grabowski |
2001-05-31 | unsigned long, not u_int32_t | Artur Grabowski |
2001-05-31 | If we can't find atexit (because we linked against libc.a), | Artur Grabowski |
2001-05-31 | alpha needs JMPREL relocations. | Artur Grabowski |
2001-05-31 | Remove write protection from some memory segments when | Artur Grabowski |
2001-05-31 | random indentation fixes (needs much more work). | Artur Grabowski |
2001-05-31 | Correctly implement most linking for alpha. | Artur Grabowski |
2001-05-31 | When opening the hints file, check for error return < 0, not -1. | Artur Grabowski |
2001-05-29 | Check for error on open. | Artur Grabowski |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn |
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 |