summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-17bring the twisting of bus_space from amd64 over to i386. this is:David Gwynne
2014-10-17reset all the pfsync packet state before calling ip_output inDavid Gwynne
2014-10-16No longer used.Mark Kettenis
2014-10-16The "close" word doesn't return any arguments.Mark Kettenis
2014-10-16use reallocarray(); ok lteoTheo de Raadt
2014-10-16Use reallocarray() and remove a few archaic memory allocation practices.Theo de Raadt
2014-10-16Additonal registers needs to be saved in sc_save2, not sc_save.Mark Kettenis
2014-10-16Kill the alloc command, which tried to measure behaviour based on sbrk.Theo de Raadt
2014-10-16LID control method devices aren't required to offer _PSW, so don't skipMike Larkin
2014-10-16Use an instruction encoding for the return-to-realmode code that works onMike Larkin
2014-10-16Use reallocarray() where possible. There are further possible overflowsTheo de Raadt
2014-10-16Fix bounds check for newlen without relying on unspecified behavior.Todd C. Miller
2014-10-16Remove references to unimplemented CLOCK_VIRTUAL. It is non-standardTodd C. Miller
2014-10-16we stopped building librt a while back. delete stubs.Ted Unangst
2014-10-161) Fix a segfault triggered by an input line containing two consecutiveIngo Schwarze
2014-10-16use .fn here too. from Jean-Philippe OuelletTed Unangst
2014-10-16Repair BUF_strdup() breakage.Joel Sing
2014-10-16disable SSLv3Gilles Chehade
2014-10-16Remove #ifdef HAVE_CONFIG_H, there is no config.h file.Alexander Bluhm
2014-10-16No need to reserve separate KVA ranges for the RLE and copy pages inMike Larkin
2014-10-16reallocarray() obviouslyTheo de Raadt
2014-10-16simple reallocarray()Theo de Raadt
2014-10-16use reallocarray(). Looked at a few times by doug, I am sure.Theo de Raadt
2014-10-16missing \n in printf; Daniel WadeTheo de Raadt
2014-10-16Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, useBob Beck
2014-10-16Use reallocarray() to get integer overflow detection.Lawrence Teo
2014-10-16Document that SSLv3 has been disabled. Also mention that SSLv2 wasLawrence Teo
2014-10-16oops, don't escape the first token of inline equationsIngo Schwarze
2014-10-16Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze
2014-10-15Remove #ifndef HAVE_TAILQFOREACH containing a private tailqAlexander Bluhm
2014-10-15move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant toSebastian Reitenbach
2014-10-15create xreallocarray() and use itTheo de Raadt
2014-10-15Fuck it. No SSLv3; not now, not ever. The API of the future will onlyTed Unangst
2014-10-15basic formatting fixes;Jason McIntyre
2014-10-15- allow empty headersGilles Chehade
2014-10-15some choice thoughts on back compatTed Unangst
2014-10-15Disable SSLv3 by default.Joel Sing
2014-10-15Do not panic when attempting to decode invalid condition codes, or ifMiod Vallat
2014-10-15Sprinkle CPU_BUSY_CYCLE() in a few places.Masao Uebayashi
2014-10-15Revert previous (wrong commit message).Masao Uebayashi
2014-10-15Clear protocol options before optionally setting them.Joel Sing
2014-10-15Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - thisJoel Sing
2014-10-15Only require an EC public key in tls1_set_ec_id(), if we need to provideJoel Sing
2014-10-15Add cipher aliases for DHE (the correct name for EDH) and ECDHE (theJoel Sing
2014-10-15pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-10-15Use the terms "routing entry" or simply "entry" when talking about theMartin Pieuchot
2014-10-15Disable SSLv3 by default.Reyk Floeter
2014-10-15use reallocarray()Theo de Raadt
2014-10-15when From, To and Cc headers present users without domains, append theGilles Chehade
2014-10-15add a (high) limit to the number of header lines we're willing to keep inGilles Chehade