CVS: cvs.openbsd.org: src

2024-07-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/02 13:59:54 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Fix unintended comparison between signed and unsigned integer. C type conversion rules are hard, let's go shopping. ok

CVS: cvs.openbsd.org: src

2024-07-02 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/07/02 13:44:37 Modified files: sys/dev/fdt: dwpcie.c Log message: Support the Qualcomm Snapdragon X Elite (X1E80100) PCIe controller. We do not do anything fancy for the SC8280XP either, so treat

CVS: cvs.openbsd.org: src

2024-07-02 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/07/02 13:43:52 Modified files: sys/dev/fdt: qcgpio_fdt.c Log message: >From what we currently use, the Qualcomm Snapdragon X Elite (X1E80100) GPIO controller is to be treated equally as the

CVS: cvs.openbsd.org: src

2024-07-02 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/07/02 13:41:52 Modified files: sys/arch/arm64/dev: smmu_fdt.c Log message: Give the Qualcomm Snapdragon X Elite (X1E80100) the same treatment as its predecessors and don't touch the SMMUv2. ok

CVS: cvs.openbsd.org: src

2024-07-02 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/07/02 12:33:47 Modified files: sys/net: pf.c sys/netinet: ip_input.c ip_mroute.c ip_output.c ip_var.h Log message: Read IPsec forwarding information once. Fix MP race between

CVS: cvs.openbsd.org: src

2024-07-02 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/02 11:41:27 Modified files: usr.sbin/rad : frontend.c Log message: Use correct idiom to get mac addresses from ethernet-like interfaces. This unbreaks rad(8) on top of carp(4). OK deraadt, bluhm

CVS: cvs.openbsd.org: src

2024-07-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/02 10:18:45 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-07-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/02 10:18:11 Modified files: usr.sbin/radiusd: Makefile Makefile.inc usr.sbin/radiusd/radiusd_bsdauth: Makefile usr.sbin/radiusd/radiusd_radius: Makefile

CVS: cvs.openbsd.org: src

2024-07-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/02 04:25:16 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/conf: Makefile.arm64 files.arm64 Added files: sys/arch/arm64/arm64: lse.S Log message: The

CVS: cvs.openbsd.org: src

2024-07-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/02 02:27:04 Modified files: sys/dev/acpi : acpi.c Log message: Do not attach acpitz(4) if the _STA method indicates that a thermal zone isn't present. While it isn't clear whether _STA

CVS: cvs.openbsd.org: src

2024-07-02 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/02 00:01:22 Modified files: usr.sbin/radiusd: radiusd.conf.5 Log message: spelling, grammar, macro fixes for previous;

CVS: cvs.openbsd.org: src

2024-07-01 Thread George Koehler
CVSROOT:/cvs Module name:src Changes by: gkoeh...@cvs.openbsd.org2024/07/01 23:50:02 Modified files: sys/dev/hid: hidkbd.c Log message: Support numpad on newer macppc Apple PowerBooks This is for newer PowerBooks with ukbd(4), and doesn't affect older models

CVS: cvs.openbsd.org: src

2024-07-01 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/01 18:35:56 Modified files: usr.sbin/radiusd: radiusd.conf.5 Log message: Fix previous. The place of "accounting" was wrong.

CVS: cvs.openbsd.org: src

2024-07-01 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/01 18:33:51 Modified files: usr.sbin/radiusd: parse.y radiusd.c radiusd.conf.5 radiusd.h radiusd_local.h radiusd_module.c radiusd_module.h

CVS: cvs.openbsd.org: src

2024-07-01 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/01 18:00:12 Modified files: usr.sbin/radiusd: parse.y radiusd.conf.5 usr.sbin/radiusd/radiusd_bsdauth: Makefile usr.sbin/radiusd/radiusd_radius: Makefile

CVS: cvs.openbsd.org: src

2024-07-01 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/01 17:53:30 Modified files: usr.sbin/radiusd: radiusd.c Log message: Stop scheduling an I/O event by the timer when the imsg_buf has the data larger than the imsg header. It prevented the receiver

CVS: cvs.openbsd.org: src

2024-07-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/01 12:52:22 Modified files: usr.bin/openssl: speed.c Log message: signal handler must use the save_errno dance, and massage a variable of type 'volatile sig_atomic_t' ok tb

CVS: cvs.openbsd.org: src

2024-07-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/01 12:43:50 Modified files: usr.bin/bgplg : misc.c Log message: missing save_errno dance inside non-terminal signal handler

