Page MenuHomeFreeBSD
Feed Advanced Search

Dec 21 2023

linnemannr_gmail.com added inline comments to D42150: bsdinstall: when installing UEFI, place the bootloader on all disks.
Dec 21 2023, 4:58 PM

Nov 9 2023

linnemannr_gmail.com requested review of D42535: Always update uefi boot entry in bootconfig.
Nov 9 2023, 8:53 PM

May 5 2023

linnemannr_gmail.com added a comment to D39966: sys/dev/ichsmb: Silence unhandled SMBALERT device_printfs.

We could be getting them for any number of reasons, it all depends on the slaves on the bus and how they behave. It's an optional signal though, so since we don't handle it we don't need to spam the kernel message buffer about it.

May 5 2023, 9:33 PM

May 4 2023

linnemannr_gmail.com requested review of D39966: sys/dev/ichsmb: Silence unhandled SMBALERT device_printfs.
May 4 2023, 6:19 PM

Apr 13 2023

linnemannr_gmail.com requested review of D39548: ifconfig: Change carp commands mcast and mcast6 to DEF_CMD as they take no args.
Apr 13 2023, 7:09 AM

Aug 16 2022

linnemannr_gmail.com requested review of D36219: net/pear-Net_IPv6: Add patch defining str_ends_with() for php<8.
Aug 16 2022, 5:21 PM

Aug 12 2022

linnemannr_gmail.com requested review of D36151: net/pear-Net_IPv6: Add patches for handling zones.
Aug 12 2022, 4:54 AM

Jul 20 2022

linnemannr_gmail.com updated the diff for D35261: Add versioning to libnv and libnvpair library symbols.
  • Remove unwanted leading space in Version.map
Jul 20 2022, 5:50 PM

Jul 14 2022

linnemannr_gmail.com requested review of D35818: Update net/pear-Net_IPv6 to version 1.3.0b4.
Jul 14 2022, 5:48 PM

Jul 11 2022

linnemannr_gmail.com added a comment to D35261: Add versioning to libnv and libnvpair library symbols.

This works in pfSense as expected, our pfsense and libbe PHP modules, when both loaded, do not hit errors due to symbols from one of libnv or libnvpair being aliased.

Jul 11 2022, 5:32 PM

Jul 7 2022

linnemannr_gmail.com updated the diff for D35261: Add versioning to libnv and libnvpair library symbols.
  • Remove orphaned empty line in libnvpair makefile
Jul 7 2022, 11:07 PM
linnemannr_gmail.com updated the diff for D35261: Add versioning to libnv and libnvpair library symbols.
  • Remove libnvpair symbol versioning, obviated by libnv namespacing and versioning
Jul 7 2022, 11:01 PM
linnemannr_gmail.com added inline comments to D35261: Add versioning to libnv and libnvpair library symbols.
Jul 7 2022, 5:46 PM
linnemannr_gmail.com added a comment to D35261: Add versioning to libnv and libnvpair library symbols.

I haven't yet done a full build against main with this patch, but versioning alone solved our linking issues so I don't expect adding differentiation to symbol names to interfere with that. I'll try to get that done today.

Jul 7 2022, 4:21 PM

Jun 23 2022

linnemannr_gmail.com added a comment to D35144: [ifconfig] Prevent extensive cycles spent on sorting IP adresses.
In D35144#796716, @kp wrote:

