Age | Commit message (Expand) | Author |
2014-05-31 | Some KNF and fix the vairable spelling. | Joel Sing |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-31 | Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in a | Claudio Jeker |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-31 | Add a basic test for RTM_CHANGE | Claudio Jeker |
2014-05-31 | Oops. We're reporting DEV_BSIZE values in error messages, so call | Kenneth R Westerback |
2014-05-31 | More KNF. | Joel Sing |
2014-05-31 | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. | Joel Sing |
2014-05-31 | Cast daddr_t variable (blkno) to (long long) when printing with %lld. | Kenneth R Westerback |
2014-05-31 | Address several problems in signal delivery on 88100 processors: | Miod Vallat |
2014-05-31 | In regdump(), print DAE registers when they are valid, regardless of the | Miod Vallat |
2014-05-31 | Introduce m88100_rewind_insn() to rewind the execution pipeline one | Miod Vallat |
2014-05-31 | unifdef -UDOXYGEN and manually remove the few doxygen comments that are not | Joel Sing |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | Joel Sing |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-05-31 | Delete the extraneous "return" statement at the end of a void function. | Jeremie Courreges-Anglas |
2014-05-31 | KNF and other cleanup. | Joel Sing |
2014-05-31 | add -S to usage(); | Jason McIntyre |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-05-31 | Fix a format specifier in a debug printf. | Mike Larkin |
2014-05-30 | don't assign variables in if() that's not error checking | Ted Unangst |
2014-05-30 | modern bourne shells handle ~. Unlikely in makefiles, but still, better | Marc Espie |
2014-05-30 | a little style consistency with error checking | Ted Unangst |
2014-05-30 | Add option -S to have dump(8) only estimate backup size and number of tapes | Stephan A. Rickauer |
2014-05-30 | Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions. | Theo de Raadt |
2014-05-30 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2014-05-30 | warnings warnings everywhere | Ted Unangst |
2014-05-30 | WARNING: Encrypted vnd is insecure. | Ted Unangst |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-30 | oops, auto-read config only *after* we have a way to print out errors. | Marc Espie |
2014-05-30 | More KNF. | Joel Sing |
2014-05-30 | remove some #if 0 code. we don't need any more reminders that we're using | Ted Unangst |
2014-05-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | Eliminate some duplicated "mfctl cr29, rN" instructions. | Mark Kettenis |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-30 | Remove unused fields from the pipes. | Martin Pieuchot |
2014-05-30 | Fix some more nasty stringyness in here by using asprintf instead of cruft. | Bob Beck |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-30 | Appletalk support was removed a while ago. So was natm and hylink (if ever). | Philip Guenther |
2014-05-30 | AF_NATM support was removed before 5.5 | Philip Guenther |
2014-05-30 | more: no need to null check before free; ok guenther | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-30 | While working on another diff I ended up looking to see why on earth the | Joel Sing |
2014-05-30 | Use calloc instead of malloc and memset. | YASUOKA Masahiko |
2014-05-30 | Rework parse_name() so that variable declaration is separate from function | Joel Sing |
2014-05-30 | Add definitions for Process and (finally!) Thread | Philip Guenther |