aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy().Xin LI2017-12-051-1/+1
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2747-21/+116
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2040-31/+111
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1812-12/+36
* Increase rtld initial memory pool size from 32kB to 128kB.Edward Tomasz Napierala2017-11-181-1/+1
* Appease old GCC by disabling .cfi_sections for GCC 4.x.John Baldwin2017-11-141-0/+2
* Some fixups to the CFI directives for PLT stub entry points.John Baldwin2017-11-101-2/+6
* Use NESTED() instead of LEAF() for rtld_start.John Baldwin2017-11-101-2/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3134-34/+0
* These values already set by src.libnames.mk.Bryan Drewery2017-10-311-2/+0
* Use MAP_PRIVATE instead of obsolete MAP_COPY. No functional changes.Edward Tomasz Napierala2017-10-301-1/+1
* Plug memory leak on error case.Edward Tomasz Napierala2017-10-291-0/+1
* Remove unneeded calls to access(2) from rtld(1); just call open(2) instead.Edward Tomasz Napierala2017-10-241-13/+23
* Replace lseek(2)/read(2) pair with pread(2), removing yet another syscallEdward Tomasz Napierala2017-10-241-4/+3
* Make find_library() conform to style(9). No functional changes.Edward Tomasz Napierala2017-10-241-78/+79
* Reword the conditional; it was ugly, and adding another parameter,Edward Tomasz Napierala2017-10-241-17/+44
* Use xmalloc and read(2) instead of mmap(2) to read in libmap.conf(5).Edward Tomasz Napierala2017-10-241-4/+6
* Don't call realpath(3) from libmap rtld code. This gets rid of a few callsEdward Tomasz Napierala2017-10-221-28/+23
* ftpd(8): fix user context handling.Eugene Grosbein2017-10-061-4/+17
* Remove rcmds.Jeremie Le Hen2017-10-069-1776/+0
* Deorbit catman. The tradeoff of disk for performance has long since tippedGordon Tetlow2017-09-133-21/+3
* Handle relocations for newer non-PIC MIPS ABI.John Baldwin2017-09-124-39/+240
* End softfp->hardfp transition period for armWarner Losh2017-09-122-12/+14
* Add CFI directives for _rtld_bind_start.John Baldwin2017-09-111-0/+24
* Add a new getty/gettytab capability to generate an initial message dynamically.David Bright2017-09-074-2/+8
* Add serial comma.Konstantin Belousov2017-09-011-1/+1
* Compile reloc.o with -fno-jump-tables on MIPS.John Baldwin2017-08-301-0/+3
* Read max_stack_flags from correct object.John Baldwin2017-08-301-1/+1
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-143-0/+3
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-023-0/+3
* | Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-101-2/+2
* | o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-023-9/+3
* hyperv: Add VF bringup scripts and devd rules.Sepherosa Ziehau2017-07-311-0/+1
* Allow to specify targets by absolute paths in libmap.conf.Konstantin Belousov2017-07-271-9/+10
* Language improvements.Konstantin Belousov2017-07-141-9/+10
* In open_binary_fd: when using buffer size for strl* and snprintf,Xin LI2017-07-051-3/+3
* When reporting undefined symbol, note the version, if specified.Konstantin Belousov2017-07-041-3/+7
* Add deprecation notices for all rcmd toolsAllan Jude2017-07-042-2/+20
* atf-sh(3): document atf_init_test_cases(3) fullyEnji Cooper2017-06-301-0/+1
* Use strlcpy() instead of strncpy() and nul-terminating.Xin LI2017-06-281-5/+2
* A little tweak for performanceJohn W. De Boskey2017-06-271-3/+2
* Use address space guard to implement inter-segment gap.Konstantin Belousov2017-06-241-1/+4
* Add MLINKS for atf-sh(3) to each of the functions it implementsEnji Cooper2017-06-071-1/+23
* Revert r319659Enji Cooper2017-06-071-1/+0
* Add an MLINK for atf_check(1) -> atf-check(1)Enji Cooper2017-06-071-0/+1
* Document direct execution mode for rtld.Konstantin Belousov2017-05-291-0/+71
* Correct explanation of the dynamic tokens handling.Konstantin Belousov2017-05-291-4/+5
* rtld: fix warnings about redundant declarationsEric van Gyzen2017-05-265-25/+0
* For ld.so direct execution mode, implement -p option: search for theKonstantin Belousov2017-05-231-9/+49