Page MenuHomeFreeBSD

lytboris_gmail.com (Boris Lytochkin)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 15 2020, 3:04 PM (334 w, 4 d)

Recent Activity

Thu, Jun 4

lytboris_gmail.com added a comment to D56616: Add ipfw 32-bit KBI detection via ophandler version .

@bdrewery, take a look on this approach as well.

Thu, Jun 4, 7:37 PM
lytboris_gmail.com updated subscribers of D56616: Add ipfw 32-bit KBI detection via ophandler version .
Thu, Jun 4, 7:36 PM

Wed, Jun 3

lytboris_gmail.com accepted D57330: etcupdate: Make diff -l actually work.
Wed, Jun 3, 10:59 AM
lytboris_gmail.com added a reviewer for D57330: etcupdate: Make diff -l actually work: lytboris_gmail.com.
Wed, Jun 3, 10:59 AM
lytboris_gmail.com added a comment to D57330: etcupdate: Make diff -l actually work.

diff -l works for me as-is as intended:

Wed, Jun 3, 10:23 AM

Wed, May 20

lytboris_gmail.com accepted D57010: sbin/ipfw: fix parsing error in nat config port_range.
Wed, May 20, 1:55 PM
lytboris_gmail.com added a comment to D57010: sbin/ipfw: fix parsing error in nat config port_range.

Code is fine, some finishing touches are needed.

Wed, May 20, 12:35 PM

May 15 2026

lytboris_gmail.com added reviewers for D57010: sbin/ipfw: fix parsing error in nat config port_range: ae, lytboris_gmail.com.
May 15 2026, 10:09 AM

May 8 2026

lytboris_gmail.com updated the diff for D56869: Fix IPv6 flow label match in ipfw.
May 8 2026, 5:43 AM

May 7 2026

lytboris_gmail.com requested review of D56869: Fix IPv6 flow label match in ipfw.
May 7 2026, 4:23 PM

Apr 30 2026

lytboris_gmail.com added a comment to D56616: Add ipfw 32-bit KBI detection via ophandler version .

stable/13 goes EOL today, a good day to merge this PR. :)

Apr 30 2026, 9:58 AM

Apr 29 2026

lytboris_gmail.com updated the diff for D56708: Fix etcupdate diff with POSIXLY_CORRECT set, add option to list changes files.
Apr 29 2026, 11:17 AM
lytboris_gmail.com added reviewers for D56708: Fix etcupdate diff with POSIXLY_CORRECT set, add option to list changes files: jhb, markj.
Apr 29 2026, 11:09 AM
lytboris_gmail.com requested review of D56708: Fix etcupdate diff with POSIXLY_CORRECT set, add option to list changes files.
Apr 29 2026, 11:07 AM

Apr 28 2026

lytboris_gmail.com added a comment to D56616: Add ipfw 32-bit KBI detection via ophandler version .

JFYI. This patch (with the one from D54763) can be applied and compiled "as-is" to stable/13 and stable/12 branches resulting a working /sbin/ipfw15 binary.

Apr 28 2026, 12:47 PM
lytboris_gmail.com retitled D56616: Add ipfw 32-bit KBI detection via ophandler version from Add ipfw 32-bit KBI via ophandler version to Add ipfw 32-bit KBI detection via ophandler version .
Apr 28 2026, 12:43 PM
lytboris_gmail.com added a comment to D56660: ipfw: flesh out IP_FW3 OPVER_0 compat layer as ipfw_compat.

We had a number talks about the way we should provide backward compatibility for ipfw. These options include (but not limited to):

  • implement netlink control interface instead of KBI (see pfctl)
  • backport new KBI to older branches (see D54763)
  • keep compat KBI using compat module (as per this differential)
Apr 28 2026, 8:39 AM

Apr 27 2026

