| Age | Commit message (Expand) | Author |
| 2009-05-27 | Increase the size of the static TLS area slightly (required for the NVidia's | Doug Rabson |
| 2009-05-26 | Per the man page: | Doug Barton |
| 2009-04-20 | Prefer <sys/param.h> to <machine/param.h> for the definition of | Robert Watson |
| 2009-04-19 | Explicitly include machine/param.h for CACHE_LINE_SIZE. | Robert Watson |
| 2009-04-19 | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | Robert Watson |
| 2009-04-10 | Currently, when mapping an object, rtld reserves the whole address space | Konstantin Belousov |
| 2009-04-10 | Update comment to the reality, rtld supports any number of loadable segments. | Konstantin Belousov |
| 2009-04-07 | Move variable externs into extern.h so they are checked against the definitions. | David E. O'Brien |
| 2009-04-03 | Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). | Konstantin Belousov |
| 2009-04-01 | Document RTLD_NODELETE, -z nodelete and -z origin support. | Konstantin Belousov |
| 2009-03-31 | Use RTF_LLDATA. | Olivier Houchard |
| 2009-03-30 | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | Konstantin Belousov |
| 2009-03-28 | Do not dereference NULL pointer. refobj is NULL for the objects that are | Konstantin Belousov |
| 2009-03-23 | Support for a new environment variable, LD_ELF_HINTS_PATH for overriding | Xin LI |
| 2009-03-18 | Implement the dynamic string token substitution in the rpath and | Konstantin Belousov |
| 2009-02-21 | Fix build when WITH_SSP is set explicitly. | Ruslan Ermilov |
| 2009-01-30 | o Fix typo: indentical -> identical. | Maxim Konovalov |
| 2009-01-17 | Fix handling of pts(4) device names in comsat(8). Also catch fork() errors. | Ed Schouten |
| 2008-12-23 | Prevent cross-site forgery attacks on ftpd(8) due to splitting | Colin Percival |
| 2008-12-15 | This main goals of this project are: | Qing Li |
| 2008-12-02 | Provide custom simple allocator for rtld locks in libthr. The allocator | Konstantin Belousov |
| 2008-11-27 | Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. | Konstantin Belousov |
| 2008-11-13 | Convert telnetd(8) to use posix_openpt(2). | Ed Schouten |
| 2008-11-04 | Whitespace and style fixes, build at WARNS level 6. | Dag-Erling Smørgrav |
| 2008-10-13 | This code has no copyright. It is fairly obvious to me that we're a | Warner Losh |
| 2008-10-10 | MFp4: Fix a bug in the mips relocation code that prevents shared images | Warner Losh |
| 2008-10-10 | Allow strong symbols to override weak ones for lookups done through | Alexander Kabaev |
| 2008-09-21 | add new build knobs and jigger some existing controls to improve | Sam Leffler |
| 2008-09-16 | Allow multiple locks to be acquired by detecting corresponding | David Xu |
| 2008-09-03 | Make sure internal rtld malloc routines are not called from unlocked | Alexander Kabaev |
| 2008-08-24 | Remove the now unneeded pt_chown utility. | Ed Schouten |
| 2008-08-04 | Mark functions as __dead2 in order to help the LLVM static checker | Colin Percival |
| 2008-06-25 | Enable GCC stack protection (aka Propolice) for userland: | Ruslan Ermilov |
| 2008-06-10 | Use sysctl to fetch stats from the kernel instead of reading variables | John Baldwin |
| 2008-05-15 | Make the meaning of the %A format specifier, as passed to | Bruce M Simpson |
| 2008-05-07 | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | Doug Rabson |
| 2008-05-06 | Fix the problem with the C++ exception handling for the multithreaded | Konstantin Belousov |
| 2008-04-04 | MFp4: Add mips support for dynamic linking. | Warner Losh |
| 2008-03-26 | Fix some "in in" typos in comments. | Christian Brueffer |
| 2007-12-01 | For un-prototyped static inline functions declared in pthread_md.h on | Robert Watson |
| 2007-11-23 | Add "with" to make the line go smoother. | Edwin Groothuis |
| 2007-11-23 | Add the -W options, which acts the same as -w but will generate | Edwin Groothuis |
| 2007-11-19 | Include an extra header to get a function prototype. | John Birrell |
| 2007-10-31 | Add a hackish knob to skip rtld, NO_RTLD. In conjunction with | Yaroslav Tykhiy |
| 2007-10-16 | - Fix the handling of R_SPARC_OLO10, which is a bit of a special case | Marius Strobl |
| 2007-10-01 | Fixed static linkage (build with -DNO_SHARED). | Ruslan Ermilov |
| 2007-07-24 | Stop mentioning /usr/X11R6. | Xin LI |
| 2007-07-15 | Unbreak the dynamic linker by not creating a cache for rtld-elf | Marcel Moolenaar |
| 2007-07-13 | Cache does not serve any purpose when rtld is relocating itself, do | Ken Smith |
| 2007-07-11 | Add r_debug_state to the list of symbols exported from rtld. GDB needs to | Alexander Kabaev |