| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r249525: | Konstantin Belousov | 2013-05-06 | 1 | -72/+75 |
| * | MFC r247396: | Tijl Coosemans | 2013-03-05 | 1 | -1/+1 |
| * | MFC r211706: | Konstantin Belousov | 2012-05-09 | 1 | -0/+8 |
| * | MFC r211705: | Konstantin Belousov | 2012-05-09 | 2 | -10/+38 |
| * | MFC r233041: | Konstantin Belousov | 2012-03-19 | 1 | -2/+0 |
| * | MFC r232777: | Konstantin Belousov | 2012-03-17 | 1 | -8/+21 |
| * | MFC r228375: | Konstantin Belousov | 2011-12-30 | 1 | -1/+1 |
| * | MFC r226156: | Konstantin Belousov | 2011-10-15 | 1 | -2/+7 |
| * | MFC r226155: | Konstantin Belousov | 2011-10-15 | 1 | -3/+14 |
| * | MFC r225699: | Konstantin Belousov | 2011-10-04 | 1 | -2/+3 |
| * | MFC r225582: | Konstantin Belousov | 2011-09-22 | 1 | -1/+1 |
| * | MFC r220004: rtld: eliminate double call to close(2) that may occur in load_o... | Andriy Gapon | 2011-04-08 | 1 | -5/+2 |
| * | MFC: r219340, r219531, r219533 | Marius Strobl | 2011-03-25 | 1 | -5/+90 |
| * | MFC: r219339, r219532 | Marius Strobl | 2011-03-23 | 1 | -103/+96 |
| * | MFC r216489: | Jaakko Heinonen | 2011-03-03 | 1 | -16/+38 |
| * | MFC r218098: | Konstantin Belousov | 2011-02-06 | 1 | -4/+13 |
| * | MFC r218025: | Sergey Kandaurov | 2011-01-31 | 1 | -1/+1 |
| * | Merge MIPS platform support to 8-STABLE. | Jayachandran C. | 2010-11-27 | 2 | -157/+328 |
| * | MFC r214728: | Konstantin Belousov | 2010-11-10 | 2 | -2/+14 |
| * | MFC r213406: | Nathan Whitehorn | 2010-10-14 | 1 | -2/+5 |
| * | MFC r208763: | Alexander Kabaev | 2010-06-18 | 1 | -1/+3 |
| * | MFC r205606 | Pietro Cerutti | 2010-03-31 | 1 | -1/+1 |
| * | MFC r204211: | Nathan Whitehorn | 2010-03-20 | 3 | -25/+67 |
| * | MFC r199829: | Konstantin Belousov | 2009-12-17 | 2 | -14/+35 |
| * | Merge r199270 from head to stable/8: | Robert Watson | 2009-12-14 | 1 | -1/+1 |
| * | Merge r197808 from head to stable/8: | Robert Watson | 2009-12-14 | 1 | -1/+1 |
| * | MFC r199979: Fix local root vulnerability. | Colin Percival | 2009-12-01 | 1 | -6/+6 |
| * | MFC r199828: | Konstantin Belousov | 2009-11-29 | 1 | -1/+1 |
| * | MFC r197931: | Konstantin Belousov | 2009-10-20 | 1 | -14/+15 |
| * | Implement RTLD_NOLOAD flag for dlopen(3). | Konstantin Belousov | 2009-07-17 | 1 | -6/+10 |
| * | Only perform .bss mapping and cleaning operations when segment file size | Konstantin Belousov | 2009-07-17 | 1 | -21/+27 |
| * | Second attempt at eliminating .text relocations in shared libraries | Alexander Kabaev | 2009-07-14 | 1 | -1/+1 |
| * | Back out previous revision until better tested fix is ready. | Alexander Kabaev | 2009-06-29 | 1 | -1/+1 |
| * | Eliminate .text relocations in shared libraries compiled with stack protector. | Alexander Kabaev | 2009-06-28 | 1 | -1/+1 |
| * | Fix a typo in the same comment, one line below. | Ed Schouten | 2009-06-23 | 1 | -1/+1 |
| * | Fix typo in comment. | Ed Schouten | 2009-06-23 | 1 | -1/+1 |
| * | Allow order of initialization of loaded shared objects to be | Alexander Kabaev | 2009-06-20 | 2 | -48/+47 |
| * | FreeBSD returns main object handle from dlopen(NULL, ...) calls. | Alexander Kabaev | 2009-06-16 | 1 | -0/+10 |
| * | Increase the size of the static TLS area slightly (required for the NVidia's | Doug Rabson | 2009-05-27 | 1 | -1/+1 |
| * | Prefer <sys/param.h> to <machine/param.h> for the definition of | Robert Watson | 2009-04-20 | 1 | -1/+1 |
| * | Explicitly include machine/param.h for CACHE_LINE_SIZE. | Robert Watson | 2009-04-19 | 1 | -0/+2 |
| * | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | Robert Watson | 2009-04-19 | 7 | -14/+0 |
| * | Currently, when mapping an object, rtld reserves the whole address space | Konstantin Belousov | 2009-04-10 | 1 | -7/+5 |
| * | Update comment to the reality, rtld supports any number of loadable segments. | Konstantin Belousov | 2009-04-10 | 1 | -3/+2 |
| * | Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). | Konstantin Belousov | 2009-04-03 | 2 | -0/+15 |
| * | Document RTLD_NODELETE, -z nodelete and -z origin support. | Konstantin Belousov | 2009-04-01 | 1 | -1/+20 |
| * | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | Konstantin Belousov | 2009-03-30 | 2 | -4/+20 |
| * | Do not dereference NULL pointer. refobj is NULL for the objects that are | Konstantin Belousov | 2009-03-28 | 1 | -1/+1 |
| * | Support for a new environment variable, LD_ELF_HINTS_PATH for overriding | Xin LI | 2009-03-23 | 2 | -3/+15 |
| * | Implement the dynamic string token substitution in the rpath and | Konstantin Belousov | 2009-03-18 | 3 | -10/+148 |