Re: this assembly example works in linux, netbsd - but not in openbsd, why?

2019-10-29 Thread Simon Mages
Does not work how? Are you using i386? 2019-10-29 13:50 GMT+01:00, Guild Navigator : > # as why.asm -o why.o > # ld why.o -e start -static -o why > > .global start > > .equ SYS_EXIT, 0x01 > .equ SYS_WRITE, 0x04 > .equ STD_OUT, 0x01 > > # this example works in linux (with changed syscalls) > #

Re: Graphical debugger for C/C++ ?

2018-10-11 Thread Simon Mages
Hi, 2018-10-11 11:44 GMT+02:00, Peter Kay : > Just looking at writing a small enhancement to dhcpd, and starting to use > gdb properly for the first time. OK, it is functional, but it's a bit > awkward compared to graphical alternatives. > What does everyone use? I can see ddd and eclipse exist

Re: SG driver header

2017-03-30 Thread Simon Mages
Maybe this helps, ioctls are at the bottom http://man.openbsd.org/man4/scsi.4 Am Mittwoch, 29. März 2017 schrieb Markus Rosjat : > Hi there, > On a linux system I have the sg diver and sg.h in place to pass a cdb to the ioctl . Is SG3 also present on OpenBSD if not what header do I need on open

Re: Sony Vaio VPCSA

2017-03-29 Thread Simon Mages
Well, you could have at least send the dmesgs of the machines you are talking about. You could also read that: https://www.openbsd.org/report.html Farty Breath : > Hi All, > > Trying to install OBD for the first time on my Sony VPCSA laptop using > installfs60.fs dd'ed onto a USB stick. Can

Re: What are the security features in OpenBSD 6.0 that are by default disabled?

2016-10-14 Thread Simon Mages
Hi, i just want to say that those security messures you describe here don't improve the security for every user or use case. Everybody should know exactly what he is doing bevore enabling or changing them. I think if you use such security messures you better should be able to help yourself if you

Re: AMD graphics adapter hcl

2016-09-08 Thread Simon Mages
ok, thanks for the clarification. 2016-09-08 18:49 GMT+02:00, Bryan Vyhmeister : > On Fri, Sep 09, 2016 at 02:44:33AM +1000, Jonathan Gray wrote: >> > Am I understanding that using a newer, say Radeon HD 7750 or HD 7870 >> > card, with the modesetting(4) Xorg driver would

AMD graphics adapter hcl

2016-09-07 Thread Simon Mages
Hi there, can somebody tell me which AMD graphics adapters are supported by the OpenBSD kernel? radeon(4) has a very big list of supported adapters or chip families. I greped a bit in /usr/src/sys/dev/pci/drm/radeon to see which ones are supported. Am i right with the assumption that all chips

Re: PC Engine APU1 - GPIO and LEDs

2015-08-24 Thread Simon Mages
Hi, I could try to clean it up. I have nearly no experience in writing drivers, but i like to learn more about that and thats why im asking if you could maybe send me the diff. I have a PC Engines APU myself and would love to have it fully functional. :) BR Simon 2015-08-24 17:52 GMT+02:00,

Re: Generic Question: Floating point, MMU

2014-12-03 Thread Simon Mages
Maybe this helps, http://www.uclinux.org Am 03.12.2014 20:36 schrieb worik worik.stan...@gmail.com: On the thread: OpenBSD embedded? (was: OpenBSD 5.6-current on ASUS Chromebox) ch...@nmedia.net commented: For ones that lack MMU or floating-point, Linux is it. Other ones that have MMU

Re: unbound package missing in 5.6

2014-11-12 Thread Simon Mages
unbound is now in base. Am 12.11.2014 20:33 schrieb John Smith hufflep...@bsdmail.com: Why is there no package for unbound in 5.6?