summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-28Implement ssl{,_ctx}_security()Theo Buehler
2022-06-28Copy the security level stuff in ssl_cert_dup()Theo Buehler
2022-06-28Set up the default callback in SSL_CERTTheo Buehler
2022-06-28Implement the default security level callbackTheo Buehler
2022-06-28Provide OPENSSL_TLS_SECURITY_LEVEL defineTheo Buehler
2022-06-28Implement SSL_{CTX_}_{g,s}et_security_level(3)Theo Buehler
2022-06-28Add security callback, level and ex_data fields to SSL_CERTTheo Buehler
2022-06-28Add #defines and prototypes for security level APITheo Buehler
2022-06-28Add missing colon. Noticed by jmc@Claudio Jeker
2022-06-28On the x13s, using the EfiLoaderData memory type for the memory blockMark Kettenis
2022-06-28The x13s uses Memory32Fixed() to describe the windows forwarded by theMark Kettenis
2022-06-28Negate unsigned then cast to signed.Joel Sing
2022-06-28Make sure uvm_swap_get() always sleep and do not return and error.Martin Pieuchot
2022-06-28Consider pmemrange regions when trying to free pages from the inactive list.Martin Pieuchot
2022-06-28Use new & shiny define for the maximum number of pages of a swap cluster.Martin Pieuchot
2022-06-28Pre-allocate pages in DMA-reachable region to ensure progress in the swapper.Martin Pieuchot
2022-06-28Reserve a second segment for the page daemon.Martin Pieuchot
2022-06-28Hook up bgplgd into the buildClaudio Jeker
2022-06-28Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script andClaudio Jeker
2022-06-28Fix manpage from jmc@ but also fix the privdrop user to _bgplgdClaudio Jeker
2022-06-28A com_acpi_softc pointer is used as the interrupt callback cookie whichAnton Lindqvist
2022-06-28No need to pass a copy of the bcmdmac_channel structure to predicateAnton Lindqvist
2022-06-28Remove commented out variables and excessive blank lines inAnton Lindqvist
2022-06-28Add bgplgd a fastcgi daemon that provide a REST JSON api to bgpctl.Claudio Jeker
2022-06-28Don't call pipex_rele_session() when `session' is NULL.Vitaliy Makkoveev
2022-06-28Take away bogus error assignment before callback call.Bob Beck
2022-06-28Botan 2.19.2 has removed support for the OpenSSL crypto provider.Alexander Bluhm
2022-06-28Move debug-only variable 'i' to be with the other debug-onlyKenneth R Westerback
2022-06-28Adapt netstat kvm code to ref count change in struct rtentry.Alexander Bluhm
2022-06-28Free ciphers before assigning to themTheo Buehler
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-06-28fix syncookies in conjunction with tcp fast port reuse.Henning Brauer
2022-06-28unbreak build; found the hard way by stspFlorian Obser
2022-06-28syncTheo de Raadt
2022-06-28a start at qualcomm productsTheo de Raadt
2022-06-28rewrite amd64 printing of cache detailsJonathan Gray
2022-06-28Move the guts of uvm_aio_aiodone() into a separate function.Martin Pieuchot
2022-06-28Don't ask the vlan question unless another network interface exists. ok deraadtStuart Henderson
2022-06-28Cleanup the sleep loop in single_thread_check_locked(). The deep checksClaudio Jeker
2022-06-28Try to document 'announce policy' and add RFC 9234 to the list in bgpd.8Claudio Jeker
2022-06-28The default state of enhanced refresh is no. So flip logic.Claudio Jeker
2022-06-28Check for entries in the suberror names arrays that are NULL. Handle themClaudio Jeker
2022-06-28Do not clean PG_BUSY before calling uvm_anon_release().Martin Pieuchot
2022-06-28Do not consider adjacent pages when doing a CoW.Martin Pieuchot
2022-06-28Use refcnt API for struct rtentry instead of hand-crafted atomicAlexander Bluhm
2022-06-28ifconfig(8) return "Not supported" if you try to configure tso on a non-tsoJan Klemkow
2022-06-28Use btrace(8) to debug reference counting. dt(4) provides a staticAlexander Bluhm
2022-06-28gc timeout_count, it's unused and I don't remember what I wanted toFlorian Obser
2022-06-28Use smi_string2oid instead of ober_string2oid in parse.y's oid definition.Martijn van Duren
2022-06-28if we can't open the user db, don't try to read from a closed fhMarc Espie