summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2014-12-27Static PIE for mips64. Still something not quite right as a full make buildkettenis1-2/+3
2014-12-27Make ld.so process only R_ALPHA_RELATIVE relocations during early GOTkettenis2-3/+6
2014-12-24Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL valuekurt1-12/+1
2014-12-22Self-relocation code for i386.kurt1-1/+4
2014-12-22Static PIE has been delayed for quite a while. By pushing hard with pascalderaadt1-5/+1
2014-12-22Introduce new csu0 variant for -static -pie binaries to use calledkurt1-2/+3
2014-12-19place the afterinstall: target correctly for static-only architecturesderaadt1-5/+4
2014-12-16install both ld.so with mode 444deraadt1-2/+3
2014-12-16Install a copy of ld.so into /sbin. Soon to be used in order to make "static"pascal1-1/+5
2014-12-14Revert r1.10: properly built shared libraries will never have any DISP26miod1-41/+7
2014-12-09avoid void arithmetic. from david carliertedu1-2/+3
2014-12-04AnonCVS is designed to work with a user account that has no password and aschwarze1-2/+3
2014-12-02some minor fixes from martin natano;jmc1-4/+4
2014-11-25When a public symbol in a library is referenced by the main program's plt,miod1-9/+43
2014-11-24Make the scope of the symbol caching variables added in 1.49 a bit larger somiod1-3/+3
2014-11-23Delete a bunch of unnecessary #includesguenther4-17/+4
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)deraadt1-3/+3
2014-11-22mop up a barely started project... getting in the way of grepping the tree!deraadt1-3/+0
2014-11-20user error is not a bug. fingerd is not responsible for filtering outtedu1-18/+3
2014-11-19Nuke yet more obvious #include duplications.krw2-4/+2
2014-11-18Nuke some obvious #include duplications.krw3-6/+3
2014-11-15Reduce instances of `` '' in manuals.bentley1-3/+4
2014-11-15ELF files have moved up a levelguenther1-2/+2
2014-11-03Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so theguenther5-29/+12
2014-11-03reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.tedu2-12/+5
2014-11-03arc4random_uniform() transformation was off, resulting in badly skewedguenther1-2/+2
2014-10-25Remove unnecessary netinet/in_systm.h include.lteo3-6/+3
2014-10-19Revert last commit due to changed semantics found by make release.doug1-7/+7
2014-10-18Better POSIX compliance in realpath(3).doug1-7/+7
2014-10-18Convert some malloc() and realloc() calls to reallocarray().doug1-8/+10
2014-10-18Simple malloc() to reallocarray() conversion.doug1-3/+3
2014-10-11Fix manpage: -y only takes interface names, and doesnt take ip addresses.landry1-11/+6
2014-10-11obvious reallocarrayderaadt1-3/+3
2014-10-11Userland reallocarray() audit.doug1-4/+4
2014-10-09obvious reallocarray() conversionsderaadt3-14/+15
2014-10-08obvious reallocarray() use for * int overflow; ok dougderaadt1-2/+2
2014-10-08remove useless castderaadt1-2/+2
2014-10-08do not need a cast from void *deraadt1-2/+2
2014-10-05we use tradcpp instead; ok jsgderaadt23-12596/+0
2014-09-22Correct the token used.brad1-2/+2
2014-09-16use crypt_checkpass function to make things simpletedu1-22/+7
2014-09-16less sendmail;jmc1-3/+2
2014-09-16less sendmail;jmc1-6/+4
2014-09-16no need to Xr sendmail here;jmc1-3/+2
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod1-2/+2
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.doug11-22/+22
2014-09-01Simplify the syslog.conf example: .info means that *and higher*guenther1-3/+3
2014-08-30Make the handling of PLT entries above the 32k mark thread-safe.guenther1-4/+5
2014-08-25Delete secret or secret-derived data with explicit_bzero.doug2-4/+4
2014-08-19ld.so(1): Missing stack var initializationuebayasi1-1/+2