user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 1/3] syscall: drop unused EEXIST import
  2022-03-23  8:54  6% [PATCH 0/3] support sendmsg+recvmsg in pure Perl under Linux Eric Wong
@ 2022-03-23  8:54  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2022-03-23  8:54 UTC (permalink / raw)
  To: meta

We've never used it, actually.
---
 lib/PublicInbox/Syscall.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/Syscall.pm b/lib/PublicInbox/Syscall.pm
index a2b7490a..806c192e 100644
--- a/lib/PublicInbox/Syscall.pm
+++ b/lib/PublicInbox/Syscall.pm
@@ -15,7 +15,7 @@ package PublicInbox::Syscall;
 use strict;
 use v5.10.1;
 use parent qw(Exporter);
-use POSIX qw(ENOENT EEXIST ENOSYS EINVAL O_NONBLOCK);
+use POSIX qw(ENOENT ENOSYS EINVAL O_NONBLOCK);
 use Config;
 
 # $VERSION = '0.25'; # Sys::Syscall version

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] support sendmsg+recvmsg in pure Perl under Linux
@ 2022-03-23  8:54  6% Eric Wong
  2022-03-23  8:54  7% ` [PATCH 1/3] syscall: drop unused EEXIST import Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2022-03-23  8:54 UTC (permalink / raw)
  To: meta

Most C compilers are bandwidth and storage hogs; while binary
distribution makes it harder for ordinary users to exercise
software freedom.  So no great options here, but relying on
the stable Linux ABI is probably the easiest for the majority
of our users (currently on x86-64 and x86 Linux).

Eric Wong (3):
  syscall: drop unused EEXIST import
  recv_cmd: do not undef recvmsg buffer arg on errors
  syscall: implement sendmsg+recvmsg in pure Perl

 devel/syscall-list         |  2 +
 lib/PublicInbox/CmdIPC4.pm |  4 +-
 lib/PublicInbox/Syscall.pm | 97 +++++++++++++++++++++++++++++++++++++-
 script/lei                 |  6 ++-
 t/cmd_ipc.t                | 13 ++++-
 5 files changed, 117 insertions(+), 5 deletions(-)


^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2022-03-23  8:54  6% [PATCH 0/3] support sendmsg+recvmsg in pure Perl under Linux Eric Wong
2022-03-23  8:54  7% ` [PATCH 1/3] syscall: drop unused EEXIST import Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).