Re: PCI Arbiter

2017-12-22 Thread Samuel Thibault
Hello, Joan Lledó, on dim. 03 déc. 2017 11:21:53 +0100, wrote: > This is a new version of the PCI arbiter. Nice work :D > I tried to run netdde as non-root but gave up because it seemed non-trivial > for > me and the time for my thesis is running out. Next are some issues I found: > > - Some n

Re: hurd: PIE support

2017-12-22 Thread Samuel Thibault
For information, that's the last bit that will allow us to enable pie on hurd-i386, thus fixing libgcrypt20 build, and as a consequence the whole kde set. Samuel

hurd: PIE support

2017-12-22 Thread Samuel Thibault
Hello, PIE is being pushed more and more, so we have to support it in the Hurd port :) The simplest way to fix things is to provide gdb with the entry address through auxv. The attached patch implements this. Could you have a look soon? Samuel hurd: Add enough auxv support for AT_ENTRY for PIE b