openbsd
2023-03-01 tbRevert OpenSSL commit aa6bb135
2023-03-01 tblibcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c
2023-03-01 dtuckerRework logging for the regression tests. Previously...
2023-03-01 claudioChange fatal() to fatalx() since the errno has no meani...
2023-03-01 claudioKNF, no functional change.
2023-02-28 dtuckerfatal out if allocating banner string fails to avoid...
2023-02-28 sthen+sync
2023-02-28 sthenadd 7.4 fw key
2023-02-28 jsingRewrite/simplify BN_from_montgomery_word() and BN_from_...
2023-02-28 tbExplicitly skip the json_web* tests now.
2023-02-28 tbAdd a few missing NIDs for new Wycheproof tests.
2023-02-28 tbSkip FRP256v1 curve in ECDH tests. We do not support it.
2023-02-28 claudioAdjust default_print() to not run over snapend.
2023-02-28 dtuckerExplicitly ignore return from fchmod similar to other...
2023-02-27 dtuckerPlug mem leak on globbed ls error path. Spotted by...
2023-02-27 deraadtuse the correct size of the execve syscall stub
2023-02-27 deraadtCalculate the size of the static (and profiled static...
2023-02-27 jmcsort VEB and add "rules"; ok stsp
2023-02-27 stspAdd missing documentation of veb(4) ioctls to the ifcon...
2023-02-27 jmatthewPass MII flags depending on the phy mode specified...
2023-02-27 janTurn off TSO if interface is added to layer 2 devices.
2023-02-27 ottoThere is no reason to-be-cleared chunks cannot particip...
2023-02-27 jsgdrm/i915: Remove __maybe_unused from mtl_info
2023-02-27 jsgdrm/edid: Fix minimum bpc supported with DSC1.2 for...
2023-02-27 deraadtsync
2023-02-27 afresh1Include varags types in sys/syscalls.h comment
2023-02-26 chelohaclockintr: add a kernel-facing API
2023-02-26 miodAdd a few missing bounds checks when processing termina...
2023-02-26 kettenisDefragment mbufs in the tx path to work around a (not...
2023-02-26 kettenisRK3588 support.
2023-02-26 kettenisRK3588 support.
2023-02-26 kettenisModern Rockchip SoCs, such as the RK356x and RK3588...
2023-02-25 bcookUse separate lines instead of semicolons.
2023-02-25 mvsregen
2023-02-25 mvsUnlock select(2), pselect(2), poll(2) and ppoll(2).
2023-02-24 aoyamaChange to use the default bsd.prog.mk "install" target.
2023-02-24 deraadtTry to warn about syscall() possibly being deleted...
2023-02-24 deraadtswitch mips64 ld.lld to execute-only, in case someone...
2023-02-24 deraadtdisable jump tables by default on sparc64, in prep...
2023-02-24 mpiDo not held the vm_map lock while flushing pages in...
2023-02-23 miodRemove dangerous user-settable "addr" variable from...
2023-02-23 jobIntroduce X509_get0_uids() accessor function
2023-02-23 tbopenssl speed: avoid bad plural
2023-02-23 aoyamaMake bootloader 'time' command work correctly on luna88k.
2023-02-23 tbrpki-client: simplify parse_load_crl_from_mft()
2023-02-23 claudioWhen parsing MFT the CRL referenced by the MFT is loade...
2023-02-23 tbUse explicit .text instead of .previous to please Windo...
2023-02-23 tbFix up the .rodata segment's name for Windows as well.
2023-02-23 mbuhlFix ethertype for NSH. RFC 8300 states ethertype 0x894F...
2023-02-23 jsgdrm/i915/gen11: Wa_1408615072/Wa_1407596294 should...
2023-02-23 jsgdrm/amd/display: Fail atomic_check early on normalize_z...
2023-02-23 jsgdrm/amd/amdgpu: fix warning during suspend
2023-02-23 jsgdrm/amd/display: Properly handle additional cases where...
2023-02-23 jsgdrm/amdgpu: Enable vclk dclk node for gc11.0.3
2023-02-23 jsgdrm/amdgpu: enable HDP SD for gfx 11.0.3
2023-02-23 jsgdrm/amd/display: Reset DMUB mailbox SW state after...
2023-02-23 jsgdrm/amd/display: Unassign does_plane_fit_in_mall functi...
2023-02-23 jsgdrm/amd/display: Adjust downscaling limits for dcn314
2023-02-23 jsgdrm/amd/display: Add missing brackets in calculation
2023-02-23 deraadtadjust documentation for ktrace.h changes. utrace...
2023-02-23 deraadtinclude two required header files, because we want...
2023-02-22 mbuhlExplicitly initialize vmd_vm pointer with NULL before...
2023-02-22 jmcremove .Pp before .Sh;
2023-02-22 guentherPoint to <signal.h> and not <sys/signal.h>: the latter is
2023-02-22 guentherDon't mention <sys/signal.h>: <pthread_np.h> pulls...
2023-02-22 guentherPrefer 'argument' over 'parameter' when refering to...
2023-02-22 guentherPrefer "get or set" over "get/set" or "get and set".
2023-02-22 jsingAdjust parentheses in mont->ri assignment.
2023-02-22 jsingReplace bn_sub_part_words() with bn_sub().
2023-02-22 jsingRework bn_add()/bn_sub() to operate on word arrays.
2023-02-22 jsingRewrite and simplify BN_MONT_CTX_set()
2023-02-22 djmfix progressmeter corruption on wide displays; bz3534
2023-02-21 jmcadress -> address;
2023-02-21 tbrpki-client: refactor manifest/crl parsing a bit
2023-02-21 deraadthppa does some weird callgate stuff, so the pinsyscall...
2023-02-21 deraadtdlfcn/init.c
2023-02-21 mbuhlspelling.
2023-02-21 deraadtDo pinsyscall() after static libc is configured for...
2023-02-21 deraadtpinsyscall(2) is not just for dynamic binaries anymore...
2023-02-21 deraadtIn static binaries, if WEAK execve can be found, use...
2023-02-21 deraadtcreate a stub for pinsyscall(2)
2023-02-21 deraadtfor process kills due to execve from non-pinned syscall...
2023-02-21 bcallahAttach Apollo Lake HD Audio device, enabling audio...
2023-02-21 knHave disk and string list helpers print trailing newlin...
2023-02-21 tbperlasm: properly spell .rodata for macOS on intel
2023-02-21 bcookremove extra argument
2023-02-21 jobCheck all possible storage areas for a matching CRL
2023-02-21 tbrpki-client: ensure there is no trailing garbage in...
2023-02-21 jmcsome nameserver proposal bits:
2023-02-21 dtuckerfseek to end of known_hosts before writing to it. ...
2023-02-21 jsingUnifdef MONT_WORD.
2023-02-21 deraadtsync
2023-02-21 gkoehlerSet the current pmap in macppc's pmap_activate
2023-02-21 deraadtsync
2023-02-21 afresh1Remove conflict markers from perl tests
2023-02-21 deraadtcorrect parameter type
2023-02-21 afresh1Don't install DebugWrap.1 manpage
2023-02-20 jmcsndiod(8) is the audio daemon now; from david demelier
2023-02-20 krwRework/modernize verbiage in the "AUTOMATIC DISK ALLOCA...
2023-02-20 miodRewrite the ROM walk logic to correctly iterate over...
next