Age | Commit message (Expand) | Author |
2014-12-27 | Only include "boot.h" if MD_RCRT0_START is defined. Should fix build on vax. | Mark Kettenis |
2014-12-27 | Static PIE support for alpha. | Mark Kettenis |
2014-12-26 | Self-relocation code for powerpc. | Kurt Miller |
2014-12-25 | return ERANGE instead of ENOMEM, so callers can differentiate real oom | Sebastian Benoit |
2014-12-25 | Use archdep.h GOT_PERMS define for mprotect of GOT. okay kettenis@ | Kurt Miller |
2014-12-24 | simplify crypt_checkpass. The API promise is that this function doesn't | Ted Unangst |
2014-12-24 | Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value | Kurt Miller |
2014-12-24 | Fix previos. Pointed out by kurt@. | Mark Kettenis |
2014-12-24 | Add missing argument names, and sync the argument types and names with | Lawrence Teo |
2014-12-23 | Use the page size passed by the kernel in the Auxilliary Vector to handle | Mark Kettenis |
2014-12-23 | Make sure the GOT and PLT are not writable. | Mark Kettenis |
2014-12-23 | do not expose "ra" to cpp because it muddles up the .c code above. | Theo de Raadt |
2014-12-23 | Set up the linkage table register (%r19) before calling _dl_boot_bind. | Mark Kettenis |
2014-12-22 | Self-relocation code for i386. | Kurt Miller |
2014-12-22 | Self-relocation code for hppa. | Mark Kettenis |
2014-12-22 | Self-relocation code for sparc64. | Mark Kettenis |
2014-12-22 | When skipping a relocation because the referenced symbol is undefined, make | Mark Kettenis |
2014-12-22 | Introduce new csu0 variant for -static -pie binaries to use called | Kurt Miller |
2014-12-22 | fix docs for NOBROADCASTKILL | Ted Unangst |
2014-12-21 | Show the sign for NaN as per POSIX; from Elliott Hughes. | Daniel Dickman |
2014-12-19 | be like the kernel and only unroll if not small | Ted Unangst |
2014-12-19 | i386 unrolling blows up the media in a big way, due to -Os for | Theo de Raadt |
2014-12-18 | only unroll on i386 and amd64 (where confirmed to be much faster). | Ted Unangst |
2014-12-17 | unroll loops. much faster on amd64. ok deraadt millert | Ted Unangst |
2014-12-17 | Add size_t to int checks for SSL functions. | Doug Hogan |
2014-12-16 | typo; ok deraadt | Stuart Henderson |
2014-12-16 | warn for correct symbol | Theo de Raadt |
2014-12-16 | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | Miod Vallat |
2014-12-16 | Remove some useless casts and includes. OK deraadt@ tedu@ | Todd C. Miller |
2014-12-16 | include lock.h, needed for later headers but currently included by magic | Ted Unangst |
2014-12-16 | use .In and delete .Tn; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-15 | merge improvements from NetBSD; ok jmc@ nicm@ | Ingo Schwarze |
2014-12-15 | Add error handling for EVP_DigestInit_ex(). | Doug Hogan |
2014-12-14 | unconditionally align SSL payloads | Brent Cook |
2014-12-14 | Convert all of the straight forward client handshake handling code to use | Joel Sing |
2014-12-14 | Provide functions for starting, finishing and writing SSL handshake | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | Joel Sing |
2014-12-14 | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | Joel Sing |
2014-12-14 | macro cleanup; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-13 | Provide our own copy of {round,trunc}_page() now that uvm's is unreachable from | Miod Vallat |
2014-12-13 | macro cleanup; from Kaspars Bankovskis, tweaked a bit | Ingo Schwarze |
2014-12-12 | catch up with swab.c rev. 1.9: | Ingo Schwarze |
2014-12-12 | markup fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2014-12-12 | markup fixes, and repair some wrong argument types while here; | Ingo Schwarze |
2014-12-12 | sysctl kern.global_ptrace. | Ted Unangst |
2014-12-12 | Xr getdtablecount | Theo de Raadt |
2014-12-11 | update swab() to match the current posix definition. "rationale: none." | Ted Unangst |
2014-12-11 | we do not need the complexity of an assembly swab function here. | Ted Unangst |
2014-12-11 | Fix previous: | Ingo Schwarze |