summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-09use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usTheo de Raadt
2014-10-09indentTheo de Raadt
2014-10-09obvious reallocarray() conversionsTheo de Raadt
2014-10-09fairly obvious reallocarray() conversion, where the size is recalculatedTheo de Raadt
2014-10-09obvious reallocarray() conversionsTheo de Raadt
2014-10-09fix some data type mismatches in the zlib paths in hibernateMike Larkin
2014-10-09remove an unused function and some unused variables in hibernateMike Larkin
2014-10-09USE_SHLIBDIR is archaicTheo de Raadt
2014-10-08Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.Brad Smith
2005-05-28import regression tests for gzsig.marius eriksen
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifndef DDB, correct a format string..Theo de Raadt
2014-10-08Tweak config reparsing with host canonicalisationDamien Miller
2014-10-08Add tests for EOF behavior (which currently fail) and expected output.Todd C. Miller
2014-10-08another -Wpointer-sign from clangDamien Miller
2014-10-08fix a few -Wpointer-sign warnings from clangDamien Miller
2014-10-08syncTheo de Raadt
2014-10-08parse cert sections using nested buffers to reduce copies; ok markusDamien Miller
2014-10-08print ipv6cp by name rather than number in "0x8057 output <...>" debug lines,Stuart Henderson
2014-10-08Remove #ifdef SO_OOBINLINE, it is always defined.Alexander Bluhm
2014-10-08iRemove the #ifdef WIN32 implementation from libevent.Alexander Bluhm
2014-10-08publish_avail_idx does not read the used ring, no need to callStefan Fritsch
2014-10-08use the reallocarray idiom; ok ingoTheo de Raadt
2014-10-08Add missing memory barriers to virtio.Stefan Fritsch
2014-10-08Add virtio_membar_* macrosStefan Fritsch
2014-10-08syncTheo de Raadt
2014-10-08historyTed Unangst
2014-10-08use preferred license form. can't trust that doug guy with anything...Ted Unangst
2014-10-08mlinks, and prune some functions from man page i'm not ready for yet.Ted Unangst
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-10-08Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflowNicholas Marriott
2014-10-08check audio parameters returned by the audio drivers,Alexandre Ratchov
2014-10-08trivial use of getreallocarray()Theo de Raadt
2014-10-08trivial use of reallocarrayTheo de Raadt
2014-10-08replace internal erealloc() with ereallocarray(), and then use it toTheo de Raadt
2014-10-08more betterTed Unangst
2014-10-08Use reallocarray() throughout to spot multiplicative int overflow.Theo de Raadt
2014-10-08reluctantly rename man page after a functionTed Unangst
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-10-08make workq/taskq runner threads yield when they've hogged the cpuBret Lambert
2014-10-08whack a few stray .Pp macrosIngo Schwarze
2014-10-08Add offsets for cortex-A7/A15. Adapted from bitrig.Raphael Graf
2014-10-08add a few more functions.Ted Unangst
2014-10-08add support for megaraid 3008 (fury) and 3108 (invader) cards. theDavid Gwynne
2014-10-08rough sketch of ressl documentationTed Unangst
2014-10-08On ThinkPads, protect code handling the hibernate button withDavid Coppa
2014-10-08At present (since NOINET6-by-default), pppoe(4) does not request IPV6CP unlessStuart Henderson
2014-10-08Tedu the RB-tree of addresses, thanks for all the fish!Martin Pieuchot
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08obvious reallocarray(); ok dougTheo de Raadt