Re: AMD 17h/1xh HD Audio testers wanted!

2023-03-05 Thread Matthieu Herrb
face 2 "Chicony Electronics Co.,Ltd. Integrated Camera" rev 2.01/67.23 addr 3 video1 at uvideo1 sdmmc0: can't enable card vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd1 at scsibus3 targ 1 lun 0: sd1: 243512MB, 512 bytes/sector, 498713727 sectors root on sd1a (03acaca77ababaff.a) swap on sd1b dump on sd1b iwm0: hw rev 0x320, fw ver 46.50fdb42f.0, address 7c:b2:7d:f0:d6:51 amdgpu0: PICASSO GC 9.1.0 8 CU rev 0x01 amdgpu0: 1920x1080, 32bpp wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2023-03-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/03/01 14:19:10 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2023-03-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/03/01 13:45:42 Modified files: data/bitmaps : ChangeLog Makefile.am configure.ac Added files: data/bitmaps : README.md Log message: Update xbitmaps to version 1.1.3 - no

CVS: cvs.openbsd.org: xenocara

2023-03-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/03/01 13:21:10 Modified files: driver/xf86-video-amdgpu: ChangeLog README.md configure configure.ac driver/xf86-video-amdgpu/conf: 10-amdgpu.conf

Re: pf(4) drops valid IGMP/MLD messages

2023-02-28 Thread Matthieu Herrb
DPFPRINTF(LOG_NOTICE, "Invalid IGMP"); > REASON_SET(reason, PFRES_IPOPTIONS); > return (PF_DROP); > Hi, The expression look wrong to me again. I read in RFC1112 that correct packets should have: (h->ip_ttl == 1 && h->ip.ip_dst.s_addr == INADDR_ALLHOST_GROUP) so the test to drop invalid IGMP should be: if (h->ip_ttl != 1 || h->ip.ip_dst.s_addr != INADDR_ALLHOST_GROUP) { ... return (PF_DROP } Again I may be missing something -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2023-02-27 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/02/27 14:13:00 Modified files: . : MODULES Log message: update

update: xf86-video-amdgpu 23.0.0

2023-02-27 Thread Matthieu Herrb
continue; - - amdgpu_crtc_box(crtc, _box); - amdgpu_box_intersect(_box, _box, ); - coverage = amdgpu_box_area(_box); - if (coverage > best_coverage || - (coverage == best_coverage && -crtc == primary_crtc)) { - best_crtc = crtc; - best_coverage = coverage; - } - } - if (best_crtc) - break; - } - - return best_crtc; + return NULL; } void AMDGPUInitVideo(ScreenPtr pScreen) Index: src/compat-api.h === RCS file: /local/cvs/xenocara/driver/xf86-video-amdgpu/src/compat-api.h,v retrieving revision 1.2 diff -u -p -u -r1.2 compat-api.h --- src/compat-api.h3 Aug 2021 05:35:52 - 1.2 +++ src/compat-api.h27 Feb 2023 20:09:46 - @@ -42,6 +42,9 @@ #define current_primary current_master #define primary_pixmap master_pixmap #define secondary_dst slave_dst +#define secondary_list slave_list +#define secondary_head slave_head +#define is_output_secondary is_output_slave #endif #endif -- Matthieu Herrb

Re: pf(4) drops valid IGMP/MLD messages

2023-02-26 Thread Matthieu Herrb
DPFPRINTF(LOG_NOTICE, "Invalid MLD"); > REASON_SET(reason, PFRES_IPOPTIONS); > return (PF_DROP); > Unless I'm missing more context, this hunk looks wrong to me. Valid MLD packets must have a ttl of 1 *and* come from a LL address. The initial logic seems ok to me. -- Matthieu Herrb

CVS: cvs.openbsd.org: ports