I've only looked at the function briefly, but it seems as if it's doing a recursive merge sort between [0, Len -1] and [len], so it should be possible to make that a lot faster, even with a naive bubble sort. I'd actually expect a bubble sort to work okay, because we're probably going to get the list sorted per interface already, so most sort work will be local. (Although this is mostly speculation, I've not dug very deep here.)

Jun 23 2022, 6:09 PM

Jun 6 2022

linnemannr_gmail.com updated the diff for D35261: Add versioning to libnv and libnvpair library symbols.
  • Add whitespace between macros and surrounding ifdef lines
Jun 6 2022, 5:36 PM

May 31 2022

linnemannr_gmail.com added a comment to D35261: Add versioning to libnv and libnvpair library symbols.

I think my biggest concern as of right now is whether I did the Right Thing with the msgio symbols. I deemed them to not be part of the interface and therefore made them local symbols without a namespace prefix.

May 31 2022, 7:18 PM

May 27 2022

linnemannr_gmail.com updated the diff for D35261: Add versioning to libnv and libnvpair library symbols.
  • Correct year on copyright
May 27 2022, 9:46 PM
linnemannr_gmail.com updated the diff for D35261: Add versioning to libnv and libnvpair library symbols.

Add namespacing to libnv, don't export msgio funcs

May 27 2022, 8:36 PM

May 24 2022

linnemannr_gmail.com added a member for pfsense: linnemannr_gmail.com.
May 24 2022, 10:35 PM
linnemannr_gmail.com updated the diff for D35306: pf: Allow non-ip traffic through eth dummynet rules without panicking.

Remove default case from address family switch in pf_test_eth_rule dummynet handling entirely

May 24 2022, 6:09 AM

May 23 2022

linnemannr_gmail.com requested review of D35306: pf: Allow non-ip traffic through eth dummynet rules without panicking.
May 23 2022, 10:44 PM

May 19 2022

linnemannr_gmail.com added reviewers for D35261: Add versioning to libnv and libnvpair library symbols: imp, kevans.
May 19 2022, 9:35 PM
linnemannr_gmail.com requested review of D35261: Add versioning to libnv and libnvpair library symbols.
May 19 2022, 9:33 PM

Apr 22 2022

linnemannr_gmail.com added a comment to D34970: pf: Add per-rule timestamps for rule and eth_rule.

Something is really wrong when I run the ether:anchor test, it immediately traps:

Apr 22 2022, 5:38 AM
linnemannr_gmail.com updated the diff for D34970: pf: Add per-rule timestamps for rule and eth_rule.
  • pf: Protect timestamp assignment in critical section, fix null pointer dereference
Apr 22 2022, 5:33 AM

Apr 21 2022

linnemannr_gmail.com updated the diff for D34970: pf: Add per-rule timestamps for rule and eth_rule.
  • pf: Assign timestamp value unconditionally
Apr 21 2022, 9:17 PM
linnemannr_gmail.com updated the summary of D34970: pf: Add per-rule timestamps for rule and eth_rule.
Apr 21 2022, 9:17 PM
linnemannr_gmail.com updated the diff for D34970: pf: Add per-rule timestamps for rule and eth_rule.
  • pf: Assign timestamp value unconditionally
Apr 21 2022, 8:20 PM
linnemannr_gmail.com updated the summary of D34970: pf: Add per-rule timestamps for rule and eth_rule.
Apr 21 2022, 7:43 PM
linnemannr_gmail.com updated the diff for D34970: pf: Add per-rule timestamps for rule and eth_rule.
  • pf: Remove no longer needed include of timeconv.h from libpfctl.c
Apr 21 2022, 7:41 PM
linnemannr_gmail.com updated the diff for D34970: pf: Add per-rule timestamps for rule and eth_rule.
  • pf: Make rule timestamps cpu local, update only on change
Apr 21 2022, 7:23 PM
linnemannr_gmail.com updated the diff for D34970: pf: Add per-rule timestamps for rule and eth_rule.
  • pf: Make rule timestamps cpu local, update only on change
Apr 21 2022, 7:19 PM
linnemannr_gmail.com updated the diff for D34970: pf: Add per-rule timestamps for rule and eth_rule.
  • pf: Add per-rule timestamps for rule and eth_rule
  • pf: Switch timestamp to time_second and remove last_active from libpfctl structs
  • pf: Make rule timestamps cpu local, update only on change
Apr 21 2022, 7:15 PM

Apr 20 2022

linnemannr_gmail.com added inline comments to D34970: pf: Add per-rule timestamps for rule and eth_rule.
Apr 20 2022, 4:12 PM

Apr 19 2022

linnemannr_gmail.com requested review of D34970: pf: Add per-rule timestamps for rule and eth_rule.
Apr 19 2022, 9:13 PM

Apr 1 2022

linnemannr_gmail.com set the repository for D34740: Relocate implementations of pfr_add/get/set_addrs to libpfctl to rG FreeBSD src repository.
Apr 1 2022, 9:42 PM
linnemannr_gmail.com published D34740: Relocate implementations of pfr_add/get/set_addrs to libpfctl for review.
Apr 1 2022, 9:40 PM

Nov 11 2021

linnemannr_gmail.com added a project to D32932: Fix PCIe HPS hotplug for devices that report improper slot status when link status is 1: PCI.
Nov 11 2021, 4:35 PM · PCI

Nov 10 2021

linnemannr_gmail.com changed the visibility for D32932: Fix PCIe HPS hotplug for devices that report improper slot status when link status is 1.
Nov 10 2021, 11:53 PM · PCI
linnemannr_gmail.com added a reviewer for D32932: Fix PCIe HPS hotplug for devices that report improper slot status when link status is 1: ken.
Nov 10 2021, 11:49 PM · PCI
linnemannr_gmail.com added a reviewer for D32932: Fix PCIe HPS hotplug for devices that report improper slot status when link status is 1: jhb.
Nov 10 2021, 11:38 PM · PCI
linnemannr_gmail.com requested review of D32932: Fix PCIe HPS hotplug for devices that report improper slot status when link status is 1.
Nov 10 2021, 11:38 PM · PCI