lytboris_gmail.com updated the diff for D56616: Add ipfw 32-bit KBI detection via ophandler version .
Apr 27 2026, 4:33 PM
lytboris_gmail.com added inline comments to D56616: Add ipfw 32-bit KBI detection via ophandler version .
Apr 27 2026, 4:31 PM
lytboris_gmail.com updated the diff for D56616: Add ipfw 32-bit KBI detection via ophandler version .
Apr 27 2026, 4:26 PM
lytboris_gmail.com updated the diff for D56616: Add ipfw 32-bit KBI detection via ophandler version .

Warning is muted for jails now

Apr 27 2026, 1:30 PM
lytboris_gmail.com added a comment to D56616: Add ipfw 32-bit KBI detection via ophandler version .

implement compatibility layer for earlier/historical jails

not in this proposal I guess.

Apr 27 2026, 8:36 AM
lytboris_gmail.com added a comment to D56616: Add ipfw 32-bit KBI detection via ophandler version .

I've updated patch to minimize kernel logging errors similar to ipfw: ipfw_ctl3 invalid option 116v0 while detection is done. Unless we're not in a jail, value reported by getosreldate() is used as-is.

Apr 27 2026, 4:51 AM
lytboris_gmail.com retitled D56616: Add ipfw 32-bit KBI detection via ophandler version from Add sysctl with ipfw KBI version to Add ipfw 32-bit KBI via ophandler version .
Apr 27 2026, 4:49 AM
lytboris_gmail.com updated the diff for D56616: Add ipfw 32-bit KBI detection via ophandler version .
Apr 27 2026, 4:39 AM

Apr 26 2026

lytboris_gmail.com updated the diff for D56616: Add ipfw 32-bit KBI detection via ophandler version .
Apr 26 2026, 12:39 PM

Apr 25 2026

lytboris_gmail.com updated the diff for D56616: Add ipfw 32-bit KBI detection via ophandler version .
Apr 25 2026, 4:14 PM
lytboris_gmail.com added a comment to D56616: Add ipfw 32-bit KBI detection via ophandler version .

You don't need a special sysctl for that.

Apr 25 2026, 8:18 AM

Apr 24 2026

lytboris_gmail.com requested review of D56616: Add ipfw 32-bit KBI detection via ophandler version .
Apr 24 2026, 11:57 AM

Apr 22 2026

lytboris_gmail.com added inline comments to D56559: pf: Document broadcast/multicast forwarding through route-to.
Apr 22 2026, 6:46 AM · pfsense

Apr 10 2026

lytboris_gmail.com requested review of D56340: Fix a logic typo (?) in IPMI watchdog initialization.
Apr 10 2026, 8:27 AM

Jan 26 2026

lytboris_gmail.com added a comment to D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+.

@cperciva can you please take a look on this fix? It is designed to be direct-committed into stable/14 and release/14.3.

Jan 26 2026, 9:09 AM
lytboris_gmail.com added a reviewer for D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+: cperciva.
Jan 26 2026, 9:08 AM

Jan 23 2026

lytboris_gmail.com added a comment to D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+.

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291562 for other approaches seen in the wild.

Jan 23 2026, 11:32 AM

Jan 21 2026

lytboris_gmail.com added a reviewer for D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+: releng.
Jan 21 2026, 9:18 AM

Jan 20 2026

lytboris_gmail.com added a comment to D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+.

Removed stat() checks, added execv() error reporting

Jan 20 2026, 6:52 PM
lytboris_gmail.com updated the diff for D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+.
Jan 20 2026, 6:52 PM
lytboris_gmail.com updated the diff for D53694: [ipfw] Add support for masked ip-address lookups.

Added tests: both opcode checking and real traffic.

Jan 20 2026, 4:17 PM
lytboris_gmail.com updated the diff for D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+.
Jan 20 2026, 6:11 AM
lytboris_gmail.com updated the diff for D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+.
Jan 20 2026, 6:01 AM

Jan 18 2026

lytboris_gmail.com requested review of D54763: Make sbin/ipfw on RELENG_14 compatible to ipfw kernel module on RELENG_15+.
Jan 18 2026, 10:31 AM

Nov 26 2025

