summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-18Implement server certificate validation in smtp(1).Eric Faurot
Check certificate against MX name in smtpd(8) mta. ok gilles@
2019-09-18Correct spelling in comment.rob
2019-09-18Let snmpd's regress test make use of our very own brand new SNMPv3/USMMartijn van Duren
support in snmp(1).
2019-09-18Add support for some HP LaserJet systems. These systems don't return theMartijn van Duren
boots and time on probing, but only return those on a fully encrypted packet. Add a minor workaround for these systems. Feedback and OK jmatthew@
2019-09-18Add support for SNMPv3/USM privacy.Martijn van Duren
net-snmp's -3K is supported via the -K parameter, -3K is not supported. Feedback and OK jmatthew@
2019-09-18Add support for SNMPv3/USM authentication.Martijn van Duren
net-snmp's -3k is supported via the -k parameter, -3m is not supported. Feedback and OK jmatthew@
2019-09-18Initial SNMPv3/USM support.Martijn van Duren
This commit only implements noAuthNoPriv. Feedback and OK jmatthew@
2019-09-18Move snmp packaging and unpackaging to their own function.Martijn van Duren
In preparation for SNMPv3/USM support. Feedback and OK jmatthew@
2019-09-18Correct sysctl section is 2solene
ok jmc millert
2019-09-18Add explanation about the default value of sysctl keysolene
machdep.pwraction ok jmc millert
2019-09-17Rsyslogd TLS client side is unreliable. Disable compatiblity test.Alexander Bluhm
2019-09-17Send ping6 fragment that ends behind ipv6 max packet size.Alexander Bluhm
2019-09-17merge 4.2.2Stuart Henderson
2019-09-16Zap unused h_errnokn
Revision 1.84 removed the last user; no object change.
2019-09-16Simplify function detectionkn
To determine which "function" (get, set, ...) is requested, use getopt(3)'s result directly as ndp(8) does instead of translating everyting into internal F_* defines and back again. Avoids one level of indirection, chops 22 lines of code and brings both tools closer together. OK bluhm
2019-09-16fix lex build to actually get assert under proper conditions.Marc Espie
from Michael Mikonos okay millert@
2019-09-16Update list of device types with combination of FreeBSD andKenneth R Westerback
SPC-5. Add/Fix comments.
2019-09-16drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHVJonathan Gray
From Ville Syrjala 057cdb6f0f47c643905df5557fdf9d56f46d2931 in linux 4.19.y/4.19.73 a8f196a0fa6391a436f63f360a1fb57031fdf26c in mainline linux
2019-09-16drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocJonathan Gray
From Shirish S f276beb324cc1c60dc3495dc03a927a70c1aa5c7 in linux 4.19.y/4.19.73 517b91f4cde3043d77b2178548473e8545ef07cb in mainline linux
2019-09-16drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)Jonathan Gray
From Louis Li 7abeffff7bc33f86da68ca3bfc0fee881b3ab7de in linux 4.19.y/4.19.73 ce0e22f5d886d1b56c7ab4347c45b9ac5fcc058d in mainline linux
2019-09-16drm/amdkfd: Add missing Polaris10 IDJonathan Gray
From Kent Russell 90772cf588380e6253b8d820ed6c3a7933950181 in linux 4.19.y/4.19.73 0a5a9c276c335870a1cecc4f02b76d6d6f663c8b in mainline linux
2019-09-16drm/i915: Sanity check mmap length against object sizeJonathan Gray
From Chris Wilson fba4f7c118e4a8c0eb23e8eccaca1f1a30892506 in linux 4.19.y/4.19.73 000c4f90e3f0194eef218ff2c6a8fd8ca1de4313 in mainline linux
2019-09-16drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC setJonathan Gray
From Joonas Lahtinen 6423a2ad57097eb29758afa87f9c8b5b4fd06c1b in linux 4.19.y/4.19.73 ebfb6977801da521d8d5d752d373a187e2a2b9b3 in mainline linux
2019-09-16drm/vblank: Allow dynamic per-crtc max_vblank_countJonathan Gray
From Ville Syrjala 2b4f567912ad5f6653c557e424ee1bf85d8b6266 in linux 4.19.y/4.19.73 ed20151a7699bb2c77eba3610199789a126940c4 in mainline linux
2019-09-16drm/i915: Cleanup gt powerstate from gemJonathan Gray
From Chris Wilson d88b01d04c6a16dee1fa172db5064af2768b33a7 in linux 4.19.y/4.19.73 30b710840e4b9c9699d3d4b33fb19ad8880d4614 in mainline linux
2019-09-16drm/i915: Restore sane defaults for KMS on GEM error loadJonathan Gray
From Chris Wilson b185bde520d5feb8fc750107d4cda32262fd92bf in linux 4.19.y/4.19.73 7ed43df720c007d60bee6d81da07bcdc7e4a55ae in mainline linux
2019-09-16drm/amd/dm: Understand why attaching path/tile properties are neededJonathan Gray
From Lyude Paul 016218ef6bb057ac494ea59caeb928492c2fcb6e in linux 4.19.y/4.19.73 04ac4b0ed412f65230b456fcd9aa07e13befff89 in mainline linux
2019-09-16drm/amd/pp: Fix truncated clock value when set watermarkJonathan Gray
From Rex Zhu 853dc0759586fb6a8cb3b2a659493d63796fe0f1 in linux 4.19.y/4.19.73 4d454e9ffdb1ef5a51ebc147b5389c96048db683 in mainline linux
2019-09-16powerplay: Respect units on max dcfclk watermarkJonathan Gray
From David Francis 5faabd22ed64df5c581f5224fcdbf822ab60a152 in linux 4.19.y/4.19.73 f191415b24a3ad3fa22088af7cd7fc328a2f469f in mainline linux
2019-09-16drm/i915: Rename PLANE_CTL_DECOMPRESSION_ENABLEJonathan Gray
From Dhinakaran Pandiyan 8ccbb1d24c26ab7cf1bcd94d5cd75377bea95ec0 in linux 4.19.y/4.19.73 53867b46fa8443713b3aee520d6ca558b222d829 in mainline linux
2019-09-16drm/i915: Fix intel_dp_mst_best_encoder()Jonathan Gray
From Lyude Paul 4b2dfc0e2d44e7fdd8fd5d6b1d25eef0c10cf3f7 in linux 4.19.y/4.19.73 a9f9ca33d1fe9325f414914be526c0fc4ba5281c in mainline linux
2019-09-16drm/amdgpu: Update gc_9_0 golden settings.Jonathan Gray
From Feifei Xu 8e91cc7f7f916d5ce310026591d549aa5bf5952d in linux 4.19.y/4.19.73 c55045adf7210d246a016c961916f078ed31a951 in mainline linux
2019-09-16drm/amdgpu/gfx9: Update gfx9 golden settings.Jonathan Gray
From Feifei Xu bcc3bd761ab5f2d4539f396a1fd7d0c7dbd955c9 in linux 4.19.y/4.19.73 54d682d9a5b357eb711994fa94ef1bc44d7ce9d9 in mainline linux
2019-09-16drm/i915: Re-apply "Perform link quality check, unconditionally during long ↵Jonathan Gray
pulse" From Jan-Marek Glogowski c09d675f294b64c607ed87c946698836db2b9530 in linux 4.19.y/4.19.73 3cf71bc9904d7ee4a25a822c5dcb54c7804ea388 in mainline linux
2019-09-16Change menu key bindings to Up and Down and also close it on any mouseNicholas Marriott
press if opened by key.
2019-09-16Add RK3399 GMAC clock.Mark Kettenis
2019-09-16Allow testing signature syntax and validity without verifying thatDamien Miller
a signature came from a trusted signer. To discourage accidental or unintentional use, this is invoked by the deliberately ugly option name "check-novalidate" from Sebastian Kinne
2019-09-15Add push-default and pop-default in styles to change the default coloursNicholas Marriott
and attributes and use them to restore the previous behaviour of window-status-style being the default for window-status-format in the status line. From John Drouhard in GitHub issue 1912.
2019-09-15Add support for binary protocol health checking. Feedback and guidance fromrob
benno@ and reky@. Man page tweaks from jmc@. ok benno@
2019-09-15Mask all MMC interrupts. This prevents an interrupt storm when one of theMark Kettenis
counters reaches the half-way point (i.e. after receiving 2GB of packet data). Fixes the problem discovered and reported by kurt@ ok jsg@
2019-09-15With the recent fixes to SCSI version detection we reproduced aKenneth R Westerback
problem encountered by FreeBSD and Linux when they started to try issuing READ CAPACITY 16 commands to 'newer' devices. i.e. some USB devices return bad data instead of an error when they can't handle the command. Reproduce the FreeBSD solution (r233746 by mav@) by issuing READ CAPACITY 16 commands only to devices that claim to be REALLY new (a.k.a. newer than SPC-2, a.k.a. newer than SCSI-3), or which indicate they really are bigger than can be reported via READ CAPACITY 10. Should fix some USB devices claiming to have 71,776,119,061,217,281 or 33,601,071,049,867,265 sectors.
2019-09-15Add ttyC4 to lost of devices to change when logging in on ttyC0 (and inMark Kettenis
some cases also the serial console) such that X can use it as its VT when running without root privileges. ok jsg@, matthieu@
2019-09-15Use (egress) in nat-to examplekn
Without parentheses, this rule evaluates to the static list of addresses at loadtime; this can be a problem when the machine's network is not fully established when pf.conf is loaded. From pf.conf(5): When the interface name is surrounded by parentheses, the rule is automatically updated whenever the interface changes its address. The ruleset does not need to be reloaded. This is especially useful with NAT. This syncs vmctl(8) with the VMM FAQ. Pointed out by Matthias Schmidt, thanks!
2019-09-15Xr cn30xxgmx 4Visa Hankala
2019-09-15syncVisa Hankala
2019-09-15Add manual pages for cn30xxgmx(4) and octpip(4).Visa Hankala
2019-09-15Attach packet interfaces to octpip to use fdt.Visa Hankala
2019-09-15Add a driver for the packet input processing unit. For now, the purposeVisa Hankala
of this piece of code is to facilitate the use of fdt.
2019-09-15Add the pip unit into the fdt blob.Visa Hankala
2019-09-15Implement hardware vlan tagging. Packets delivered to virtual functionsJonathan Matthew
get the tag stripped and copied into the rx descriptor unconditionally, so for symmetry we should tag outgoing packets with the tx descriptor.