Roy Marples
Roy Marples
Unlikely. @richfelker is right that __ is reserved for system headers and in NetBSD curses.h *is* a system header and libcurses is a system library. Saying that I'm always happy...
sl would set cbreak() mode. https://github.com/mtoyoda/sl/pull/63
OK, that was my fault. My content had front matter used in a different blog setup which confused things. After removing that it's all dandy. Still, ATOM and JSON feeds...
I'm seeing this all the time on mobile devices, as well as the text being center justified. On larger devices it displays fine.
The text itself is misleading if the comments plugin is installed. It should say "Continue reading and discuss this post." If the summary is disabled it should say "Discuss this...
Linux kernel only supports BPF read filter, not a write filter. The warning is to prompt someone knowledgable about the linux kernel to do something about that.
So with the commit prior to ce13b79 NM works fine with dhcpcd and privsep?
SIGSYS is what intrests me. It's likely another SECCOMP issue. Can you compile dhcpcd with -DSECCOMP_FILTER_DEBUG in your CPPFLAGS please?
Closed by mistake - wups. But can you test the above patch please? I'm hopeful that it might fix it, or at least the SIGSYS error.
I've pushed another patch, but mainly for process management. I don't think it will fix anything but it's worth a shout. I think I'll have to try and get a...