summaryrefslogtreecommitdiffstats
path: root/comms/conserver
Commit message (Collapse)AuthorAgeFilesLines
* Wow. Deleting manpages is a lot faster on bento.hoek1998-08-171-3/+0
|
* Sigh. Putting the non-modifyable value first in the condition mightpeter1998-06-301-8/+1
| | | | | prevent programming (== vs. =) errors, but it confused the hell out of me at least.
* Another spin loop bug. On dropped network connections, console(8) canpeter1998-06-281-0/+7
| | | | also spin getting a 0 return from write(). (it's only testing for -1).
* Preserve CLOCAL and CRTSCTS rather than just attempting to clear them,peter1998-06-281-0/+9
| | | | based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no>
* Attempt to catch another spin in the client on a zero return from read().peter1998-06-281-0/+7
|
* Catch a 0 return from read() on carrier loss, otherwise it spins in anpeter1998-06-281-0/+9
| | | | | | infinite loop. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago)
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1
|
* FreeBSD has setsockopt().peter1998-04-201-2/+9
|
* Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-]peter1998-04-181-4/+5
|
* Tweak autologin to get it to the point where it appears to work..peter1998-04-185-3/+95
| | | | | Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's nothing about it that requires superuser access in any way.
* Work around "new" uudecode behavior.. (argh!)peter1998-03-221-3/+5
| | | | Reviewed by: asami
* Don't ask me why, but patch is failing now.asami1998-03-221-1/+3
| | | | | | | | ===> 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
* Create a /usr/local/etc/rc.d/conserver.sh script for starting up.peter1997-11-222-1/+12
|
* Specify the port rather than depending /etc/services or the yppeter1997-11-222-2/+2
| | | | services.byname table to be bashed.
* Make it a bit easier to override the compiled-in "default" host for thepeter1997-11-221-2/+6
| | | | | console(8) client. (The default is OK since it's a command-line option). Also, list the MAN?= entries :-]
* Damn, I forgot to regenerate this patch file prior to commit...peter1997-11-221-3/+3
|
* A port for conserver. conserver is the answer to serial consoles. :-)peter1997-11-2213-0/+292
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.
OpenPOWER on IntegriCloud