Re: Zenbleed

2023-07-24 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

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

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 missed

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 'wai

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 sigwaitinf

Re: Missing include in sys/device.h

2021-09-27 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.h1

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 to

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 def

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 > > adv

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 - 1.1

new expr(1)

2016-01-03 Thread Rafael Sadowski
ead from yyerror() - add "int yyparse(void);" declaration - remove special NetBSD information in manpage Any chance for ok? Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/src/bin/expr/Makefile,v retrie

makemap call in etc/mail/Makefile

2015-12-19 Thread Rafael Sadowski
Hi OpenBSD devs, there is no more makemap[1]. [1]: http://www.openbsd.org/faq/current.html#20151207 Index: etc/mail/Makefile === RCS file: /cvs/src/etc/mail/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- et

Re: posix_spawn(3)

2012-03-08 Thread Rafael Sadowski
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 wrote: > > > Hello

posix_spawn(3)

2012-03-08 Thread Rafael Sadowski
ready 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_spawnp&sektion=3&apropos=0&manpath=FreeBSD+9.0-RELEASE

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 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

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

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

2011-06-01 Thread Rafael Sadowski
paciphers="" wpaakms="" } } } network "private" { #... more ethernet and wireless stuff } But it crashed at my first "ethernet" area. "network "private" {" works, but that is unf

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 : > > 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 devel

Network Interface Daemon and ifconfig header file

2011-05-04 Thread Rafael Sadowski
ring(const u_int8_t *, int); -char *sec2str(time_t); - -const char *get_media_type_string(int); -const char *get_media_subtype_string(int); -intget_media_mode(int, const char *); -intget_media_subtype(int, const char *); -intget_media_options(int, const char *); -intlookup_media_word