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