summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-30DisableFlorian Obser
- Deny ANY with only one RR in response, by default. Patch from Daisuke Higashi. The deny-any statement in nsd.conf sets ANY queries over UDP to be further moved to TCP as well. Also no additional section processig for type ANY, reducing the response size. with an ifdef NOTYET. It is too close to release and we want to let this sit for a bit. Pointed out / requested by sthen.
2019-03-30Update to nsd 4.1.27Florian Obser
OK sthen
2019-03-29move the HARDWARE sections in line with other wireless pages;Jason McIntyre
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵Stuart Henderson
brad@
2019-03-29this page was missing the "configured at runtime" boilerplate, so add it;Jason McIntyre
2019-03-29Set the maximum column index in a tbl(7) to the maximum *right* edgeIngo Schwarze
of any cell span, not to the maximum *left* edge, which may be smaller if the last column of the table is only reached by horizontal spans, but not by any regular cell in any row of the table. Otherwise, the algorithm calculating column widths accessed memomy after the end of the colwidth[] array, while it was trying to handle the rightmost column(s). Crash reported by Jason Thorpe <thorpej at NetBSD> via https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54069 and via Thomas Klausner (wiz@). Christos@ Zoulas sent a (correct, but slightly confusing) patch. The patch i'm committing here is easier to understand.
2019-03-29Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3).Theo Buehler
2019-03-29typo in printf; leo_tck at volny czStuart Henderson
2019-03-29document that these drivers do not support powersave; two other pages (acu ↵Jason McIntyre
and zyd) already document this in a slightly more tangled way - i chose not to edit those texts; help/ok stsp
2019-03-29Copy categories outside "mask" from "oldloc" to the new locale object.Ingo Schwarze
While POSIX appears to allow the old behaviour of ignoring "oldloc", Ted and Karl convinced me that is a bug in the spec and the Austin group almost certainly intended to require the new behaviour. Anyway, compatibility strongly suggests the new behaviour because most (or maybe even all?) other systems do not ignore "oldloc", and some software appears to depend on the copying from "oldloc" to the new locale. Issue analyzed and reported by Karl Williamson <public at khwilliamson dot com> with support from the Perl 5 community. This final diff is similar to two earlier diffs from Ted, but handles invalid input in a mode robust way. OK tedu@.
2019-03-29when logging/fataling on error, include a bit more detail than just theDamien Miller
function name and the error message
2019-03-29Use stricter validation checks for A-MPDUs in the net80211 input path.Stefan Sperling
Don't accept A-MPDUs if not in RUN state, and don't accept them from unassociated clients in hostap mode. ok jmatthew@ kevlo@
2019-03-29Read the EEPROM of AR9287 USB devices from the correct offset.Stefan Sperling
Fixes kevlo's TL-WN821nv3. test & ok kevlo@
2019-03-29Free old strings after they have been expanded in format_choose.Nicholas Marriott
2019-03-29point readers to individual driver pages for notes on powersave; ok stspJason McIntyre
2019-03-29Use u_char for buffer in yylex. This happened on the other parse.yYASUOKA Masahiko
already.
2019-03-29add notes for drivers which support powersave; help/ok stspJason McIntyre
while here i knocked out a Tn from iwn and tidied it a little...
2019-03-29Add printf format attributes to yyerror() in parse.y. This happened alreadyYASUOKA Masahiko
on the other parse.y. Also fix the format warnings.
2019-03-29while here, drop ifq_is_serialized and IFQ_ASSERT_SERIALIZEDDavid Gwynne
nothing uses them, and they can generate false positives if the serialiser is running at a lower IPL on the same cpu as a call to ifq_is_serialiazed.
2019-03-29deprecate ifiq_barrier.David Gwynne
drivers don't need to call it because the stack runs work in ifiqs. again, only the stack has to care about waiting for pending work when shutting down, not drivers. ifiq_destroy already does a task_del and task_barrier dance, so we don't need ifiq_barrier.
2019-03-29Fix a compiler warning. Also use srandom_deterministic(3) since usingYASUOKA Masahiko
random(3) intentionally is to repeat the test failure if it happens.
2019-03-29remove ifiq_barrier in ixl_down cos ifiq tasks don't use nic resources.David Gwynne
ixl_down frees all the dma memory used by the rings, but that memory isn't used by ifiqs, so there's no need to wait for them to finish
2019-03-29syncStuart Henderson
2019-03-28Enable GOST cipher selection test after libssl has been fixed.Alexander Bluhm
2019-03-28Fix offset of list ranges.Nicholas Marriott
2019-03-28Expand session and window formats for buffer filters.Nicholas Marriott
2019-03-28zap trailing whitespace;Jason McIntyre
2019-03-28Revert revision 1.20, switch back to using efifb_std_descr.n{rows,cols}Frederic Cambus
instead of EFIFB_HEIGHT and EFIFB_WIDTH when calling rasops_init() in efifb_cnremap() and efifb_attach(). This appeared to cause issues on some systems, as reported by Dmitry on bugs@.
2019-03-28Don't send MIDI-related flow control messages until at leastAlexandre Ratchov
half of the client buffer space is consumed. This avoids sending unnecessary/redundant messages on the network.
2019-03-28Wait until server disconnects before closing the socket. Otherwise,Alexandre Ratchov
last bytes sent may be lost by the server.
2019-03-28Enable uxrcom(4).Mark Kettenis
2019-03-28Enable uxrcom(4).Mark Kettenis
2019-03-28Tweak meson MODULE documentation after the recent changes.Antoine Jacoutot
2019-03-27uxrcom(4)Mark Kettenis
2019-03-27Add uxrcom(4), a driver for the Exar XR21V1410 USB serial adapter.Mark Kettenis
Even though these chips implement the standard USB CDC class protocol we need a separate driver to be able to disable hardware flow control. Hardware flow control is automatically enabled in CDC mode but if the relevant lines aren't connected this prevents the chip from getting input. ok deraadt@
2019-03-27regenMark Kettenis
2019-03-27Add Exar XR21V1410.Mark Kettenis
ok deraadt@
2019-03-27remove documentation for obsolete announce all|none|default-route, seeSebastian Benoit
parse.y rev 1.381 2019/02/27 ok sthen@
2019-03-27Tweak output and correct a comment.rob
2019-03-27Modify a test to stress embedded ber elements in ber_printf_elements(). Alsorob
cleanup some output.
2019-03-27Add support for displaying fontwidth and fontheight values, this allowsFrederic Cambus
users to know the size of the currently used font. Based on a diff from Artturi Alm, thanks! OK sthen@, kettenis@, tedu@, jcs@
2019-03-27Replace "garbage" test with an explicit test of an incorrect length (i.e. notrob
enough data). Expects a failure (with errno = ECANCELED).
2019-03-27Check errno on expected failures. Also fix some output wording.rob
2019-03-27Cast nonce bytes to avoid undefined behaviour when left shifting.Joel Sing
Reported by oss-fuzz, really fixes issue #13805. ok beck@ tb@
2019-03-27Only perform position and memory checks on short form encoding (i.e. shortrob
form tagging and short form length encoding). Add two tests for long form length encoding.
2019-03-27Fix stop-selection, from Avi Halachmi.Nicholas Marriott
2019-03-27merge unbound 1.9.1Stuart Henderson
2019-03-27remove duplicate set key file call. from alf.Ted Unangst
ok jsing
2019-03-27fix interaction between ClientAliveInterval and RekeyLimit that couldDamien Miller
cause connection to close incorrectly; Report and patch from Jakub Jelen in bz#2757; ok dtucker@ markus@
2019-03-27Add AR8152 PCI ids to alc_phy_down(), based on FreeBSD r272730.Kevin Lo
From Brad