openbsd
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...
2022-12-05 visaUse evcount_percpu() with mips64 clock and ipi interrup...
2022-12-05 visaAvoid event counter re-insert in evcount_percpu()
2022-12-05 kettenisAdd linker script for hppa. The crucial bit is that...
2022-12-05 kettenisAdd support for the Backlight connector property like...
2022-12-05 kettenisTrigger a kevent when we change the backlight. This...
2022-12-05 kettenisCalculate the bit clock based on number of channels...
2022-12-05 antonTreat all possible mprotect() failures as fatal.
2022-12-05 tbbn_mod_exp.c doesn't need <string.h>
2022-12-04 chelohauserspace: remove vestigial '?' cases from top-level...
2022-12-04 tbzap weird spaces $EDITOR added in previous
2022-12-04 antonPrint skipped while running on anything other than...
2022-12-04 chelohasystat(1): vmstat: measure elapsed time with clock_gett...
2022-12-04 visald.so: Disable DT_MIPS_RLD_MAP_REL
2022-12-04 deraadtThe next step for mimmutable(). ld.so figures out...
2022-12-04 tobheRename sun to s_un for portability.
2022-12-04 dtuckerRemove duplicate includes. Patch from AtariDreams...
2022-12-04 tbFix warnings about binding changed to STB_WEAK on i386
2022-12-04 jsgregen
2022-12-04 jsgadd Intel DG1, DG2, ATS-M ids
2022-12-04 tobheInclude endian.h for htobe32
2022-12-03 tobheConsistently use uintXX_t from <stdint.h> instead of...
2022-12-03 tobheInclude endian.h where needed for betohXX functions.
2022-12-03 jcaUse evcount_percpu(9) for clock interrupts
2022-12-03 jcaAdd ENTRY_NB() and use it for brk.S and sbrk.S on riscv64
2022-12-03 kettenisRework the RTKit code such that we don't spin forever...
2022-12-03 kettenisThe device tree bindings for aplcpu(4) changed once...
2022-12-03 tbskip rust-openssl-tests on sparc64
2022-12-03 yasuokaModify vmt to use the buffer allocated in pvbus directl...
2022-12-03 tbClean up makefile
2022-12-03 tbbiotest needs bio_local.h now
2022-12-03 tbTest BIO_{push,pop}() along a linear chain
2022-12-03 tbMore cleanup
2022-12-03 tbRefactor and fix bn_mod_exp test
2022-12-03 tbAdd missing checks for BN_mod_exp_{non,}ct()
2022-12-03 tbFix some ancient silliness with a random byte
2022-12-03 jsgregen
2022-12-03 jsgadd AMD family 19h model 61h (Raphael) ids
2022-12-03 jsgdrm/i915: fix TLB invalidation for Gen12 video and...
2022-12-02 tbDrop 'perhaps a little', plus grammar and spelling...
2022-12-02 chelohamidicat(1): use err(3) everywhere
2022-12-02 chelohamidicat(1): set ifile/ofile to "stdin"/"stdout" if...
2022-12-02 chelohamidicat(1): add a usage() function
2022-12-02 tbRevert bio_prev removal
2022-12-02 tbbn_mod_exp.c: printing to stdout needs no BIO
2022-12-02 tbbn_mod_exp: we have a BN_CTX available...
next