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