Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-22 | sync | 2 | -4/+9 | ||
2019-03-22 | add Meinberg DCF600USB, from weerd@, ok phessler@ | 1 | -1/+2 | ||
2019-03-22 | Clarify that styles can be space or comma separated, from Stephen Zapatka. | 1 | -3/+3 | ||
2019-03-22 | No need to log that the DHCP lease file doesn't exist. | 1 | -2/+3 | ||
We still want to log other causes when failing to open the lease file, but then do so with a more helpful error message. ok florian@ | |||||
2019-03-22 | update the alc entry; | 1 | -3/+3 | ||
2019-03-22 | I forgot to document resize-window, window-size and default-size; | 1 | -14/+55 | ||
reminded by okan@. | |||||
2019-03-22 | Add support for QCA AR816x/AR817x for alc(4). | 3 | -230/+1272 | ||
Based on FreeBSD via Genadijus Paleckis on tech@, some modifications by me. Tested with Atheros Killer E2200. | |||||
2019-03-22 | Add -E to change the escape character, from Artturi Alm. | 4 | -24/+44 | ||
no objections from deraadt, ok millert | |||||
2019-03-22 | back out 1.28 | 1 | -4/+5 | ||
i misread the doco, having promisc vlan reception is what we want. | |||||
2019-03-22 | use a cond in ixl_atq_exec to wait for a command to be completed. | 1 | -22/+7 | ||
the main change is to not run ixl_atq_done, cos the interrupt handler is supposed to do that for us. | |||||
2019-03-22 | don't blindly complete admin queue entries | 1 | -1/+3 | ||
there's a bit in the flags field that the firmware sets when the command is done, so check to decide if the command is ready to be completed. this in turn makes ixl_iff work. "oh" jmatthew@ | |||||
2019-03-21 | Test that "calendar -A 0" on a Friday doesn't include weekend events. | 2 | -2/+7 | ||
From Andy Bradford | |||||
2019-03-21 | Fix typo in usage and comment. | 3 | -6/+6 | ||
2019-03-21 | Reference permissions in the canonical plural. | 1 | -3/+3 | ||
ok jmc@ | |||||
2019-03-21 | Remove struct intrhand. It is no longer used on octeon. | 1 | -21/+1 | ||
2019-03-21 | Remove an unused header. | 1 | -60/+0 | ||
2019-03-21 | sync | 1 | -0/+3 | ||
2019-03-21 | Start in the daemon configured routing table and not in the one we're currently | 1 | -2/+2 | ||
in. This fixes the case where one would be in a non default rdomain shell then run an rdomain 0 rc.d daemon. reported by YASUOKA Masahiko and Pierre Emeriaud ok sthen@ claudio@ benno@ | |||||
2019-03-21 | import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1, | 4 | -3/+156 | ||
still under a free license, tweaked by me | |||||
2019-03-21 | space before punct; | 1 | -3/+3 | ||
2019-03-21 | Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter. | 4 | -21/+116 | ||
The algorithm is insecure and yet its description would spread over three paragraphs in the cipher list, including remarkable advice like using a 40 bit key length. | |||||
2019-03-21 | Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter: | 4 | -55/+230 | ||
this moves a large number of functions out of the way that are no longer the latest and greatest. Also mention a few that were missing. | |||||
2019-03-21 | don't set VLAN things when configuring promisc | 1 | -5/+3 | ||
the doco says vlan things should only be set if you're manipulating something on a specific vlan, otherwise the config applies to everything, which is how the stack wants things to work at the moment. there's still something wrong in here, but let's get this out of the way first. | |||||
2019-03-21 | Do not run keyboard and mouse device detection during make clean, | 1 | -1/+3 | ||
cleandir, obj. Eliminates a X11 keyboard problem seen by claudio@ during make build. OK anton@ deraadt@ | |||||
2019-03-21 | run event callbacks directly in the atq processing | 1 | -10/+3 | ||
previously events were queued on an SLIST, but multiple link state events could fire with the same callback. this corrupted the SLIST and effectively caused an infinite loop. ok jmatthew@ | |||||
2019-03-21 | add a handful of missing functions | 1 | -5/+38 | ||
that are also documented in OpenSSL 1.1.1 (still under a free license) | |||||
2019-03-21 | Fix IPv6 address parsing and skipping of comment lines followed by blank | 1 | -2/+5 | ||
lines; Found while investigating a diff from Michal Koc; ok kn@ | |||||
2019-03-21 | punctuation needs to be preceeded by a space, in Scots; | 1 | -2/+2 | ||
2019-03-21 | Bring back EVP_chacha20 list item that was accidentally removed | 1 | -2/+3 | ||
in r1.28 when the AES ciphers were split into their own manual. | |||||
2019-03-21 | Clarify verbiage. If we could just write it in Scots then | 1 | -4/+4 | ||
it would be so much easier. | |||||
2019-03-21 | Simplify merge_option_data() with strpbrk(). | 1 | -3/+3 | ||
Zap insidious trailing space. | |||||
2019-03-20 | Document additions to the lang/python module that support pytest. | 1 | -3/+24 | ||
from Kurt Mosiejczuk ok kn@ | |||||
2019-03-20 | Do not accept dhclient.conf(5) "prepend" or "append" statements when | 5 | -62/+90 | ||
the option data cannot be prepended or appended to. Instead, treat "prepend" as "supersede" and "append" as "default". This preserves the safe aspects of current behaviour. Issue a parsing warning when appropriate to encourage people to fix their configuration files. Eliminate egregious repeated code by abstracting merge_option_data(). | |||||
2019-03-20 | States in pf(4) let ICMP and ICMP6 packets pass if they have a | 1 | -4/+24 | ||
packet in their payload that matches an exiting connection. It was not checked whether the outer ICMP packet has the same destination IP as the source IP of the inner protocol packet. Enforce that these addresses match, to prevent ICMP packets that do not make sense. Issue found by Nicolas Collignon, Corentin Bayet, Eloi Vanderbeken, Luca Moro at Synacktiv.com OK sashan@ | |||||
2019-03-20 | Improve cursor positioning after reflow by storing the position as an | 3 | -73/+80 | ||
offset into the entire history before reflow and restoring it aftewards. | |||||
2019-03-20 | fix examples (libtls uses its own error reporting mechanism) | 1 | -4/+4 | ||
okay tb@ | |||||
2019-03-20 | regen | 2 | -4/+49 | ||
2019-03-20 | add more intel graphics pci ids with known marketing names | 1 | -2/+11 | ||
2019-03-20 | Include function name in logging. | 1 | -5/+7 | ||
2019-03-20 | Do not leak ranges on error. | 1 | -2/+5 | ||
2019-03-20 | Ignore invalid styles rather than throwing away the whole format, this | 1 | -2/+3 | ||
matches what we used to do. | |||||
2019-03-20 | Bit more logging to show drawing errors. | 1 | -2/+6 | ||
2019-03-20 | remove bogus escaping of < and > | 1 | -4/+4 | ||
2019-03-20 | remove incorrect escaping of '+', correctly escape '-', and garbage collect .Tn | 1 | -9/+6 | ||
2019-03-20 | fix serious markup error: \B -> \fB to select bold font | 1 | -1/+1 | ||
2019-03-20 | escape backslashes; | 2 | -11/+11 | ||
patch from Peter Piwowarski <peterjpiwowarski at gmail dot com> | |||||
2019-03-20 | regen | 2 | -23/+408 | ||
2019-03-20 | add radeondrm pci ids missing from pcidevs but present in drm_pciids.h | 1 | -12/+89 | ||
2019-03-19 | Parsing error messages display only the first 80 characters of the | 1 | -2/+2 | ||
offending line. It is fruitless to try to position the "^" at a character more than 80 characters from the start of the line. | |||||
2019-03-19 | delay dropping privs a bit when root so that setrtable works. | 2 | -6/+17 | ||
traceroute bits from benno. ok benno claudio |