summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-08use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)...Theo de Raadt
2014-10-08obvious reallocarray() use for * int overflow; ok dougTheo de Raadt
2014-10-08reallocarray() to detect potential int overflow; ok dougTheo de Raadt
2014-10-08reallocarray() for mult int overflow detect; ok dougTheo de Raadt
2014-10-08remove useless castTheo de Raadt
2014-10-08simple reallocarray() use; ok dougTheo de Raadt
2014-10-08use reallocarray() to detect int overflow; ok dougTheo de Raadt
2014-10-08use reallocarray() to cope with multiplicative integer overflow; ok dougTheo de Raadt
2014-10-08use reallocarray() instead of realloc() to handle potential integer overflow;...Theo de Raadt
2014-10-08add a xreallocarray() like the existing fatal xmalloc(), and use it toTheo de Raadt
2014-10-08reallocarray() to detect integer overflow; ok dougTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08fix an indentation that makes me upsetTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08remove stupid castTheo de Raadt
2014-10-08do not need a cast from void *Theo de Raadt
2014-10-08bump max columns out to 768. screens are getting bigger...David Gwynne
2014-10-08sl(4) was tedu'd. No need to filter it out of interface list anymore.Kenneth R Westerback
2014-10-07no more Xr to gzsigTheo de Raadt
2014-10-07syncTheo de Raadt
2014-10-07remove preliminary AOE (ata over ethernet) support. not finished afterTed Unangst
2014-10-07fix a critical DDOS in head. use the correct exit code on failure.Ted Unangst
2014-10-07remove gzsig. we have no use for this now.Ted Unangst
2014-10-07be a bit more patient, 1s is sometimes insufficient for legitimate queriesIngo Schwarze
2014-10-07Switch HTML output to polyglot HTML5; have only one single -Thml mode.Ingo Schwarze
2005-05-28import gzsig by Dug Song. marius eriksen
2014-10-07If a tbl(7) layout contains unknown font modifiers, fall back to theIngo Schwarze
2014-10-07zap duplicated line; Theo BuehlerStuart Henderson
2014-10-07when running bpf on an outgoing vlan interface that doesnt have aDavid Gwynne
2014-10-07Use L1_S_V7_AP instead of L1_S_AP for the v7 caseJonathan Gray
2014-10-07Since the list of mpe(4) interfaces is only accessed in process context,Martin Pieuchot
2014-10-07Do not protect the SIOCSIFADDR call by splnet(). Drivers alreadyMartin Pieuchot
2014-10-07Correct the l1 pte permission bits for armv7. Problem pointed outJonathan Gray
2014-10-07Use strdup() instead of malloc() + memcpy().Miod Vallat
2014-10-07EC_KEY_set_group() does an EC_GROUP_dup() of its argument, so we don'tMiod Vallat
2014-10-07Rare to find a gem this amazing missed by tedu.Theo de Raadt
2014-10-07When reading time intervals, start with a long long and convert from there.Philip Guenther
2014-10-06Remove the #ifdef HAVE_SIGACTION from libevent. The structAlexander Bluhm
2014-10-06Make amd64 pmap more efficient on multi-processorStefan Fritsch
2014-10-06As libevent provides safe signal callbacks instead of signal handlers,Alexander Bluhm
2014-10-06In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letterIngo Schwarze
2014-10-06When verifying whether an IP address is in the commonName of aJeremie Courreges-Anglas
2014-10-06If we have to match against a wildcard in a cert, verify that it containsJeremie Courreges-Anglas
2014-10-06Amend previous commit to unbreak TLS cert validation when using a proxy.Jeremie Courreges-Anglas