summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-10-06correct options in usage(); from mancha1 AT zoho.comDamien Miller
2014-10-05fix typo in comment: correspoding -> correspondingLawrence Teo
2014-10-05Test that the specified libevent backend kqueue(2) or poll(2) orAlexander Bluhm
2014-10-05The fixes to X509_PURPOSE_add() in r1.18 actually could cause a globalMiod Vallat
2014-10-05Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS();Miod Vallat
2014-10-05In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object pushMiod Vallat
2014-10-05Memory leak upon error in set_dist_point_name().Miod Vallat
2014-10-05Be sure to check object allocation for success before using them.Miod Vallat
2014-10-05Missing deallocation upon error.Miod Vallat
2014-10-05Fix memory leak in the error path of v2i_AUTHORITY_KEYID().Miod Vallat
2014-10-05Switch syslogd from using poll(2) to libevent.Alexander Bluhm
2014-10-05we use tradcpp instead; ok jsgTheo de Raadt
2014-10-05compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.seTheo de Raadt