From faa0f744db6047db0594baf00535cc8122211ede Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 7 Feb 2020 02:31:57 -0600 Subject: doc: mark some TODO items as done NNTP TLS and COMPRESS support and cgit spawning from the WWW interface were implemented last year. Given the lack of syscall number stability guarantee on the OpenBSD and FreeBSD, I don't think supporting a pure-Perl kevent is feasible. Inline::C may still be an option since IO::KQueue is abandoned, though, as it is for some Linux-only syscalls and maybe some POSIX ones not covered by POSIX.pm. --- lib/PublicInbox/DSKQXS.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/PublicInbox/DSKQXS.pm b/lib/PublicInbox/DSKQXS.pm index a815945a..b9b0b6c5 100644 --- a/lib/PublicInbox/DSKQXS.pm +++ b/lib/PublicInbox/DSKQXS.pm @@ -10,8 +10,6 @@ # support cases public-inbox-nntpd/httpd care about. # # It also implements signalfd(2) emulation via "tie". -# -# A pure-Perl version using syscall() is planned. package PublicInbox::DSKQXS; use strict; use warnings; -- cgit v1.2.3-24-ge0c7