summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-1311-22/+22
* Use kbind for lazy binding GOT/PLT updates on arm.guenther2015-09-121-23/+28
* add some missing .Cm macros and drop some redundant .Bk while hereschwarze2015-09-111-8/+8
* read, tls_read, and tls_write return ssize_tbeck2015-09-101-3/+3
* fix after libtls api changesbeck2015-09-101-12/+17
* Some explicit iflush instructions after the kbind() call are still neededmiod2015-09-091-8/+13
* Check strdup return value for NULL.tobias2015-09-062-2/+13
* test pointers with NULL not '\0'jsg2015-09-011-4/+4
* Use kbind for lazy binding GOT/PLT updates on m88k and sparc.guenther2015-09-012-60/+88
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Use kbind for lazy binding GOT/PLT updates on sh (i.e. landisk)guenther2015-08-281-24/+28
* remove excess tab at end of line (how did they afford the extra bytes inderaadt2015-08-281-2/+2
* Use ELF_LDFLAGS to pass the --version-script argument such that we actuallykettenis2015-08-281-2/+2
* If we take the address of a function pointer, we might get a pointer tokettenis2015-08-271-2/+10
* Use kbind for lazy binding GOT/PLT updates on hppa.guenther2015-08-271-26/+34
* Kbind 3: The Legend Continues!guenther2015-08-262-36/+55
* Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still othersguenther2015-08-252-79/+93
* Apply a symbol export list to ld.so with just the expected dl*() and theguenther2015-08-232-2/+23
* Use kbind for lazy binding GOT/PLT updates on amd64 and sparc64; othersguenther2015-08-232-157/+252
* Add support for the Secure-PLT ABI variant. This will give us better W^Xkettenis2015-08-231-83/+152
* spacesderaadt2015-08-231-3/+3
* huge amount of spacesderaadt2015-08-231-6/+6
* calloc() is prototyped; do not cast resultderaadt2015-08-181-2/+2
* _dl_malloc() proto exists, do not cast resultderaadt2015-08-181-2/+2
* Add missing 'extern's to avoid introducing commons into *crt0.oguenther2015-08-171-3/+3
* start replacing some \*([GL]t;jmc2015-08-121-13/+9
* divert-to a table needs an address family;jmc2015-08-121-3/+3
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-6/+6
* Reenable the ld.so pre-install test; the "am I cross-compiling" test wasguenther2015-07-261-4/+4
* Copy relocations can't be jump-slot relocations, so delete the test for that.guenther2015-07-263-10/+7
* When reading untrusted user files, don't risk blocking, such thatschwarze2015-07-211-3/+6
* remove note in BUGS about the he capability;jmc2015-07-181-6/+2
* remove mention of hostname editingtedu2015-07-161-29/+2
* remove ancient support for edited hostnames. ok deraadt (long ago)tedu2015-07-163-47/+6
* Trim trailing whitespace from the comsat message before callingmillert2015-07-061-4/+10
* Add support for IPv6 by using getaddrinfo(). Our inetd.conf shipsmillert2015-07-061-19/+30
* Correctly handle relative-type relocations; very old ld.so bug which gotmiod2015-07-031-2/+2
* breath->breadthsthen2015-06-101-2/+2
* Typos: equalivant, fucntion, libary.miod2015-06-102-8/+8
* Do not assume that asprintf() clears the pointer on failure, whichmillert2015-06-033-10/+25
* In the lazy binding routine, make sure we actually allocate the stack we need,miod2015-06-011-3/+3
* Make ld.so on alpha cope with binaries built with secureplt (where secure heremiod2015-05-292-39/+130
* Better cross-compilation checkmiod2015-05-261-2/+2
* be pedantic with sizeof usejsg2015-05-221-2/+2
* Change spamd to use divert-to instead of rdr-to.reyk2015-05-184-105/+18
* Fix a memory leak in _dl_load_dep_libs()jsg2015-05-061-1/+3
* tidy up the prebind text; prompted by zhukjmc2015-04-281-12/+11
* When diff(1) finds differences, it returns an exit status of 1.schwarze2015-04-211-2/+6
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-183-23/+25
* document missing argument; ok jmcderaadt2015-04-141-3/+11