Re: Zenbleed

2023-07-25 Thread Rafael Sadowski
I hit the same trap as Lucas with my HV (netcup.de). bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xf5900 (10 entries) bios0: vendor netcup version "RS 1000 G9 Plus" date 12/17/2020 bios0: netcup KVM Server acpi0 at bios0: ACPI 1.0 acpi0: sleep states S5 acpi0: tables DSDT FACP APIC acpi0: wakeup devices

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

2022-11-16 Thread Rafael Sadowski
On Sun Nov 13, 2022 at 08:37:55PM +0100, Rafael Sadowski wrote: > I don't know if this has worked in the past, but when debugging some Qt > applications I saw the following debug messages: > > $ gwenview > qt.qpa.xcb: Has MIT-SHM : true > qt.qpa.xcb: Has MIT-SHM FD :

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

2022-11-13 Thread Rafael Sadowski
On Sun Nov 13, 2022 at 08:37:55PM +0100, Rafael Sadowski wrote: > I don't know if this has worked in the past, but when debugging some Qt > applications I saw the following debug messages: > > $ gwenview > qt.qpa.xcb: Has MIT-SHM : true > qt.qpa.xcb: Has MIT-SHM FD :

qt.qpa.xcb: xcb_shm_attach() failed

2022-11-13 Thread Rafael Sadowski
I don't know if this has worked in the past, but when debugging some Qt applications I saw the following debug messages: $ gwenview qt.qpa.xcb: Has MIT-SHM : true qt.qpa.xcb: Has MIT-SHM FD : true qt.qpa.xcb: xcb_shm_attach() failed qt.qpa.xcb: failed to create System V shared memory segment

Re: clang: compile static analyzer

2022-01-14 Thread Rafael Sadowski
On Fri Jan 14, 2022 at 03:17:21PM +0100, Tobias Heider wrote: > Hi, > > clang ships with a pretty useful static analyzer to find all kinds of bugs > in C and C++ code: > > https://clang-analyzer.llvm.org/ > > I use it regularly to check my own diffs and found plenty of bugs I could > have

waitid(2)

2021-12-07 Thread Rafael Sadowski
Our devel/boost uses waitid(2) but OpenBSD does not implement it yet. In file included from /usr/local/include/boost/process.hpp:25: In file included from /usr/local/include/boost/process/group.hpp:32: /usr/local/include/boost/process/detail/posix/wait_group.hpp:38:17: error: no member named

Re: sigwaitinfo(2) and sigtimedwait(2)

2021-10-04 Thread Rafael Sadowski
On Sun Sep 26, 2021 at 02:36:02PM +0200, Mark Kettenis wrote: > > Date: Fri, 24 Sep 2021 19:36:21 +0200 > > From: Rafael Sadowski > > > > I'm trying to port the more KDE stuff so my question is from porter > > perspective. > > > > I need sigwaitinfo(2)/

Re: Missing include in sys/device.h

2021-09-28 Thread Rafael Sadowski
On Mon Sep 27, 2021 at 11:20:55PM -0600, Theo de Raadt wrote: > Oh, like how about you try compiling a kernel after your proposed diff? > > in userland - >size_t comes from sys/types.h >or a header file which pulls in sys/types.h, and there should be >no further new iteration added >

Missing include in sys/device.h

2021-09-27 Thread Rafael Sadowski
device.h misses a definition of size_t /usr/include/sys/device.h:128:2: error: unknown type name 'size_t' Index: device.h === RCS file: /cvs/src/sys/sys/device.h,v retrieving revision 1.55 diff -u -p -r1.55 device.h --- device.h

sigwaitinfo(2) and sigtimedwait(2)

2021-09-24 Thread Rafael Sadowski
I'm trying to port the more KDE stuff so my question is from porter perspective. I need sigwaitinfo(2)/sigtimedwait(2) and I found both functions in lib/libc/gen/sigwait.c with the comment "need kernel to fill in more siginfo_t bits first". Is the comment still up to date? If no, is it possible

POSIX_C_SOURCE 200809L, XOPEN_SOURCE 700 and bsd_locale_fallbacks errors

2021-04-13 Thread Rafael Sadowski
Based on my cmake pull-request(1) to fix the cmake build on OpenBSD, the following question has arisen which is worth analysing? "It seems OpenBSD has a strange behavior because macro _POSIX_C_SOURCE is a standard! @sizeofvoid What are the errors raised if _POSIX_C_SOURCE or _XOPEN_SOURCE are

Re: Start point to learn OpenBSD programming

2020-03-16 Thread Rafael Sadowski
On Mon Mar 16, 2020 at 07:23:15AM +, Martin wrote: > Hello list, > > The best way for beginner to start with OpenbBSD programming? > > Martin http://www.grenadille.net/post/2019/10/21/10-projects-to-start-contributing-to-OpenBSD Rafael

