Peter Wemm
8e04a1f96e
Sigh. Putting the non-modifyable value first in the condition might
...
prevent programming (== vs. =) errors, but it confused the hell out of me
at least.
1998-06-30 00:23:43 +00:00
Peter Wemm
1addd067e6
Another spin loop bug. On dropped network connections, console(8) can
...
also spin getting a 0 return from write(). (it's only testing for -1).
1998-06-28 14:53:48 +00:00
Peter Wemm
13666592ed
Preserve CLOCAL and CRTSCTS rather than just attempting to clear them,
...
based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no>
1998-06-28 14:36:43 +00:00
Peter Wemm
35a4e1f98c
Attempt to catch another spin in the client on a zero return from read().
1998-06-28 14:29:55 +00:00
Peter Wemm
406c65e0f2
Catch a 0 return from read() on carrier loss, otherwise it spins in an
...
infinite loop.
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago)
1998-06-28 14:28:26 +00:00
Peter Wemm
864473be72
FreeBSD has setsockopt().
1998-04-20 03:52:46 +00:00
Peter Wemm
e1cbd05435
Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-]
1998-04-18 20:49:58 +00:00
Peter Wemm
514479cd0e
Tweak autologin to get it to the point where it appears to work..
...
Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's
nothing about it that requires superuser access in any way.
1998-04-18 20:17:37 +00:00
Peter Wemm
05de5b58c5
Specify the port rather than depending /etc/services or the yp
...
services.byname table to be bashed.
1997-11-22 15:26:24 +00:00
Peter Wemm
e68314d7b9
Damn, I forgot to regenerate this patch file prior to commit...
1997-11-22 15:05:23 +00:00
Peter Wemm
5d18ff83bb
A port for conserver. conserver is the answer to serial consoles. :-)
...
There is a later version of conserver, but it requires a rather extensive
build environment and set of tools to build it. This version works is
nice and stable though.
1997-11-22 14:56:14 +00:00