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