Re: Qt5's libtool link scripts are unusable

2019-06-20 Thread Rafael Sadowski
On Thu Jun 20, 2019 at 04:46:59PM +0100, Stuart Henderson wrote: > Thanks for the report, > > On 2019/06/20 17:30, Vadim Penzin wrote: > > I admit that I am not familiar with the release process of pre-built binary > > packages; I might be writing to a wrong mailing list and I apologize in > >

Re: witness report: vmmaplk, inode

2018-06-12 Thread Rafael Sadowski
On Wed Jun 13, 2018 at 07:47:42AM +1200, richard.n.proc...@gmail.com wrote: > Hi, > > I found this witness log on my computestick but not here. > > I was doing little at the time besides using emacs and some vanilla > chrome and possibly firefox. Hope it's of use. > > cheers, > Richard. >

Wrong character in hackathons.html

2016-10-31 Thread Rafael Sadowski
Hi tech@, see diff. Kind regrads, Rafael Index: hackathons.html === RCS file: /cvs/www/hackathons.html,v retrieving revision 1.104 diff -u -p -u -p -r1.104 hackathons.html --- hackathons.html 31 Oct 2016 04:20:42 -

posix_spawn(3)

2012-03-08 Thread Rafael Sadowski
) for FreeBSD. It is already ported to NetBSD. Long description, sort question: Is a patch welcome? best regards Rafael Sadowski [1]: http://octopress.org [2]: http://www.freebsd.org/cgi/man.cgi?query=posix_spawnpsektion=3apropos=0manpath=FreeBSD+9.0-RELEASE

Re: posix_spawn(3)

2012-03-08 Thread Rafael Sadowski
with ruby-posix-spawn, OK! Best regards Rafael Sadowski On Thu Mar 08, 2012 at 01:24:00PM -0800, Frank Denis wrote: See http://download.pureftpd.org/misc/OpenBSD/patches/posix_spawn.diff -Frank. On Mar 8, 2012, at 1:08 PM, Rafael Sadowski raf...@sizeofvoid.org wrote: Hello tech

delete at_* prototypes in ifconfig

2011-09-19 Thread Rafael Sadowski
Hello, any comment? ;-) best regards Rafael Sadowski cvs server: Diffing ifconfig Index: ifconfig/ifconfig.c === RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.249 diff -u -r1.249 ifconfig.c

Re: issues with yacc/lex(er) from OpenBSD across my rules/grammer

2011-06-07 Thread Rafael Sadowski
On Wed Jun 01, 2011 at 11:03:46AM +0200, Otto Moerbeek wrote: On Wed, Jun 01, 2011 at 10:54:05AM +0200, Rafael Sadowski wrote: Hello @tech, I hope anybody can help my with my yacc rules/grammer. I can't find bugs in my grammer. I think the problem is in the lexer but I have no idea

Re: issues with yacc/lex(er) from OpenBSD across my rules/grammer

2011-06-07 Thread Rafael Sadowski
On Tue Jun 07, 2011 at 12:22:11PM +0200, Alexander Schrijver wrote: Your keywords aren't sorted. shot me, you're damn right ;) Thanks Alexander -- http://www.sizeofvoid.org - raf...@sizeofvoid.org XMPP: z...@jabber.ccc.de Key fingerprint: BDDD 91E9 28CB 3A52 3E99 61B0 C359 2691 BAC6 A3B1

issues with yacc/lex(er) from OpenBSD across my rules/grammer

2011-06-01 Thread Rafael Sadowski
} But it crashed at my first ethernet area. network private { works, but that is unfortunately all. ## parse.y /* * Copyright (c) 2011 Rafael Sadowski raf...@sizeofvoid.org * Copyright (c) 2010 Reyk Floeter r...@vantronix.net * Copyright (c) 2004, 2005 Hans-Joerg Hoexer hshoe...@openbsd.org

Re: Network Interface Daemon and ifconfig header file

2011-05-24 Thread Rafael Sadowski
On Wed May 04, 2011 at 08:09:44PM -0400, Arnaud Bergeron wrote: 2011/5/4 Rafael Sadowski raf...@sizeofvoid.org: Hello @tech and all honorable OpenBSD Developer, first of all, I happy about any help or helpful advice! Based on Edd Barrett (edd@) idea[1] to develop a Network Interface

Network Interface Daemon and ifconfig header file

2011-05-04 Thread Rafael Sadowski
=== RCS file: ifconfig/ifconfig.h diff -N ifconfig/ifconfig.h --- /dev/null 1 Jan 1970 00:00:00 - +++ ifconfig/ifconfig.h 4 May 2011 09:03:50 - @@ -0,0 +1,529 @@ +/* + * Copyright (c) 2011 Rafael Sadowski raf...@sizeofvoid.org + * + * Permission to use, copy, modify