summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-12Convert the rest of the server handshake functions to ssl3_handshake_msg_*.Joel Sing
2015-09-12Uncopy and unpaste dtls1_send_client_verify() - theJoel Sing
2015-09-12Remove dead get_host_seed() function; Martin NatanoMiod Vallat
2015-09-12Uncopy and unpaste dtls1_send_client_key_exchange() - theJoel Sing
2015-09-12Use explicit_bzero() instead of memset() when clearing private keys.Joel Sing
2015-09-12Old diff found in my tree: Add HISTORY; info from the CSRG CDs.Ingo Schwarze
2015-09-12typo that breaks the buildChristian Weisgerber
2015-09-12Fix two cases where it was possible to call if_put with an uninitialized ifpClaudio Jeker
2015-09-12show a few more lines of trace; discussed in the roomTheo de Raadt
2015-09-12Pull variable assignment out from function call, fix indentation and setJoel Sing
2015-09-12More ifmedia64 fallout; that should be the last.Miod Vallat
2015-09-12style(9) and whitespace cleanups.Joel Sing
2015-09-12vhif_ifp in struct carp_ifs is set but never used. it can be trimmed.David Gwynne
2015-09-12ifmedia64 fixes.Miod Vallat
2015-09-12mii_softc's view of the current mii state need to use the proper typesMiod Vallat
2015-09-12Avoid out of boundary access on invalid or short packet reads.Tobias Stoeckmann
2015-09-12vhif_nvrs in carp_if is used to count the number of entries inDavid Gwynne
2015-09-12Use rtref(9) in rtable_match() before returning a route entry.Martin Pieuchot
2015-09-12Add a few -fno-builtin-foo to silence the build.Miod Vallat
2015-09-12Remove workaround for old SIMICS toolchain.Miod Vallat
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.Miod Vallat
2015-09-12Rework fb_setsize() logic to get rid of gotos.Miod Vallat
2015-09-12Also print the error registers in the ddb callback.Miod Vallat
2015-09-12use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsingTheo de Raadt
2015-09-12When panicing, show the non-idle, on-proc threads before showing the stackPhilip Guenther
2015-09-12syncTheo de Raadt
2015-09-12fix previous;Jason McIntyre
2015-09-12syncTheo de Raadt
2015-09-12Intel docs suggest that cpus in C3 may go into deeper states automaticallyPhilip Guenther
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2015-09-12Add support for the 88E1512/88E1514 phys using the 1512 init sequenceJonathan Gray
2015-09-12Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. ChangesJames Turner
2015-09-11add missing functions to NAME;Jason McIntyre
2015-04-19Update sqlite3 to 3.8.9. Changes available here:James Turner
2015-04-04Update sqlite3 to 3.8.8.3. Changes available here:James Turner
2014-09-29Update sqlite3 to 3.8.6. A list of changes are available here:James Turner
2014-03-24Update sqlite to 3.8.4. A list of changes are available here:James Turner
2013-06-09Update to sqlite 3.7.17.Landry Breuil
2012-11-29minor update to 3.7.14.1Marc Espie
2012-06-22import 3.7.13Marc Espie
2012-06-04minor update to 3.7.12.1Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2015-09-11Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel)Philip Guenther
2015-09-11Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-09-11Adapt test to 50MB CAfile limit.Alexander Bluhm
2015-09-11Bad whatever, that if_put() should not be there. Found the hard way by deraadt@Claudio Jeker
2015-09-11Instead of printing errno strings here and there, add a logerrorx()Alexander Bluhm
2015-09-11Now that the port tree is clean, RTF_XRESOLVE disapear.Martin Pieuchot
2015-09-11consistency: .Ic -> .Cm; and drop redundant .BkIngo Schwarze
2015-09-11spaces found during a readTheo de Raadt