2023-02-24 Thread Matthieu Herrb
CVSROOT:/cvs Module name:ports Changes by: matth...@cvs.openbsd.org2023/02/25 00:39:23 Modified files: graphics/clutter/cogl: Makefile Log message: graphics/clutter/cogl: add xcb-randr to WANTLIB. ok aja@

Re: gtk+4 slow application startup

2023-02-21 Thread Matthieu Herrb
/* default to no disk shader cache to avoid pledge violations in chromium > */ > - return NULL; > -#endif > - > if (!disk_cache_enabled()) >return NULL; > > I'm ok with this. -- Matthieu Herrb

Re: shells/tcsh: update to 6.24.07

2023-02-18 Thread Matthieu Herrb
--- > shells/tcsh: update to 6.24.07 > Hi, I'm still using tcsh as my user shell. Tested on aarch64, amd64 and sparc64. ok matthieu@ -- Matthieu Herrb

Re: [xenocara] xenodm.man fix

2023-02-18 Thread Matthieu Herrb
On Sat, Feb 18, 2023 at 12:15:54PM +0300, Mikhail wrote: > On Sat, Feb 18, 2023 at 08:00:26AM +0100, Matthieu Herrb wrote: > > On Fri, Feb 17, 2023 at 11:52:44AM +, Laurence Tratt wrote: > > > On Thu, Feb 16, 2023 at 09:29:53PM +0300, Mikhail wrote: > >

Re: [xenocara] xenodm.man fix

2023-02-17 Thread Matthieu Herrb
"$startup" else if [ -f "$resources" ]; then @XRDB_PROGRAM@ -load "$resources" -- Matthieu Herrb

Re: UPDATE: net/snowflake_proxy 2.5.1

2023-02-09 Thread Matthieu Herrb
ub.com/xiaokangwang/dtls/v2 > v2.0.0-20230118142434-16e5cc8ce01c \ > + github.com/xiaokangwang/webrtc/v3 > v3.0.0-20230118142924-be9162e2b526 \ > github.com/xtaci/kcp-go/v5 v5.6.1 > \ > github.com/xtaci/lossyconn > v0.0.0-20190602105132-8df528c0c9ae \ > github.com/xtaci/smux > v1.5.15 \ > -- Matthieu Herrb

update snowflake_proxy to version 2.5.1

2023-02-09 Thread Matthieu Herrb
-ea95bdfd59fc + -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2023-02-06 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/02/07 00:14:09 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2023-02-06 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/02/06 23:32:18 Modified files: xserver/Xi : exevents.c Log message: Xi: fix use-after-free in DeepCopyPointerClasses CVE-2023-0494, ZDI-CAN-19596

CVS: cvs.openbsd.org: xenocara

2023-02-05 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/02/05 01:18:37 Modified files: . : MODULES 3RDPARTY Log message: update

CVS: cvs.openbsd.org: xenocara

2023-02-04 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/02/05 00:45:23 Modified files: app/xterm : COPYING MANIFEST NEWS THANKS VTPrsTbl.c VTparse.def button.c charclass.c charclass.h

Re: Minor bug in xcb_connect

