summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-09If the loop check in somove(9) goes to release without setting anAlexander Bluhm
2021-01-09Syzkaller has found a stack overflow in socket splicing. BroadcastAlexander Bluhm
2021-01-09Remove locally imposed limit on sockets.rob
2021-01-09Enable support for floating-point exceptions. We always run in "precise"Mark Kettenis
2021-01-09add a comma to previous;Jason McIntyre
2021-01-09kill trailing whitespaceJasper Lievisse Adriaanse
2021-01-09whitespaceTheo Buehler
2021-01-09Adjust kexfuzz to addr.c/addrmatch.c split.Darren Tucker
2021-01-09Update unittests for addr.c/addrmatch.c split.Darren Tucker
2021-01-09Replace a custom linked list with SLIST.Visa Hankala
2021-01-09Replace SIMPLEQ with SLIST because the code does not need a queue.Visa Hankala
2021-01-09Remove unnecessary relocking of w_mtx as panic() should not return.Visa Hankala
2021-01-09Add PerSourceMaxStartups and PerSourceNetBlockSize options which provideDarren Tucker
2021-01-09Move address handling functions out into their own file in order to reuseDarren Tucker
2021-01-09Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240Theo Buehler
2021-01-09Add support for SSL_get_shared_ciphers() in TLSv1.3Theo Buehler
2021-01-09Align SSL_get_shared_ciphers() with OpenSSLTheo Buehler
2021-01-09Move a premature optimization so that -s with offsets works.Otto Moerbeek
2021-01-09Add 'strip' directivedenis
2021-01-09Set chain on xsc on chain build failure.Joel Sing
2021-01-09Bail out early after finding an single chain if we are have been called fromBob Beck
2021-01-09Now we do not call ttyopen() in sioopen(), we do not need the variableKenji Aoyama
2021-01-08missing plural in previous;Jason McIntyre
2021-01-08don't check local carp addresses as part of the antispoof checks.David Gwynne
2021-01-08bowie died 10.1; from steffen nurpmesoJason McIntyre
2021-01-08Bring the emulated Linux memory allocation interfaces more in line withMark Kettenis
2021-01-08accept_reserve() counter function argument doesn't need to be volatile.Todd C. Miller
2021-01-08Provide "Point-to-Multipoint Layer 3 GRE tunnel interfaces (mgre) example"kn
2021-01-08Make fts_{alloc,safe_changed}() const correctTheo Buehler
2021-01-08Bump default datasize-max and datasize-cur since clang now seems toChristian Weisgerber
2021-01-08Try to document struct ip_mreqnClaudio Jeker
2021-01-08avoid extra warnings if undefined values are encounteredMarc Espie
2021-01-08Lock kernel before raising SPL in klist_lock()Visa Hankala
2021-01-08Fix boot-time crash on sparc64Visa Hankala
2021-01-08Missed from last commit.Nicholas Marriott
2021-01-08Revert "Implement select(2) and pselect(2) on top of kqueue."Visa Hankala
2021-01-08Simplify the entity queue processing. There is no need to keep the entityClaudio Jeker
2021-01-08With incremental search, start empty and only repeat the previous searchNicholas Marriott
2021-01-08Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writingClaudio Jeker
2021-01-08make CheckHostIP default to 'no'. It doesn't provide any perceptibleDamien Miller
2021-01-08search the intermediates only after searching the root certs, clarifyBob Beck
2021-01-08If a signature operation on a FIDO key fails with a "incorrect PIN"Damien Miller
2021-01-08don't try to use timespeccmp(3) directly as a qsort(3) comparisonDamien Miller
2021-01-08Update the sntrup761 creation script and generated code:Darren Tucker
2021-01-08mention that DisableForwarding is valid in a sshd_config Match blockDamien Miller
2021-01-07add a xenodm login class and bump openfiles to 512 to avoid running outRobert Nagy
2021-01-07Fix typo in comment.Mark Kettenis
2021-01-07bump VM shutdown event timeout ok mlarkin@ stsp@ florian@tracey
2021-01-07Rename two local variables ssl to s for consistencyTheo Buehler
2021-01-07Make tls12_record_layer_free() NULL safe.Joel Sing