aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement LD_BIND_NOT knob for rtld.Konstantin Belousov2017-03-1521-65/+86
* Increase WARNS for rtld-elf testsAlan Somers2017-03-113-0/+3
* Avoid bind lock recursion.Konstantin Belousov2017-03-091-25/+33
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-1/+1
* libexec: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-0411-17/+16
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Fully handle the special encoding of GOT[1] on mips64.John Baldwin2017-02-231-3/+19
* Handle protected symbols in rtld.Konstantin Belousov2017-02-091-8/+12
* Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8)Alexey Dokuchaev2017-02-022-52/+48
* Remove a duplicate store when performing REL32 relocations in rtld.John Baldwin2017-01-301-1/+0
* Extend LD_UTRACE by also generating utrace(2) log events for runtime linkerPeter Jeremy2017-01-302-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-4/+0
* Pull the R_AARCH64_TLSDESC code out into a common function and use them inAndrew Turner2017-01-251-8/+16
* rtld: do not rely on a populated GOT on amd64Ed Maste2017-01-162-2/+14