User Details
- User Since
- May 4 2018, 5:39 PM (372 w, 15 m)
Fri, Jun 6
Abandoning because it's already fixed.
Nov 8 2024
And this one adds more context to the patch.
This update also changes NG_NAT_UDP_EIM from 0x800 to 0x200.
Nov 5 2024
This update:
- Makes EIM opt-in, off by default, although I still think this decision needs broader discussion, or even a vote.
- Adds "udp_eim" options to all the libalias uses: ipfw, natd, ng_nat, and ppp.
- Rewrites the man pages and header files so they are shorter and clearer.
- Man pages don't introduce new errors in igor.
- Uses PKT_ALIAS_UDP_EIM instead of PKT_ALIAS_ENDPOINT_INDEPENDENT.
- Renames the splay tree from "source" to "internal_endpoint" in the source code.
- Simplifies some conditions.
Moves the "endpoint-independent" section to come after "bitmask", so they're in alphabetical order.
Nov 3 2024
Also fix the typo: "caues" -> "causes".
Oct 18 2024
I also need to patch ipfw and natd with user-settable options for the new flag, before this patch is fully ready... I am busy so that will probably take a few more weeks.
Oct 15 2024
This new version adds a flag that can be used to turn this feature on and off (it is on by default for greater compatibility), adds documentation to the header file and man page, and wraps lines at 80 characters.
Sep 17 2024
Jun 14 2022
Apr 13 2022
This is probably irrelevant now that D34756 added a more general way to retrieve advisory lock info.
Is this still relevant?
D34756 added a more general way to retrieve advisory lock info.
Feb 22 2022
Thank you for your feedback. New versions of this patch are at:
https://reviews.freebsd.org/D34184
https://reviews.freebsd.org/D34323
Feb 20 2022
Also:
- Add a kf_eventfd_addr field to kf_eventfd and populate it.
Feb 6 2022
Feb 2 2022
Jan 29 2022
Added kf_pipe_buffer_[in/out/size] fields to kf_pipe.