CVS: cvs.openbsd.org: src

2024-07-01 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/01 08:56:19 Modified files: usr.sbin/npppd/npppd: npppd.conf.5 Log message: tidy up the text in previous; ok yasuoka

CVS: cvs.openbsd.org: src

2024-07-01 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/01 08:15:15 Modified files: sbin/iked : util.c Log message: Enclose IPv6 address in a square bracket if the address is used with the port number. ok florian tobhe

CVS: cvs.openbsd.org: src

2024-07-01 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/01 08:13:44 Modified files: sys/dev/ofw: ofw_thermal.c Log message: Don't crash if we can't read the temperature for a zone while polling it. ok dv@

CVS: cvs.openbsd.org: src

2024-07-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/07/01 06:06:45 Modified files: usr.sbin/syslogd: syslogd.c regress/usr.sbin/syslogd: args-client-tls.pl Log message: Explicit TLS handshake with syslog client. Add a new TLS handshake

CVS: cvs.openbsd.org: src

2024-07-01 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/01 01:09:07 Modified files: usr.sbin/npppd/npppd: chap.c npppd.conf.5 npppd.h npppd_radius.c pap.c parse.y ppp.c ppp.h Log message: Modify IPCP to use {D,NB}NS servers

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 23:20:01 Modified files: usr.sbin/radiusd: radiusd.c radiusd_local.h Log message: Exit with an error code when error or module die. CVS

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 23:18:16 Modified files: usr.sbin/radiusd: radiusd.c Log message: Set SO_REUSEADDR for the listening socket. This makes radiusd(8) can bind both on an interface address and a wildcard address.

CVS: cvs.openbsd.org: src

2024-06-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/30 22:31:59 Modified files: usr.bin/ssh: version.h Log message: openssh-9.8

CVS: cvs.openbsd.org: src

2024-06-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/30 22:31:17 Modified files: usr.bin/ssh: clientloop.c Log message: when sending ObscureKeystrokeTiming chaff packets, we can't rely on channel_did_enqueue to tell that there is data to send.

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:48:57 Modified files: usr.sbin/radiusd: radiusd.c Log message: Call daemon(3) before parse_config() since parse_config() of radiusd(8) starts some sub processes and parent-child relationship

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:32:09 Modified files: usr.sbin/radiusd: radiusd_local.h Log message: Remove unused secret field from struct radiusd_authentication

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:31:29 Modified files: usr.sbin/radiusd: radiusd.c radiusd_local.h Log message: Don't receive decoration when not requested.

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:29:21 Modified files: usr.sbin/radiusd: radiusd.c Log message: Show config error when -n

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:27:31 Modified files: usr.sbin/radiusd: radiusd.c Log message: Add missing size check.

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:22:07 Modified files: usr.sbin/radiusd: radiusd.conf.5 Log message: "secret" without quote can be used for key or value since it is treated specially now.

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:17:00 Modified files: usr.sbin/radiusd: radiusd_radius.c Log message: Tweak a white space.

CVS: cvs.openbsd.org: src

2024-06-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/30 21:13:42 Modified files: usr.sbin/radiusd: parse.y Log message: Delete a garbage empty definition.

CVS: cvs.openbsd.org: src

2024-06-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/30 18:05:43 Modified files: lib/libc/gen : times.3 Log message: Remove history of the tms struct. It is tied to the function, and the manual incorrectly claimed it first appeared in 4BSD. ok

CVS: cvs.openbsd.org: src

2024-06-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/30 17:57:31 Modified files: share/man/man8 : rc.8 Log message: correct history; first mention of /etc/rc in init manual pages was v4 ok deraadt@

CVS: cvs.openbsd.org: src

2024-06-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/30 12:17:10 Modified files: distrib/special/gzip: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/efiboot:

CVS: cvs.openbsd.org: src

2024-06-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/30 11:30:54 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi etc: Makefile sbin : Makefile Removed files: etc/examples

CVS: cvs.openbsd.org: src

2024-06-30 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/06/30 10:10:26 Modified files: sbin/unwind: unwind.conf.5 Log message: Clearify "force" and "preference" interaction. Problem reported by Kirill A. Korinsky OK kn

CVS: cvs.openbsd.org: src

2024-06-30 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/06/30 08:13:08 Modified files: lib/libcrypto/lhash: lhash.c lhash_local.h Log message: Remove lhash statistics. These are not exactly useful and we previously stopped exposing them. ok tb@

CVS: cvs.openbsd.org: src

