CVS: cvs.openbsd.org: src

2023-08-01 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/08/01 12:20:07 Modified files: sys/arch/riscv64/dev: stfclock.c Log message: Add (limited) support for setting PPL0 on JH7110. ok jsing@

CVS: cvs.openbsd.org: src

2023-08-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/01 11:19:49 Modified files: regress/lib/libcrypto/ec: ec_point_conversion.c Log message: Remove unused prototype

CVS: cvs.openbsd.org: src

2023-08-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/08/01 08:15:44 Modified files: sys/uvm: uvm_meter.c Log message: The swapper left the building long time ago. Now with the issue in inteldrm fixed we should be able to remove this unneeded

CVS: cvs.openbsd.org: xenocara

2023-08-01 Thread Kenji Aoyama
CVSROOT:/cvs Module name:xenocara Changes by: aoy...@cvs.openbsd.org 2023/08/01 05:06:13 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Fix mmap'ing size for LUNA framebuffer. LUNA's video memory has 'linebytes * fPtr->info.height' bytes per 1

CVS: cvs.openbsd.org: src

2023-08-01 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2023/08/01 02:15:04 Modified files: usr.bin/ssh: sshconnect2.c Log message: remove unnecessary if statement. github PR#422 from eyalasulin999, ok djm@

CVS: cvs.openbsd.org: src

2023-08-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/08/01 01:57:55 Modified files: sys/kern : kern_clock.c Log message: Don't force early wrap around for jiffies. In inteldrm the function intel_dp_wait_source_oui() can be called before

CVS: cvs.openbsd.org: src

2023-08-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/08/01 00:40:18 Modified files: sys/dev/pci/drm/include/linux: jiffies.h Log message: Implement time_after() and firends as static inline functions. The previous macros were too optimistic about types