| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r362958 | Leandro Lupori | 2020-07-20 | 1 | -1/+4 |
| * | MFC r362347: | Konstantin Belousov | 2020-06-25 | 1 | -0/+1 |
| * | MFC r362346: | Konstantin Belousov | 2020-06-25 | 1 | -0/+30 |
| * | MFC r362251: | Konstantin Belousov | 2020-06-23 | 1 | -3/+4 |
| * | MFC r362250: | Konstantin Belousov | 2020-06-23 | 1 | -0/+3 |
| * | MFC r362249: | Konstantin Belousov | 2020-06-23 | 1 | -2/+3 |
| * | MFC r362128: | Konstantin Belousov | 2020-06-19 | 1 | -2/+31 |
| * | MFC r361725, r361728: | Konstantin Belousov | 2020-06-09 | 1 | -0/+6 |
| * | MFC r361672, r361675, r361676, r361680: | Konstantin Belousov | 2020-06-07 | 1 | -14/+57 |
| * | MFC r361303, r361349, r361394, r361398, r361537: | Konstantin Belousov | 2020-05-27 | 1 | -35/+46 |
| * | MFC r361073: | Konstantin Belousov | 2020-05-22 | 1 | -0/+4 |
| * | MFC r360091: | Konstantin Belousov | 2020-04-29 | 1 | -5/+6 |
| * | MFC r360201: | Konstantin Belousov | 2020-04-29 | 1 | -4/+4 |
| * | MFC r359634: | Konstantin Belousov | 2020-04-18 | 1 | -28/+34 |
| * | MFC r357895, r357910: | Konstantin Belousov | 2020-02-20 | 1 | -1/+4 |
| * | MFC r357813: | Konstantin Belousov | 2020-02-15 | 1 | -20/+24 |
| * | MFC r356548, r356630: | Konstantin Belousov | 2020-01-16 | 1 | -4/+17 |
| * | MFC r356549: | Konstantin Belousov | 2020-01-16 | 1 | -14/+25 |
| * | MFC r356300, r356503: | Konstantin Belousov | 2020-01-09 | 1 | -12/+30 |
| * | MFC r347151,347181,347968,348421,348698,348701: | Konstantin Belousov | 2019-06-12 | 1 | -1/+1 |
| * | MFC r346225: | Konstantin Belousov | 2019-04-22 | 1 | -1/+20 |
| * | MFC r345703: | Konstantin Belousov | 2019-04-12 | 1 | -6/+40 |
| * | MFC r345620: | Konstantin Belousov | 2019-03-30 | 1 | -7/+7 |
| * | MFC r339877-r339879,r343564-r343566,r343580,r343754: | Konstantin Belousov | 2019-02-11 | 1 | -72/+123 |
| * | MFC r343484: | Konstantin Belousov | 2019-02-03 | 1 | -10/+0 |
| * | MFC r342113: | Michal Meloun | 2019-01-07 | 1 | -1/+1 |
| * | MFC r341439: | Konstantin Belousov | 2018-12-10 | 1 | -0/+22 |
| * | MFC r341441: | Konstantin Belousov | 2018-12-10 | 1 | -42/+49 |
| * | MFC r340858: | Konstantin Belousov | 2018-12-07 | 1 | -0/+8 |
| * | MFC r340675: | Konstantin Belousov | 2018-11-27 | 1 | -2/+5 |
| * | MFC r339896: | Konstantin Belousov | 2018-11-07 | 1 | -1/+2 |
| * | MFC r340137: rtld: move relro enforcement after ifunc processing | Ed Maste | 2018-11-07 | 1 | -4/+4 |
| * | Provide refobj context when doing libmap substitution inside | Konstantin Belousov | 2018-09-26 | 1 | -33/+47 |
| * | Rework rtld's TLS Variant I implementation to match r326794 | Brooks Davis | 2018-09-05 | 1 | -16/+61 |
| * | Revert r337978: Rework rtld's TLS Variant I implementation to match r326794 | Brooks Davis | 2018-08-21 | 1 | -61/+16 |
| * | Rework rtld's TLS Variant I implementation to match r326794 | Brooks Davis | 2018-08-17 | 1 | -16/+61 |
| * | Make sure the rtld(1) error messages go to stderr, not stdout. | Edward Tomasz Napierala | 2018-08-02 | 1 | -15/+15 |
| * | Make rtld use libc_nossp_pic.a. Remove SSP shims. | Konstantin Belousov | 2018-05-09 | 1 | -42/+1 |
| * | o Let rtld(1) set up psABI user trap handlers prior to executing the | Marius Strobl | 2018-02-03 | 1 | -0/+6 |
| * | libexec: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Remove unneeded calls to access(2) from rtld(1); just call open(2) instead. | Edward Tomasz Napierala | 2017-10-24 | 1 | -13/+23 |
| * | Replace lseek(2)/read(2) pair with pread(2), removing yet another syscall | Edward Tomasz Napierala | 2017-10-24 | 1 | -4/+3 |
| * | Make find_library() conform to style(9). No functional changes. | Edward Tomasz Napierala | 2017-10-24 | 1 | -78/+79 |
| * | Reword the conditional; it was ugly, and adding another parameter, | Edward Tomasz Napierala | 2017-10-24 | 1 | -17/+44 |
| * | Handle relocations for newer non-PIC MIPS ABI. | John Baldwin | 2017-09-12 | 1 | -0/+6 |
| * | Read max_stack_flags from correct object. | John Baldwin | 2017-08-30 | 1 | -1/+1 |
| * | o Replace __riscv__ with __riscv | Ruslan Bukin | 2017-08-07 | 1 | -1/+1 |
| * | Allow to specify targets by absolute paths in libmap.conf. | Konstantin Belousov | 2017-07-27 | 1 | -9/+10 |
| * | In open_binary_fd: when using buffer size for strl* and snprintf, | Xin LI | 2017-07-05 | 1 | -3/+3 |
| * | When reporting undefined symbol, note the version, if specified. | Konstantin Belousov | 2017-07-04 | 1 | -3/+7 |