[go-nuts] Re: Question about adding new feature to go (FreeBSD/netlink) and compliation

2024-09-06 Thread Martin Stiemerling
31st December. Hopefully, switching the reference branch to stable/13 in the New Year will also pick up the constants for netlink which was merged into stable/13 and is present in FreeBSD 13.2 and later.“ > Am 06.09.2024 um 16:41 schrieb Martin Stiemerling : > > Hi again, > > I

[go-nuts] Re: Question about adding new feature to go (FreeBSD/netlink) and compliation

2024-09-06 Thread Martin Stiemerling
"Building Go toolchain2 using go_bootstrap and Go toolchain1“. Thanks in advance, Martin > Am 03.09.2024 um 16:39 schrieb Martin Stiemerling : > > Hi all, > > FreeBSD has since a while also support for the netlink facility, similar to > Linux. For Linux there i

Re: [go-nuts] Question about adding new feature to go (FreeBSD/netlink) and compliation

2024-09-04 Thread Martin Stiemerling
is set by my or the shell. However, this isn’t the case. > > ..mark > > On Tuesday, September 3, 2024 at 10:40:58 AM UTC-7 Martin Stiemerling wrote: > > > > Am 03.09.2024 um 19:27 schrieb Ian Lance Taylor : > > > > On Tue, Sep 3, 2024 at 10:25 AM Martin

Re: [go-nuts] Question about adding new feature to go (FreeBSD/netlink) and compliation

2024-09-03 Thread Martin Stiemerling
> Am 03.09.2024 um 19:27 schrieb Ian Lance Taylor : > > On Tue, Sep 3, 2024 at 10:25 AM Martin Stiemerling > wrote: >> >>> Am 03.09.2024 um 19:19 schrieb Ian Lance Taylor : >>> >>> On Tue, Sep 3, 2024 at 10:07 AM Martin Stiemerling >>>

Re: [go-nuts] Question about adding new feature to go (FreeBSD/netlink) and compliation

2024-09-03 Thread Martin Stiemerling
> Am 03.09.2024 um 19:19 schrieb Ian Lance Taylor : > > On Tue, Sep 3, 2024 at 10:07 AM Martin Stiemerling > wrote: >> >> >> >>> Am 03.09.2024 um 18:50 schrieb Ian Lance Taylor : >>> >>> On Tue, Sep 3, 2024 at 9:03 AM Martin Sti

Re: [go-nuts] Question about adding new feature to go (FreeBSD/netlink) and compliation

2024-09-03 Thread Martin Stiemerling
> Am 03.09.2024 um 18:50 schrieb Ian Lance Taylor : > > On Tue, Sep 3, 2024 at 9:03 AM Martin Stiemerling > wrote: >> >> FreeBSD has since a while also support for the netlink facility, similar to >> Linux. For Linux there is support in go via the syscall pk

[go-nuts] Question about adding new feature to go (FreeBSD/netlink) and compliation

2024-09-03 Thread Martin Stiemerling
Hi all, FreeBSD has since a while also support for the netlink facility, similar to Linux. For Linux there is support in go via the syscall pkg for working with Linux's netlink, but not yet for FreeBSD I have started to add the FreeBSD part to go's syscall package and fixed some errors, but run i