summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-10-05Use more specific curves/formats naming for local variables inJoel Sing
2014-10-05Use tls1_get_curvelist() in ssl_add_clienthello_tlsext(), rather thanJoel Sing
2014-10-05Make tls1_get_formatlist() behave the same as tls1_get_curvelist() andJoel Sing
2014-10-05Only synchronize used TRBs and not the full ring when sending a controlMartin Pieuchot
2014-10-05Do not mark the pipe as halted when the HC reports a (split) transactionMartin Pieuchot
2014-10-05Skip unnecessary processing in interrupt handler.Kenji Aoyama
2014-10-05pass size to free.David Gwynne
2014-10-05dont need to cast pointers to/from void *David Gwynne
2014-10-05ansify function definitions.David Gwynne
2014-07-12Import a copy of ucpp, lightweight cpp that doesn't dependMatthieu Herrb
2014-10-05Do not re-establish the default pipe twice for every controller. MoveMartin Pieuchot
2014-10-05Quirk needed by the Archos 24y Vision, from Max Fillinger.Martin Pieuchot
2014-10-05regenMartin Pieuchot
2014-10-05Add vendor and product for the Archos 24y Vision, from Max Fillinger.Martin Pieuchot
2014-10-05Use CPU_IS_PRIMARY macro. No functional change.Kenji Aoyama
2014-10-05two more events found on thinkpad yogaTheo de Raadt
2014-10-04- Recognize the Yukon Prime and Yukon Optima 2 chipsets.Brad Smith
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-10-04Be sure to only path the remote host to ressl_connect_socket(), without aMiod Vallat
2014-10-04Wait until a read control transfer is really completed before passingMartin Pieuchot
2014-10-04Skip 'hardware lied' interrupts, as same as CMU Mach do.Kenji Aoyama
2014-10-04replace mutexes to serialise the operations on the flag that restrictsDavid Gwynne
2014-10-04some MUA will bypass the local enqueuer and send an empty BCC header in theGilles Chehade
2014-10-04syncTheo de Raadt
2014-10-04more nvidia; from Seth JacksonTheo de Raadt
2014-10-04Use getlogin() to determine real user name where possible.Todd C. Miller
2014-10-03regenBrad Smith
2014-10-03Add Atheros E2200 and Marvell Yukon 88E8079.Brad Smith
2014-10-03Initialize uvm_pagezero_thread()'s page list variable.Philip Guenther
2014-10-03Cleanup the reporting socket code in syslogd.Alexander Bluhm