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