Interested in getting the GDB->Guile bindings updated to work with newer versions of guile

2020-07-30 Thread Daniel Tornabene
Hey all, I've been slowly, in fits and starts, working on a cool security project utilizing the GDB->Guile bindings, and it came to my attention this week that guile-2.0 was removed from debian testing. As this is the only version of guile that the bindings work with, I'd like to step up and help g

Re: [PATCH] accept4: add support for SOCK_NONBLOCK when using accept()

2020-07-30 Thread Aleix Conchillo FlaquƩ
Fibers work on macOS is being done here. https://github.com/wingo/fibers/pull/42 This is now working with both web servers. On Wed, Jul 29, 2020 at 5:06 PM Aleix Conchillo FlaquƩ wrote: > SOCK_NONBLOCK was not implemented when accept4() is not available (e.g. > macOS). > > I'm currently testing