2024-06-30 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/06/30 06:03:17 Modified files: sys/dev/ic : nvme.c Log message: Use howmany() to calculate how many prpl entries are needed to describe a hibernate i/o. Use of howmany() suggested by jmatthew@, ok

CVS: cvs.openbsd.org: src

2024-06-30 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2024/06/30 02:13:02 Modified files: share/man/man4 : pci.4 rge.4 sys/dev/pci: if_rge.c if_rgereg.h Log message: Add support for the Realtek RTL8126 chip to the rge(4) driver. The RTL8126 is a

CVS: cvs.openbsd.org: src

2024-06-30 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2024/06/30 02:12:06 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2024-06-30 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2024/06/30 02:11:36 Modified files: sys/dev/pci: pcidevs Log message: Add Realtek RTL8126.

CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/29 23:16:17 Modified files: lib/libz : infback.c inffast.c inflate.c Log message: cast string literals with z_const char * from upstream 2ba25b2ddab9aa939c321d087fcfca573a9cca55

CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/29 23:13:38 Modified files: lib/libz : zlib.h Log message: Z_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in a comment from upstream 0f3b7b9595cc7d85c3b13282e71fcecef7f18f9c

CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/29 18:29:36 Modified files: sys/dev/acpi : acpivar.h Log message: remove struct acpi_parsestate, unused since dsdt.c rev 1.16

CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/29 17:37:50 Modified files: sys/dev/acpi : acpivar.h Log message: remove struct acpi_dev_rank, unused since acpi.c rev 1.144

CVS: cvs.openbsd.org: src

2024-06-29 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/06/29 11:25:56 Modified files: sbin/unwind: resolver.c Log message: Disable the shared cache between resolvers for now. Since the latest libunbound update the frontend process would segfault about

CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/29 10:10:08 Modified files: lib/libz : compress.3 Log message: Z_HUFFMAN -> Z_HUFFMAN_ONLY from upstream 0f3b7b9595cc7d85c3b13282e71fcecef7f18f9c

CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/29 06:09:51 Modified files: sbin/ifconfig : ifconfig.c Log message: remove unused vars

CVS: cvs.openbsd.org: src

2024-06-29 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/29 05:50:31 Modified files: lib/libradius : radius.h Log message: Fix typos in previous.

CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/29 05:32:35 Modified files: usr.bin/kdump : kdump.c Log message: remove unused vars

CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/29 01:34:12 Modified files: lib/libssl : ssl_lib.c Log message: fix typo

CVS: cvs.openbsd.org: src

2024-06-29 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/29 01:19:18 Modified files: lib/libradius : radius.h Log message: Add variables for RFC 5176 Error Cause.

CVS: cvs.openbsd.org: src

2024-06-28 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/06/28 18:53:57 Modified files: lib/libradius : radius.h Log message: Add variables for DAE for RADIUS (RFC 5176).

CVS: cvs.openbsd.org: src

2024-06-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/28 15:36:05 Modified files: regress/sys/kern: Makefile Log message: Link regress unp-write-closed to build.

CVS: cvs.openbsd.org: src

2024-06-28 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/06/28 15:30:24 Modified files: sys/kern : uipc_socket2.c uipc_usrreq.c sys/miscfs/fifofs: fifo_vnops.c Log message: Restore original EPIPE and ENOTCONN errors priority in the uipc_send()

CVS: cvs.openbsd.org: src

2024-06-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/28 15:07:27 Log message: Test writing to socket pair closed by the other side. This must trigger EPIPE error. with and OK mvs@ Status: Vendor Tag: bluhm Release Tags:

CVS: cvs.openbsd.org: src

2024-06-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/28 08:50:37 Modified files: regress/lib/libssl/unit: ssl_set_alpn_protos.c Log message: Add more regress coverage for SSL_select_next_proto()

CVS: cvs.openbsd.org: src

2024-06-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/28 08:48:43 Modified files: lib/libssl/man : SSL_CTX_set_alpn_select_cb.3 Log message: The ALPN callback should really ignore the out parameter if there's no overlap. Document that explicitly. Also

CVS: cvs.openbsd.org: src

2024-06-28 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/28 08:46:31 Modified files: sys/dev/pv : if_vio.c Log message: Cleanup control queue checks in vio(4). Add missing newlines in prints while here. ok sf@

CVS: cvs.openbsd.org: src

2024-06-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/28 08:46:19 Modified files: lib/libssl : ssl_lib.c Log message: Fix SSL_select_next_proto() SSL_select_next_proto() is already quite broken by its design: const in, non-const out, with the

