OpenBSD/sgi www 68.html

2020-10-12 Thread Oliver Marugg
Hi On www 68.html I found an installation link for the OpenBSD/sgi port. According to https://www.openbsd.org/sgi.html the OpenBSD sgi port was discontinued after the 6.7 release. Now installation instructions points to this OpenBSD archport for upcoming OpenBSD 6.8. If OpenSBD/sgi port is no

Fix ix(4) link status

2020-10-12 Thread Gerhard Roth
ix(4) relies on link-state change interrupts the update the link state via if_link_state_change(). However, after ixgbe_stop() all interrupts for the device are disabled and there won't be any IXGBE_EICR_LSC interrupt. Simple solution: manually update link state after ixgbe_stop(). Gerhard ---

Re: Please test: switch select(2) to kqfilters

2020-10-12 Thread Martin Pieuchot
On 09/10/20(Fri) 10:38, Martin Pieuchot wrote: > On 02/10/20(Fri) 12:19, Martin Pieuchot wrote: > > Diff below modifies the internal implementation of {p,}select(2) to > > query kqfilter handlers instead of poll ones. > > > > I deliberately left {p,}poll(2) untouched to ease the transition. > > >