unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Dragonfly BSD support
@ 2023-10-06  9:45 Eric Wong
  2023-10-06  9:46 ` [PATCH 1/5] kqnotify: drop EV_CLEAR (edge triggering) Eric Wong
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eric Wong @ 2023-10-06  9:45 UTC (permalink / raw)
  To: meta

Got one tmpfs + EVFILT_VNODE bug fixed in Dragonfly in the
process.  Dealing with hdestroy implementation differences
is really making me consider khash...

Also considering using sysdefs-list output via $Config{cc}
to support sendmsg/recvmsg without needing Inline::C. `cc'
seems pretty standard across all *BSDs.

Eric Wong (5):
  kqnotify: drop EV_CLEAR (edge triggering)
  xap_helper.h: strdup keys for DragonFlyBSD hdestroy(3)
  devel/sysdefs-list: show more info regardless of OS
  t/dir_idle: dump event list on failure
  finalize DragonFlyBSD support

 devel/sysdefs-list            | 45 +++++++++++++++++------------------
 install/os.perl               |  7 +++---
 lib/PublicInbox/Daemon.pm     |  4 ++--
 lib/PublicInbox/IPC.pm        |  1 +
 lib/PublicInbox/KQNotify.pm   |  2 +-
 lib/PublicInbox/MboxLock.pm   | 10 +++++---
 lib/PublicInbox/POP3D.pm      |  4 ++--
 lib/PublicInbox/TestCommon.pm | 19 +++++++++++++--
 lib/PublicInbox/xap_helper.h  | 13 ++++++++--
 t/dir_idle.t                  |  8 ++++---
 t/ds-kqxs.t                   |  5 ++--
 t/kqnotify.t                  | 28 +++++++++++++++++++++-
 t/pop3d-limit.t               |  4 +---
 t/pop3d.t                     |  6 ++---
 t/search.t                    |  2 +-
 xt/pop3d-mpop.t               |  5 ++--
 16 files changed, 108 insertions(+), 55 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-06  9:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06  9:45 [PATCH 0/5] Dragonfly BSD support Eric Wong
2023-10-06  9:46 ` [PATCH 1/5] kqnotify: drop EV_CLEAR (edge triggering) Eric Wong
2023-10-06  9:46 ` [PATCH 2/5] xap_helper.h: strdup keys for DragonFlyBSD hdestroy(3) Eric Wong
2023-10-06  9:46 ` [PATCH 3/5] devel/sysdefs-list: show more info regardless of OS Eric Wong
2023-10-06  9:46 ` [PATCH 4/5] t/dir_idle: dump event list on failure Eric Wong
2023-10-06  9:46 ` [PATCH 5/5] finalize DragonFlyBSD support Eric Wong

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).