Re: Linux-1.3.7 (was Re: Networking - the next generation)

Linus Torvalds (Linus.Torvalds@cs.helsinki.fi)
Fri, 7 Jul 1995 13:51:33 +0300


"Jay Estabrook - USG Hardware Support": "Re: Linux-1.3.7 (was Re: Networking - the next generation)" (Jul 6, 15:29):
>
> > Linus Torvalds: "Networking - the next generation" (Jul 4, 19:15):
> > Oh, and if you use OSF/1 telnet, you'll notice that out-of-band data
> > doesn't work with OSF/1 binaries (^C in a telnet session will freeze the
> > session, and you'll have to exit telnet with ^]). I haven't looked into
> > it, but I suspect it's due to different definitions for SO_OOBINLINE, so
> > socket options aren't set the way the OSF/1 binaries expect. I'll
> > probably make this binary compatible with OSF/1 as well but I wanted to
> > release 1.3.7 before starting on looking into this.
>
> This is also true of our natively built "telnet" as well... :-(

Ok, looked into, and fixed. I made linux-1.3.8 available with various
minor networking fixes, and in the process did the axp stuff needed to
get OOB data working with the OSF/1 telnet (well, at least telnet seems
happy now, but there is still some work to be done with the socket ioctl
numbers like SIOCATMARK, for example).

The 1.3.8 patches don't change the axp-specific stuff, so you can apply
the basic patches on top of a 1.3.7+axp system (or get the whole 1.3.8
source tree, and apply the axp-diffs for 1.3.7 on top of that).

(1.3.8 also fixes the i386 checksumming bug, so now the x86 tree has
caught up to the axp tree ;-)

Linus