CVS: cvs.openbsd.org: src

2024-06-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/06/28 07:37:49 Modified files: lib/libssl : ssl_packet.c Log message: Remove handling of SSLv2 client hello messages. This code was only previously enabled if the minimum enabled version was

CVS: cvs.openbsd.org: src

2024-06-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/27 21:37:58 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_kv_dpm.c Log message: drm/amdgpu: fix UBSAN warning in kv_dpm.c >From Alex Deucher b065d79ed06a0bb4377bc6dcc2ff0cb1f55a798f in

CVS: cvs.openbsd.org: src

2024-06-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/27 21:35:06 Modified files: sys/dev/pci/drm/radeon: sumo_dpm.c Log message: drm/radeon: fix UBSAN warning in kv_dpm.c >From Alex Deucher 9e57611182a817824a17b1c3dd300ee74a174b42 in

CVS: cvs.openbsd.org: src

2024-06-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/27 21:33:00 Modified files: sys/dev/pci/drm/i915/display: intel_dp.c Log message: drm/i915/mso: using joiner is not possible with eDP MSO >From Jani Nikula e7bda1f8ba8436266f7e49778009bf9995d1c801

CVS: cvs.openbsd.org: src

2024-06-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/27 17:01:15 Modified files: usr.bin/ssh: sshd.c Log message: delete obsolete comment

CVS: cvs.openbsd.org: src

2024-06-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/27 16:36:44 Modified files: usr.bin/ssh: log.c log.h Log message: retire unused API

CVS: cvs.openbsd.org: src

2024-06-27 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/06/27 15:35:34 Modified files: sys/dev/ic : ufshci.c Log message: Clear interrupt before we process the request as specified in the documentation.

CVS: cvs.openbsd.org: src

2024-06-27 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/27 15:02:16 Modified files: usr.bin/ssh: ssh.1 Log message: ssl(8) no longer contains a HISTORY section;

CVS: cvs.openbsd.org: src

2024-06-27 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/27 14:15:50 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: space before punctuation in macro;

CVS: cvs.openbsd.org: src

2024-06-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/06/27 10:39:31 Modified files: usr.sbin/dhcpd : dhcp-options.5 dhcpd.8 dhcpd.leases.5 parse.c usr.sbin/dhcrelay: dhcrelay.8 Log message: Remove outdated references to dhclient, it's finally

CVS: cvs.openbsd.org: src

2024-06-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/06/27 08:53:06 Modified files: sbin/dhcpleased: frontend.c Log message: dhclient hasn't prodded us in a long time to renew a lease. OK deraadt

CVS: cvs.openbsd.org: src

2024-06-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/27 03:40:15 Modified files: sys/dev/fdt: rktemp.c Log message: Implement ts_set_limit() for rk3588. This makes thermal zones on rk3588 boards work. This should make DVFS safe on those

CVS: cvs.openbsd.org: src

2024-06-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/27 03:37:07 Modified files: sys/dev/ofw: ofw_thermal.c ofw_thermal.h Log message: Implement an optional callback function for thermal sensors to set a trip limit to support thermal zones

CVS: cvs.openbsd.org: src

2024-06-26 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/26 17:16:52 Modified files: usr.bin/ssh: sshd-session.c Log message: Instead of using possibly complex ssh_signal(), write all the parts of the grace_alarm_handler() using the exact things

CVS: cvs.openbsd.org: src

2024-06-26 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/26 17:14:14 Modified files: usr.bin/ssh: scp.c sftp.c Log message: save_errno wrappers inside two small signal handlers that perform system calls, for systems with libc that do perform libc

CVS: cvs.openbsd.org: src

2024-06-26 Thread ASOU Masato
CVSROOT:/cvs Module name:src Changes by: a...@cvs.openbsd.org2024/06/26 15:41:30 Modified files: sys/dev/ic : nvmevar.h Log message: Remove unnecessary structure declaration. ok jsg@

CVS: cvs.openbsd.org: src

