summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-10Reuse off variable from previous line; no object changeKlemens Nanni
2022-12-10zap 68 trailing spaces from a single lineKlemens Nanni
2022-12-10`dp' was just allocated with M_ZERO flag, so the following bzero(3) is notVitaliy Makkoveev
2022-12-10Merge nd6_option_init() into nd6_options()Klemens Nanni
2022-12-10Increase transfer completion timeout to 100ms. This is what Linux hasMark Kettenis
2022-12-10ex_range: fix handling of escaped backslashes.Todd C. Miller
2022-12-10alpha: switch to clockintrScott Soule Cheloha
2022-12-10Make the accepted log grep pattern more strict in order to not pick up any logAnton Lindqvist
2022-12-10bio chain test: compress some error printingTheo Buehler
2022-12-10bio chain test: deduplicate chain walking codeTheo Buehler
2022-12-10bio chain test: handle walking of empty chainsTheo Buehler
2022-12-10Mitigate Spectre-BHB by using core-specific trampoline vectors. On some coresPatrick Wildt
2022-12-10Fix comments, no binary change.Kenji Aoyama
2022-12-09Simplify early kernel bootstrap a bit more. Just map the entire 64MB memoryMark Kettenis
2022-12-09Add detection for Spectre-BHB related CLRBHB, ECBHB and CSV2_3/HCXTPatrick Wildt
2022-12-09fix double word and Ar -> Dv;Jason McIntyre
2022-12-09Fix typo: SCTX -> SCXTPatrick Wildt
2022-12-09resolvd: fix leaks of line and fpTheo Buehler
2022-12-09iovcnt can be zero, writev does not like that and O_CREATE isOtto Moerbeek
2022-12-09Switch nd_opts from a union to just a struct.Claudio Jeker
2022-12-09bio chain test: add a consistency check for chain lengthsTheo Buehler
2022-12-09document changes to uvm_map_protect() for setting the UVM_ET_STACK inTheo de Raadt
2022-12-09bn/Makefile: tidy up and simplifyTheo Buehler
2022-12-09Allow overriding default run-regress-* targetsTheo Buehler
2022-12-09bio chain test: make two errors noisyTheo Buehler
2022-12-09bio chain test: ensure the length of empty chains is 0Theo Buehler
2022-12-09bio chain test: various minor readability tweaksTheo Buehler
2022-12-09Some TCP timer units have changed from slowhz to msec and theirAlexander Bluhm
2022-12-09Warn if no host keys for hostbased auth can be loaded. From bz#3507, ok djm@Darren Tucker
2022-12-09Add some server debugging for hostbased auth.Darren Tucker
2022-12-08Call vget(9) in uvn_put() to make sure we hold a reference if we're calledMark Kettenis
2022-12-08bio chain test: fix inconsequential off-by-oneTheo Buehler
2022-12-08bio chain test: minor readability tweaksTheo Buehler
2022-12-08bio chain test: rename a few variables for consistencyTheo Buehler
2022-12-08bio chain test: decouple lengths of test chainsTheo Buehler
2022-12-08bio chain test: refactor link_chains_at()Theo Buehler
2022-12-08bio chain test: lose some do_{,bio_} prefixesTheo Buehler
2022-12-08Split biotest into its three logical partsTheo Buehler
2022-12-08bgpctl(8): ometric: measure elapsed time with monotonic clockScott Soule Cheloha
2022-12-08Change ld.bfd to default to --enable-new-dtags so that it generatesPhilip Guenther
2022-12-08Fix DT_MIPS_RLD_MAP_RELVisa Hankala
2022-12-08biotest: Tweak long comment a bitTheo Buehler
2022-12-08Print skipped on non applicable architectures.Anton Lindqvist
2022-12-08Stop overriding the regress target and use REGRESS_TARGETS instead.Anton Lindqvist
2022-12-08Fix copy-paste error that left a paragraph ending in a commaTheo Buehler
2022-12-08Add BIO_push() and BIO_set_next() regress coverageTheo Buehler
2022-12-08bn_mod_exp test: drop extra parentheses for readabilityTheo Buehler
2022-12-08Convert tcptv_keep_init in milliseconds before comparing other valuesYASUOKA Masahiko
2022-12-08Fix pvbus to specify M_ZERO properly.YASUOKA Masahiko
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther