Page MenuHomeFreeBSD
Feed Advanced Search

Feb 20 2024

zarychtam_plan-b.pwste.edu.pl added a comment to D41318: Add the "missing" WireGuard rc.d script.

That's the way how DragonFlyBSD devs solved the problem
https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/451640b7cf6bcf7826b901ac9a51647442adb96b

Feb 20 2024, 3:45 PM · manpages, rc, network

Feb 9 2024

zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

I will keep you updated. It still applies, builds and runs fine on CURRENT and stable/14. The patch in the link below is rebased against recent CURRENT
https://zarychtam.pb.pwste.edu.pl/diffs/D25155_rebased.diff

Feb 9 2024, 4:45 PM

Feb 7 2024

zarychtam_plan-b.pwste.edu.pl added a comment to D43165: newsyslog(8): Add option to globally override compression method..

Some people criticised this change, while others were enthusiastic. What about MFC? The commit message states "MFC after 1 week". It would be nice to MFC this change to stable/14. I have cherry-picked it just after the original commint and thus now get a 25% smaller zstd compressed archives of daily 5 GB log file.

Feb 7 2024, 8:04 AM

Jan 4 2024

zarychtam_plan-b.pwste.edu.pl accepted D43301: Ports: update www/netsurf to 3.11.
Jan 4 2024, 11:21 AM

Dec 25 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D43174: newsyslog(8): Add support of specifying compression method in configuration file..

Will it be possible to use legacy settings and compress logs using different tools, for example, some files with bzip2, others with xz and a few with zstd ?

Dec 25 2023, 10:25 AM

Dec 22 2023

zarychtam_plan-b.pwste.edu.pl added inline comments to D43165: newsyslog(8): Add option to globally override compression method..
Dec 22 2023, 4:39 PM

Nov 28 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D42721: ifconfig: add -D option to print driver name for interface.

Thank you. It deserves to be called the commit of the month. Would you please do a MFC to stable/14 ?

Nov 28 2023, 8:23 PM

Nov 26 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D30175: Add netgraph BFP rc.d script.

This script looks very promising, but it won't be easy to fulfill all committers' needs, but perhaps it would be easier to make it available as a port, for example, net-mgmt/ng_bpf_firewall ?

Nov 26 2023, 8:34 PM · rc

Nov 18 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D42647: tcp: Prefer EINVAL in case function not found.

That's an interesting but not so important change. I think that the current "No such file or directory" is far better than the proposed "Invalid argument". When I saw "No such file or directory" for the first time it was clear to me that the module has to be loaded. "Invalid argument" will rather not bring any useful clues.

Nov 18 2023, 6:43 PM

Sep 25 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

The patch still applies and works great on recent 15-CURRENT.

Sep 25 2023, 7:14 PM

Jun 26 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....
In D25155#927416, @imp wrote:
In D25155#927401, @imp wrote:

I am still testing this solution 24/7. So far I had no issues.
The patch rebased against recent CURRENT is hosted here:
https://zarychtam.pb.pwste.edu.pl/diffs/D25155_rebased_full.diffs

Hmmm, no it isn't... Is there a reason?

The current patch doesn't apply... Let's try to get this done this go around.

Jun 26 2023, 4:23 PM

Jun 23 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

I am still testing this solution 24/7. So far I had no issues.
The patch rebased against recent CURRENT is hosted here:
https://zarychtam.pb.pwste.edu.pl/diffs/D25155_rebased_full.diffs

Jun 23 2023, 12:10 PM

Jun 5 2023

zarychtam_plan-b.pwste.edu.pl reclaimed D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired.

Perhaps it can be committed before stable/14 gets branched?

Jun 5 2023, 4:08 PM
zarychtam_plan-b.pwste.edu.pl edited reviewers for D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired, added: des, emaste; removed: 0mp, debdrup.
Jun 5 2023, 4:06 PM

Jun 1 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D40356: netlink: use custom uma zone for the mbuf storage.

Neat, thank you for this one! Probably in stable/14 we will have no errors like the one below from stable/13.
[703139] [nl_io] PID 64148 nl_on_transmit: socket RX overflowed, 218 messages (18848 bytes) dropped. bytes: [202095524/805306368] mbufs: [1073741312/1073741824]

Jun 1 2023, 7:31 AM