lytboris_gmail.com updated the summary of D53694: [ipfw] Add support for masked ip-address lookups.
Nov 26 2025, 12:17 PM
lytboris_gmail.com updated the diff for D53694: [ipfw] Add support for masked ip-address lookups.
Nov 26 2025, 12:09 PM
lytboris_gmail.com updated the diff for D53694: [ipfw] Add support for masked ip-address lookups.
Nov 26 2025, 10:21 AM

Nov 24 2025

lytboris_gmail.com updated the diff for D53694: [ipfw] Add support for masked ip-address lookups.
Nov 24 2025, 5:39 PM
lytboris_gmail.com updated the diff for D53694: [ipfw] Add support for masked ip-address lookups.
Nov 24 2025, 5:31 PM

Nov 20 2025

lytboris_gmail.com updated the summary of D53694: [ipfw] Add support for masked ip-address lookups.
Nov 20 2025, 8:00 PM
lytboris_gmail.com updated the diff for D53694: [ipfw] Add support for masked ip-address lookups.
Nov 20 2025, 7:56 PM
lytboris_gmail.com updated the summary of D53694: [ipfw] Add support for masked ip-address lookups.
Nov 20 2025, 7:54 PM
lytboris_gmail.com updated the diff for D53694: [ipfw] Add support for masked ip-address lookups.
Nov 20 2025, 7:53 PM

Nov 15 2025

lytboris_gmail.com requested review of D53775: [ipfw] Unbreak lookup src/dst-ip.
Nov 15 2025, 6:39 PM

Nov 11 2025

lytboris_gmail.com requested review of D53694: [ipfw] Add support for masked ip-address lookups.
Nov 11 2025, 7:21 PM

Oct 30 2025

lytboris_gmail.com added a comment to D53299: Add some tests for sbin/ndp binary.

Is it possible to substitute all sleep 5 in this test with a loop

Reworked diff to get rid of long sleeps, now all NDP-related tests wait for DAD to finish in wait_tentative()

Oct 30 2025, 12:18 PM
lytboris_gmail.com updated the diff for D53299: Add some tests for sbin/ndp binary.
Oct 30 2025, 12:16 PM

Oct 26 2025

lytboris_gmail.com updated the diff for D49459: Make temp option for ndp work.
Oct 26 2025, 12:41 PM · network

Oct 23 2025

lytboris_gmail.com added a comment to D49459: Make temp option for ndp work.

Test for temp record is included into https://reviews.freebsd.org/D53299

Oct 23 2025, 1:48 PM · network
lytboris_gmail.com requested review of D53299: Add some tests for sbin/ndp binary.
Oct 23 2025, 1:46 PM

Oct 15 2025

lytboris_gmail.com added a comment to D49459: Make temp option for ndp work.

Are the tests that hard to add, or perhaps can it be proceeded with further without them?

Oct 15 2025, 7:16 PM · network

Oct 13 2025

lytboris_gmail.com updated the test plan for D53050: Do not report random errors as table-managing errors in ipfw.
Oct 13 2025, 7:50 AM
lytboris_gmail.com updated the summary of D53050: Do not report random errors as table-managing errors in ipfw.
Oct 13 2025, 7:35 AM
lytboris_gmail.com updated the summary of D53050: Do not report random errors as table-managing errors in ipfw.
Oct 13 2025, 7:34 AM
lytboris_gmail.com updated the diff for D53050: Do not report random errors as table-managing errors in ipfw.
Oct 13 2025, 7:32 AM
lytboris_gmail.com updated the diff for D53050: Do not report random errors as table-managing errors in ipfw.
Oct 13 2025, 6:09 AM

Oct 12 2025

lytboris_gmail.com updated the summary of D53050: Do not report random errors as table-managing errors in ipfw.
Oct 12 2025, 4:06 PM
lytboris_gmail.com requested review of D53050: Do not report random errors as table-managing errors in ipfw.
Oct 12 2025, 4:02 PM

Aug 27 2025

