aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update my copyright, note The FreeBSD Foundation involvement.Konstantin Belousov2017-05-181-3/+8
* Fix style [1], add static keyword before static function definition.Konstantin Belousov2017-05-181-1/+2
* Fix some nroff syntax in rtld.1.Jonathan Anderson2017-05-181-1/+1
* Allow rtld direct-exec to take a file descriptor.Jonathan Anderson2017-05-171-17/+109
* Pretend that there is some security when executing in direct mode.Konstantin Belousov2017-05-161-0/+38
* Rename rtld's parse_libdir to parse_integer.Jonathan Anderson2017-05-161-12/+13
* Make ld-elf.so.1 directly executable.Konstantin Belousov2017-05-151-6/+58
* Fix the AT_EXECFD functionality.Konstantin Belousov2017-05-151-0/+2
* In _rtld(), reorder local declarations to compact the block andKonstantin Belousov2017-05-131-23/+10
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* Improve blacklist support before upgrading libblacklistKurt Lidl2017-05-062-3/+5
* Fix markup in gettytab(5).Edward Tomasz Napierala2017-05-041-36/+36
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-3/+5
* Emply contemporary function prototypes in bootpd, rather than relying onRobert Watson2017-03-264-13/+12
* Impelemnt ttys onifexists in init.Warner Losh2017-03-221-1/+7
* Remove unused vmmeter.Gleb Smirnoff2017-03-171-2/+0
* rtld(1): Document that LD_BIND_NOT is unset for setugid processes.Jilles Tjoelker2017-03-161-0/+1
* Disable LD_BIND_NOT for setugid processes.Konstantin Belousov2017-03-151-3/+3