aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the static buffer used to read the first page of the mappedKonstantin Belousov2012-06-141-62/+70
* None of these programs actually use auth.conf.Dag-Erling Smørgrav2012-06-111-1/+0
* mdoc: Only use macros inside a reference block.Joel Dahl2012-05-231-8/+4
* mdoc: fix .Bl -offset.Joel Dahl2012-05-231-1/+1
* Properly use LDADD & DPADD to link against libwrap.Marcel Moolenaar2012-05-191-1/+3
* open the resolved pathBaptiste Daroussin2012-05-051-4/+4
* Work around a situation where symlook_obj() could be called for theKonstantin Belousov2012-05-051-3/+5
* Add two special directives to libmap.conf:Baptiste Daroussin2012-04-301-30/+132
* Add GNU hash support for rtld.Konstantin Belousov2012-04-309-19/+163
* Split the symlook_obj1 into a loop iterating over the ELF object symbolKonstantin Belousov2012-04-302-95/+116
* Fix a missed file in r234580: replace the now-obsolete powerpc_mb() withNathan Whitehorn2012-04-231-2/+2
* Do a better job at determining the username of the login session.Ed Schouten2012-04-191-1/+23
* Propagate the current state of rtld_bind_lock to dlopen_object() callsKonstantin Belousov2012-04-121-16/+23
* Properly handle absent AT_CANARY aux entry.Konstantin Belousov2012-04-051-1/+2
* Remove extra blank line from revious commit.Alexander Kabaev2012-04-021-1/+0
* Do not try to adjust stacks if dlopen_object is called too early.Alexander Kabaev2012-04-021-1/+4
* Fix ia64 build after r233655.Konstantin Belousov2012-03-291-0/+6
* Import DragonFly BSD commitKonstantin Belousov2012-03-291-1/+6
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-3/+3
* Prevent rtld_verify_object_versions() from being called several timesKonstantin Belousov2012-03-272-0/+5
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-2/+2
* Make sure sections are sorted into conventional order.Joel Dahl2012-03-251-17/+17
* Remove libssp_nonshared from the rtld linking set. The only use for theKonstantin Belousov2012-03-242-1/+2
* Provide short-circuit exit(3) implementation for rtld.Konstantin Belousov2012-03-241-0/+11
* Before jumping to application's entry point set ra == pc in orderOleksandr Tymoshenko2012-03-231-1/+2
* Remove superfluous extern keywords.Konstantin Belousov2012-03-231-10/+10
* Centralize the calculation of the top source directory. ThisKonstantin Belousov2012-03-231-2/+3
* Implement xstrdup() using strlen()/xmalloc()/memcpy() alreadyKonstantin Belousov2012-03-231-7/+8
* Use xmalloc() instead of malloc() in the places where malloc() callsKonstantin Belousov2012-03-225-19/+20
* Remove the fragments which are not needed on FreeBSD. The caltechKonstantin Belousov2012-03-221-18/+0
* Fix several problems with our ELF filters implementation.Konstantin Belousov2012-03-2010-118/+179
* Remove write-only variable.Konstantin Belousov2012-03-161-2/+0
* Rtld on diet 3.Konstantin Belousov2012-03-144-11/+22
* Use PTR_SUBU instead of subu (missed this one)Oleksandr Tymoshenko2012-03-121-1/+1
* Use PTR_(ADD|SUB)U macrosses instead of hardcoded addu/subuOleksandr Tymoshenko2012-03-121-2/+2
* - Although we pass first 4 arguments in registers, function callinf ABI requiresOleksandr Tymoshenko2012-03-121-7/+9
* Rtld on diet part 2:Konstantin Belousov2012-03-121-72/+76
* Rtld on diet part 1:Konstantin Belousov2012-03-121-0/+40
* Amend r232857, now dropping the casts entirely, as they were notDimitry Andric2012-03-121-2/+2
* Fix the following warning/error with clang:Dimitry Andric2012-03-121-2/+2
* When iterating over the dso program headers, the object is not initializedKonstantin Belousov2012-03-121-1/+4
* Add support for preinit, init and fini arrays. Some ABIs, inKonstantin Belousov2012-03-1113-14/+230
* Optimize tls_get_addr_common(). The change provides around 30% speedupKonstantin Belousov2012-03-101-9/+22
* Remove the use of toupper() from rtld_printf.c. Use of the libc functionKonstantin Belousov2012-03-091-5/+7
* Cosmetic nit:Sergey Kandaurov2012-03-061-10/+10
* - Switch to saving non-offseted pointer to TLS block in order too keep things...Oleksandr Tymoshenko2012-03-062-17/+4
* The libmap.conf initialization is performed before TLS is functional.Konstantin Belousov2012-03-051-10/+15
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-282-6/+2
* Avoid error log for transfer stop w/o error code.Ed Maste2012-02-211-1/+2
* Add thread-local storage support for ARM to rtld-elfOleksandr Tymoshenko2012-02-143-11/+83