Age | Commit message (Expand) | Author |
2013-12-23 | Fix indentation. | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directly | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis |
2013-12-23 | Call __cxa_atexit(3) instead of atexit(3). Preparation for upcoming changes to | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %arg1 and stop calling atiexit(4) | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %edx as required by the i386 System V | Mark Kettenis |
2013-12-03 | stop using sys/syslimits.h directly, and use limits.h | Theo de Raadt |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2013-11-27 | make the _dl_isalnum() resemble the ctype version | Theo de Raadt |
2013-11-13 | Reduce casts by careful use of char* | Philip Guenther |
2013-11-13 | prototype & void * math cleanup | Theo de Raadt |
2013-11-13 | Complete the prototype in a function cast to quiet a gcc warning | Philip Guenther |
2013-11-10 | Make sure we pass a NULL cleanup argument to __start() by initializing | Philip Guenther |
2013-10-18 | does not need stab.h | Theo de Raadt |
2013-08-13 | unbreak | Miod Vallat |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-15 | Remove some unused variables, from David Hill dhill at mindcry.org | Jeremie Courreges-Anglas |
2013-07-14 | Fix possible memory/fd leak in the error path. | Jeremie Courreges-Anglas |
2013-07-10 | no more link(5). either remove references entirely, or point folks | Jason McIntyre |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-06-13 | Appease LLVM warning.. | Brad Smith |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-04 | Fix a bunch of "variable 'foo' set but not used." warnings emitted by newer GCC. | Brad Smith |
2013-06-01 | Make all the syscall prototypes consistent with their real forms for types, | Philip Guenther |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-05-17 | Try and support the non-PIC TEXTREL relocations which may creep in binaries | Miod Vallat |
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther |
2013-05-04 | fix use after free in error paths | Jonathan Gray |
2013-04-20 | Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries | Miod Vallat |
2013-04-16 | an acceptable time_t truncation (binding cannot take that long) | Theo de Raadt |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2013-03-29 | Enable lazy binding by default. | Miod Vallat |
2013-03-26 | SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt | Miod Vallat |
2013-03-26 | Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is | Mark Kettenis |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |
2013-03-18 | Fix comment tpyos | Philip Guenther |
2013-02-17 | Always enter this ld.so and subdirectories to create obj (and then the | Theo de Raadt |
2013-02-06 | Add a dummy memcpy(), needed when building ld.so with gcc3. | Miod Vallat |
2013-02-02 | Be sure to pass a NULL cleanup pointer to CSU. | Miod Vallat |
2013-01-31 | The code to use relative jumps in the GOT was completely broken, calculating | Philip Guenther |
2013-01-26 | Make sure to flush I$ over the plt in case of non-lazy relocation as well. | Miod Vallat |
2013-01-26 | Forgot to remove one line in 1.2, in turn caused div() from libc to fail if | Miod Vallat |
2013-01-23 | bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed from | Miod Vallat |
2013-01-23 | Cache flush .plt after updating its pointers to .got during the initial | Miod Vallat |
2013-01-21 | Use jmp, not jsr, to jump through registers. Doh! | Miod Vallat |
2013-01-21 | Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparc | Miod Vallat |
2013-01-20 | A first cut at ld.so bits for m88k. Lazy binding is currently disabled as it | Miod Vallat |
2013-01-19 | Do not divide by zero in _dl_findhint() if there is a valid hints file but | Miod Vallat |