pow(3) corner cases

2013-08-01 Thread Mark Kettenis
The C99 standard documents how the functions should behave in certain corner cases. These are doucemnted in Appendix F, for those with access to standard, and supposedly based on IEC 60559 which is more widely known as IEEE 754. Our implementation of pow(3) gets some of them wrong, most notably

Is there anybody using source routing?

2013-08-01 Thread Martin Pieuchot
The diff below change the way we store the source routes of an incoming IPv4 packet to use a m_tag rather than a single static entry. It is based on FreeBSD's r135274 and should allow us to process various packets with the SSRR or LSRR header option in parallel in the future. It has already been

Re: working ral(4) driver with Ralink 35xx chipset.

2013-08-01 Thread Mark Kettenis
> Date: Fri, 26 Jul 2013 15:51:35 -0600 > From: Nathan Goings > > On 7/25/2013 2:34 PM, Nathan Goings wrote: > > On 7/25/2013 3:31 AM, Mark Kettenis wrote: > >> New diff. Please give this one a shot. > > Thanks! I'll get to it as soon as possible! (~3 hours) I need to > > figure out how to ap

Re: ral(4) diff that needs testing

2013-08-01 Thread Mark Kettenis
> Date: Thu, 1 Aug 2013 02:03:14 + > From: Martin Brandenburg > > On Tue, Jul 30, 2013 at 12:16:13AM +0200, Mark Kettenis wrote: > > Would appreciate it if somebody could test this diff on a RT2790, > > RT2860 or RT3090 variant. Shouldn't change anything for those > > variants, but is necess