2024-06-26 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/06/26 06:23:36 Modified files: sys/kern : uipc_usrreq.c Log message: Push socket re-lock to the vnode(9) release path within unp_detach(). The only reason to re-lock dying `so' is the lock order

CVS: cvs.openbsd.org: src

2024-06-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/06/26 02:28:45 Modified files: usr.sbin/bgpd : version.h Log message: Bump version

CVS: cvs.openbsd.org: src

2024-06-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/25 21:39:49 Modified files: lib/libssl : ssl_tlsext.c Log message: tls_extension_find(): make output index optional suggested by jsing

CVS: cvs.openbsd.org: src

2024-06-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/25 19:40:49 Modified files: sys/arch/amd64/amd64: machdep.c vmm_machdep.c sys/arch/armv7/armv7: intr.c sys/arch/armv7/omap: intc.c omusbtll.c sys/arch/i386/stand/libsa:

CVS: cvs.openbsd.org: src

2024-06-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/25 16:01:06 Modified files: usr.sbin/bgpd : Tag: OPENBSD_7_4 rde_prefix.c Log message: When filling prefixes with pt_writebuf() keep 2 bytes reserved in the withdraw case. Those bytes are needed

CVS: cvs.openbsd.org: src

2024-06-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/25 16:00:25 Modified files: usr.sbin/bgpd : Tag: OPENBSD_7_5 rde_prefix.c Log message: When filling prefixes with pt_writebuf() keep 2 bytes reserved in the withdraw case. Those bytes are needed

CVS: cvs.openbsd.org: src

2024-06-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/06/25 08:10:45 Modified files: lib/libssl : Makefile ssl_local.h ssl_srvr.c Log message: Implement RSA key exchange in constant time. RSA key exchange is known to have multiple security

CVS: cvs.openbsd.org: src

2024-06-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/06/25 07:21:18 Modified files: usr.sbin/bgpd : rde_prefix.c Log message: When filling prefixes with pt_writebuf() keep 2 bytes reserved in the withdraw case. Those bytes are needed for the attribute

CVS: cvs.openbsd.org: src

2024-06-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/25 06:02:48 Modified files: sys/arch/amd64/amd64: intr.c Log message: Print the last non-wakeup interrupt received during suspend. Note that this may print an (MSI) interrupt that sneaks in

CVS: cvs.openbsd.org: src

2024-06-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/25 05:57:10 Modified files: sys/dev/acpi : acpi.c acpi_x86.c acpiec.c acpivar.h Log message: Implement sleep button and EC events as wakeup events. Print the wakeup reason. ok mglocker@,

CVS: cvs.openbsd.org: src

2024-06-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/24 23:46:48 Modified files: lib/libssl : ssl_tlsext.c Log message: Fix TLS extension shuffling The diff decoupling the shuffle from the table order still relied on PSK being last because it

CVS: cvs.openbsd.org: src

2024-06-24 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/24 15:22:14 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: cpu.h specialreg.h Log message: Show AMD SEV bits during identify CPU in dmesg. Enable identifycpu() to

CVS: cvs.openbsd.org: src

2024-06-24 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/06/24 09:56:07 Modified files: sys/dev/acpi : acpibat.c Log message: Some machines send AC change notifications to acpibat(4). Forward this notification to acpiac(4), so that the AC status

CVS: cvs.openbsd.org: src

2024-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/24 08:39:28 Modified files: lib/libc/sys : swapctl.2 Log message: changing EINVAL from "has no associated size" to "has insufficient size" does a better job of covering the case of partition not

CVS: cvs.openbsd.org: src

2024-06-24 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/24 06:19:19 Modified files: sys/netinet: ip_input.c Log message: Explicitly allocate stack memory for ICMP payload in IPv4 forward. Old ip_forward() allocated a fake mbuf copy on the stack to

CVS: cvs.openbsd.org: src

2024-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2024/06/24 02:30:50 Modified files: usr.bin/tmux : cmd-refresh-client.c input.c tmux.1 tmux.h tty-keys.c window.c Log message: Add a way (refresh-client -r) for control mode

CVS: cvs.openbsd.org: src

2024-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2024/06/24 02:11:46 Modified files: usr.bin/tmux : grid.c Log message: Check the underline style colour against the correct default value again (it was changed from 0 to 8), from Romain Francoise.

CVS: cvs.openbsd.org: src

2024-06-24 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/24 00:59:39 Modified files: usr.bin/ssh: sshd_config.5 Log message: - uppercase start of sentence - correct sentence grammar ok djm

CVS: cvs.openbsd.org: src

2024-06-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/24 00:50:07 Modified files: lib/libssl : ssl_err.c Log message: ssl_err: KNF tweak

CVS: cvs.openbsd.org: src

2024-06-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/24 00:49:45 Modified files: lib/libssl : ssl_err.c Log message: ssl_err: fix whitespace

<    1   2   3   4   5   6   7   8   9   10   >