May 21 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

The rebased patch applies clearly on stable/13, there were also no problems running patched stable/13. I hope it will make it into the head before stable/14 is branched. Whilst additional ciss(4) verbosity could be helpful, fixing the enumeration problem for a larger number of disks is critical.

May 21 2023, 11:34 AM

May 8 2023

zarychtam_plan-b.pwste.edu.pl added inline comments to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....
May 8 2023, 5:34 PM
zarychtam_plan-b.pwste.edu.pl added inline comments to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....
May 8 2023, 2:52 PM
zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

The link was temporarily disabled due to problems with the Apache where I was testing things related to another PR 268318. It should work now. I am sorry for the inconvenience.

May 8 2023, 4:38 AM

May 7 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

I tried to get rid of problem with hidden devices and applied the change suggested by kaktus. Updated diff works for me.

May 7 2023, 9:09 PM
zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

I have a while to take another look into this promising patch and found out that the culprit of not mounting the root filesystem was the setting: hw.ciss.expose_hidden_physical=1 in loader.conf, which really did nothing before* the patch but also was harmless. After removing this line from loader.conf I booted successfully in normal and verbose mode. Since I am not able to update the review, I paste links to the patch. I skipped changes in lines 1287-1289 and had to change a bit 2345-2346 to rebase on the recent main.
https://zarychtam.pb.pwste.edu.pl/diffs/D25155_rebased.diff
https://zarychtam.pb.pwste.edu.pl/diffs/D25155_rebased_full.diff
Perhaps the author can look into this and fix, add 1287-1289 if relevant and update the review. It's still probably possible to reach the main before stable/14 gets branched.

May 7 2023, 3:34 PM

May 4 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D25155: CISS: Support >48 JBOD drives, fix SES enumeration, no panic on unplug, sysctl tunables &more verbosity....

I have rebased patch against the recent HEAD, compiled, installed and rebooted. The hardware for test was Hp Proliant Dl360 G7 with
ciss0: <HP Smart Array P410i> port 0x4000-0x40ff mem 0xfbe00000-0xfbffffff,0xfbdf0000-0xfbdf0fff irq 28 at device 0.0 on pci1
with 3 logical drives and firmware 6.64. This controller is not capable of switching to JBOD, at least when flashed with official firmware, so I was using each disk as a separate logical drive.

May 4 2023, 9:19 PM

Apr 12 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D39516: tcp: make net.inet.tcp.functions_default vnet specific.

Thanks for taking care of the problem. Will it grow vnet memory requirements? Can the change be applied safely to stable/13? Are any plans to MFC when gets committed to HEAD ?

Apr 12 2023, 9:59 AM

Apr 4 2023

zarychtam_plan-b.pwste.edu.pl planned changes to D39300: Update netstat.1 to give a notion of the existence of nexthops and nexthop groups.

In the future FreeBSD will have ip(8) or it's analogue. Mentioning now these temporary -o -O in netstat(1) will probably bring more harm than benefit, so the -o and -O options should remain as options for insiders.

Apr 4 2023, 9:33 AM

Mar 29 2023

zarychtam_plan-b.pwste.edu.pl added a reviewer for D39300: Update netstat.1 to give a notion of the existence of nexthops and nexthop groups: manpages.
Mar 29 2023, 12:02 PM
zarychtam_plan-b.pwste.edu.pl added reviewers for D39300: Update netstat.1 to give a notion of the existence of nexthops and nexthop groups: melifaro, gbe.
Mar 29 2023, 12:25 AM
zarychtam_plan-b.pwste.edu.pl requested review of D39300: Update netstat.1 to give a notion of the existence of nexthops and nexthop groups.
Mar 29 2023, 12:23 AM

Feb 28 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D38758: net.inet6.ip6.log_interval: use ppsratecheck(9) inernally.

