Age | Commit message (Expand) | Author |
2014-09-29 | document that ldom guests now support block devices | Stefan Sperling |
2014-09-29 | document that vds(4) now supports block devices | Stefan Sperling |
2014-09-29 | Add support for using block devices in addition to files. | Mark Kettenis |
2014-09-29 | When freeing the config, explicitly call ressl_config_clear_keys() rather | Joel Sing |
2014-09-29 | during a small refactor, we broke table_passwd. | Gilles Chehade |
2014-09-29 | sync | Jonathan Gray |
2014-09-29 | check_cert(): be sure to reset ctx->current_crl to NULL before freeing it. | Miod Vallat |
2014-09-29 | X509_NAME_get_text_by_OBJ(): make sure we do not pass a negative size to | Miod Vallat |
2014-09-29 | X509_VERIFY_PARAM_set1_name(): if invoked with NULL as the second | Miod Vallat |
2014-09-29 | correctly decrement the C_SCSIXFER reference count in wdc_xfer flags | David Gwynne |
2014-09-28 | Properly serialize closing our vnode. Fixes the occasional panic during | Mark Kettenis |
2014-09-28 | Replace uvm_km_alloc(9) and uvm_km_free(9) with the equivalent km_alooc(9) | Mark Kettenis |
2014-09-28 | Use TAILQ_FOREACH_SAFE when we might delete entries for the list. | Mark Kettenis |
2014-09-28 | Wrap long lines and add missing argument name. | Joel Sing |
2014-09-28 | Bump minor after adding SSL_CTX_use_certificate_chain(). | Reyk Floeter |
2014-09-28 | Provide a ressl config function that explicitly clears keys. | Joel Sing |
2014-09-28 | Add a new API function SSL_CTX_use_certificate_chain() that allows to | Reyk Floeter |
2014-09-28 | Remove a limitation that ignored IPv6 link-local addresses on carp(4). | Reyk Floeter |
2014-09-28 | Make the goressl regress test compile again. | Joel Sing |
2014-09-28 | Revert 1.142. Without the down netstart will just print the ifconfig | Claudio Jeker |
2014-09-28 | X509v3_add_ext(): do not free stuff we did not allocate in the error path. | Miod Vallat |
2014-09-28 | X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it, | Miod Vallat |
2014-09-28 | Someone (TM) thought it was smart to save memory by using malloc(1) and | Miod Vallat |
2014-09-28 | document -fstack-shuffle | Sebastian Benoit |
2014-09-28 | in pool_destroy, enter and leave mutex as necessary to satisfy assertions. | Ted Unangst |
2014-09-28 | I was mistaken: Nothing's wrong with contractions, they're just a normal | Ingo Schwarze |
2014-09-28 | revamp the config interface to own memory. easier to use correctly without | Ted Unangst |
2014-09-27 | Revert r1.5 and reenable assembler version of ghash now that it has been | Miod Vallat |
2014-09-27 | Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where | Miod Vallat |
2014-09-27 | Move clock_reg[] definition. | Kenji Aoyama |
2014-09-27 | Use %zu where appropriate, from Fritjof Bornebusch. | Otto Moerbeek |
2014-09-27 | In addition to READ, disable WRITE events when closing the file | Reyk Floeter |
2014-09-27 | sync | Miod Vallat |
2014-09-27 | Disable assembler code for ghash on hppa, causes wrong computations in some | Miod Vallat |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-09-27 | add back inverted poison patterns. keep high bits, but twiddle low bits. | Ted Unangst |
2014-09-27 | Also in debug mode, close nullfd when it is not needed anymore. | Alexander Bluhm |
2014-09-27 | There is not much point checking ecdhp is not NULL... twice. | Joel Sing |
2014-09-27 | Check that the specified curve is one of the client preferences. | Joel Sing |
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt |
2014-09-27 | Removed an ununsed macro | Mike Larkin |
2014-09-27 | sound reasoning | Sebastian Benoit |
2014-09-27 | typo in a printf | Mike Larkin |
2014-09-27 | Explain why we deviate slightly from the PBKDF2 standard. | Doug Hogan |
2014-09-27 | Fix mmap() calls that check for a result other than MAP_FAILED. | Doug Hogan |
2014-09-27 | Change spaces to tab. No binary change. | Kenji Aoyama |
2014-09-27 | add some more sdtemp devices | Jonathan Gray |
2014-09-26 | Add missing .An macros (found with mandoc -Tlint) and | Ingo Schwarze |
2014-09-26 | X509_STORE_new(): do not leak memory upon error. | Miod Vallat |
2014-09-26 | X509_issuer_and_serial_hash(): do not leak memory if an error occurs during | Miod Vallat |