Re: git: 24e1824e4646 - main - Deprecate telnet daemon

2022-09-21 Thread Larry Rosenman
ftp* are another issue; anonymous FTP is a M> perfectly reasonable usage. I use it to download FreeBSD images often. Is there any service where telnet to a port would be preferred over nc(1)? telnet is basically finger memory (at least for me), and nc isn't in base (AFAIR)

Re: git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods

2022-08-12 Thread Larry Rosenman
; + pr_close_t *pru_close; + pr_bindat_t *pru_bindat; + pr_connectat_t *pru_connectat; + pr_aio_queue_t *pru_aio_queue; }; /* -- Larry Rosenman http://people.freebsd.org/~ler Phone: +1 214-642-9640 E-Mail: l...@freebsd.org

Re: git: a0b956f5ac5e - main - zfs: merge openzfs/zfs@cb01da680

2022-07-07 Thread Larry Rosenman
scanned block #13606 Avoid memory copies during mirror scrub #13613 Avoid memory copy when verifying raidz/draid parity what's happening with getting BLAKE3 into the boot code? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640

Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309

2022-06-25 Thread Larry Rosenman
I'm not in a position to test with my box (it's my build box and I can NOT afford to turn the option on and NOT be able to boot. On 06/25/2022 7:14 am, Toomas Soome wrote: On 24. Jun 2022, at 18:18, Toomas Soome wrote: On 24. Jun 2022, at 17:23, Larry Rosenman wrote: On 06/24

Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309

2022-06-24 Thread Larry Rosenman
On 06/24/2022 2:47 am, Martin Matuska wrote: Blake3 support needs to be integrated into the boot code anyway. We may need a "compact" implementation in sys/cddl/boot/zfs/ stand/libsa/zfs/zfsimpl.c sys/cddl/boot/zfs/zfssubr.c Cheers, mm On 23. 6. 2022 20:44, Larry Rosenman wrote:

Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309

2022-06-23 Thread Larry Rosenman
On 06/23/2022 1:43 pm, Toomas Soome wrote: On 23. Jun 2022, at 21:41, Larry Rosenman wrote: On 06/23/2022 1:39 pm, Toomas Soome wrote: On 23. Jun 2022, at 21:10, Larry Rosenman wrote: On 06/23/2022 1:02 pm, Toomas Soome wrote: On 23. Jun 2022, at 20:58, Larry Rosenman wrote: On 06/23/2022

Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309

2022-06-23 Thread Larry Rosenman
On 06/23/2022 1:39 pm, Toomas Soome wrote: On 23. Jun 2022, at 21:10, Larry Rosenman wrote: On 06/23/2022 1:02 pm, Toomas Soome wrote: On 23. Jun 2022, at 20:58, Larry Rosenman wrote: On 06/23/2022 10:50 am, Martin Matuska wrote: The branch main has been updated by mm: URL: https

Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309

2022-06-23 Thread Larry Rosenman
On 06/23/2022 1:02 pm, Toomas Soome wrote: On 23. Jun 2022, at 20:58, Larry Rosenman wrote: On 06/23/2022 10:50 am, Martin Matuska wrote: The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=1f1e2261e341e6ca6862f82261066ef1705f0a7a commit

Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309

2022-06-23 Thread Larry Rosenman
@blake3 disabled local -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106

Re: git: 8a9269edd71a - main - ipsec: sprinkle CURVNET_ASSERT_SET

2022-02-19 Thread Larry Rosenman
95:2: error: implicit declaration of function 'CURVNET_ASSERT_SET' is invalid in C99 [-Werror,-Wimplicit-function-declaration] CURVNET_ASSERT_SET(); ^ 3 errors generated. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640