2023-02-01 Thread Matthieu Herrb
@ xcb_connection_t *xcb_connect_to_display > > if(auth) { > c = xcb_connect_to_fd(fd, auth); > -goto out; > } > - > -if(_xcb_get_auth_info(fd, , display)) > +else if(_xcb_get_auth_info(fd, , display)) > { > c = xcb_connect_to_fd(fd, ); > free(ourauth.name); > -- Matthieu Herrb

Re: Minor bug in xcb_connect

2023-02-01 Thread Matthieu Herrb
@ xcb_connection_t *xcb_connect_to_display > > if(auth) { > c = xcb_connect_to_fd(fd, auth); > -goto out; > } > - > -if(_xcb_get_auth_info(fd, , display)) > +else if(_xcb_get_auth_info(fd, , display)) > { > c = xcb_connect_to_fd(fd, ); > free(ourauth.name); > -- Matthieu Herrb

Re: Xorg crashes when cat'ing a binary file.

2023-02-01 Thread Matthieu Herrb
Thanks for your report. Could you also send us the /var/log/Xorg.0.log.old file (once xenodm has restarted) so that we can see the exact crash from the Xorg server ? Thanks. -- Matthieu Herrb

update xterm to version 378

2023-01-28 Thread Matthieu Herrb
Hi, The patch below updates xterm to version 378. As always testing (especially for specific use cases) is welcome. Apply in /usr/xenocara/app/xterm and rebuild xterm doas make obj doas make build Patch #378 - 2023/01/09 * improve descriptions of XTQMODKEYS and XTQALLOWED features

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 07:22:05 Modified files: app/xterm : misc.c Log message: enlarge mkstemp() pattern to 10 'X'

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 06:24:52 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 05:03:53 Modified files: app/xinit : ChangeLog Makefile.in README.md compile config.h.in configure configure.ac startx.cpp

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 04:44:17 Modified files: app/xvinfo : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac xvinfo.c app/xvinfo/man :

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 04:41:55 Modified files: app/xset : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac xset.c app/xset/man :

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 04:38:36 Modified files: app/xrandr : ChangeLog Makefile.in README.md aclocal.m4 compile configure configure.ac xrandr.c app/xrandr/man :

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 04:08:30 Modified files: app/xprop : ChangeLog Makefile.in README.md compile configure configure.ac dsimple.c xprop.c Log message: Update xprop to

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 04:06:17 Modified files: app/xlsclients : Makefile.in configure configure.ac Log message: Fix botched configure.ac merge

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 04:04:02 Modified files: app/xkill : Makefile.in configure configure.ac Log message: Fix botched configure.ac merge

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 04:00:15 Modified files: app/xlsclients : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure xlsclients.c app/xlsclients/man: Makefile.in

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 03:57:29 Modified files: app/xlsatoms : ChangeLog Makefile.in aclocal.m4 compile configure configure.ac xlsatoms.c app/xlsatoms/man: Makefile.in

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 03:48:45 Modified files: app/xlogo : ChangeLog Logo.c Makefile.am Makefile.in aclocal.m4 compile config.h.in configure

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 03:24:32 Modified files: app/xkill : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure xkill.c app/xkill/man : Makefile.in Added

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 03:01:57 Modified files: app/xkbevd : ChangeLog Makefile.am Makefile.in aclocal.m4 cfgscan.c compile configure configure.ac

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 02:58:12 Modified files: app/xcompmgr : ChangeLog Makefile.in aclocal.m4 compile configure configure.ac xcompmgr.c app/xcompmgr/man: Makefile.in

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 02:53:39 Modified files: app/xgamma : ChangeLog Makefile.am Makefile.in aclocal.m4 compile config.h.in configure configure.ac

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 02:44:42 Modified files: xserver: ChangeLog configure configure.ac meson.build xserver/Xext : saver.c xtest.c xserver/hw/xquartz: Makefile.am Makefile.in

CVS: cvs.openbsd.org: xenocara

2023-01-22 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/22 02:21:11 Added files: xserver: meson.build xserver/Xext : meson.build xserver/Xi : meson.build xserver/composite: meson.build

CVS: cvs.openbsd.org: ports

2023-01-17 Thread Matthieu Herrb
CVSROOT:/cvs Module name:ports Changes by: matth...@cvs.openbsd.org2023/01/17 13:03:49 Modified files: mail/sendmail : Makefile mail/sendmail/patches: patch-cf_m4_proto_m4 Log message: Add a patch to bump MaxHopCount to 50 to cope with modern smtp

[patch] sendmail: bump MaxHopCount default

2023-01-17 Thread Matthieu Herrb
(`HELP_FILE', HELP_FILE, `MAIL_SETTINGS_DIR`'helpfile') +@@ -746,6 +746,7 @@ ifdef(`_USE_CT_FILE_', `', `#')Ft`'ifdef Troot Tdaemon ifdef(`_NO_UUCP_', `dnl', `Tuucp') -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2023-01-17 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/17 09:21:24 Modified files: lib/libXpm : Makefile.in config.h.in configure configure.ac lib/libXpm/cxpm: Makefile.in lib/libXpm/doc : Makefile.in

CVS: cvs.openbsd.org: xenocara

2023-01-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/07 10:39:49 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2023-01-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/07 10:17:11 Modified files: distrib/sets/lists/xshare: mi Log message: sync

CVS: cvs.openbsd.org: xenocara

2023-01-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/01/07 10:15:04 Modified files: lib/libXpm : AUTHORS ChangeLog Makefile.in NEWS.old README.md aclocal.m4 compile configure configure.ac

Re: [fix] devel/gitea, bash as rundep + socket path creation

2023-01-07 Thread Matthieu Herrb
A propos gitea, anyone intested to switch to forgejo (gitea fork because of unfriendly takeover of gitea) ? https://forgejo.org/ https://forgejo.org/faq/ -- Matthieu Herrb

Re: DPI inconsistency

2023-01-02 Thread Matthieu Herrb
value in xorg that xdpyinfo shows? > > > Thank you, Hi, are you using Xfce ? if so it's an old issue : https://bugzilla.xfce.org/show_bug.cgi?id=10633 moved to: https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/34 and also : https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/190 -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2022-12-14 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/12/14 03:29:00 Modified files: xserver/Xext : saver.c xtest.c xvmain.c xserver/Xi : xipassivegrab.c xiproperty.c xserver/dix: property.c xserver/xkb:

Re: cwm (and twm?) switch issue

2022-12-10 Thread Matthieu Herrb
le((g_argv[j] != NULL)&&(i<8)) { if(strcmp(g_argv[j],"-s")!=0) -- Matthieu Herrb

Re: Making new releases of X.Org modules

2022-12-08 Thread Matthieu Herrb
So currently having releases that get pushed to OpenBSD-current, Arch Linux and other rolling releases helps with testing patches. (the libX11 pthreads stuff is a good illustration ihmo). -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2022-12-04 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/12/04 11:43:19 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2022-12-04 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/12/04 11:15:09 Modified files: driver/xf86-video-mach64: ChangeLog Makefile.in README aclocal.m4 compile configure

CVS: cvs.openbsd.org: xenocara

2022-12-04 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/12/04 11:13:54 Modified files: app/xfd: ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac grid.c xfd.c app/xfd/man:

CVS: cvs.openbsd.org: ports

2022-12-04 Thread Matthieu Herrb
CVSROOT:/cvs Module name:ports Changes by: matth...@cvs.openbsd.org2022/12/04 07:38:11 Modified files: x11/xcursorgen : Makefile distinfo x11/xcursorgen/pkg: DESCR Log message: Update x11/xcursorgen to version 1.0.8. tweaks and ok rsadowski@

[UPDATE] Xaw3d to version 1.6.4

2022-12-04 Thread Matthieu Herrb
/Xaw3d/Xaw3dP.h include/X11/Xaw3d/XawImP.h include/X11/Xaw3d/XawInit.h -lib/libXaw3d.a +@static-lib lib/libXaw3d.a lib/libXaw3d.la @lib lib/libXaw3d.so.${LIBXaw3d_VERSION} lib/pkgconfig/xaw3d.pc -- Matthieu Herrb

[UPDATE] x11/xcursorgen to version 1.0.8

2022-12-04 Thread Matthieu Herrb
+7zb8U9pb5SHuD4= -SIZE (xcursorgen-1.0.7.tar.gz) = 159382 +SHA256 (xcursorgen-1.0.8.tar.gz) = uLsnVpGDQ7i8FaTOh16e+2xOd3etugiCgOU90JdTtqw= +SIZE (xcursorgen-1.0.8.tar.gz) = 162415 -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2022-12-04 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/12/04 01:05:36 Modified files: . : MODULES 3RDPARTY Log message: update

CVS: cvs.openbsd.org: src

2022-11-27 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2022/11/28 00:38:40 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2022-11-27 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2022/11/28 00:37:48 Modified files: lib/librpcsvc : Makefile shlib_version Removed files: lib/librpcsvc : rex.x Log message: Remove rex.x, obsolete remote execution protocol that still

Re: glib2 update issue

2022-11-27 Thread Matthieu Herrb
1, v2) (strcmp ((const char*) (gconstpointer) > (v1),(const char*) (gconstpointer) (v2)) == 0) > + > + GLIB_AVAILABLE_IN_ALL > + guintg_str_hash (gconstpointer v); -- Matthieu Herrb

glib2 update issue

2022-11-26 Thread Matthieu Herrb
On Sat, Nov 26, 2022 at 01:06:42AM -0700, Antoine Jacoutot wrote: > CVSROOT: /cvs > Module name: ports > Changes by: ajacou...@cvs.openbsd.org 2022/11/26 01:06:42 > > Modified files: > devel/glib2: Makefile distinfo > devel/glib2/pkg: PLIST > > Log message: >

Re: vblank-synchronized Present copy

2022-11-24 Thread Matthieu Herrb
On Thu, Nov 24, 2022 at 06:35:07PM +0800, Po Lu wrote: > Matthieu Herrb writes: > > > Not all systems supported by X.Org have timerfd. So please make this > > feàture conditional it's presence, > > Sure, but isn't modesetting recent-Linux-only? No, the version

Re: vblank-synchronized Present copy

2022-11-23 Thread Matthieu Herrb
t; also send the PresentCompleteNotify event at vblank start time (as > opposed to the first-pixel-out time, which is when it's sent in response > to a page flip.) > Not all systems supported by X.Org have timerfd. So please make this feàture conditional it's presence, -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2022-11-16 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/16 14:59:27 Modified files: . : MODULES Log message: update

Re: qt.qpa.xcb: xcb_shm_attach() failed

2022-11-16 Thread Matthieu Herrb
On Wed, Nov 16, 2022 at 10:15:41PM +0100, Matthieu Herrb wrote: > Below is a sample program to demonstrate how to use this with xcb. Hmm no this exemple I sent is pure Xlib. I have an xcb based example somewhere but I can't find it right now, sorry. -- Matthieu Herrb

Re: qt.qpa.xcb: xcb_shm_attach() failed

2022-11-16 Thread Matthieu Herrb
SHM with XCB generally work on OpenBSD? > > Since on OpenBSD the X server and client will generally not run under the same uid (except if you use startx(1)), you will need to create the shared memory segment with mode 666 or similar for the X server to be able to access it (via 'oth

libXft updated to 2.3.7 in -current

2022-11-16 Thread Matthieu Herrb
Hi, Note that OpenBSD 7.2 shipped with version 2.3.4 of libXft which is not affected by the bug. - Forwarded message from Matthieu Herrb - Date: Wed, 16 Nov 2022 13:25:46 -0700 (MST) From: Matthieu Herrb To: source-chan...@cvs.openbsd.org Subject: CVS: cvs.openbsd.org: xenocara

CVS: cvs.openbsd.org: xenocara

2022-11-16 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/16 13:25:46 Modified files: lib/libXft : ChangeLog compile configure configure.ac lib/libXft/src : xftglyphs.c xftrender.c Log message: Update libXft to version 2.3.7.

CVS: cvs.openbsd.org: src

2022-11-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2022/11/11 10:23:09 Modified files: sys/dev/hid: hidcc.c Log message: Debug was accidentally left enabled in previous commit.

CVS: cvs.openbsd.org: src

2022-11-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2022/11/11 09:06:13 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2022-11-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2022/11/11 08:27:39 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/arm64/conf: GENERIC Log message: Enable icc(4). ok anton@ patrick@

CVS: cvs.openbsd.org: src

2022-11-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2022/11/11 08:25:13 Modified files: share/man/man4 : Makefile sys/dev/hid: hidcc.c sys/dev/i2c: files.i2c Added files: share/man/man4 : icc.4 sys/dev/i2c

Re: libX11 patch for X*IfEvent() API issues, take #2

2022-11-11 Thread Matthieu Herrb
On Fri, Nov 11, 2022 at 03:17:21PM +0100, Walter Alejandro Iglesias wrote: > On Nov 11 2022, Matthieu Herrb wrote: > > Hi, > > > > So the patch provided by Adam Jackson upstreams is completely buggy. > > > > - the logic to setup the new locking function was

Re: libX11 patch for X*IfEvent() API issues, take #2

2022-11-11 Thread Matthieu Herrb
On Fri, Nov 11, 2022 at 03:17:21PM +0100, Walter Alejandro Iglesias wrote: > On Nov 11 2022, Matthieu Herrb wrote: > > Hi, > > > > So the patch provided by Adam Jackson upstreams is completely buggy. > > > > - the logic to setup the new locking function was

CVS: cvs.openbsd.org: xenocara

2022-11-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/11 06:56:12 Modified files: xserver/os : client.c Log message: Don't crash if the client argv or argv[0] is NULL. Report from bauerm at pestilenz dot org. With help from and ok

libX11 patch for X*IfEvent() API issues, take #2

2022-11-11 Thread Matthieu Herrb
dpy->lock_fns->lock_display = _XIfEventLockDisplay; +dpy->lock_fns->unlock_display = _XIfEventUnlockDisplay; +} } /* -- Matthieu Herrb

Re: CVS: cvs.openbsd.org: xenocara

2022-11-10 Thread Matthieu Herrb
On Thu, Nov 10, 2022 at 11:19:23AM -0700, Matthieu Herrb wrote: > CVSROOT: /cvs > Module name: xenocara > Changes by: matth...@cvs.openbsd.org2022/11/10 11:19:23 > > Modified files: > app/xterm : charproc.c menu.c > > Log message: >

CVS: cvs.openbsd.org: xenocara

2022-11-10 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/10 11:19:23 Modified files: app/xterm : charproc.c menu.c Log message: Prevent users from enabling allowFontOps by menu or via resources. This further protects from CVE-2022-2602

CVS: cvs.openbsd.org: xenocara

2022-11-10 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/10 10:38:58 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: When no device is provided in the config file, try xf86Info.consoleFd before defaulting to an

CVS: cvs.openbsd.org: xenocara

2022-11-10 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/10 10:36:42 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Simplify the test on mode in WsfbSaveScreen() and add error checking. Tested by tobhe@

CVS: cvs.openbsd.org: src

2022-11-10 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2022/11/10 05:10:54 Modified files: sys/dev/wscons : wskbd.c Log message: Move the code handling brightness keys into a task, since with inteldrm(4) it requires a process context. ok kettenis@

CVS: cvs.openbsd.org: xenocara

2022-11-09 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/09 15:17:12 Modified files: . : MODULES 3RDPARTY Log message: update

CVS: cvs.openbsd.org: xenocara

2022-11-09 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/09 14:55:15 Modified files: app/xterm : MANIFEST NEWS button.c charproc.c doublechr.c fontutils.c fontutils.h main.c misc.c screen.c

Re: X segfault using startx

2022-11-09 Thread Matthieu Herrb
fault of the upgrade to libpciaccess 0.17 that I committed 2 days ago. I've just added a fix. It will be in a future snapshot. -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2022-11-09 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/09 11:33:42 Modified files: lib/libpciaccess/src: openbsd_pci.c Log message: Fix running totally unprivileged with startx(1). Issue reported by Walter Alejandro Iglesias.

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 10:12:06 Modified files: app/xenodm/greeter: Login.h app/xenodm/config: Xresources.in Log message: remove references to bitmap fonts that aren't used by the greeter anymore

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 09:53:13 Modified files: distrib/sets/lists/xbase: mi Log message: sync

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 09:52:36 Modified files: lib/libpciaccess: ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in README.md aclocal.m4 compile

Re: update to libpciaccess 0.17

2022-11-07 Thread Matthieu Herrb
On Mon, Nov 07, 2022 at 02:32:44PM +0100, Theo Buehler wrote: > On Mon, Nov 07, 2022 at 12:41:14PM +0000, Matthieu Herrb wrote: > > [...] > > > Fix a small leak in pci_system_openbsd_destroy() while there. > > Similar leaks exist in pci_system_openbsd_create() whi

update to libpciaccess 0.17

2022-11-07 Thread Matthieu Herrb
Hi again, the patch below updates libpciaccess to version 0.17. Most of the changes are for other operating systems. There is a minor library version bump because a new function pci_device_disable() has been added (not implemented for OpenBSD). Fix a small leak in pci_system_openbsd_destroy()

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 05:28:07 Added files: app/xterm : run-tic.in Removed files: app/xterm : run-tic.sh Log message: missed CVS add/remove in previous update to 274. noticed by tb@

Update to xterm 375

2022-11-07 Thread Matthieu Herrb
5 +++ package/freebsd/Makefile7 Nov 2022 12:13:04 - @@ -1,4 +1,4 @@ -# $XTermId: Makefile,v 1.95 2022/09/27 08:18:41 tom Exp $ +# $XTermId: Makefile,v 1.96 2022/10/21 00:45:30 tom Exp $ # $FreeBSD: head/x11/xterm/Makefile 492827 2019-02-13 06:43:36Z ehaupt $ # This is adapted from the FreeBSD port, installing as "xterm-dev" with @@ -7,7 +7,7 @@ # and "make makesum". PORTNAME= xterm -PORTVERSION= 374 +PORTVERSION= 375 CATEGORIES=x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 Index: package/pkgsrc/Makefile === RCS file: /cvs/xenocara/app/xterm/package/pkgsrc/Makefile,v retrieving revision 1.7 diff -u -p -u -r1.7 Makefile --- package/pkgsrc/Makefile 7 Nov 2022 11:15:28 - 1.7 +++ package/pkgsrc/Makefile 7 Nov 2022 12:13:04 - @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.117 2018/03/12 11:18:00 wiz Exp $ -DISTNAME= xterm-374 +DISTNAME= xterm-375 PKGREVISION= 1 CATEGORIES=x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/ -- Matthieu Herrb

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 04:48:25 Modified files: lib/libXmu : COPYING ChangeLog Makefile.am Makefile.in README.md aclocal.m4 compile config.h.in

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 04:44:37 xenocara/lib/libXmu/test Update of /cvs/xenocara/lib/libXmu/test In directory cvs.openbsd.org:/tmp/cvs-serv58526/test Log Message: Directory /cvs/xenocara/lib/libXmu/test added to

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 04:36:48 Modified files: lib/libXext: COPYING ChangeLog Makefile.in README.md aclocal.m4 config.h.in configure configure.ac

CVS: cvs.openbsd.org: xenocara

2022-11-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/07 04:15:28 Modified files: app/xterm : MANIFEST NEWS THANKS Tekproc.c button.c charclass.c charproc.c configure.in ctlseqs.ms

CVS: cvs.openbsd.org: xenocara

2022-11-06 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/06 12:29:08 Modified files: util/makedepend: ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac def.h include.c

CVS: cvs.openbsd.org: xenocara

2022-11-06 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2022/11/06 12:26:30 xenocara/util/makedepend/tests/1 Update of /cvs/xenocara/util/makedepend/tests/1 In directory cvs.openbsd.org:/tmp/cvs-serv42647/tests/1 Log Message: Directory

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