| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-06-17 | Do not misinterpret "--" at the end of a NAME section input line |  schwarze | 1 | -2/+2 |
| 2013-06-17 | link to the new kerberos libraries |  robert | 2 | -4/+6 |
| 2013-06-13 | Appease LLVM warning.. |  brad | 12 | -24/+24 |
| 2013-06-09 | Constify the mib argument of sysctl(). |  miod | 13 | -28/+28 |
| 2013-06-04 | do not go into upper to lower case translation mode when a all-caps |  benno | 1 | -6/+2 |
| 2013-06-04 | Add handling for keyboard layouts which break modhex (like dvorak and many |  mcbride | 4 | -30/+214 |
| 2013-06-04 | Fix a bunch of "variable 'foo' set but not used." warnings emitted by newer GCC. |  brad | 1 | -10/+13 |
| 2013-06-01 | Make all the syscall prototypes consistent with their real forms for types, |  guenther | 10 | -112/+110 |
| 2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for |  miod | 39 | -70/+459 |
| 2013-05-17 | Try and support the non-PIC TEXTREL relocations which may creep in binaries |  miod | 1 | -15/+47 |
| 2013-05-15 | undo malfunction |  miod | 1 | -1/+1 |
| 2013-05-14 | Don't display swapin/swapout uvmexp fields |  miod | 1 | -3/+3 |
| 2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. |  guenther | 13 | -72/+348 |
| 2013-05-07 | fixed size types should be fixed size. long -> uint32_t. |  tedu | 1 | -2/+2 |
| 2013-05-04 | fix use after free in error paths |  jsg | 2 | -4/+4 |
| 2013-04-21 | use poll + nanosleep instead of select with a fixed size fd_set |  deraadt | 1 | -13/+12 |
| 2013-04-20 | Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries |  miod | 1 | -19/+35 |
| 2013-04-17 | do not mix concepts of gettimeofday(), tv_sec, and localtime() in a |  deraadt | 1 | -5/+2 |
| 2013-04-16 | an acceptable time_t truncation (binding cannot take that long) |  deraadt | 1 | -2/+6 |
| 2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. |  kurt | 30 | -41/+834 |
| 2013-03-29 | Enable lazy binding by default. |  miod | 1 | -4/+1 |
| 2013-03-26 | SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt |  miod | 1 | -15/+18 |
| 2013-03-26 | Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is |  kettenis | 1 | -8/+3 |
| 2013-03-24 | dlerror() should not return const char *, as noted by landry |  deraadt | 1 | -3/+3 |
| 2013-03-21 | Correct the last change to untaint $fmt; it caused the final parameter of |  sthen | 1 | -3/+3 |
| 2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string |  kurt | 15 | -133/+242 |
| 2013-03-19 | Untaint a variable used in an sprintf format string by using a regex and back- |  sthen | 1 | -2/+2 |
| 2013-03-18 | create an empty %skip even if SUIDSKIP is not set, newer perl complains. |  sthen | 1 | -2/+4 |
| 2013-03-18 | Enclose qw()...) literals in parentheses where required; this was historically |  sthen | 1 | -8/+8 |
| 2013-03-18 | Fix comment tpyos |  guenther | 1 | -3/+3 |
| 2013-03-11 | remove line left from previous; |  jmc | 1 | -2/+1 |
| 2013-03-11 | Report -u and -g support; running as another privdrop user or group is stupid. |  deraadt | 2 | -60/+8 |
| 2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be |  deraadt | 2 | -4/+10 |
| 2013-03-09 | Code has not fallen back to "nobody" in a very long time; |  deraadt | 2 | -10/+5 |
| 2013-02-17 | Always enter this ld.so and subdirectories to create obj (and then the |  deraadt | 4 | -12/+25 |
| 2013-02-06 | Add a dummy memcpy(), needed when building ld.so with gcc3. |  miod | 2 | -1/+61 |
| 2013-02-02 | Be sure to pass a NULL cleanup pointer to CSU. |  miod | 1 | -1/+3 |
| 2013-01-31 | The code to use relative jumps in the GOT was completely broken, calculating |  guenther | 1 | -11/+13 |
| 2013-01-29 | refactor code a bit to actually store subjects in the subject object |  espie | 6 | -117/+120 |
| 2013-01-26 | Make sure to flush I$ over the plt in case of non-lazy relocation as well. |  miod | 1 | -7/+8 |
| 2013-01-26 | Forgot to remove one line in 1.2, in turn caused div() from libc to fail if |  miod | 1 | -2/+1 |
| 2013-01-23 | bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed from |  miod | 6 | -1/+715 |
| 2013-01-23 | Cache flush .plt after updating its pointers to .got during the initial |  miod | 4 | -13/+22 |
| 2013-01-21 | Use jmp, not jsr, to jump through registers. Doh! |  miod | 2 | -29/+14 |
| 2013-01-21 | Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparc |  miod | 1 | -7/+2 |
| 2013-01-20 | A first cut at ld.so bits for m88k. Lazy binding is currently disabled as it |  miod | 6 | -0/+832 |
| 2013-01-19 | Do not divide by zero in _dl_findhint() if there is a valid hints file but |  miod | 1 | -1/+4 |
| 2013-01-14 | Do not bogusly attempt to mprotect ld.so's .rodata area RW at bootstrap |  miod | 1 | -21/+1 |
| 2013-01-13 | Fix warnings. |  fgsch | 3 | -10/+8 |
| 2013-01-13 | Correctly process RELOC_DIR32 while relocating ld.so itself; this allow |  miod | 1 | -9/+5 |