As the person from whose inspiration D38644 was created, I can only refer to the annoyance and usefulness of messages generated this way. Currently, setting the net.inet6.ip6.log_interval to a high value does the trick of preventing log spamming, but it is not intuitive and easy for the average user to find without searching the source code. There is only a mention of this sysctl in inet6(4). Perhaps digging the mailing list archives could bring more ideas on how to get rid of the irritating "cannot forward src ...." from dmesg(8).
These types of forwarding error messages can be still useful to some extent, especially when a FreeBSD-based IPv6 router is deployed for a small LAN, it is easy, for example, to detect errors in the RA configuration. On the other hand, in the case of an edge router, which cannot do much with packets with a link-local source address received on the link from upstream, disabling the logging of these extinguished packets is an optimal solution (Yes, such packets do circulate in the Internet!). In this case, it will be even better to ignore them instead of sending "ICMP6, destination unreachable, beyond scope...", but I am far from demanding it nor want to put any burden on committers who would struggle with the implementation.

Feb 28 2023, 2:49 PM

Feb 17 2023

zarychtam_plan-b.pwste.edu.pl added a comment to D38644: netinet6: allow disabling excess log messages.

Thanks for taking care of it, looks to me like another positive change.

Feb 17 2023, 6:12 AM

Jun 21 2022

zarychtam_plan-b.pwste.edu.pl added a comment to D35538: amd64: Remove sc(4) from GENERIC.

Unfortunately vt(4) still doesn't support VESA Display Power Management Signaling.

Jun 21 2022, 6:37 PM

Feb 19 2022

zarychtam_plan-b.pwste.edu.pl added inline comments to D34322: pam_unix: Use suid root helper to authenticate.
Feb 19 2022, 4:50 PM

Feb 10 2022

zarychtam_plan-b.pwste.edu.pl added a comment to D34139: tcpsso, a tool to set socket options for TCP endpoints via the command line.

This inconspicuous tool might be handy, thanks.
Is MFC to stable/13 planned?

Feb 10 2022, 8:56 AM

Jan 6 2022

zarychtam_plan-b.pwste.edu.pl added a comment to D31439: OpenSSL: ktls: Initial support for ChaCha20-Poly1305.

Thank you for adding ChaCha20-Poly1305 support to KTLS and bringing it to the wider audience. I see these bits or at least "kern.ipc.tls.stats.ocf.tls13_chacha20_encrypts" in stable/13 since a while to, but can't make it working (GCM and CBC works fine). Does it require CURRENT or OpenSSL 3.0 to do the trick?

Jan 6 2022, 1:23 PM

Nov 16 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D32240: arp: bring back reject/discard functionalify for arp entries..

Thanks for this patch. I had the opportunity to test it a bit on two routers running the most recent stable/13 and looks like there is a problem with forwarded packets, so the solution is fine for the host but not for the router. While the entry is being added on the router, then it disappears and normal arp resolution begins which after a few seconds results in acquiring the correct arp. Steps to reproduce:

Nov 16 2021, 6:59 PM

Nov 2 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D32240: arp: bring back reject/discard functionalify for arp entries..

Thank you for reimplementing this really valuable feature.
Is anything that prevents committing it ? I am eagerly waiting to cherry-pick it to stable/13 to kill some L2 traffic on the border router.

Nov 2 2021, 3:47 PM

Oct 2 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D31440: OpenSSL: Only enable KTLS if it is explicitly configured.

I am sorry for the noise. Everything works fine. It looks like /etc/ssl/openssl.cnf was a bit overweight and busted.

Oct 2 2021, 2:06 PM
zarychtam_plan-b.pwste.edu.pl added a comment to D31440: OpenSSL: Only enable KTLS if it is explicitly configured.
In D31440#723967, @jhb wrote:

This change was already MFC'd to stable/13. Note that because of this change, you now need to enable KTLS explicitly as an SSL option. One way is to use a config file (and in a followup to the commit to main I gave an example config file which does this).

Oct 2 2021, 12:05 PM

Sep 25 2021

zarychtam_plan-b.pwste.edu.pl abandoned D32078: Make {t,}csh sessions more xterm friendly.

Thank you for taking the time to take a look at this. It is appreciated. Probably better solution will be to add this as another fortune to /usr/share/games/fortune/freebsd-tips.

Sep 25 2021, 6:46 AM

Sep 23 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D32078: Make {t,}csh sessions more xterm friendly.

Of course, it works with xfce4-terminal and others including terminal MATE, terminal Gnome, even vanilla xterm.

Sep 23 2021, 1:53 PM
zarychtam_plan-b.pwste.edu.pl requested review of D32078: Make {t,}csh sessions more xterm friendly.
Sep 23 2021, 12:36 PM

