[osv-dev] [PATCH] debugging: fix loader.py to handle "osv runqueue" properly

2020-07-08 Thread Waldemar Kozaczuk
Apparently existing implementation of "osv runqueue" in loader.py navigates the sched::cpus::runqueue structure which is an rbtree in a way that started breaking at some point probably with newer versions of boost. To fix it we simply use the existing intrusive_set_root_node() method to help us na

[osv-dev] [PATCH] dynamic linker: fix the old bug in the logic to calculate the ELF base

2020-07-08 Thread Waldemar Kozaczuk
In order to properly calculate and then map an elf object in virtual memory, the set_base() method needs to identify the lowest and the highest PT_LOAD header in terms of the p_vaddr value. Unfortunately, there seems to be a bug in how it is implemented now and in some cases, when for example ther

[osv-dev] Re: raw socket support ?

2020-07-08 Thread Vinicius Fulber Garcia
Hi, I have a similar problem, I need to get ethernet frames in userspace (a raw sockets bound in an interface or something similar to this). Did you get any advance on it guys? Thanks! Em quarta-feira, 11 de julho de 2018 às 04:48:51 UTC-3, frederic...@gmail.com escreveu: > Thanks for the ad

[osv-dev] Accessing raw packets (straightforward connection with the interfaces)

2020-07-08 Thread Vinicius Fulber Garcia
There is any support to PF_PACKET + BINDTODEVICE (even it being based in FreeBSD) or a bpf or netpcap porting to OSv? Thanks so much! :) -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emai