lytboris_gmail.com added a comment to D52120: makefs: Calculate indirect block count properly for large files on ffs.

Ok, I can commit. @lytboris_gmail.com please confirm Boris Lytochkin <lytboris@gmail.com> as the git --author.

Aug 27 2025, 6:12 PM
lytboris_gmail.com updated the diff for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 27 2025, 5:49 PM
lytboris_gmail.com updated the diff for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 27 2025, 9:33 AM
lytboris_gmail.com updated the diff for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 27 2025, 9:31 AM

Aug 26 2025

lytboris_gmail.com added inline comments to D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 26 2025, 10:46 AM

Aug 25 2025

lytboris_gmail.com updated the test plan for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 25 2025, 7:07 AM
lytboris_gmail.com added inline comments to D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 25 2025, 6:58 AM
lytboris_gmail.com updated the diff for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 25 2025, 6:58 AM

Aug 23 2025

lytboris_gmail.com updated the diff for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 23 2025, 8:22 AM
lytboris_gmail.com added inline comments to D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 23 2025, 7:05 AM
lytboris_gmail.com updated the diff for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 23 2025, 7:05 AM

Aug 22 2025

lytboris_gmail.com updated the diff for D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 22 2025, 7:35 PM
lytboris_gmail.com added a reviewer for D52120: makefs: Calculate indirect block count properly for large files on ffs: kib.
Aug 22 2025, 2:57 PM
lytboris_gmail.com added a reviewer for D52120: makefs: Calculate indirect block count properly for large files on ffs: markj.
Aug 22 2025, 1:49 PM
lytboris_gmail.com retitled D52120: makefs: Calculate indirect block count properly for large files on ffs from Calculate indirect block count properly for large files on ffs to makefs: Calculate indirect block count properly for large files on ffs.
Aug 22 2025, 1:37 PM
lytboris_gmail.com updated the summary of D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 22 2025, 1:31 PM
lytboris_gmail.com added reviewers for D52120: makefs: Calculate indirect block count properly for large files on ffs: emaste, mckusick.
Aug 22 2025, 1:31 PM
lytboris_gmail.com requested review of D52120: makefs: Calculate indirect block count properly for large files on ffs.
Aug 22 2025, 1:01 PM

Jul 26 2025

lytboris_gmail.com accepted D49681: Implement IPv6 RFC 7217.

LGTM

Jul 26 2025, 9:11 AM

Jul 6 2025

lytboris_gmail.com requested changes to D49681: Implement IPv6 RFC 7217.

Thanks for these patches, a long-waited change as for me. There are some minor things to fix and we're good to go.

Jul 6 2025, 12:54 PM

Mar 23 2025

lytboris_gmail.com requested review of D49459: Make temp option for ndp work.
Mar 23 2025, 8:20 AM · network

Feb 18 2024

lytboris_gmail.com updated the summary of D43956: Add more buffers for ndp in rtsock mode.
Feb 18 2024, 9:04 AM
lytboris_gmail.com requested review of D43956: Add more buffers for ndp in rtsock mode.
Feb 18 2024, 9:01 AM

Apr 19 2023

lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 19 2023, 12:06 PM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 19 2023, 7:37 AM · network, manpages

Apr 18 2023

lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 18 2023, 7:39 AM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.

Upated ipfw.8, fix some mandoc -T lint warnings.

Apr 18 2023, 7:37 AM · network, manpages

Apr 17 2023

lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 17 2023, 3:16 PM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 17 2023, 1:29 PM · network, manpages
lytboris_gmail.com added reviewers for D39555: [fw]mark implementation for ipfw: manpages, network.
Apr 17 2023, 12:20 PM · network, manpages
lytboris_gmail.com added a project to D39555: [fw]mark implementation for ipfw: network.
Apr 17 2023, 12:20 PM · network, manpages

Apr 16 2023

lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 16 2023, 6:48 AM · network, manpages

Apr 15 2023

lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 15 2023, 6:49 PM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 15 2023, 12:51 PM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 15 2023, 12:09 PM · network, manpages