Sep 22 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D31440: OpenSSL: Only enable KTLS if it is explicitly configured.

Will the MFC to stable/13 of this change unbreak not working kTLS in this branch? It looks like after recent OpenSSL upgrade kTLS stoped working here. Now stable/13 in the base system has OpenSSL 1.1.1l-freebsd 24 Aug 2021 is installed and despite the fact it was built with WITH_OPENSSL_KTLS=yes and enabled ,all kTLS related stats are empty:
kern.ipc.tls.stats.ocf.tls13_gcm_crypts: 0
kern.ipc.tls.stats.ocf.tls12_gcm_crypts: 0
kern.ipc.tls.stats.ocf.tls11_cbc_crypts: 0
kern.ipc.tls.stats.ocf.tls10_cbc_crypts: 0

Sep 22 2021, 8:14 AM

Sep 6 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D29985: update base system OpenSSH to 8.7p1.

I have tried to apply this patch but crypto/openssh/sftp-realpath.c seems to be a completely new file missing in 14-CURRENT sources.

Sep 6 2021, 6:25 PM

Aug 1 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D31369: clock_id: These symbols weren't in 4.4BSD, adjust copyright.

This is likely the optimal choice. Thanks for the explanation of how the affiliation is gonna work here.

Aug 1 2021, 6:18 PM
zarychtam_plan-b.pwste.edu.pl added a comment to D31369: clock_id: These symbols weren't in 4.4BSD, adjust copyright.

Very positive change, but looks a bit ridiculous at a glance. The Regents will be replaced by Netflix, Inc, but was at that time Netflix really involved?

Aug 1 2021, 5:26 PM

Jul 1 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D30974: dummynet: fix sysctls.

Tested on stable/13. Affected counters work fine again after applying the patch.
Thank you for the fix.

Jul 1 2021, 1:01 PM

Jun 14 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D29821: Introduce DXR IPv4 LPM as a fib_algo module..

It seems not to be easily reproducible. I am testing it on stable/13 for more than 1 mont and so far I have had only two panics while switching from dxr to dpdk_lpm4, though neither one was properly recorded (no core dumps). Likely those panics are more related to algo switching than to specific algo, but for some time I have USB key plugged in and configured as a dump device.
The overall performance of DXR algo seems to be decent., but the MFC to stable/13 might help with bringing it to a wider audience and more intensely testing.

Jun 14 2021, 1:11 PM

Jun 13 2021

zarychtam_plan-b.pwste.edu.pl updated the diff for D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.

I have updated patch to clarify how to obtain firmware files. Port builds and works 100% fine. It was tested with portilint and poudriere testport.

Jun 13 2021, 6:25 PM

May 8 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D29821: Introduce DXR IPv4 LPM as a fib_algo module..

I have cherry-picked "2aca58e16f50 - main - Introduce DXR as an IPv4 longest prefix matching / FIB module" with "aad59c79f5f2 - main - Fix panic when trying to delete non-existent gateway in multipath route" to stable/13 and tested a few hours under light load without problems. Everything was going fine until I tried to switch manually to dpdk_lpm4 what immediately introduced panic. Unfortunately I have no core of this panic. After reboot I tried to reproduce this but it seems to be not so easily reproducible. DXR was working fine, function dxr_build with caller dxr_change_rib_batch seems to be still active, but not overloading this 8-core ATOM.

May 8 2021, 7:16 PM

May 5 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D29821: Introduce DXR IPv4 LPM as a fib_algo module..

It's great to see another, performant route search algo in reworked FreeBSD's routing stack, especially that MFC is planned after 1 week. I have to admit that really, the name "dxr_lpm4" and would be probably more recognizable since at a glance fib_dxr looks to me like an addition or supplementation to dpdk_lpm4 and other (bsearch4, radix4, radix4_lockless) routing algos, but from the above review, I assume that it's another independent routing algo module and should be considered as full replacement, not any supplementation.
As a potential tester on stable/13 branch, I have a question regarding FIB_ALGO auto-selection - as far as I understand it's neither enabled nor planned yet? I want also to ask if any fib_dxr6 for IPv6 is planned?

May 5 2021, 2:34 PM

Apr 4 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D26447: add deprecation notice to ftpd.

