Commit Graph

17 Commits

Author SHA1 Message Date
Tim Vanderhoek
91580b1ade Wow. Deleting manpages is a lot faster on bento. 1998-08-17 08:23:05 +00:00
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
Satoshi Asami
7d45e2b7a1 Remove NO_CONFIGURE and NO_PATCH, they never meant anything. 1998-06-27 05:20:00 +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
6ea0e308f9 Work around "new" uudecode behavior.. (argh!)
Reviewed by:  asami
1998-03-22 11:47:19 +00:00
Satoshi Asami
208df7acc0 Don't ask me why, but patch is failing now.
===>  Patching for conserver-5.21
===>  Applying FreeBSD patches for conserver-5.21
No file to patch.  Skipping...
2 out of 2 hunks ignored--saving rejects to ./conserver/group.c.rej
*** Error code 2
1998-03-22 10:54:36 +00:00
Peter Wemm
16961431cd Create a /usr/local/etc/rc.d/conserver.sh script for starting up. 1997-11-22 15:37:11 +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
b789060cb3 Make it a bit easier to override the compiled-in "default" host for the
console(8) client.  (The default is OK since it's a command-line option).
Also, list the MAN?= entries :-]
1997-11-22 15:25:01 +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