Age | Commit message (Expand) | Author |
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther |
2013-05-07 | fixed size types should be fixed size. long -> uint32_t. | Ted Unangst |
2013-05-04 | fix use after free in error paths | Jonathan Gray |
2013-04-21 | use poll + nanosleep instead of select with a fixed size fd_set | Theo de Raadt |
2013-04-20 | Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries | Miod Vallat |
2013-04-17 | do not mix concepts of gettimeofday(), tv_sec, and localtime() in a | Theo de Raadt |
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-21 | Correct the last change to untaint $fmt; it caused the final parameter of | Stuart Henderson |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |
2013-03-19 | Untaint a variable used in an sprintf format string by using a regex and back- | Stuart Henderson |
2013-03-18 | create an empty %skip even if SUIDSKIP is not set, newer perl complains. | Stuart Henderson |
2013-03-18 | Enclose qw()...) literals in parentheses where required; this was historically | Stuart Henderson |
2013-03-18 | Fix comment tpyos | Philip Guenther |
2013-03-11 | remove line left from previous; | Jason McIntyre |
2013-03-11 | Report -u and -g support; running as another privdrop user or group is stupid. | Theo de Raadt |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-09 | Code has not fallen back to "nobody" in a very long time; | Theo de Raadt |
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-29 | refactor code a bit to actually store subjects in the subject object | Marc Espie |
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 |
2013-01-14 | Do not bogusly attempt to mprotect ld.so's .rodata area RW at bootstrap | Miod Vallat |
2013-01-13 | Fix warnings. | Federico G. Schwindt |
2013-01-13 | Correctly process RELOC_DIR32 while relocating ld.so itself; this allow | Miod Vallat |
2013-01-11 | Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to be | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2013-01-05 | if defined(NOPIC), do not attempt to .include arch/Makefile.inc for it may | Miod Vallat |
2012-12-31 | Spell `calculation' correctly. | Miod Vallat |
2012-12-23 | Make the per-user counter file r/w by group auth | Alexander Hall |
2012-12-22 | Zero %r0 before transferring control to the main program, to indicate that | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) | Theo de Raadt |
2012-12-04 | rather than a mishmash of headers, this only needs <stdint.h> | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-11-23 | make hex and modhex decoding case insensitive, the latter particulary | Alexander Hall |
2012-11-01 | Zero v0 before transferring control to the main program to indicate that | Mark Kettenis |