Age | Commit message (Expand) | Author |
2014-01-23 | improve some types | Theo de Raadt |
2014-01-23 | Remove LD_NORANDOM feature. It serves no usable purpose. Determinism | Theo de Raadt |
2014-01-19 | Only i386 needs mquery; delete the static inlines from amd64 and hppa | Philip Guenther |
2014-01-18 | Make ld.so pass its cleanup handler in $2 as required by the MIPS System V | Mark Kettenis |
2013-12-31 | Don't consider ld.so to be successfully built unless a test program | Philip Guenther |
2013-12-30 | When a function does not obviously terminate itself, it is good practice | Theo de Raadt |
2013-12-28 | Do not need __guard anymore | Theo de Raadt |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on sh | Miod Vallat |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on arm. | Miod Vallat |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on m68k and m88k; change the | Miod Vallat |
2013-12-25 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis |
2013-12-24 | Remove some leftover bits that are no longer necessary now that we no | Mark Kettenis |
2013-12-23 | Use slightly diffrerent code to get the global offset table address. This | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %rdx as required by the AMD64 System V | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in r7 as required by the PowerPC System V | Mark Kettenis |
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 |