openbsd
2023-11-22 knDo not drop into "ftp> " shell when piping to stdandard...
2023-11-22 millertUpdate awk to the Nov 20, 2023 version.
2023-11-21 tbec_print.c: Unwrap a line
2023-11-21 tbInline a better version of print_bin() in only caller
2023-11-21 tbMake a few purpose things const
2023-11-21 tbFix a <= 5-byte buffer overwrite in print_bin()
2023-11-21 florianDo not short-circuit localhost resolution when AI_NUMER...
2023-11-21 bluhmFix kernel build without option PTRACE, but with dt(4).
2023-11-21 martijnSet sc_rtfilter to specific ROUTE_FILTER() values,...
2023-11-21 martijnMake RTFILTER/filter-routes a simple boolean assignment...
2023-11-21 jmatthewAdd '-e' (or -eltorito-boot-efi) option for writing...
2023-11-21 jsgdrm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE
2023-11-21 jsgdrm/amd/display: Bail from dm_check_crtc_cursor if...
2023-11-21 jsgdrm/amd/display: Refactor dm_get_plane_scale helper
2023-11-21 jsgdrm/amd/display: Check all enabled planes in dm_check_c...
2023-11-21 jsgdrm/amdkfd: fix some race conditions in vram buffer...
2023-11-21 jsgdrm/radeon: possible buffer overflow
2023-11-21 jsgadd more product names in comments
2023-11-20 kettenisHandle rx error.
2023-11-20 jcaStop erroring out when .gcc_except_table relocs point...
2023-11-20 knInclude <dev/efi/efiio.h> to pretty print EFIIOC_*...
2023-11-20 knSort includes, <scsi/scsi_all.h> before <dev/*>
2023-11-20 miodRevert 1.18 and randomly sort kernel object files again...
2023-11-20 miodMake sure the low two bits of stvec are always zero...
2023-11-20 claudioRename struct imsgbuf *ibuf to *imsgbuf. Same was done...
2023-11-20 claudioKNF, fix long line.
2023-11-20 claudioKNF
2023-11-20 florianlocalhost is either 127.0.0.1 or ::1, nothing else.
2023-11-20 martijnAdd a couple of tests for handling of tcp connections.
2023-11-20 martijnIn snmpe_writecb, don't call snmpe_prepare_read() when...
2023-11-20 kettenisCode changes between llvm 13 and 16 mean that we have...
2023-11-20 jcaRestore lost patch: downgrade RISCV ABI mismatch error...
2023-11-20 djmset errno=EAFNOSUPPORT when filtering addresses that...
2023-11-20 jsgonly enable bti and pac by default on arm64
2023-11-20 tbStill need engine.h for ENGINE_free()
2023-11-19 tbMark up an occurrence of ENGINE
2023-11-19 tbENGINE can no longer have ex_data attached to it
2023-11-19 tbRemove musings how ENGINE may or may not screw everythi...
2023-11-19 tbRemove ENGINE mention in RSA_new()
2023-11-19 tbOPENSSL_config() no longer calls ENGINE_load_builtin_en...
2023-11-19 tbENGINE_add_conf_module() no longer exists
2023-11-19 tbRemove ENGINE Xr that I left behind
2023-11-19 tbzap stray comma
2023-11-19 kettenisDisable LOAD_STACK_GUARD on OpenBSD/armv7. It seems...
2023-11-19 tbUnifdef OPENSSL_NO_ENGINE in libssl
2023-11-19 tbManually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c
2023-11-19 tbRename an ENGINE from e to engine for consistency
2023-11-19 tbUnifdef OPENSSL_NO_ENGINE in libcrypto
2023-11-19 tbUnifdef OPENSSL_NO_ENGINE in pmeth_lib.c
2023-11-19 tbUnifdef OPENSSL_NO_ENGINE in engine.h
2023-11-19 tbAlso mention ENGINE_{cleanup,{ctrl_cmd{,_string}()
2023-11-19 tbRemove last OPENSSL_NO_ENGINE from libssl regress
2023-11-19 tbUnifdef OPENSSL_NO_ENGINE in libcrypto regress
2023-11-19 tbMissing period
2023-11-19 tbfix grammar
2023-11-19 claudioutil.c requires stdint.h for UINT32_MAX and friends.
2023-11-19 tbsync
2023-11-19 tbRemove remaining ENGINE manuals
2023-11-19 tbStrip mention of ENGINE out of *_set_method.3
2023-11-19 tbStrip out mentions of ENGINE_load_builtin_engines()
2023-11-19 tbex data for ENGINEs is no longer a thing
2023-11-19 tbRemove section explaining how great and flexible ENGINE...
2023-11-19 tbRemove obsolete engine configuration section
2023-11-19 tbDocument the remaining ENGINE stubs in a single manual
2023-11-19 tbEVP_PKEY_encrypt() simplify example
2023-11-19 tbopenssl pkcs12: rewrite without reaching into X509_ALGOR
2023-11-19 tbopenssl ts: convert to X509_ALGOR_set0()
2023-11-19 gkoehlerFix cc -ftrapping-math on macppc
2023-11-19 deraadtneed to use a slightly different asm syntax..
2023-11-18 tbsync zlib with userland
2023-11-18 tblibz sync with develop branch, discussed with deraadt
2023-11-18 tbSync example.c and minigzip.c with upstream.
2023-11-18 deraadtoops another copy of the prototype
2023-11-18 deraadtcrt0 uses a helper function in a MD src/libexec/ld...
2023-11-18 krwScan past whitespace before checking if flag string...
2023-11-18 tbCheck for negative EVP_CIPHER_CTX_iv_length() return...
2023-11-18 tbForgot to fix one unsigned int vs int confusion
2023-11-18 tbCheck for negative IV length
2023-11-18 sthensync
2023-11-18 antonFix make other_two target by coping with leapseconds...
2023-11-18 claudioRename internal function imsg_get_fd() to imsg_dequeue_...
2023-11-18 dlgports specified on tunnel destination addresses are...
2023-11-17 millertUse "mv -f" when moving the output file into place...
2023-11-17 millertzoneinfo: install tzdata.zi and leap-seconds.list
2023-11-17 visaUse -mxgot to avoid GOT overflow during build on mips64.
2023-11-17 claudioThe term peerid originated from bgpd. It is time to...
2023-11-17 tobheSet "unique_subject = no" to allow renewing expired...
2023-11-17 claudiorename struct imsgbuf *ibuf to *imsgbuf since ibuf...
2023-11-17 claudioDo not log errors form pcap_dispatch() caused by signals.
2023-11-16 schwarzeMention which functions are implemented as macros in...
2023-11-16 schwarzedrop some duplicate statements about macros
2023-11-16 schwarzefix wrong macro
2023-11-16 robertdowngrade -Wint-conversion to a warning
2023-11-16 bluhmRun TCP SYN cache timer logik without net lock.
2023-11-16 schwarzedelete lots of stuff that no longer exists
2023-11-16 millertUse tset -I for all terminals, not just xterm.
2023-11-16 millertUse tset -I for all terminals, not just xterm.
2023-11-16 schwarzefix typo: exdata -> ex_data
2023-11-16 robertset .NOTPARALLEL for AMDGPU tblgen files to tame memory...
2023-11-16 martijnIn appl_processpdu() no need to set avi_next, and only...
next