summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2015-09-10read, tls_read, and tls_write return ssize_tBob Beck
2015-09-10fix after libtls api changesBob Beck
2015-09-09Some explicit iflush instructions after the kbind() call are still neededMiod Vallat
2015-09-06Check strdup return value for NULL.Tobias Stoeckmann
2015-09-01test pointers with NULL not '\0'Jonathan Gray
2015-09-01Use kbind for lazy binding GOT/PLT updates on m88k and sparc.Philip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-08-28Use kbind for lazy binding GOT/PLT updates on sh (i.e. landisk)Philip Guenther
2015-08-28remove excess tab at end of line (how did they afford the extra bytes inTheo de Raadt
2015-08-28Use ELF_LDFLAGS to pass the --version-script argument such that we actuallyMark Kettenis
2015-08-27If we take the address of a function pointer, we might get a pointer toMark Kettenis
2015-08-27Use kbind for lazy binding GOT/PLT updates on hppa.Philip Guenther
2015-08-26Kbind 3: The Legend Continues!Philip Guenther
2015-08-25Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still othersPhilip Guenther
2015-08-23Apply a symbol export list to ld.so with just the expected dl*() and thePhilip Guenther
2015-08-23Use kbind for lazy binding GOT/PLT updates on amd64 and sparc64; othersPhilip Guenther
2015-08-23Add support for the Secure-PLT ABI variant. This will give us better W^XMark Kettenis
2015-08-23spacesTheo de Raadt
2015-08-23huge amount of spacesTheo de Raadt
2015-08-18calloc() is prototyped; do not cast resultTheo de Raadt
2015-08-18_dl_malloc() proto exists, do not cast resultTheo de Raadt
2015-08-17Add missing 'extern's to avoid introducing commons into *crt0.oPhilip Guenther
2015-08-12start replacing some \*([GL]t;Jason McIntyre
2015-08-12divert-to a table needs an address family;Jason McIntyre
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-26Reenable the ld.so pre-install test; the "am I cross-compiling" test wasPhilip Guenther
2015-07-26Copy relocations can't be jump-slot relocations, so delete the test for that.Philip Guenther
2015-07-21When reading untrusted user files, don't risk blocking, such thatIngo Schwarze
2015-07-18remove note in BUGS about the he capability;Jason McIntyre
2015-07-16remove mention of hostname editingTed Unangst
2015-07-16remove ancient support for edited hostnames. ok deraadt (long ago)Ted Unangst
2015-07-06Trim trailing whitespace from the comsat message before callingTodd C. Miller
2015-07-06Add support for IPv6 by using getaddrinfo(). Our inetd.conf shipsTodd C. Miller
2015-07-03Correctly handle relative-type relocations; very old ld.so bug which gotMiod Vallat
2015-06-10breath->breadthStuart Henderson
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-06-01In the lazy binding routine, make sure we actually allocate the stack we need,Miod Vallat
2015-05-29Make ld.so on alpha cope with binaries built with secureplt (where secure hereMiod Vallat
2015-05-26Better cross-compilation checkMiod Vallat
2015-05-22be pedantic with sizeof useJonathan Gray
2015-05-18Change spamd to use divert-to instead of rdr-to.Reyk Floeter
2015-05-06Fix a memory leak in _dl_load_dep_libs()Jonathan Gray
2015-04-28tidy up the prebind text; prompted by zhukJason McIntyre
2015-04-21When diff(1) finds differences, it returns an exit status of 1.Ingo Schwarze
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-14document missing argument; ok jmcTheo de Raadt
2015-04-14wrap a long lineTheo de Raadt
2015-04-14Log a more useful error message if ttyname() fails. OK deraadt@Todd C. Miller
2015-03-27In mount(8) output, do not misparse lines where fs_spec ends with theIngo Schwarze