1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00

Commit Graph

  • 9a6fb9a4d2 drm/i915/vrr: Configure VRR timings after enabling TRANS_DDI_FUNC_CTL jsg 2026-03-25 23:17:42 +00:00
  • d06a33969a drm/i915/vrr: Move HAS_VRR() check into intel_vrr_set_transcoder_timings() jsg 2026-03-25 23:15:02 +00:00
  • da96c44cc2 drm/i915/psr: Write DSC parameters on Selective Update in ET mode jsg 2026-03-25 23:12:30 +00:00
  • 3e149d2cd1 drm/i915/dsc: Add helper for writing DSC Selective Update ET parameters jsg 2026-03-25 23:09:56 +00:00
  • 8500e6a1b0 drm/i915/dsc: Add Selective Update register definitions jsg 2026-03-25 23:07:05 +00:00
  • 35138522e9 Simplify ro/rw overwrite in munge_fstab() kn 2026-03-25 21:24:29 +00:00
  • 01ab9fa9b6 drop in-line comments repeating munge_fstab() function description kn 2026-03-25 21:07:46 +00:00
  • 94c603bf46 Use \- for hyphens in tmux.1 to cause newer groff versions to render them correctly (ASCII hyphen rather than Unicode) which aids copy and paste. From Keith Thompson in GitHub issue 4948. nicm 2026-03-25 10:08:50 +00:00
  • ee1bf64f5b In the namei callback for __pledge_open() invert the logic of checking pledge/namei modes and then checking for the path. Now, first identify the path with array bsearch then check the pledge/namei modes. Since this is __pledge_open(), if the path is not known, terminate with an EACCES abort. If the path is known but the pledge/namei modes don't suggest an unveil bypass, allow the code to fallthrough to the rpath/wpath checks, and then back into namei for unveil validation. ok dgl deraadt 2026-03-25 05:14:10 +00:00
  • 0d3e0c9264 Wrap the pledge-related sysctl code in SMALL_KERNEL, because it is big and the ramdisk does not need it ok mlarkin, discussed with dgl deraadt 2026-03-25 05:05:41 +00:00
  • 2734781db3 Use ~/.shosts for Hostbased test. dtucker 2026-03-24 12:31:35 +00:00
  • 87dc1fa973 Ensure known_hosts file exists when setting up. dtucker 2026-03-24 10:21:14 +00:00
  • 7348976a6a dt: Deny enabling probes after recording starts cludwig 2026-03-24 09:11:56 +00:00
  • 75dd82699d the array must be sorted for bsearch deraadt 2026-03-24 05:48:09 +00:00
  • 61b46e47fb Stop allowing stat("/etc/hosts") in pledge "dns". dgl 2026-03-24 05:38:44 +00:00
  • d7e4396e01 Remove outdated comment. BYPASSUNVEIL is used inside __pledge_open only now. dgl 2026-03-24 01:03:11 +00:00
  • b75055f7ac psignal(3): align the type of the signal parameter with POSIX daniel 2026-03-23 21:33:43 +00:00
  • 2084961b94 refereced -> referenced; ok bluhm@ jsg 2026-03-23 13:12:39 +00:00
  • b25f4bf90b isolaved -> isolated; ok dlg@ jsg 2026-03-23 10:31:56 +00:00
  • caeb49275d Check if host keys exist before adding them, and expand on the warning about modifying the system config. dtucker 2026-03-23 09:53:52 +00:00
  • e8352b3bec ENONBLOCK -> EWOULDBLOCK, former does not exist ok tb@ jsg 2026-03-23 09:11:44 +00:00
  • 5c3052f12c Add special handling of TEST_SSH_HOSTBASED_AUTH=setupandrun. dtucker 2026-03-23 09:09:36 +00:00
  • 2f8889346b Check lastgc is not NULL before using it, GitHub issue 4935 from Pavel Lavrukhin. nicm 2026-03-23 09:05:59 +00:00
  • 3cce094050 Fix a NULL dereference and use after free, GitHub issue 4936 from Pavel Lavrukhin. nicm 2026-03-23 09:03:43 +00:00
  • 26ebd2a62b Use window options for cursor-style to avoid crash when no pane, from Arden Packeer in GitHub issue 4942. nicm 2026-03-23 08:58:39 +00:00
  • 875a5c2723 Fix issue where popup window gets overwritten by background updates, from Conor Taylor in GitHub issue 4920. nicm 2026-03-23 08:48:32 +00:00
  • 1fe9e23244 Protect against overflow when scrollbar is off screen, from san65384 at gmail dot com in GitHub issue 4933. nicm 2026-03-23 08:45:30 +00:00
  • 0a6ed9a34c Circiut -> Circuit jsg 2026-03-23 08:42:22 +00:00
  • 0eec633452 reveresal -> reversal jsg 2026-03-23 08:37:35 +00:00
  • ac4ca98774 Declare font media types as specified in RFC 8081. bentley 2026-03-23 07:51:08 +00:00
  • b993bf76c5 clarify that Authorized(Keys|Principals)(File|Command) are only consulted for valid users. djm 2026-03-23 01:33:46 +00:00
  • ccfcb3e6ef Protect IGMP and MLD6 fast timer with rwlock. bluhm 2026-03-22 23:14:00 +00:00
  • 7a2bcefe64 The maximum S/Key sequence number is 10,000 not 1,000. From Andy Bradford millert 2026-03-22 15:17:09 +00:00
  • 33c7e43e4e tweak MODPY_PYBUILD section, avoid some duplication, give a hint about setting MODCARGO_CARGOTOML for maturin ports sthen 2026-03-22 13:56:06 +00:00
  • b62a05dc00 Found another deeply hidden open /dev/null O_RDWR which was happening in awk -safe mode. Reproducer is awk -safe '{ close("/dev/stdin"); } Rerrange the pledges and unveils to make it work. ok millert dgl deraadt 2026-03-22 05:07:06 +00:00
  • 906998b9b3 merge nsd 4.14.2 sthen 2026-03-21 21:36:36 +00:00
  • 96b824a918 import nsd 4.14.2 sthen 2026-03-21 21:34:31 +00:00
  • 67e6794a9e SIGWINCH is now part of POSIX.1-2024 daniel 2026-03-21 01:56:51 +00:00
  • 8aa14d77a9 The percentage heuristic has failed for me on 40% of the machines I run, so it is clear it is going to fail for many more people when the next release comes out. It is wrong, back it out. deraadt 2026-03-21 01:34:25 +00:00
  • 0e8206e596 Ignore TCP SACK packets with invalid sequence numbers. bluhm 2026-03-20 19:44:48 +00:00
  • a71bcab410 sync dma-resv with linux 6.18 jsg 2026-03-20 10:15:56 +00:00
  • 65032adb49 Fix display of bandwidth >=1000G. Found by Crystal Kolipe, ok sashan@ sthen 2026-03-20 09:37:23 +00:00
  • e1a9c1b938 switch iwx(4) MA devices to -89 firmware images stsp 2026-03-20 08:38:21 +00:00
  • a9b792a8dc drm/amd: Fix a few more NULL pointer dereference in device cleanup jsg 2026-03-20 00:35:31 +00:00
  • 97062d1108 drm/i915/psr: Repeat Selective Update area alignment jsg 2026-03-20 00:32:26 +00:00
  • 2c4ecfc8b1 drm/i915: Fix potential overflow of shmem scatterlist length jsg 2026-03-20 00:30:08 +00:00
  • b3f1d4030f drm/amd: Fix NULL pointer dereference in device cleanup jsg 2026-03-20 00:27:58 +00:00
  • a72d42b017 drm/amd: Set num IP blocks to 0 if discovery fails jsg 2026-03-20 00:25:56 +00:00
  • 058345d356 drm/amdgpu: Fix use-after-free race in VM acquire jsg 2026-03-20 00:19:58 +00:00
  • 495d758465 drm/amd/pm: remove invalid gpu_metrics.energy_accumulator on smu v13.0.x jsg 2026-03-20 00:17:43 +00:00
  • 02a30f831b drm/amd/display: Fallback to boot snapshot for dispclk jsg 2026-03-20 00:15:43 +00:00
  • 49462b4032 drm/i915/alpm: ALPM disable fixes jsg 2026-03-20 00:13:59 +00:00
  • aa414d5064 drm/amd: Disable MES LR compute W/A jsg 2026-03-20 00:11:51 +00:00
  • 146ab64e54 drm/amdgpu: add upper bound check on user inputs in wait ioctl jsg 2026-03-20 00:07:44 +00:00
  • cb74c4842c drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl jsg 2026-03-20 00:05:14 +00:00
  • 04c9db8ff7 drm/amdgpu: add upper bound check on user inputs in signal ioctl jsg 2026-03-20 00:02:55 +00:00
  • 78e474a414 drm/amdgpu: ensure no_hw_access is visible before MMIO jsg 2026-03-20 00:00:26 +00:00
  • e49acf7420 drm/amdkfd: Unreserve bo if queue update failed jsg 2026-03-19 23:58:27 +00:00
  • c10417f7a0 drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14 jsg 2026-03-19 23:56:57 +00:00
  • 79f193fabd drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13 jsg 2026-03-19 23:55:07 +00:00
  • a2e59b3e19 drm/amdgpu/vcn5: Add SMU dpm interface type jsg 2026-03-19 23:52:21 +00:00
  • b6ce65a7bb Call freeze and restore functions for hibernate. These call the equivalent suspend and resume functions so no functional change. Closer matches the amdgpu activate function. jsg 2026-03-19 23:04:02 +00:00
  • 4895821bf0 regen kn 2026-03-19 22:32:31 +00:00
  • 38d2c2d3e1 Add Cadence PCIe Root and Crucial P310 NVMe found on MINISFORUM MS-R1 kn 2026-03-19 22:31:02 +00:00
  • 1e53cfe3c7 sys/cd9660: fix altname underflow and validate RRIP entry lengths kirill 2026-03-19 22:26:50 +00:00
  • e289c8a40f openssl speed: whitespace tweak tb 2026-03-19 20:28:46 +00:00
  • f53d362946 add basic 802.11ax support to net80211 chris 2026-03-19 16:50:32 +00:00
  • 3c3ccd7979 You can not use ibuf_add_n32 for an signed 32bit type. claudio 2026-03-19 15:36:44 +00:00
  • 701ad029ce libz: sync with userland, ok bluhm deraadt tb 2026-03-19 15:14:51 +00:00
  • 0c87a16b55 sync tb 2026-03-19 15:13:32 +00:00
  • c0ed3b1305 sync deraadt 2026-03-19 15:12:06 +00:00
  • 5a2f8b7a99 Update documentation, loosely based on zlib.h tb 2026-03-19 15:11:47 +00:00
  • 5036cf84c0 Update to zlib 1.3.2 tb 2026-03-19 15:10:55 +00:00
  • d9cc38a287 crank libc major to reduce issues if users update from 7.8 and then have to backout (as I had to do and ran into this). discussed with tb@ deraadt@ sthen 2026-03-19 15:05:17 +00:00
  • e9d8102e90 switch PF queue bandwidths from u_int to uint64_t, from Andy Lemin sthen 2026-03-19 14:59:05 +00:00
  • 771ee84d24 Forgot to remove the no longer used tconf in previous commit. claudio 2026-03-19 13:36:50 +00:00
  • 02f0ac9fa9 Implement imsg_send_config and imsg_recv_config which handle the sending of bgpd_config. claudio 2026-03-19 12:44:22 +00:00
  • 0ef1d51c79 pledge(2): access() and open() are no longer special for pledge dgl 2026-03-19 06:40:19 +00:00
  • e3f28ea82b repair ssh-keysign after pledge changes; spotted/tested by naddy@ ok deraadt@ djm 2026-03-19 02:36:28 +00:00
  • 00ff6e5230 openssl speed: add benchmarking support for ML-KEM kenjiro 2026-03-18 21:50:24 +00:00
  • 679f4ad7c9 sync with Mozilla root CA store, ok tb@ sthen 2026-03-18 21:50:06 +00:00
  • cf7d68fc25 remove extra spaces in logs, ok claudio sthen 2026-03-18 15:16:29 +00:00
  • fd633fc079 typo: Extended Nexhop Encoding (Nexthop) sthen 2026-03-18 15:00:20 +00:00
  • b73ef35b3f Update libexpat to version 2.7.5. bluhm 2026-03-18 11:50:19 +00:00
  • 5290485239 Copy hyperlinks when redrawing popup so they do not vanish, from Antoine Gaudreau Simard in GitHub issue 4925. nicm 2026-03-18 08:49:27 +00:00
  • 6b0793db8c Fix buffer to both for get-clipboard, from Seth Girvan. nicm 2026-03-18 08:41:20 +00:00
  • 7a6e39fb68 Allow codepoint-widths to accept ranges, from san65384 at gmail dot com in GitHub issue 4930. nicm 2026-03-18 08:38:54 +00:00
  • 011d0beef8 libcrypto: prefix EC_KEY methods with ec_key_ tb 2026-03-18 08:02:40 +00:00
  • 5631923097 rework the way we reconsturct the object file order for syspatches robert 2026-03-17 17:07:58 +00:00
  • 561bf2d229 Do not include log.h here since this file is shared with bgpctl and therefor unable to use these functions. OK tb@ claudio 2026-03-17 15:15:16 +00:00
  • 83e02d30b3 bgpctl does not send IMSG_CTL_SHOW_TIMER messages, so remove them from the restricted socket filter. OK tb@ claudio 2026-03-17 15:12:05 +00:00
  • da63d7b552 add support for building specified subdirs instead of a full build; ok tb@ robert 2026-03-17 14:38:17 +00:00
  • dc53c6556c ospf6d doesn't do reload, so don't allow rcctl reload to be accepted ok phessler sthen 2026-03-17 14:27:25 +00:00
  • 276113fdf4 chash: zap two trailing blanks in comments tb 2026-03-17 10:31:03 +00:00
  • 7b59c65f54 Show CH hash memory usage in 'show rib mem' output. claudio 2026-03-17 09:30:11 +00:00
  • faa173e462 Track counts of CH hash allocations and expose them via 'show rib mem'. claudio 2026-03-17 09:29:29 +00:00
  • 3ca09cbd10 more screaming about which driver does LACP, 'cause it isn't this one deraadt 2026-03-17 05:20:55 +00:00
  • bb5a394a71 scream out loud that this driver does LACP; ok dlg deraadt 2026-03-17 05:18:29 +00:00
  • a6acce4499 call dev_pm_ops callbacks in inteldrm_activate() jsg 2026-03-17 03:27:46 +00:00
  • abd14a7081 Move ECDSA_SIG_st definition to its only consumer, ecdsa.c tb 2026-03-16 22:19:32 +00:00