openbsd
2022-12-11 ottoBalance a getifaddrs() with a freeifaddrs(); plugs...
2022-12-11 visaUse evcount_percpu() with platform interrupt counters...
2022-12-11 visaCut two cycles from k_tlb_inv() on octeon.
2022-12-10 knRemove unused experimental ICMP6 redirect low water...
2022-12-10 knReuse off variable from previous line; no object change
2022-12-10 knzap 68 trailing spaces from a single line
2022-12-10 mvs`dp' was just allocated with M_ZERO flag, so the follow...
2022-12-10 knMerge nd6_option_init() into nd6_options()
2022-12-10 kettenisIncrease transfer completion timeout to 100ms. This...
2022-12-10 millertex_range: fix handling of escaped backslashes.
2022-12-10 chelohaalpha: switch to clockintr
2022-12-10 antonMake the accepted log grep pattern more strict in order...
2022-12-10 tbbio chain test: compress some error printing
2022-12-10 tbbio chain test: deduplicate chain walking code
2022-12-10 tbbio chain test: handle walking of empty chains
2022-12-10 patrickMitigate Spectre-BHB by using core-specific trampoline...
2022-12-10 aoyamaFix comments, no binary change.
2022-12-09 kettenisSimplify early kernel bootstrap a bit more. Just map...
2022-12-09 patrickAdd detection for Spectre-BHB related CLRBHB, ECBHB...
2022-12-09 jmcfix double word and Ar -> Dv;
2022-12-09 patrickFix typo: SCTX -> SCXT
2022-12-09 tbresolvd: fix leaks of line and fp
2022-12-09 ottoiovcnt can be zero, writev does not like that and O_CRE...
2022-12-09 claudioSwitch nd_opts from a union to just a struct.
2022-12-09 tbbio chain test: add a consistency check for chain lengths
2022-12-09 deraadtdocument changes to uvm_map_protect() for setting the...
2022-12-09 tbbn/Makefile: tidy up and simplify
2022-12-09 tbAllow overriding default run-regress-* targets
2022-12-09 tbbio chain test: make two errors noisy
2022-12-09 tbbio chain test: ensure the length of empty chains is 0
2022-12-09 tbbio chain test: various minor readability tweaks
2022-12-09 bluhmSome TCP timer units have changed from slowhz to msec...
2022-12-09 dtuckerWarn if no host keys for hostbased auth can be loaded...
2022-12-09 dtuckerAdd some server debugging for hostbased auth.
2022-12-08 kettenisCall vget(9) in uvn_put() to make sure we hold a refere...
2022-12-08 tbbio chain test: fix inconsequential off-by-one
2022-12-08 tbbio chain test: minor readability tweaks
2022-12-08 tbbio chain test: rename a few variables for consistency
2022-12-08 tbbio chain test: decouple lengths of test chains
2022-12-08 tbbio chain test: refactor link_chains_at()
2022-12-08 tbbio chain test: lose some do_{,bio_} prefixes
2022-12-08 tbSplit biotest into its three logical parts
2022-12-08 chelohabgpctl(8): ometric: measure elapsed time with monotonic...
2022-12-08 guentherChange ld.bfd to default to --enable-new-dtags so that...
2022-12-08 visaFix DT_MIPS_RLD_MAP_REL
2022-12-08 tbbiotest: Tweak long comment a bit
2022-12-08 antonPrint skipped on non applicable architectures.
2022-12-08 antonStop overriding the regress target and use REGRESS_TARG...
2022-12-08 tbFix copy-paste error that left a paragraph ending in...
2022-12-08 tbAdd BIO_push() and BIO_set_next() regress coverage
2022-12-08 tbbn_mod_exp test: drop extra parentheses for readability
2022-12-08 yasuokaConvert tcptv_keep_init in milliseconds before comparin...
2022-12-08 yasuokaFix pvbus to specify M_ZERO properly.
2022-12-08 guenther_C_LABEL() and _ASM_LABEL() are no longer useful in...
2022-12-08 guenther_C_LABEL() and _ASM_LABEL() are no longer useful in...
2022-12-08 patrickForcibly set console output to the framebuffer on the...
2022-12-07 guenther_C_LABEL() and _ASM_LABEL() are no longer useful in...
2022-12-07 schwarzeImprove the implementation of BIO_push(3) such that...
2022-12-07 patrickThe ACPI tables on the Lenovo x13s are incomplete and...
2022-12-07 tbAdd references to the BIO_{push,pop}(3) example
2022-12-07 mvsDocument 'uidinfo' structure locks.
2022-12-07 guentherAdd END()s to match ENTRY()s.
2022-12-07 guentherPrefer numeric labels over L<digit> labels, as the...
2022-12-07 guentherPrefer STRONG_ALIAS() over multiple overlapping _ENTRY...
2022-12-07 guentherApply changes from commitid FWrfGfO9Ojnsh1mq to libkern.
2022-12-07 knDo not store unused ICMPv6 Option PREFIX_INFORMATION
2022-12-07 tbFix example string
2022-12-07 claudioFix comment by splitting sentance in two. From kn@
2022-12-07 dtuckerFix comment typo.
2022-12-07 nicmProcess escape sequences in show-buffer, GitHub issue...
2022-12-07 deraadtIf the called of ypconnect(2) is root, the socket shoul...
2022-12-06 kettenisAdd support for additional RTKit endpoint advertised...
2022-12-06 tbZap extra space
2022-12-06 mvsAdd missing kernel lock around (*if_ioctl)() call within
2022-12-06 schwarzeMajor rewrite for accuracy and clarity, and document...
2022-12-06 guenther_C_LABEL() and _ASM_LABEL() are no longer useful in...
2022-12-06 tbAdd a few missing headers and drop a few unused ones
2022-12-06 schwarzeMake sure BIO_push(3) always preserves all invariants...
2022-12-06 claudioOpenMetrics is rather strict about naming metricsets.
2022-12-06 patrickInstall arm64-qcom-dtb upon encountering a qcgpio(4...
2022-12-06 sthenlist hatch-vcs for MODPY_PYBUILD
2022-12-06 schwarzeImprove the poorly designed BIO_set_next(3) API to...
2022-12-06 kettenisImplement support for shared interrupts.
2022-12-06 kettenisFor write operations, wait until the transaction comple...
2022-12-06 claudioImplement ometric_set_timeval() and ometric_set_timeval...
2022-12-06 antonCorrect previous, must exit 0 to signal failure.
2022-12-06 tobhePrint size_t with %zu.
2022-12-06 jsgarithmethic -> arithmetic
2022-12-06 chelohai386: switch to clockintr
2022-12-06 chelohash, landisk: switch to clockintr
2022-12-06 cheloham88k, luna88k: switch to clockintr
2022-12-06 chelohahppa: switch to clockintr
2022-12-06 jcaPrint SBI vendor, version and implemented spec version
2022-12-06 jcaDrop unused WEAK_REFERENCE macro
2022-12-05 deraadtzap a pile of dangling tabs
2022-12-05 jmcmake all lists non -compact, to keep spacing consistent;
2022-12-05 claudioPrep for rpki-client 8.2
2022-12-05 afresh1Add support configuring hostname.if(5) by lladdr
2022-12-05 tbUnbreak rust-openssl-tests on sparc64
2022-12-05 claudioRevert and adjust the changes in ometric_set_state...
next