I am not from the community of developers and gave some feedback on this on the freebsd-stable@ mailing list. I don't know what you get from depreciating it. If the security is the concern, then it's completely misfired since ftpd is not enabled on default. Comments about deprecating also ftp client I get as an April's fool joke. I don't believe that purging insecure protocol daemons from the base will make the operating system more modern or secure.
On the other hand, so far there was no note about svnlite(1) deprecation and removal, but problems with this, useless now svn, prevented WITH_OPENSSL_KTLS=yes from being the default in FreeBSD 13.0. We have still have useless biff(1) in the tree - so far no notes about deprecations of either one.

Apr 4 2021, 6:56 AM

Mar 16 2021

zarychtam_plan-b.pwste.edu.pl abandoned D29257: A few notes on new routing stack..

Overcome by events.

Mar 16 2021, 6:25 AM

Mar 15 2021

zarychtam_plan-b.pwste.edu.pl updated the diff for D29257: A few notes on new routing stack..

Added commit hashes.

Mar 15 2021, 6:44 PM

Mar 14 2021

zarychtam_plan-b.pwste.edu.pl abandoned D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired.

This one probably has to be documented either in the handbook or in wiki pages. Extending lib/libpam/pam.d/ files is probably an undesired way of making people aware of such a gap in password policy enforcement.

Mar 14 2021, 5:54 PM
zarychtam_plan-b.pwste.edu.pl updated the diff for D29257: A few notes on new routing stack..

Update to fix context issue

Mar 14 2021, 5:44 PM
zarychtam_plan-b.pwste.edu.pl added a reviewer for D29257: A few notes on new routing stack.: debdrup.
Mar 14 2021, 2:56 PM
zarychtam_plan-b.pwste.edu.pl requested review of D29257: A few notes on new routing stack..
Mar 14 2021, 2:50 PM

Mar 2 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D28933: wireguard: allow to set IPv6 endpoint.

The IPv6 endpoint is accepted fine, but the tunnel is still not able to carry the data, at least legacy IP. Is it the complete solution or am I missing anything? At a glance, some outgoing and returning traffic can be dumped on the wg(4) interface, but it doesn't look fully functional since it behaves like a sinkhole with no local exit.

Yes, this patch works for me.
I'm going to show you a simple example between hostA and hostB.

After setting up wireguard tunnel:

hostA:
ifconfig wg0 inet 10.0.0.1
route add -host 10.0.0.2 -iface wg0

hostB:
ifocnfig wg0 inet 10.0.0.2
route add -host 10.0.0.1 -iface wg0
ping 10.0.0.1

Could you try this one?
wg(4) is a interface so that outgoing packet must be routed via the interface.

Mar 2 2021, 10:35 AM

Feb 26 2021

zarychtam_plan-b.pwste.edu.pl added a comment to D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired.

After talking it over on IRC, I think this needs little more descriptive information as to what the options in the config files do.

Further, the note in the manual page is ambiguous - what are the circumstances? (Submitter mentioned ssh on IRC, but this needs to be elucidated).

Feb 26 2021, 9:04 PM
zarychtam_plan-b.pwste.edu.pl added a comment to D28933: wireguard: allow to set IPv6 endpoint.

The IPv6 endpoint is accepted fine, but the tunnel is still not able to carry the data, at least legacy IP. Is it the complete solution or am I missing anything? At a glance, some outgoing and returning traffic can be dumped on the wg(4) interface, but it doesn't look fully functional since it behaves like a sinkhole with no local exit.

Feb 26 2021, 6:53 PM

Dec 17 2020

zarychtam_plan-b.pwste.edu.pl updated the diff for D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired.

Update pam_passwdqc(8) manual page to reflect and highlight the change and let the user chance to get the gist.

Dec 17 2020, 11:29 PM
zarychtam_plan-b.pwste.edu.pl updated the diff for D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired.

When the password is expired user root changes password on the behalf of the user during the login process, so only "enforce=everyone" will be fully respected here.

Dec 17 2020, 8:20 PM
zarychtam_plan-b.pwste.edu.pl added reviewers for D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired: kaktus, 0mp.
Dec 17 2020, 4:21 PM
zarychtam_plan-b.pwste.edu.pl requested review of D27656: Add examples to show how to enforce password policy with pam_passwdqc(8) when user password has expired.
Dec 17 2020, 4:20 PM

