Weitian LI

Results 27 comments of Weitian LI

目前香港 KoDDoS 提供了一个镜像: https://mirror-hk.koddos.net/dragonflybsd/ 官方镜像名单见: https://www.dragonflybsd.org/mirrors/

上海交通大学镜像服务 SJTUG 最近刚上线了 DragonFly BSD 的镜像,欢迎大家使用。 镜像服务申请: https://github.com/sjtug/mirror-requests/issues/137#issuecomment-753811202 镜像介绍文档: https://mirror.sjtu.edu.cn/docs/dragonflybsd/dports

我们目前正在开发 SDF 引擎来对接加密卡。发现一个麻烦问题是,SDF 哈希计算 API 不支持复制内部状态,因此无法实现 `EVP_MD_CTX_copy_ex()` 接口,除非与厂商合作开发非标准接口来实现。 此外,关于 SDF 接口以及 SSL 引擎开发的文档资料都好少 :facepalm:

Thank you for the prompt reply. I've tried `env TERM=dumb nvi` in the rescue mode, but it doesn't work either, with error message `No terminal database found`. Meanwhile, when I...

Thank you for the prompt reply. However, I still have the same issue. I've tried the following usages: * `nvi -c 'set directory="" recdir=""' ` * `nvi -c 'unset directory...

Had a closer look at the `catchupPcre()` code, and I suspect the following conditional might be the cause: https://github.com/intel/hyperscan/blob/master/chimera/ch_runtime.c#L338-L348 ```c++ 338 if (hyctx->length >= pd->scanStart && 339 !(pattern->flags & CHIMERA_PATTERN_FLAG_SINGLEMATCH))...

> https://leeweir.github.io/2018/01/31/%E8%A7%A3%E5%86%B3fullnat%E4%B8%8B%E8%8E%B7%E5%8F%96%E7%94%A8%E6%88%B7%E6%BA%90IP/ Updated URL: https://leeweir.github.io/posts/fullnat-get-sip/

Yes. I've tested that this PR (the refcount commit within it) fixes the keepalived issue #631

今天看到消息说 NJU 南京大学开源镜像站收录了 DragonFly: https://mirror.nju.edu.cn/dragonflybsd/

Hello, I can reproduce this issue. I have ``dotspacemacs-whitespace-cleanup`` set to ``trailing``, which adds the ``delete-trailing-whitespace`` to the **global** hook ``before-save-hook``. For example, my Spacemacs has ``before-save-hook``: ``(delet-trailing-whitespace spacemacs//python-sort-imports)``. Then,...