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