summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-28Fix comparison in openssl(1) pkcs12Kinichiro Inoguchi
2022-04-28Environment variables must be passed through env(1) while using sudo.Anton Lindqvist
2022-04-28Compare pointer value with NULL in openssl(1) pkcs12Kinichiro Inoguchi
2022-04-28Convert the internal GPT partition entries into host-endian formKenneth R Westerback
2022-04-28oops, fix wrong .TH nameIngo Schwarze
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-28Call uvm_pageactivate() from uvm_pageunwire() instead of rerolling it.Martin Pieuchot
2022-04-28Update uvmexp.swpgonly only once in uvm_swap_get().Martin Pieuchot
2022-04-28glue for 7.2Marc Espie
2022-04-28Get rid of set but not used compiler warning.Anton Lindqvist
2022-04-28drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_ps...Jonathan Gray
2022-04-28add Sabrent NT-SS5G, sort the device list alphabeticallyJonathan Matthew
2022-04-28avoid printing hash algorithm twice; from lucas AT sexy.isDamien Miller
2022-04-27The timeout in ospf6d regress seems to be too short. Increase itAlexander Bluhm
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-27Add test case capable of triggering the recently fixed use after free,Anton Lindqvist
2022-04-27Remove the lock if an identical overlapping one is already present.Anton Lindqvist
2022-04-27Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().Joel Sing
2022-04-27Ensure we clear the error stack before running tests that print errors.Joel Sing
2022-04-27Enable ASN.1 INTEGER tests with invalid lengths/encodings.Joel Sing
2022-04-27Rewrite c2i_ASN1_INTEGER() using CBS.Joel Sing
2022-04-27Remove the ASN.1 decoder tag/length cache (TLC).Joel Sing
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27have use_old_libs say something if it's the reason a package gets updatedMarc Espie
2022-04-27split the code in figure_out_kept:Marc Espie
2022-04-27add a test case for the Imath update, along with notes about what'sMarc Espie
2022-04-27"pretty print" verbose messages: more context, and indent them to makeMarc Espie
2022-04-27give a bit more context in verbose messageMarc Espie
2022-04-27vgone() is vgonel() with curproc as 2nd argument. Use vgonel() like theClaudio Jeker
2022-04-27vmm(4): dt(4) tracepoints for vm exit reporting previous exit.Dave Voutila
2022-04-27note to myself for 7.2Marc Espie
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-27typo: exceded -> exceedTheo Buehler
2022-04-27Add authfd path to debug output. ok markus@Darren Tucker
2022-04-27ASN1_{,const_}check_infinite_end(3) were removed in the last major bump,Theo Buehler
2022-04-26Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().Joel Sing
2022-04-26Bump __mp_lock_spinout to INT_MAX.Dave Voutila
2022-04-26typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze
2022-04-26Do not send a hostname option when we don't have a hostname.Florian Obser
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-26No need for line wrap here.Claudio Jeker
2022-04-26On CPUs that have MPERF/APERF support use that information to install aClaudio Jeker
2022-04-26Check sshauthopt_new() for NULL. bz#3425, from tessgauthier atDarren Tucker
2022-04-25Reimplement the page allocation code using bus_dma(9) APIs to make sureMark Kettenis
2022-04-25Push DISK_[read|write]sectors() down to disk.c local functionsKenneth R Westerback
2022-04-25Extend ksmn(4) driver to also show CCD tempratures if available.Claudio Jeker
2022-04-25gh_csum an gh_part_csum are not used between initializingKenneth R Westerback
2022-04-25Fix spelling error in warnx()Job Snijders