tb [Sun, 20 Aug 2023 22:27:52 +0000 (22:27 +0000)]
unifdef -D FULL_TEST
tb [Sun, 20 Aug 2023 22:26:24 +0000 (22:26 +0000)]
knfmt(1) to the rescue
tb [Sun, 20 Aug 2023 22:22:55 +0000 (22:22 +0000)]
Another OPENSSL_NO_DEPRECATED hits the bit bucket
tb [Sun, 20 Aug 2023 22:21:00 +0000 (22:21 +0000)]
Drop unnecessary OPENSSL_NO_DEPRECATED dance
tb [Sun, 20 Aug 2023 22:20:12 +0000 (22:20 +0000)]
Use a separate flags variable for the error flags in DH_check()
jmc [Sun, 20 Aug 2023 19:52:40 +0000 (19:52 +0000)]
remove "flag" from the Dv line;
visa [Sun, 20 Aug 2023 16:48:04 +0000 (16:48 +0000)]
sync
tb [Sun, 20 Aug 2023 16:25:48 +0000 (16:25 +0000)]
Sync zlib 1.3 with userland
tb [Sun, 20 Aug 2023 16:25:09 +0000 (16:25 +0000)]
Bump zlib version to 1.3
We have been pulling in all actual changes over the past months, so this
is only a version number bump. The relevant entries of the ChangeLog are:
* Building using K&R (pre-ANSI) function definitions is no longer supported.
* Fixed a bug in deflateBound() for level 0 and memLevel 9.
* Fixed a bug when gzungetc() is used immediately after gzopen().
* Fixed a bug when using gzflush() with a very small buffer.
* Fixed a crash when gzsetparams() is attempted for a transparent write.
ok deraadt miod millert
visa [Sun, 20 Aug 2023 15:19:34 +0000 (15:19 +0000)]
Add initial regress tests for kqueue1(2)
visa [Sun, 20 Aug 2023 15:17:53 +0000 (15:17 +0000)]
Add syscall stub for kqueue1(2)
This rides previous libc minor bump.
Feedback and OK guenther@
visa [Sun, 20 Aug 2023 15:14:20 +0000 (15:14 +0000)]
regen
visa [Sun, 20 Aug 2023 15:13:43 +0000 (15:13 +0000)]
Add kqueue1() system call
kqueue1() takes the flags argument. This lets the kqueue file descriptor
be opened with O_CLOEXEC. Adapted from NetBSD.
OK guenther@
schwarze [Sun, 20 Aug 2023 15:02:50 +0000 (15:02 +0000)]
Provide C11 <uchar.h>.
OK millert@.
Tested by naddy@ in a bulk and by matthieu@ in the new foot(1) port.
I originally wrote the code in 2022 at the prodding of espie@.
Using one improvement to a manual page from jmc@.
claudio [Sat, 19 Aug 2023 11:14:11 +0000 (11:14 +0000)]
Refetch the spc pointer after cpu_switchto() since the value is stale
after the proc switch. With the value refetched the rest of the code
can be simplified.
Input guenther@, OK cheloha@, miod@
guenther [Sat, 19 Aug 2023 04:21:05 +0000 (04:21 +0000)]
Copy entire st_*tim structs at once, rather than copying
the st_*time and (obsolete) st_*timensec members separately.
ok millert@
gkoehler [Sat, 19 Aug 2023 00:47:51 +0000 (00:47 +0000)]
Check for powerpc64 cores that fail to start
If the core failed to start (because opal_start_cpu didn't return
OPAL_SUCCESS), or failed to identify, then don't use the core.
Eduardo Pires told ppc@ in April 2023 about a machine that froze at
boot; cpu1 had failed to start with error -14 OPAL_WRONG_STATE. See
https://marc.info/?l=openbsd-ppc&m=
168106893329069&w=2
ok miod@
kn [Fri, 18 Aug 2023 14:10:33 +0000 (14:10 +0000)]
use imperative tense consistently; OK jmc
kn [Fri, 18 Aug 2023 14:09:19 +0000 (14:09 +0000)]
Make -s read passphrases without prompts or confirmation
-s for non-interactive usage disables prompts, but still silently expects
two inputs, which is neither intuitive nor ergonomic.
Fix this get sane scriptable behaviour and documentation.
Feedback OK jsing op
claudio [Fri, 18 Aug 2023 09:18:52 +0000 (09:18 +0000)]
Move the loadavg calculation to sched_bsd.c as update_loadav()
With this uvm_meter() is no more and update_loadav() uses a simple timeout
instead of getting called via schedcpu().
OK deraadt@ mpi@ cheloha@
tb [Fri, 18 Aug 2023 08:42:41 +0000 (08:42 +0000)]
Check X509_digest() return in x509v3_cache_extensions()
On failure invalidate the cert with EXFLAG_INVALID. It's unlikely that
a cert would make it through to the end of this function without setting
the flag, but it's bad style anyway.
ok jsing
tb [Fri, 18 Aug 2023 08:22:29 +0000 (08:22 +0000)]
Mark up variables in Bl with Ev
prompted by op
tb [Fri, 18 Aug 2023 08:20:27 +0000 (08:20 +0000)]
Document MODCARGO_WANTLIB
initial diff from Ashlen
jsg [Fri, 18 Aug 2023 08:11:47 +0000 (08:11 +0000)]
INITITIATION_COST -> INITIATION_COST
jsg [Fri, 18 Aug 2023 08:10:16 +0000 (08:10 +0000)]
maximium -> maximum
jsg [Fri, 18 Aug 2023 08:03:57 +0000 (08:03 +0000)]
NBPFILTER not NBPF
ok dlg@
yasuoka [Fri, 18 Aug 2023 06:45:15 +0000 (06:45 +0000)]
Tweak radiusd.conf example. input from an anonymous user.
yasuoka [Fri, 18 Aug 2023 06:37:20 +0000 (06:37 +0000)]
Fix the config parser to be able to have comment lines at middle of
"client" block. Also fix a memory leak and improve the error messages
when parse errors.
yasuoka [Fri, 18 Aug 2023 06:12:27 +0000 (06:12 +0000)]
Properly terminate the arguments for execv() with NULL.
tb [Fri, 18 Aug 2023 06:09:10 +0000 (06:09 +0000)]
sync with userland
tb [Fri, 18 Aug 2023 06:08:19 +0000 (06:08 +0000)]
sync with zlib.h
"that's fine" jmc
tb [Fri, 18 Aug 2023 06:08:03 +0000 (06:08 +0000)]
Sync doc comment with upstream
djm [Fri, 18 Aug 2023 01:37:41 +0000 (01:37 +0000)]
fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexed
sessions to ignore SIGINT under some circumstances. Reported by /
feedback naddy@, ok dtucker@
nicm [Thu, 17 Aug 2023 14:10:28 +0000 (14:10 +0000)]
Add a session, pane and user mouse range types for the status line and
add format variables for mouse_status_line and mouse_status_range so
they can be associated with different commands in the key bindings.
GitHub issue 3652.
sthen [Thu, 17 Aug 2023 10:51:54 +0000 (10:51 +0000)]
remove reference to old gcc3 module, spotted by Alexey Brovchenko
tb [Thu, 17 Aug 2023 09:28:43 +0000 (09:28 +0000)]
Garbage collect two commented abort()
tb [Thu, 17 Aug 2023 09:27:43 +0000 (09:27 +0000)]
Make the local ASN1_OBJECTs const
ok jsing
tb [Thu, 17 Aug 2023 09:26:09 +0000 (09:26 +0000)]
Remove some unnecessary else branches
tb [Thu, 17 Aug 2023 09:24:50 +0000 (09:24 +0000)]
Remove some parents from return statements
tb [Thu, 17 Aug 2023 09:22:56 +0000 (09:22 +0000)]
Use cmp instead of i for the result of a comparison
ok jsing
tb [Thu, 17 Aug 2023 09:18:21 +0000 (09:18 +0000)]
Use OBJ_cmp() instead of inlining two variants
This also avoids more undefined behavior with memcmp().
ok jsing
PS: Unsolicited advice for no one in particular: there is this awesome tool
called grep. If someone reports an issue, you might want to use it to find
more instances.
tb [Thu, 17 Aug 2023 09:13:01 +0000 (09:13 +0000)]
Avoid memcmp(NULL, x, 0) in OBJ_cmp()
If a->length is 0, either a->data or b->data could be NULL and memcmp()
will rely on undefined behavior to compare them as equal. So avoid this
comparison in the first place.
ok jsing
op [Thu, 17 Aug 2023 07:25:57 +0000 (07:25 +0000)]
use "example.com" instead of "default" as server name in the various
examples: it matches the sample config and avoids tricking the user into
thinking that "default" as server name has a special meaning.
While here, document also that http uses the first server matching the
listening port when there's no match on the server name.
(was corrected on this by Crystal Kolipe, thanks)
ok kn on a previous version, improvements from sthen and jmc, ok sthen
jmc [Thu, 17 Aug 2023 05:45:51 +0000 (05:45 +0000)]
add space needed in punctuation;
from josiah frentsos
tb [Thu, 17 Aug 2023 05:43:09 +0000 (05:43 +0000)]
Document MODCARGO_INSTALL_TARGET_PATH
jsg [Thu, 17 Aug 2023 04:16:07 +0000 (04:16 +0000)]
drm/amd/pm/smu7: move variables to where they are used
From Alex Deucher
5525c289dbcf2b1adecc5e727e7d544ade9c7be1 in linux-6.1.y/6.1.46
63a9ab264a8c030482ab9e7e20b6c4c162299531 in mainline linux
jsg [Thu, 17 Aug 2023 04:14:37 +0000 (04:14 +0000)]
drm/amd/display: trigger timing sync only if TG is running
From Aurabindo Pillai
b61a06eca15cc4fd6ff50540ba3bbdea76e52c6b in linux-6.1.y/6.1.46
6066aaf74f510fc171dbe9375153aee2d60d37aa in mainline linux
jsg [Thu, 17 Aug 2023 04:12:42 +0000 (04:12 +0000)]
drm/amd/display: fix the build when DRM_AMD_DC_DCN is not set
From Alex Deucher
07152d9e87ef7759955446989693bbf5e8e80b7c in linux-6.1.y/6.1.46
5ca9b33ece9aa048b6ec9411f054e1b781662327 in mainline linux
jsg [Thu, 17 Aug 2023 04:11:04 +0000 (04:11 +0000)]
drm/amd/display: Retain phantom plane/stream if validation fails
From Alvin Lee
647e12741e6d16eccb679d2fefa7ec71496b6337 in linux-6.1.y/6.1.46
9b216b7e38f5381bcc3ad21c5ac614aa577ab8f2 in mainline linux
jsg [Thu, 17 Aug 2023 04:09:00 +0000 (04:09 +0000)]
drm/amd/display: Disable phantom OTG after enable for plane disable
From Alvin Lee
e61f0ad73668912feef345e35beeefcce5bbbd63 in linux-6.1.y/6.1.46
dc55b106ad477c67f969f3432d9070c6846fb557 in mainline linux
jsg [Thu, 17 Aug 2023 04:06:59 +0000 (04:06 +0000)]
drm/amd/display: Use update plane and stream routine for DCN32x
From Rodrigo Siqueira
9caac2a9f69f58bed2ba35845a13fa7039d2e1d2 in linux-6.1.y/6.1.46
dddde627807c22d6f15f4417eb395b13a1ca88f9 in mainline linux
jsg [Thu, 17 Aug 2023 04:05:16 +0000 (04:05 +0000)]
drm/amd/display: Avoid ABM when ODM combine is enabled for eDP
From Rodrigo Siqueira
e93ae6e6b6605bfac458950920292311f7cf4a82 in linux-6.1.y/6.1.46
7fffb03b4045c862f904a88b852dc509c4e46406 in mainline linux
jsg [Thu, 17 Aug 2023 04:03:16 +0000 (04:03 +0000)]
drm/amd/display: Update OTG instance in the commit stream
From Rodrigo Siqueira
4fe91c51aa936779edcae5943b1e621047fe2c2d in linux-6.1.y/6.1.46
eef019eabc3cd0fddcffefbf67806a4d8cca29bb in mainline linux
jsg [Thu, 17 Aug 2023 04:01:21 +0000 (04:01 +0000)]
drm/amd/display: Handle seamless boot stream
From Rodrigo Siqueira
b2415df0afba5a114cececdb556f74b3d7965aa8 in linux-6.1.y/6.1.46
170390e587a69b2a24abac39eb3ae6ec28a4d7f2 in mainline linux
jsg [Thu, 17 Aug 2023 03:59:55 +0000 (03:59 +0000)]
drm/amd/display: Add function for validate and update new stream
From Rodrigo Siqueira
9b1a1f168c03787aa6a159f4f1dfbfa398f1d44e in linux-6.1.y/6.1.46
a5e39ae27c3a305c6aafc0e423b0cb2c677facde in mainline linux
jsg [Thu, 17 Aug 2023 03:56:38 +0000 (03:56 +0000)]
drm/amd/display: Handle virtual hardware detect
From Rodrigo Siqueira
60334c0cba2f7741252960994b1e9b1d6b668d07 in linux-6.1.y/6.1.46
987b96eb860036ab79051fb271f7fbdc01c9daf5 in mainline linux
jsg [Thu, 17 Aug 2023 03:55:03 +0000 (03:55 +0000)]
drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctuation
From Evan Quan
0f19195d639764d68f6f316dda363ba29821e5bc in linux-6.1.y/6.1.46
b75efe88b20c2be28b67e2821a794cc183e32374 in mainline linux
jsg [Thu, 17 Aug 2023 03:52:37 +0000 (03:52 +0000)]
drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settings
From Evan Quan
b064f9ccf11cb4008a1f0e3c96099041b121af80 in linux-6.1.y/6.1.46
b1a9557a7d00c758ed9e701fbb3445a13a49506f in mainline linux
jsg [Thu, 17 Aug 2023 03:50:28 +0000 (03:50 +0000)]
drm/amd/pm: expose swctf threshold setting for legacy powerplay
From Evan Quan
b844033ea813cb028a1961514ef37010fef9f543 in linux-6.1.y/6.1.46
064329c595da56eff6d7a7e7760660c726433139 in mainline linux
jsg [Thu, 17 Aug 2023 03:48:03 +0000 (03:48 +0000)]
drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings
From Evan Quan
2368afd60f647889d90fa4a42c7b27548f77dbd9 in linux-6.1.y/6.1.46
975b4b1d90ccf83da252907108f4090fb61b816e in mainline linux
jsg [Thu, 17 Aug 2023 03:45:49 +0000 (03:45 +0000)]
drm/amd/display: limit DPIA link rate to HBR3
From Peichen Huang
3d3fd58bfca151028859cc23757191fa2f65f679 in linux-6.1.y/6.1.46
0e69ef6ea82e8eece7d2b2b45a0da9670eaaefff in mainline linux
jsg [Thu, 17 Aug 2023 03:43:42 +0000 (03:43 +0000)]
drm/amd: Disable S/G for APUs when 64GB or more host memory
From Mario Limonciello
10347b115da1029f4a25b69129294b3854144d6a in linux-6.1.y/6.1.46
08fffa74d9772d9538338be3f304006c94dde6f0 in mainline linux
jsg [Thu, 17 Aug 2023 03:41:15 +0000 (03:41 +0000)]
drm/amdgpu: add S/G display parameter
From Alex Deucher
f6166ca452b8687322e6c1f8bac2395abc456aa4 in linux-6.1.y/6.1.46
bf0207e1727031798f300afa17f9bbeceac6da87 in mainline linux
jsg [Thu, 17 Aug 2023 03:39:20 +0000 (03:39 +0000)]
drm/amd/display: check attr flag before set cursor degamma on DCN3+
From Melissa Wen
c3d2d4b02e5e91b465ae85a19c05b00912f79620 in linux-6.1.y/6.1.46
96b020e2163fb2197266b2f71b1007495206e6bb in mainline linux
jsg [Thu, 17 Aug 2023 03:37:18 +0000 (03:37 +0000)]
drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()
From Alex Deucher
9a2393af1f35d1975204fc00035c64a1c792b278 in linux-6.1.y/6.1.46
90e065677e0362a777b9db97ea21d43a39211399 in mainline linux
bru [Wed, 16 Aug 2023 20:53:47 +0000 (20:53 +0000)]
Identify Synaptics touchpads without multifinger support.
ok miod@
djm [Wed, 16 Aug 2023 16:14:11 +0000 (16:14 +0000)]
defence-in-depth MaxAuthTries check in monitor; ok markus
schwarze [Wed, 16 Aug 2023 13:50:05 +0000 (13:50 +0000)]
add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES section
schwarze [Wed, 16 Aug 2023 13:47:18 +0000 (13:47 +0000)]
Describe more precisely how these functions are supposed to be used,
document the control operations supported by EVP_chacha20_poly1305(3),
and add the missing STANDARDS and HISTORY sections.
This replaces all text written by Matt Caswell and all text Copyrighted
by OpenSSL in the year 2019.
dv [Wed, 16 Aug 2023 13:07:11 +0000 (13:07 +0000)]
Backout changes for btrace(8) argN builtins.
Talking with mpi@, going to rework this to be part of the parser.
Reverts commit 0iIzGtIFgBXVfbNa.
tb [Wed, 16 Aug 2023 10:38:33 +0000 (10:38 +0000)]
Cosmetic fix for copy-pasto
jsg [Wed, 16 Aug 2023 09:51:39 +0000 (09:51 +0000)]
avoid bios sign msr on intel family < 6
the pentium msr list in the sdm does not include it
job [Wed, 16 Aug 2023 08:38:40 +0000 (08:38 +0000)]
ASPAs are AFI-agnostic
OK claudio@
claudio [Wed, 16 Aug 2023 08:29:41 +0000 (08:29 +0000)]
The per-AFI madness in ASPA was removed. So adjust this test here.
claudio [Wed, 16 Aug 2023 08:28:46 +0000 (08:28 +0000)]
Per-AFI ASPA provider was removed. Adjust expected result.
claudio [Wed, 16 Aug 2023 08:26:35 +0000 (08:26 +0000)]
Remove per-AFI ASPA handling in bgpd internals
With draft-ietf-sidrops-aspa-profile-16 and
draft-ietf-sidrops-aspa-verification-15 the AFI dependence of ASPA
records was dropped. So remove this complication form the code.
This only removes the AFI handling internally in bgpd but still allows
the old syntax in aspa-set tables. The optional address family is just
ignored and records are merged together.
For RTR sessions draft-ietf-sidrops-8210bis has not yet been updated so
right now we still handle RTR sessions as specified there. The IPv4 and
IPv6 ASPA entries are handled in two trees and merged together into one
AFI independent tree. This is the best we can do for now until IETF
updates draft-ietf-sidrops-8210bis.
OK tb@ job@
claudio [Wed, 16 Aug 2023 07:55:52 +0000 (07:55 +0000)]
Move SCHED_LOCK after sleep_signal_check.
sleep_signal_check() is there to look for pending signals / single thread
requests which were posted before sleep_setup() finished. Once p_stat
is set to SSLEEP the wakeup and delivery of signals is taken care of
by ptsignal and single_thread_set().
Moving the SCHED_LOCK further down allows to cleanup cursig() and to
remove a SCHED_LOCK recursion in single_thread_check().
OK mpi@
jsg [Wed, 16 Aug 2023 07:26:05 +0000 (07:26 +0000)]
avoid patch level msr on amd families < 0fh
Paul de Weerd reported it isn't implemented on ALIX with
cpu0: Geode(TM) Integrated Processor by AMD PCS ("AuthenticAMD" 586-class) 499 MHz, 05-0a-02
the earliest amd microcode update files I can find are for family 0fh (K8)
ok guenther@
jsg [Wed, 16 Aug 2023 04:07:37 +0000 (04:07 +0000)]
add Intel ARCH_CAP_GDS bits
mentioned in
https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/gather-data-sampling.html
tb [Tue, 15 Aug 2023 21:05:44 +0000 (21:05 +0000)]
Add regress coverage for ASN1_STRING_cmp()
dv [Tue, 15 Aug 2023 20:51:45 +0000 (20:51 +0000)]
btrace(8): fix out of bounds read using argN in BEGIN/END.
The argN builtins aren't valid in BEGIN or END actions. The fake
probe number btrace uses to facilitate other valid builtins caused
an out of bound read of an array, producing a segfault.
Change the fake probe number to 0 as it's an unsigned int and check
for that condition.
Adds asserts near other probe array indexing to catch future issues.
ok kn@
tb [Tue, 15 Aug 2023 19:14:42 +0000 (19:14 +0000)]
Add some regress coverage for various ASN1_STRING types to codify some
quirks and invariants.
tb [Tue, 15 Aug 2023 18:05:15 +0000 (18:05 +0000)]
Zap extra parens
sthen [Tue, 15 Aug 2023 17:52:23 +0000 (17:52 +0000)]
sync
tb [Tue, 15 Aug 2023 17:40:06 +0000 (17:40 +0000)]
Fix typo in previous
tb [Tue, 15 Aug 2023 17:38:00 +0000 (17:38 +0000)]
Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp()
ok jsing miod
jsg [Tue, 15 Aug 2023 14:37:26 +0000 (14:37 +0000)]
No MS-DOS filesystem support on amd64 floppy
miod [Tue, 15 Aug 2023 14:27:27 +0000 (14:27 +0000)]
No MS-DOS filesystem support on floppy anymore
jsg [Tue, 15 Aug 2023 14:24:53 +0000 (14:24 +0000)]
drop MSDOSFS from i386 floppy
sthen mentioned it is out of space. ok deraadt@
deraadt [Tue, 15 Aug 2023 13:50:53 +0000 (13:50 +0000)]
ldd can pledge "stdio rpath proc exec prot_exec". We can later bifurbicate
at the dlopen vs execve split, dropping either "proc" or "prot_exec".
ok gnezdo
sthen [Tue, 15 Aug 2023 12:37:58 +0000 (12:37 +0000)]
sync
tb [Tue, 15 Aug 2023 12:18:46 +0000 (12:18 +0000)]
Fix bug when using gzflush() with a very small buffer.
from upstream
schwarze [Tue, 15 Aug 2023 11:54:38 +0000 (11:54 +0000)]
SHA-3 is not a symmetric cipher.
Fix a copy and paste mistake that Ronald Tse introduced in 2017 even
though Richard Levitte and Bernd Edlinger reviewed his commit - and that
i unwittingly copied. Even in the OpenSSL 3 main trunk, it wasn't fixed
until 2022, and in OpenSSL-1.1.1, it is still wrong.
Unfortunately, we need to be really careful before believing anything
the OpenSSL documentation says...
schwarze [Tue, 15 Aug 2023 11:26:49 +0000 (11:26 +0000)]
Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch,
which is still under a free license, to work on it in the tree.
The required content changes have not been done yet,
i only tweaked the markup and wording so far.
tb [Tue, 15 Aug 2023 11:20:57 +0000 (11:20 +0000)]
Avoid memcmp() with NULL pointer and 0 length
nicm [Tue, 15 Aug 2023 09:51:48 +0000 (09:51 +0000)]
Add meta bindings for status line menus as well as the existing pane one
for terminals which steal the mouse menu button.
dlg [Tue, 15 Aug 2023 09:46:30 +0000 (09:46 +0000)]
scrub the mbuf flowid for packets going out a sec interface.
maybe ipsec should do this for all packets it encapsulates.
tested by hrvoje
jsing [Tue, 15 Aug 2023 08:39:27 +0000 (08:39 +0000)]
Clean up alignment handling.
Instead of using HOST_{c2l,l2c} macros, provide and use
crypto_load_le32toh() and crypto_store_htole32(). In some cases just
use htole32() directly.
ok tb@
jsing [Tue, 15 Aug 2023 08:35:33 +0000 (08:35 +0000)]
Use MD5_LONG instead of unsigned int for consistency.
ok tb@
jsing [Tue, 15 Aug 2023 08:30:49 +0000 (08:30 +0000)]
Condition only on #ifdef MD5_ASM.
There are a bunch of unnecessary preprocessor directives - just condition
on MD5_ASM, the same as we do elsewhere.
ok tb@