Nov 30 2020

zarychtam_plan-b.pwste.edu.pl added a comment to D26137: Wireguard merge.

Thanks for in-kernel Wireguard. That's really great news before 13-STABLE is branched !
Everything works fine for me allowing to tunnel both legacy IP and IPv6 over legacy IP link. I was not able to utilise IPv6 address as tunnel endpoint so far. It failed with such an error: "wg0: wg_peer_add bad length for endpoint 28". Will tunnelling over IPv6 be supported in future?

Nov 30 2020, 1:21 PM

Jan 26 2020

zarychtam_plan-b.pwste.edu.pl updated the diff for D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.

Removed GH_PROJECT= and a few whitespaces; reachable e-mail address of port maintainer added.

Jan 26 2020, 7:07 PM

Dec 28 2019

zarychtam_plan-b.pwste.edu.pl added inline comments to D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.
Dec 28 2019, 12:21 AM
zarychtam_plan-b.pwste.edu.pl updated the diff for D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.

Updated to meet reviewer's suggestions

Dec 28 2019, 12:16 AM

Dec 27 2019

zarychtam_plan-b.pwste.edu.pl updated the diff for D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.
Dec 27 2019, 11:00 PM
zarychtam_plan-b.pwste.edu.pl updated the diff for D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.

Update to pkg-message and cleanup.

Dec 27 2019, 9:31 PM
zarychtam_plan-b.pwste.edu.pl updated the summary of D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.
Dec 27 2019, 9:16 PM
zarychtam_plan-b.pwste.edu.pl created D22938: [new port] systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets.
Dec 27 2019, 9:09 PM

Dec 25 2019

zarychtam_plan-b.pwste.edu.pl added a comment to D16698: First draft HID over I2C support (Mouse only).

I don't know if comments to this review are still relevant, but I'd like to report that this driver built on recent 12.1-STABLE can work fine after resume. To enable suspend/resume support the module acpi_iichid has to be unloaded and loaded again which can be done for instance with the help of rc.{suspend,resume} scripts.

Dec 25 2019, 2:41 AM · Contributor Reviews (src)

Dec 11 2019

zarychtam_plan-b.pwste.edu.pl accepted D22710: Update owc_gpiobus (one-wire over gpio) to the modern gpio_pin interface..
Dec 11 2019, 3:37 PM
zarychtam_plan-b.pwste.edu.pl added a comment to D22710: Update owc_gpiobus (one-wire over gpio) to the modern gpio_pin interface..

This patch allows to seamlessly get ow_tem(4) working over 1-wire bus on boards, where building custom overlay is more problematic like for Pine64-LTS.
For this board only adding a few lines to /boot/loader.conf is required:

Dec 11 2019, 2:14 PM
zarychtam_plan-b.pwste.edu.pl added a comment to D20653: Import spleen bitmap fonts to contrib/.

Spleen 1.6.0 has been released a few days ago --> https://github.com/fcambus/spleen/blob/1.6.0/ChangeLog. It would be a nice Christmas gift for 4K monitor users to add this font to the base.

Dec 11 2019, 10:00 AM

Dec 10 2019

zarychtam_plan-b.pwste.edu.pl added a comment to D22710: Update owc_gpiobus (one-wire over gpio) to the modern gpio_pin interface..

Works fine for me on Raspberry Pi 2 running patched 13.0-CURRENT. Patch was applied on r355585

Dec 10 2019, 4:04 PM

Jul 28 2019

zarychtam_plan-b.pwste.edu.pl added a comment to D16698: First draft HID over I2C support (Mouse only).

Updated D16698 builds and runs fine on 12-STABLE though it still lacks resume support.

Jul 28 2019, 5:05 PM · Contributor Reviews (src)
zarychtam_plan-b.pwste.edu.pl added a comment to D19017: - Fix Headset sound for DELL laptops.

Please commit this simple patch and MFC to 12 before code slush phase begins.

Jul 28 2019, 12:01 PM

Jan 27 2019

zarychtam_plan-b.pwste.edu.pl added a comment to D16698: First draft HID over I2C support (Mouse only).

Builds on 12.0-STABLE r343501 sources and works fine with Dell Latitude 5590. Thank you!

Jan 27 2019, 7:15 PM · Contributor Reviews (src)