Re: CVS: cvs.openbsd.org: src

2020-08-05 Thread Marcus Glocker
On Wed, 5 Aug 2020 15:15:38 -0600 (MDT) Marcus Glocker wrote: > CVSROOT: /cvs > Module name: src > Changes by: mgloc...@cvs.openbsd.org2020/08/05 15:15:38 > > Modified files: > sys/netinet: udp_usrreq.c > > Log message: > Don't compare pointers against zero. > >

CVS: cvs.openbsd.org: src

2020-08-05 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2020/08/05 15:15:38 Modified files: sys/netinet: udp_usrreq.c Log message: Don't compare pointers against zero. Reported by Peter J. Philipp. ok mvs@ deraadt@

CVS: cvs.openbsd.org: src

2020-08-05 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/08/05 15:04:54 Modified files: sys/net: pfkeyv2.c Log message: Use PFKEYV2_LIFETIME_CURRENT instead of magic number. ok patrick@

CVS: cvs.openbsd.org: www

2020-08-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2020/08/05 11:11:39 Modified files: . : events.html Log message: revert previous because deraadt@ despises it

CVS: cvs.openbsd.org: www

2020-08-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2020/08/05 11:02:30 Modified files: . : events.html Log message: Add a fragment IDs and an internal hyperlink for each year; none objected when shown on tech@; diff from Ian .

CVS: cvs.openbsd.org: src

2020-08-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/08/05 10:45:41 Modified files: sbin/ifconfig : ifconfig.8 Log message: Move TPMR section above TRUNK to sort alphabetically Reminded by jmc

CVS: cvs.openbsd.org: src

2020-08-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/08/05 08:55:40 Modified files: sbin/ifconfig : ifconfig.8 share/man/man4 : tpmr.4 Log message: Document tpmr ioctls and synopsis Add missing TPMR section to ifconfig(8) by moving the

CVS: cvs.openbsd.org: src

2020-08-05 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2020/08/05 07:56:06 Modified files: usr.sbin/wsfontload: wsfontload.c Log message: Get the default values for font height and width in wsfontload(8) using the WSDISPLAYIO_GETSCREENTYPE ioctl. This ensures

CVS: cvs.openbsd.org: src

2020-08-05 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2020/08/05 07:50:25 Modified files: sys/dev/wscons : wsdisplay.c Log message: Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing it back to tty*0. This is needed to restore working

CVS: cvs.openbsd.org: xenocara

2020-08-05 Thread Marcus Glocker
CVSROOT:/cvs Module name:xenocara Changes by: mgloc...@cvs.openbsd.org2020/08/05 05:34:00 Modified files: app/video : video.c Log message: Don't compare a pointer to a null character constant but to NULL. With best regards from clang 10.

CVS: cvs.openbsd.org: src

2020-08-05 Thread Tim van der Molen
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/08/05 05:10:24 Modified files: share/man/man9 : vgone.9 vrecycle.9 Log message: Document the p argument of vgonel(9) and vrecycle(9). Spotted by schwarze@, discussed with kn@ and schwarze@

CVS: cvs.openbsd.org: src

2020-08-05 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/08/05 05:07:34 Modified files: sys/net: if.c Log message: Revert r1.614 of net/if.c. Modifications of `ifnet' list must still be done under both the KERNEL_LOCK() and NET_LOCK().

CVS: cvs.openbsd.org: src

2020-08-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/08/05 05:07:18 Modified files: sys/dev/pci/drm: drm_gem.c Log message: drm: hold gem reference until object is no longer accessed >From Steve Cohen 5aa4eb5a6d915cf00bf104ddd76e1adbc3dabdc4 in linux

CVS: cvs.openbsd.org: src

2020-08-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/08/05 05:05:02 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl() >From Peilin Ye dd4672ba579a78f14dab65062d95c16f0835947b

CVS: cvs.openbsd.org: src

2020-08-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/08/05 05:02:10 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Clear dm_state for fast updates >From Mazin Rezk

CVS: cvs.openbsd.org: src

2020-08-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/08/05 04:58:41 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_pm.c Log message: Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" >From Alex Deucher

CVS: cvs.openbsd.org: xenocara

2020-08-05 Thread Marcus Glocker
CVSROOT:/cvs Module name:xenocara Changes by: mgloc...@cvs.openbsd.org2020/08/05 04:49:47 Modified files: app/video : video.1 video.c Log message: Add the ability to set and display video control values directly on the CLI. Initial diff from Laurence Tratt

CVS: cvs.openbsd.org: src

2020-08-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/08/05 03:11:09 Modified files: usr.bin/tmux : server-client.c window-copy.c Log message: Change searching to behave more like emacs and so that regex searching doesn't overlap when searching

CVS: cvs.openbsd.org: src

2020-08-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/08/05 00:22:11 Modified files: sbin/ifconfig : brconfig.c Log message: Print tpmr(4) members tpmr is a trivial bridge and has no specific ioctls, so to distinguish it from the rest we must rely on

CVS: cvs.openbsd.org: src

2020-08-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/08/05 00:12:43 Modified files: sbin/ifconfig : brconfig.c ifconfig.c ifconfig.h Log message: Merge switch_status() into bridge_status() This is to reduce duplicate code and prepare for