summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-03Correctly enable Montgomery code.Miod Vallat
2014-05-03unbreak compression, by re-init-ing the compression code in theMarkus Friedl
2014-05-03now that 5.5 has been released with compatibility for 2b hashes,Ted Unangst
2014-05-03Update the base64 regress test and enable a test that would previouslyJoel Sing
2014-05-03Add checks for invalid base64 encoded data, specifically relating to theJoel Sing
2014-05-031. Drop support for no minor. This variant doesn't exist anymore.Ted Unangst
2014-05-03It is definitly not the correct spelling.Joel Sing
2014-05-03KNF.Joel Sing
2014-05-03Annotate wide character routines so they get protected by Wbounded.Martynas Venckus
2014-05-03- Provide extended-precision math constants req'd by POSIXMartynas Venckus
2014-05-03Nuke more defines - we have setvbuf() and _IONBF.Joel Sing
2014-05-03KNF.Joel Sing
2014-05-03Initial version of a base64 regress.Joel Sing
2014-05-03more tweaking; ok sthenJason McIntyre
2014-05-03Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalidStefan Sperling
2014-05-03Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, weTheo de Raadt
2014-05-03Enable assembler bits for BN (Montgomery), SHA1 and SHA256.Miod Vallat
2014-05-03Detect Altivec support with the machdep.altivec sysctl rather than setmp andMiod Vallat
2014-05-03remove unused variablesCharles Longeau
2014-05-03drm/radeon: call drm_edid_to_eld when we update the edidJonathan Gray
2014-05-03Skip intel_crt_init for Dell XPS 8700Jonathan Gray
2014-05-03drm/i915/tv: fix gen4 composite s-video tv-outJonathan Gray
2014-05-03drm/i915: quirk invert brightness for Acer Aspire 5336Jonathan Gray
2014-05-03remove unused variableCharles Longeau
2014-05-02remove unused variableCharles Longeau
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02More use of 64-bit registers which needs to be disabled under OpenBSD.Miod Vallat
2014-05-02- Adjust pthread_stackseg_np to return the page aligned addressable stackKurt Miller
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02No really, pid 2 isn't specialPhilip Guenther
2014-05-02Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesMiod Vallat
2014-05-02The assembly sha512 code detects at runtime if it is running on a 64-bitMiod Vallat
2014-05-02Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availableMiod Vallat
2014-05-02Change BLKDEV_IOSIZE to PAGE_SIZETheo de Raadt
2014-05-02Disable assembler version of SHA512 for now, it produces wrong results.Miod Vallat
2014-05-02Add ChaCha as a cipher.Joel Sing
2014-05-02remove crazy #undefs; ok jsingTheo de Raadt
2014-05-02Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.Joel Sing
2014-05-02Sort and group includes. We also do not need to include openssl/evp.h moreJoel Sing
2014-05-02Sort function prototypes and group/sort entries within the functions array.Joel Sing
2014-05-02Add regression tests to relayd to cover a few key types/actions combinations.Andre de Oliveira
2014-05-02Improves this test to be more strict on the filter action test. Now itAndre de Oliveira
2014-05-02spelling; Denis FondrasTheo de Raadt
2014-05-02Make acpiprt(4) handle interrupts with non-standard polarity and trigger modeMark Kettenis
2014-05-02Extends relayd regress-tests framework to support tweaks from test-code: tablesAndre de Oliveira
2014-05-02Make acpi_mutex_acquire/release actually grab the global lock if it should.Mark Kettenis
2014-05-02'for (part == 0; ...)' is not the same as 'for(part = 0; ...)'.Kenneth R Westerback
2014-05-02Kill annoying and useless emacs local variable. ok mikeb@Jeremie Courreges-Anglas
2014-05-02The page daemon no longer has a fixed PID. ok kettenis@ jmc@Jeremie Courreges-Anglas
2014-05-02Add missing $ on OpenBSD cvs tags, ok djmAndre de Oliveira