openbsd
2022-06-06 kettenisAdd support for the XHCI function that is part of the...
2022-06-06 tbFix spaces before tabs
2022-06-06 espiehave compute_checksum return a status, so that we don...
2022-06-06 espiezap fairly old bug from refactoring: we already validat...
2022-06-06 espiethis message is seriously outdated: the packing-lists...
2022-06-06 espieYet another iteration of the tied algorithm: some packa...
2022-06-06 espiealso zap signer if we zap digital-signature
2022-06-06 jsgdrm/i915: Fix -Wstringop-overflow warning in call to...
2022-06-06 espieexpand on the mismatches between the tarball and the...
2022-06-06 tbMinor tweaks to psk modes regress
2022-06-06 jsgregen
2022-06-06 jsgdrm/amdgpu: add beige goby PCI ID
2022-06-05 tbmove the calls to psk kex modes tests down to match...
2022-06-05 tbAdd regress coverage for PSK kex modes tlsext handlers.
2022-06-05 schwarzeWith the improved escape sequence parser, it becomes...
2022-06-05 tbRevert accidentally committed check
2022-06-05 claudioRework how fib_priority is handled.
2022-06-05 schwarzeSmall cleanup of error reporting:
2022-06-05 dlgenable interrupt coalescing.
2022-06-05 dlguse the write lemtohXX functions for bits of the stats...
2022-06-05 dlgadd support for getting the frequency of the clocks...
2022-06-04 stspMake iwm(4) handle 9k devices which do not support...
2022-06-04 espiedocument internal annotations a bit more, explain about...
2022-06-04 tbThe parse stubs need to skip over the extension data.
2022-06-04 nicmWhen picking a buffer because one isn't specified by...
2022-06-04 jsgmatch on Gemini Lake HD Audio (0x3198)
2022-06-04 tbKNF nit
2022-06-04 tbTweak a comment using review feedback from jsing
2022-06-03 millertMemory leak when assigning a string to some of the...
2022-06-03 millertThe fulfillment of an assignment operand had been trunc...
2022-06-03 millertFix a file management memory leak that appears to have...
2022-06-03 tbAdd stubbed out handlers for the pre_shared_key extension
2022-06-03 tbImplement handlers for the psk_key_exchange_modes exten...
2022-06-03 tbAdd a use_psk_dhe_ke flag to the TLSv1.3 handshake...
2022-06-03 tbEnsure that a client who sent a PSK extension has also...
2022-06-03 tbCheck tls_config_new() for NULL return
2022-06-03 tbProvide #defines for the two currently registered PskKe...
2022-06-03 schwarzeoops, update forgotten date in the footer
2022-06-03 schwarzeDuring identifier parsing, handle undefined escape...
2022-06-03 dlgexpose hardware counters as kstats.
2022-06-03 nicmDo not unintentionally turn off all mouse mode when...
2022-06-03 djmmove auth_openprincipals() and auth_openkeyfile() over to
2022-06-03 djmtest setenv in both client and server, test first-match...
2022-06-03 djmMake SetEnv directives first-match-wins in both sshd_co...
2022-06-03 dtuckerAdd missing *-sk types to ssh-keyscan manpage.
2022-06-03 dtuckerAdd period at end of "not known by any other names...
2022-06-03 dtuckerssh-keygen -A: do not generate DSA keys by default...
2022-06-03 dlgfix the definition of the MVNETA_PRXITTH Port RX Intr...
2022-06-02 jcaLet btrace(8) execute the END probe upon receiving...
2022-06-02 nicmDo not attempt to use client in config file (it will...
2022-06-02 nicmWhen deleting or renaming a buffer and a buffer name...
2022-06-02 kettenisTake the size of allocation into account when checking...
2022-06-02 millertDon't treat the first arg as a 4.3BSD option string...
2022-06-02 schwarzeSince \. is not a character escape sequence, re-classif...
2022-06-02 tbUse consistent spacing around assignments
2022-06-02 tbOnly constraints and verify need static linking in...
2022-06-02 schwarzeAvoid the layering violation of re-parsing for \E in...
2022-06-02 claudioAdjust lowest allowed routing priority to be bigger...
2022-06-02 claudioUse a common idiom to check if the user supplied routin...
2022-06-02 claudioCleanup ktable_exists() usage and its warning message.
2022-06-02 claudioAdjust some warning messages to be a bit more accurate...
2022-06-02 florianWhen running sysupgrade on -stable move to the next...
2022-06-02 mbuhlImplement and enable IPv4, TCP, and UDP checksum offloa...
2022-06-02 antonStop hiding a few assertions behind the opt-in LOCKF_DI...
2022-06-02 jmatthewenable aq(4) on arm64 now that it works reasonably...
2022-06-01 schwarzeFix a buffer overrun in the roff(7) escape sequence...
2022-06-01 dvchange amd64 pmap_convert to return void
2022-06-01 sashancallers to pf(4) must continue to run with packet as...
2022-06-01 dvremove unused pmap_convert prototype from i386
2022-06-01 nicmIf escape-time is 0, force to 1 instead - not waiting...
2022-06-01 tbRemove a confusing comment that has been stale since...
2022-06-01 visaAdd a regress test for the end of lock range ambiguity...
2022-06-01 visaFix ambiguity with lock range end
2022-06-01 visaFix lock range start when l_whence == SEEK_END and...
2022-06-01 tbLimit the number of RSC checklist FileNameAndHash entri...
2022-06-01 tbFix off-by-one in MAX_MANIFEST_ENTRIES check
2022-06-01 dlgshrink dmesg output by printing the ethernet address...
2022-06-01 dlgmark the mvneta interrupt handler as mpsafe.
2022-06-01 dlgrework the rx ring processing.
2022-06-01 dlgmark mvneta_start mpsafe.
2022-06-01 dlgdont have to say Ethernet address in dmesg, address...
2022-06-01 dlgtrim some white space
2022-06-01 dlgrework tx start and completion.
2022-05-31 tbMake sure we error on parse failure.
2022-05-31 schwarzeRudimentary implementation of the \A escape sequence...
2022-05-31 jmcfix spacing;
2022-05-31 tbFix typo: argv[1] -> argv[i]
2022-05-31 tbRemove old checklists and add a couple of new ones.
2022-05-31 mbuhlThe pflow regression test could fail due to a race...
2022-05-31 tbI made non-trivial contributions to these files.
2022-05-31 tbShuffle two helper functions down.
2022-05-31 tbUpdate reference to RSC draft 08
2022-05-31 tbRemove now unused ASN1_frame() and cms_econtent_version()
2022-05-31 tbRewrite rsc.c using ASN.1 templates
2022-05-31 tbPrepare rewrite of rsc.c with templated ASN.1
2022-05-31 schwarzeTrivial patch to put the roff(7) \g (interpolate format...
2022-05-31 nicmAdd a missing space.
2022-05-31 naddyssh-keygen: implement "verify-required" certificate...
2022-05-31 nicmTrim menu item text correctly, GitHub issue 3197.
2022-05-31 claudioIntroduce a integration test for max-communities
next