summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-16Add 'grp31' alias for curve25519 as documented in iked.conf(5).tobhe
2021-03-16Node without a "status" property should be considered enabled as well.Mark Kettenis
2021-03-16Make sure that switching the console from serial to framebuffer worksMark Kettenis
2021-03-16Nuke unused time_t variable.Kenneth R Westerback
2021-03-16Move setifrtlabel() and *keepalive() prototypes out of SMALLkn
2021-03-16sync to unbound 1.13.1; heavy lifting by sthenFlorian Obser
2021-03-16acpi_intr_disestablish() should free its own cookie.Patrick Wildt
2021-03-16Bump MAXTSIZ to 256MB on i386.Kurt Miller
2021-03-16On i386 don't attempt to map shared libraries in low memory whenKurt Miller
2021-03-16Don't (try to) deconfigure an interface that was never configured.Florian Obser
2021-03-16We can't learn anything interesting from RTM_NEWADDR, stop handlingFlorian Obser
2021-03-16handle theoretical case of sigfillsz not being pow2-sized on someTheo de Raadt
2021-03-16Describe what happens when RFC 4638 is not supported.Todd C. Miller
2021-03-16Fix some correctness issues in the lowelevel kernel bringup code.Mark Kettenis
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.Nicholas Marriott
2021-03-16Do not delete control socket upon exitkn
2021-03-16A socket buffer is not the best size to read from a disk.Otto Moerbeek
2021-03-16don't let logging clobber errno before useDamien Miller
2021-03-15Add code to acpiiort(4) to look up named components in the IORT andPatrick Wildt
2021-03-15Change API of acpiiort(4). It was written as a hook before, taking thePatrick Wildt
2021-03-15Add acpi_iommu_device_map(), which replaces the DMA tag with one thatPatrick Wildt
2021-03-15Add the IORT structure for named components. These give us the stream idsPatrick Wildt
2021-03-15We makes sure that a dh group is required if the local proposaltobhe
2021-03-15Ignore msg_ke in CREATE_CHILD_SA if DH negotiation results in grouptobhe
2021-03-15Clear AUTOCONF6TEMP flag when we detach inet6.Florian Obser
2021-03-15Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesTheo de Raadt
2021-03-15Do not crash if there is no item to show command error, from AnindyaNicholas Marriott
2021-03-15tweaks to system version handling:Marc Espie
2021-03-15spellingJonathan Gray
2021-03-15add a check for system-version, since I tend to reverse comparisonsMarc Espie
2021-03-15Allocate the repo structs individually linked by a SLIST instead of usingClaudio Jeker
2021-03-14Log errors with log level info and SPI.tobhe
2021-03-14Since we are doing getifaddrs() anyway we can get the rdomain out ofFlorian Obser
2021-03-14msi-map-mask is a pasto and should be iommu-map-mask.Patrick Wildt
2021-03-14add HISTORY; from maxim vuetsJason McIntyre
2021-03-14regenjan
2021-03-14Add ID for Intel SSD DCjan
2021-03-13Use EXFLAG_INVALID to handle out of memory and parse errors intobhe
2021-03-13Remove "deletetunnel" (deprecated with 6.4)kn
2021-03-13Move all rdomain bits under SMALLkn
2021-03-13Move MPLS related function prototypes under SMALLkn
2021-03-13because the kernel has been replaced after last boot, run kvm_mkdbTheo de Raadt
2021-03-13sync usb_device_info with usb.h, spotted by Enrik Berkhan, and millert@Stuart Henderson
2021-03-13Advertise 30-bit color support.Mark Kettenis
2021-03-13only try to set timestamps on files; avoids error with ftp -o /dev/nullStuart Henderson
2021-03-13We can use memory marked as EfiBootServicesCode or EfiBootServicesDataMark Kettenis
2021-03-13Add TEST_SSH_MODULI_FILE variable to allow overriding of the moduli fileDarren Tucker
2021-03-12Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support.Mark Kettenis
2021-03-12syncTheo de Raadt
2021-03-12merge unbound-1.13.1Stuart Henderson