Age | Commit message (Expand) | Author |
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 |
2021-03-12 | update to unbound-1.13.1, tested by gnezdo@ | Stuart Henderson |
2021-03-12 | INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. | Florian Obser |
2021-03-12 | In ipw(4), ensure that net80211 is in ASSOC state while we are expecting | Stefan Sperling |
2021-03-12 | Add deprecation warning for autoconfprivacy. | Florian Obser |
2021-03-12 | Use RA instead of MiRA in iwn(4). | Stefan Sperling |
2021-03-12 | Use RA instead of MiRA in iwm(4). | Stefan Sperling |
2021-03-12 | Add RA, a new 11n Tx rate adaptation module for net80211. | Stefan Sperling |
2021-03-12 | Zap a useless variable. | Theo Buehler |
2021-03-12 | Missing void in function definition | Theo Buehler |
2021-03-12 | Fix checks of memory caps of constraints names | Theo Buehler |
2021-03-12 | Update Spleen kernel fonts to version 1.9.0, bringing the following | Frederic Cambus |
2021-03-12 | spelling | Jonathan Gray |
2021-03-12 | Emulate "[inet] autoconf" hostname.if(5) lines with "dhcp" | kn |
2021-03-12 | spelling | Jonathan Gray |
2021-03-12 | Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic | Martin Pieuchot |
2021-03-12 | Fix so tmux correctly sends the cvvis (cursor very visible) capability | Nicholas Marriott |
2021-03-12 | fix previous | Jonathan Gray |
2021-03-12 | spelling: refenece -> reference | Jason McIntyre |
2021-03-12 | spelling | Jonathan Gray |
2021-03-12 | Add ModuliFile keyword to sshd_config to specify the location of the | Darren Tucker |
2021-03-12 | pwcopy() struct passwd that we're going to reuse across a bunch of | Damien Miller |
2021-03-12 | Provide definition of CTRL in vi.c like we do for emacs.c. | Todd C. Miller |
2021-03-11 | quiz: handle line continuation in data files correctly, switch to getline(3) | Christian Weisgerber |